@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Outfit:wght@200;300;400;500;600;700;800&display=swap");
html, body {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
}

.container, .container-fluid {
  position: relative;
  padding: 0 30px;
}

.position-middle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}

.position-top, .position-bottom {
  position: absolute;
  left: 0;
  width: 100%;
}

.position-top {
  top: 30px;
}

.position-bottom {
  bottom: 30px;
}

.container .position-top, .container .position-bottom, .container-fluid .position-top, .container-fluid .position-bottom {
  padding: 0 30px;
}

mark {
  background: rgb(238, 242, 246);
  color: rgb(18, 21, 24);
}

iframe {
  width: 100%;
  border: 0;
}

pre {
  border: 1px solid rgba(18, 21, 24, 0.1);
  border-radius: 0.375em;
  padding: 6px 20px;
  color: #7C7C7C;
}

.bg-black pre,
[class*=bg-dark] pre,
[class*=bg-gradient-] pre,
[class*=bg-color-] pre {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.blockquote {
  background: transparent;
  margin-bottom: 20px;
  border-left: 4px solid rgba(18, 21, 24, 0.1);
  padding: 16px 30px;
}
@media (max-width: 767.98px) {
  .blockquote {
    padding: 16px 20px;
  }
}
.blockquote p {
  font-size: 16px;
  line-height: 30px;
}
.blockquote p.font-small {
  font-size: 14px;
  line-height: 26px;
}
.blockquote p.font-large {
  font-size: 20px;
  line-height: 36px;
}
.blockquote .blockquote-footer {
  margin-top: 10px;
  color: rgb(18, 21, 24);
}
.blockquote .blockquote-footer:before {
  padding-right: 5px;
}
.blockquote .blockquote-footer h1, .blockquote .blockquote-footer h2, .blockquote .blockquote-footer h3, .blockquote .blockquote-footer h4, .blockquote .blockquote-footer h5, .blockquote .blockquote-footer h6 {
  display: inline-block;
  margin: 0;
}
.blockquote .blockquote-footer p {
  font-size: 16px;
  line-height: 30px;
}
.blockquote.style-2 {
  position: relative;
  border: 0;
  padding: 20px 20px 20px 40px;
}
@media (max-width: 767.98px) {
  .blockquote.style-2 {
    padding: 16px 16px 16px 36px;
  }
}
.blockquote.style-2:before {
  content: "\f10d";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(18, 21, 24, 0.1);
  font-family: "Font Awesome 7 Free";
  font-size: 24px;
  font-weight: 900;
}

.bg-black .blockquote,
[class*=bg-dark] .blockquote,
[class*=bg-gradient-] .blockquote,
[class*=bg-color-] .blockquote {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.bg-black .blockquote .blockquote-footer,
[class*=bg-dark] .blockquote .blockquote-footer,
[class*=bg-gradient-] .blockquote .blockquote-footer,
[class*=bg-color-] .blockquote .blockquote-footer {
  color: white;
}
.bg-black .blockquote.style-2,
[class*=bg-dark] .blockquote.style-2,
[class*=bg-gradient-] .blockquote.style-2,
[class*=bg-color-] .blockquote.style-2 {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}
.bg-black .blockquote.style-3,
[class*=bg-dark] .blockquote.style-3,
[class*=bg-gradient-] .blockquote.style-3,
[class*=bg-color-] .blockquote.style-3 {
  background: transparent;
}
.bg-black .blockquote.style-3:before,
[class*=bg-dark] .blockquote.style-3:before,
[class*=bg-gradient-] .blockquote.style-3:before,
[class*=bg-color-] .blockquote.style-3:before {
  color: rgba(255, 255, 255, 0.2);
}

.breadcrumb {
  display: inline-block;
  background: transparent;
  margin: 0 0 -10px;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  display: inline-block;
  font: 400 13px "Open Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.breadcrumb .breadcrumb-item:before {
  color: rgba(18, 21, 24, 0.2);
}
.breadcrumb .breadcrumb-item.active {
  color: #AAAAAA;
}
.breadcrumb .breadcrumb-item a {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.bg-black .breadcrumb .breadcrumb-item:before,
[class*=bg-dark] .breadcrumb .breadcrumb-item:before,
[class*=bg-gradient-] .breadcrumb .breadcrumb-item:before,
[class*=bg-color-] .breadcrumb .breadcrumb-item:before {
  color: rgba(255, 255, 255, 0.3);
}
.bg-black .breadcrumb .breadcrumb-item.active,
[class*=bg-dark] .breadcrumb .breadcrumb-item.active,
[class*=bg-gradient-] .breadcrumb .breadcrumb-item.active,
[class*=bg-color-] .breadcrumb .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  border: 1px solid rgba(18, 21, 24, 0.1);
}

.dropdown .dropdown-menu, .btn-group .dropdown-menu {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 36px -4px rgba(22, 24, 26, 0.14);
  box-shadow: 0 6px 36px -4px rgba(22, 24, 26, 0.14);
  padding: 15px 20px;
}
.dropdown .dropdown-menu .dropdown-item, .btn-group .dropdown-menu .dropdown-item {
  margin-bottom: 10px;
  padding: 0;
  color: rgb(18, 21, 24);
  font: 300 15px "Open Sans", sans-serif;
  letter-spacing: 0;
  text-transform: none;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.dropdown .dropdown-menu .dropdown-item:last-child, .btn-group .dropdown-menu .dropdown-item:last-child {
  margin: 0;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:active, .btn-group .dropdown-menu .dropdown-item:hover, .btn-group .dropdown-menu .dropdown-item:focus, .btn-group .dropdown-menu .dropdown-item:active {
  background: transparent;
  color: #7C7C7C;
}

.modal.fade .modal-dialog {
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
  -webkit-transform: translate(0) scale(0.98);
  transform: translate(0) scale(0.98);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0) scale(1);
  transform: translate(0) scale(1);
}
.modal .modal-content {
  -webkit-box-shadow: 0 6px 36px -4px rgba(22, 24, 26, 0.3);
  box-shadow: 0 6px 36px -4px rgba(22, 24, 26, 0.3);
  border: 0;
}
.modal .modal-content .modal-header {
  border-bottom: 1px solid rgba(18, 21, 24, 0.1);
}
.modal .modal-content .modal-footer {
  border-top: 1px solid rgba(18, 21, 24, 0.1);
}

.nav {
  margin: 0;
  padding: 0;
}
.nav .nav-item {
  margin: 0 30px 0 0;
}
.nav .nav-item:last-child {
  margin-right: 0;
}
.nav .nav-item .nav-link {
  padding: 0;
  color: #7C7C7C;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.nav .nav-item .nav-link h1, .nav .nav-item .nav-link h2, .nav .nav-item .nav-link h3, .nav .nav-item .nav-link h4, .nav .nav-item .nav-link h5, .nav .nav-item .nav-link h6 {
  margin: 0;
  color: #7C7C7C;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.nav .nav-item .nav-link.active, .nav .nav-item .nav-link:hover {
  color: rgb(18, 21, 24);
}
.nav .nav-item .nav-link.active h1, .nav .nav-item .nav-link.active h2, .nav .nav-item .nav-link.active h3, .nav .nav-item .nav-link.active h4, .nav .nav-item .nav-link.active h5, .nav .nav-item .nav-link.active h6, .nav .nav-item .nav-link:hover h1, .nav .nav-item .nav-link:hover h2, .nav .nav-item .nav-link:hover h3, .nav .nav-item .nav-link:hover h4, .nav .nav-item .nav-link:hover h5, .nav .nav-item .nav-link:hover h6 {
  color: rgb(18, 21, 24);
}
.nav .nav-item .nav-link.disabled {
  color: #AAAAAA;
}
.nav.nav-tabs {
  border-bottom: 1px solid rgb(226, 230, 234);
}
.nav.nav-tabs .nav-item {
  margin: 0 0 -1px;
}
.nav.nav-tabs .nav-item .nav-link {
  background: transparent;
  padding: 10px 20px;
  color: #7C7C7C;
}
.nav.nav-tabs .nav-item .nav-link:hover {
  border-color: rgb(226, 230, 234);
}
.nav.nav-tabs .nav-item .nav-link.active {
  border-color: rgb(226, 230, 234) rgb(226, 230, 234) white;
  color: rgb(18, 21, 24);
}
.nav.nav-tabs .nav-item .nav-link.disabled:hover {
  border-color: transparent;
}
.nav.nav-pills .nav-item {
  margin: 0;
}
.nav.nav-pills .nav-item .nav-link {
  padding: 10px 20px;
}
.nav.nav-pills .nav-item .nav-link.active,
.nav.nav-pills .nav-item .show .nav-link {
  background: rgb(18, 21, 24);
  color: white;
}
.nav.nav-pills .nav-item h1, .nav.nav-pills .nav-item h2, .nav.nav-pills .nav-item h3, .nav.nav-pills .nav-item h4, .nav.nav-pills .nav-item h5, .nav.nav-pills .nav-item h6 {
  margin: 0;
}
.nav.tabs {
  display: inline-block;
  border: 1px solid rgb(226, 230, 234);
  border-radius: 0.375em;
}
.nav.tabs .nav-item {
  display: inline-block;
  margin: 0;
}
.nav.tabs .nav-item .nav-link {
  padding: 10px 20px;
  border-right: 1px solid rgb(226, 230, 234);
}
.nav.tabs .nav-item:last-child .nav-link {
  border: 0;
}
.nav.nav-custom .nav-item .nav-link {
  position: relative;
  overflow: visible;
}
.nav.nav-custom .nav-item .nav-link:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  background: rgb(18, 21, 24);
  height: 1px;
  -webkit-animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.nav.nav-custom .nav-item .nav-link.active:after {
  width: 100%;
  -webkit-animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.bg-black .nav .nav-item .nav-link,
[class*=bg-dark] .nav .nav-item .nav-link,
[class*=bg-gradient-] .nav .nav-item .nav-link,
[class*=bg-color-] .nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.bg-black .nav .nav-item .nav-link.active, .bg-black .nav .nav-item .nav-link:hover,
[class*=bg-dark] .nav .nav-item .nav-link.active,
[class*=bg-dark] .nav .nav-item .nav-link:hover,
[class*=bg-gradient-] .nav .nav-item .nav-link.active,
[class*=bg-gradient-] .nav .nav-item .nav-link:hover,
[class*=bg-color-] .nav .nav-item .nav-link.active,
[class*=bg-color-] .nav .nav-item .nav-link:hover {
  color: white;
}
.bg-black .nav.nav-tabs,
[class*=bg-dark] .nav.nav-tabs,
[class*=bg-gradient-] .nav.nav-tabs,
[class*=bg-color-] .nav.nav-tabs {
  border-color: rgba(255, 255, 255, 0.2);
}
.bg-black .nav.nav-tabs .nav-item .nav-link,
[class*=bg-dark] .nav.nav-tabs .nav-item .nav-link,
[class*=bg-gradient-] .nav.nav-tabs .nav-item .nav-link,
[class*=bg-color-] .nav.nav-tabs .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.bg-black .nav.nav-tabs .nav-item .nav-link.active, .bg-black .nav.nav-tabs .nav-item .nav-link:hover,
[class*=bg-dark] .nav.nav-tabs .nav-item .nav-link.active,
[class*=bg-dark] .nav.nav-tabs .nav-item .nav-link:hover,
[class*=bg-gradient-] .nav.nav-tabs .nav-item .nav-link.active,
[class*=bg-gradient-] .nav.nav-tabs .nav-item .nav-link:hover,
[class*=bg-color-] .nav.nav-tabs .nav-item .nav-link.active,
[class*=bg-color-] .nav.nav-tabs .nav-item .nav-link:hover {
  border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) transparent;
}
.bg-black .nav.nav-tabs .nav-item .nav-link.active,
[class*=bg-dark] .nav.nav-tabs .nav-item .nav-link.active,
[class*=bg-gradient-] .nav.nav-tabs .nav-item .nav-link.active,
[class*=bg-color-] .nav.nav-tabs .nav-item .nav-link.active {
  color: white;
}
.bg-black .nav.nav-pills .nav-item .nav-link.active,
.bg-black .nav.nav-pills .nav-item .show .nav-link,
[class*=bg-dark] .nav.nav-pills .nav-item .nav-link.active,
[class*=bg-dark] .nav.nav-pills .nav-item .show .nav-link,
[class*=bg-gradient-] .nav.nav-pills .nav-item .nav-link.active,
[class*=bg-gradient-] .nav.nav-pills .nav-item .show .nav-link,
[class*=bg-color-] .nav.nav-pills .nav-item .nav-link.active,
[class*=bg-color-] .nav.nav-pills .nav-item .show .nav-link {
  background: white;
  color: rgb(18, 21, 24);
}
.bg-black .nav.tabs,
[class*=bg-dark] .nav.tabs,
[class*=bg-gradient-] .nav.tabs,
[class*=bg-color-] .nav.tabs {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.bg-black .nav.tabs .nav-item .nav-link,
[class*=bg-dark] .nav.tabs .nav-item .nav-link,
[class*=bg-gradient-] .nav.tabs .nav-item .nav-link,
[class*=bg-color-] .nav.tabs .nav-item .nav-link {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.bg-black .nav.nav-custom .nav-item .nav-link:after,
[class*=bg-dark] .nav.nav-custom .nav-item .nav-link:after,
[class*=bg-gradient-] .nav.nav-custom .nav-item .nav-link:after,
[class*=bg-color-] .nav.nav-custom .nav-item .nav-link:after {
  background: white;
}

.pagination {
  margin: 0;
  padding: 0;
}
.pagination .page-item {
  margin: 0 6px 0 0;
  text-align: center;
}
.pagination .page-item:last-child {
  margin-right: 0;
}
.pagination .page-item .page-link {
  background: transparent;
  min-width: 31px;
  height: 31px;
  border: 0;
  border-radius: 20px;
  padding: 0;
  color: #7C7C7C;
  font-size: 14px;
  line-height: 31px;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.pagination .page-item .page-link:hover {
  background: rgb(228, 232, 236);
}
.pagination .page-item.active .page-link {
  background: rgb(228, 232, 236);
  color: rgb(18, 21, 24);
}
.pagination.pagination-sm .page-item .page-link {
  min-width: 27px;
  height: 27px;
  border-radius: 20px;
  padding: 0;
  line-height: 27px;
}
.pagination.pagination-lg .page-item .page-link {
  min-width: 35px;
  height: 35px;
  border-radius: 20px;
  padding: 0;
  line-height: 35px;
}
.pagination.hover-style-2 .page-item .page-link:hover {
  background: rgb(226, 230, 234);
  border-color: rgb(226, 230, 234);
}
.pagination.hover-style-2 .page-item.active .page-link {
  background: rgb(18, 21, 24);
  border-color: rgb(18, 21, 24);
  color: white;
}

.bg-black .pagination .page-item .page-link,
[class*=bg-dark] .pagination .page-item .page-link,
[class*=bg-gradient-] .pagination .page-item .page-link,
[class*=bg-color-] .pagination .page-item .page-link {
  color: rgba(255, 255, 255, 0.7);
}
.bg-black .pagination .page-item .page-link:hover,
[class*=bg-dark] .pagination .page-item .page-link:hover,
[class*=bg-gradient-] .pagination .page-item .page-link:hover,
[class*=bg-color-] .pagination .page-item .page-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.bg-black .pagination .page-item.active .page-link,
[class*=bg-dark] .pagination .page-item.active .page-link,
[class*=bg-gradient-] .pagination .page-item.active .page-link,
[class*=bg-color-] .pagination .page-item.active .page-link {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}
.bg-black .pagination.hover-style-2 .page-item .page-link:hover,
[class*=bg-dark] .pagination.hover-style-2 .page-item .page-link:hover,
[class*=bg-gradient-] .pagination.hover-style-2 .page-item .page-link:hover,
[class*=bg-color-] .pagination.hover-style-2 .page-item .page-link:hover {
  background: white;
  border-color: white;
  color: rgba(18, 21, 24, 0.9);
}
.bg-black .pagination.hover-style-2 .page-item.active .page-link,
[class*=bg-dark] .pagination.hover-style-2 .page-item.active .page-link,
[class*=bg-gradient-] .pagination.hover-style-2 .page-item.active .page-link,
[class*=bg-color-] .pagination.hover-style-2 .page-item.active .page-link {
  background: white;
  border-color: white;
  color: rgba(18, 21, 24, 0.9);
}

.popover {
  border: 0;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
}
.popover .arrow:before {
  border: 0;
}
.popover .popover-header {
  background: transparent;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 32px;
}
.popover .popover-body {
  padding: 20px;
}

.table td, .table th {
  border-top: 1px solid rgb(226, 230, 234);
}
.table thead th {
  border-bottom: 2px solid rgb(226, 230, 234);
}
.table.table-dark {
  background: rgb(32, 36, 40);
}
.table.table-dark thead th {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.table.table-dark td, .table.table-dark th {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.table.table-bordered td, .table.table-bordered th {
  border: 1px solid rgb(226, 230, 234);
}
.table.table-bordered.table-dark td, .table.table-bordered.table-dark th {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.table .thead-dark th {
  background: rgb(32, 36, 40);
  border-color: rgba(255, 255, 255, 0.1);
}
.table .thead-light th {
  background: rgb(238, 242, 246);
}
.table .table-active td, .table .table-active th {
  background: rgb(220, 224, 228);
}
.table .table-secondary td, .table .table-secondary th {
  background: rgb(228, 232, 236);
}
.table .table-light td, .table .table-light th {
  background: rgb(241, 245, 249);
}
.table .table-dark td, .table .table-dark th {
  background: rgb(228, 232, 236);
}

.scrolltotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  z-index: 992;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.scrolltotop.scrolltotop-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

@media (min-width: 992px) {
  #cursor {
    z-index: 999;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border: 1px solid white;
    border-radius: 50%;
    mix-blend-mode: difference;
    pointer-events: none;
    -webkit-transition: linear 0.06s;
    transition: linear 0.06s;
  }
  #cursor.scale-cursor {
    -webkit-transform: translate(-50%, -50%) scale(2.4);
    transform: translate(-50%, -50%) scale(2.4);
    opacity: 0.12;
  }
  #cursor.cursor-style-2 {
    opacity: 0.2;
    background: white;
    border: 0;
  }
  #cursor.cursor-style-2.scale-cursor {
    opacity: 0.08;
  }
}
.bg-image {
  position: relative;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fade-white-top {
  position: relative;
  z-index: 1;
}
.bg-fade-white-top:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0.2));
}

.bg-fade-white-bottom {
  position: relative;
  z-index: 1;
}
.bg-fade-white-bottom:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.2));
}

.bg-fade-black-top {
  position: relative;
  z-index: 1;
}
.bg-fade-black-top:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, black, rgba(0, 0, 0, 0.2));
}

.bg-fade-black-bottom {
  position: relative;
  z-index: 1;
}
.bg-fade-black-bottom:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0.2));
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

input:not(.form-check-input),
textarea {
  background: transparent;
  width: 100%;
  border: 1px solid rgba(18, 21, 24, 0.1);
  margin-bottom: 1rem;
  padding: 15px 20px;
  box-shadow: none;
  font: 400 15px "Open Sans", sans-serif;
  line-height: 1.4;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
input:not(.form-check-input):focus, input:not(.form-check-input):active,
textarea:focus,
textarea:active {
  outline: 0;
  box-shadow: none;
}

textarea {
  height: 140px;
}

input:not(.form-check-input), textarea, .form-control {
  color: #7C7C7C;
}
input:not(.form-check-input)::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #AAAAAA;
}
input:not(.form-check-input)::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder {
  color: #AAAAAA;
}
input:not(.form-check-input):-ms-placeholder, textarea:-ms-placeholder, .form-control:-ms-placeholder {
  color: #AAAAAA;
}
input:not(.form-check-input)::-ms-placeholder, textarea::-ms-placeholder, .form-control::-ms-placeholder {
  color: #AAAAAA;
}
input:not(.form-check-input)::placeholder, textarea::placeholder, .form-control::placeholder {
  color: #AAAAAA;
}
input:not(.form-check-input):focus, textarea:focus, .form-control:focus {
  border-color: rgba(18, 21, 24, 0.2);
}

.form-control {
  background: transparent;
  height: auto;
  border: 1px solid rgba(18, 21, 24, 0.1);
  border-radius: 0;
  padding: 15px 20px;
  font: 400 15px "Open Sans", sans-serif;
  line-height: 1.4;
}
.form-control:focus {
  background: transparent;
  box-shadow: none;
}
.form-control:read-only {
  background: rgb(228, 232, 236);
  border: 0;
}
.form-control.form-control-sm {
  padding: 10px 15px;
  font-size: 0.875rem;
}
.form-control.form-control-lg {
  font-size: 1.25rem;
}

.form-control-plaintext {
  border: 0;
}

.form-check-input:disabled ~ .form-check-label {
  color: #AAAAAA;
}

.required:after {
  content: "*";
  padding-left: 3px;
}

select {
  margin-bottom: 1rem;
}

.custom-select {
  background-color: transparent;
  width: auto;
  min-width: 160px;
  height: auto;
  border-radius: 0;
  padding: 15px 20px;
  border-color: rgba(18, 21, 24, 0.1);
  color: #7C7C7C;
  font: 400 15px "Open Sans", sans-serif;
  line-height: 1.4;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.custom-select:focus {
  border-color: rgba(18, 21, 24, 0.2);
  outline: 0;
  box-shadow: none;
}
.custom-select.custom-select-sm {
  height: auto;
  padding: 10px 15px;
  font-size: 0.875rem;
}
.custom-select.custom-select-lg {
  height: auto;
  padding: 15px 20px;
  font-size: 1.25rem;
}
.custom-select.select-fullwidth {
  width: 100%;
}

.form-style-3 input, .form-style-3 textarea, .form-style-3 .custom-select, .form-style-3 .form-control,
.form-style-4 input,
.form-style-4 textarea,
.form-style-4 .custom-select,
.form-style-4 .form-control {
  margin-bottom: 20px;
  padding: 0 0 10px;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
}

.form-style-2 input:focus, .form-style-2 textarea:focus, .form-style-2 .custom-select:focus, .form-style-2 .form-control:focus,
.form-style-4 input:focus,
.form-style-4 textarea:focus,
.form-style-4 .custom-select:focus,
.form-style-4 .form-control:focus {
  border-color: rgba(18, 21, 24, 0.9);
}

.form-style-5 input, .form-style-5 textarea, .form-style-5 .custom-select, .form-style-5 .form-control {
  background: rgb(238, 242, 246);
  border: 0;
}
.form-style-5 input:focus, .form-style-5 textarea:focus, .form-style-5 .custom-select:focus, .form-style-5 .form-control:focus {
  background: rgb(238, 242, 246);
}

[class*=bg-gray] .form-style-5 input, [class*=bg-gray] .form-style-5 textarea, [class*=bg-gray] .form-style-5 .custom-select, [class*=bg-gray] .form-style-5 .form-control {
  background: white;
}
[class*=bg-gray] .form-style-5 input:focus, [class*=bg-gray] .form-style-5 textarea:focus, [class*=bg-gray] .form-style-5 .custom-select:focus, [class*=bg-gray] .form-style-5 .form-control:focus {
  background: white;
}

.bg-black input, .bg-black textarea, .bg-black .form-control,
[class*=bg-dark] input,
[class*=bg-dark] textarea,
[class*=bg-dark] .form-control,
[class*=bg-gradient-] input,
[class*=bg-gradient-] textarea,
[class*=bg-gradient-] .form-control,
[class*=bg-color-] input,
[class*=bg-color-] textarea,
[class*=bg-color-] .form-control {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.bg-black input::-webkit-input-placeholder, .bg-black textarea::-webkit-input-placeholder, .bg-black .form-control::-webkit-input-placeholder,
[class*=bg-dark] input::-webkit-input-placeholder,
[class*=bg-dark] textarea::-webkit-input-placeholder,
[class*=bg-dark] .form-control::-webkit-input-placeholder,
[class*=bg-gradient-] input::-webkit-input-placeholder,
[class*=bg-gradient-] textarea::-webkit-input-placeholder,
[class*=bg-gradient-] .form-control::-webkit-input-placeholder,
[class*=bg-color-] input::-webkit-input-placeholder,
[class*=bg-color-] textarea::-webkit-input-placeholder,
[class*=bg-color-] .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bg-black input::-moz-placeholder, .bg-black textarea::-moz-placeholder, .bg-black .form-control::-moz-placeholder,
[class*=bg-dark] input::-moz-placeholder,
[class*=bg-dark] textarea::-moz-placeholder,
[class*=bg-dark] .form-control::-moz-placeholder,
[class*=bg-gradient-] input::-moz-placeholder,
[class*=bg-gradient-] textarea::-moz-placeholder,
[class*=bg-gradient-] .form-control::-moz-placeholder,
[class*=bg-color-] input::-moz-placeholder,
[class*=bg-color-] textarea::-moz-placeholder,
[class*=bg-color-] .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bg-black input:-ms-placeholder, .bg-black textarea:-ms-placeholder, .bg-black .form-control:-ms-placeholder,
[class*=bg-dark] input:-ms-placeholder,
[class*=bg-dark] textarea:-ms-placeholder,
[class*=bg-dark] .form-control:-ms-placeholder,
[class*=bg-gradient-] input:-ms-placeholder,
[class*=bg-gradient-] textarea:-ms-placeholder,
[class*=bg-gradient-] .form-control:-ms-placeholder,
[class*=bg-color-] input:-ms-placeholder,
[class*=bg-color-] textarea:-ms-placeholder,
[class*=bg-color-] .form-control:-ms-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bg-black input::-ms-placeholder, .bg-black textarea::-ms-placeholder, .bg-black .form-control::-ms-placeholder,
[class*=bg-dark] input::-ms-placeholder,
[class*=bg-dark] textarea::-ms-placeholder,
[class*=bg-dark] .form-control::-ms-placeholder,
[class*=bg-gradient-] input::-ms-placeholder,
[class*=bg-gradient-] textarea::-ms-placeholder,
[class*=bg-gradient-] .form-control::-ms-placeholder,
[class*=bg-color-] input::-ms-placeholder,
[class*=bg-color-] textarea::-ms-placeholder,
[class*=bg-color-] .form-control::-ms-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bg-black input::placeholder, .bg-black textarea::placeholder, .bg-black .form-control::placeholder,
[class*=bg-dark] input::placeholder,
[class*=bg-dark] textarea::placeholder,
[class*=bg-dark] .form-control::placeholder,
[class*=bg-gradient-] input::placeholder,
[class*=bg-gradient-] textarea::placeholder,
[class*=bg-gradient-] .form-control::placeholder,
[class*=bg-color-] input::placeholder,
[class*=bg-color-] textarea::placeholder,
[class*=bg-color-] .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.bg-black input:focus, .bg-black textarea:focus, .bg-black .form-control:focus,
[class*=bg-dark] input:focus,
[class*=bg-dark] textarea:focus,
[class*=bg-dark] .form-control:focus,
[class*=bg-gradient-] input:focus,
[class*=bg-gradient-] textarea:focus,
[class*=bg-gradient-] .form-control:focus,
[class*=bg-color-] input:focus,
[class*=bg-color-] textarea:focus,
[class*=bg-color-] .form-control:focus {
  border-color: rgba(255, 255, 255, 0.3);
}
.bg-black .custom-select,
[class*=bg-dark] .custom-select,
[class*=bg-gradient-] .custom-select,
[class*=bg-color-] .custom-select {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}
.bg-black .custom-select:focus,
[class*=bg-dark] .custom-select:focus,
[class*=bg-gradient-] .custom-select:focus,
[class*=bg-color-] .custom-select:focus {
  border-color: rgba(255, 255, 255, 0.3);
}
.bg-black .form-style-2 input:focus, .bg-black .form-style-2 textarea:focus, .bg-black .form-style-2 .custom-select:focus, .bg-black .form-style-2 .form-control:focus,
.bg-black .form-style-4 input:focus,
.bg-black .form-style-4 textarea:focus,
.bg-black .form-style-4 .custom-select:focus,
.bg-black .form-style-4 .form-control:focus,
[class*=bg-dark] .form-style-2 input:focus,
[class*=bg-dark] .form-style-2 textarea:focus,
[class*=bg-dark] .form-style-2 .custom-select:focus,
[class*=bg-dark] .form-style-2 .form-control:focus,
[class*=bg-dark] .form-style-4 input:focus,
[class*=bg-dark] .form-style-4 textarea:focus,
[class*=bg-dark] .form-style-4 .custom-select:focus,
[class*=bg-dark] .form-style-4 .form-control:focus,
[class*=bg-gradient-] .form-style-2 input:focus,
[class*=bg-gradient-] .form-style-2 textarea:focus,
[class*=bg-gradient-] .form-style-2 .custom-select:focus,
[class*=bg-gradient-] .form-style-2 .form-control:focus,
[class*=bg-gradient-] .form-style-4 input:focus,
[class*=bg-gradient-] .form-style-4 textarea:focus,
[class*=bg-gradient-] .form-style-4 .custom-select:focus,
[class*=bg-gradient-] .form-style-4 .form-control:focus,
[class*=bg-color-] .form-style-2 input:focus,
[class*=bg-color-] .form-style-2 textarea:focus,
[class*=bg-color-] .form-style-2 .custom-select:focus,
[class*=bg-color-] .form-style-2 .form-control:focus,
[class*=bg-color-] .form-style-4 input:focus,
[class*=bg-color-] .form-style-4 textarea:focus,
[class*=bg-color-] .form-style-4 .custom-select:focus,
[class*=bg-color-] .form-style-4 .form-control:focus {
  border-color: white;
}
.bg-black .form-style-5 input, .bg-black .form-style-5 textarea, .bg-black .form-style-5 .custom-select, .bg-black .form-style-5 .form-control,
[class*=bg-dark] .form-style-5 input,
[class*=bg-dark] .form-style-5 textarea,
[class*=bg-dark] .form-style-5 .custom-select,
[class*=bg-dark] .form-style-5 .form-control,
[class*=bg-gradient-] .form-style-5 input,
[class*=bg-gradient-] .form-style-5 textarea,
[class*=bg-gradient-] .form-style-5 .custom-select,
[class*=bg-gradient-] .form-style-5 .form-control,
[class*=bg-color-] .form-style-5 input,
[class*=bg-color-] .form-style-5 textarea,
[class*=bg-color-] .form-style-5 .custom-select,
[class*=bg-color-] .form-style-5 .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
}
.bg-black .form-style-5 input:focus, .bg-black .form-style-5 textarea:focus, .bg-black .form-style-5 .custom-select:focus, .bg-black .form-style-5 .form-control:focus,
[class*=bg-dark] .form-style-5 input:focus,
[class*=bg-dark] .form-style-5 textarea:focus,
[class*=bg-dark] .form-style-5 .custom-select:focus,
[class*=bg-dark] .form-style-5 .form-control:focus,
[class*=bg-gradient-] .form-style-5 input:focus,
[class*=bg-gradient-] .form-style-5 textarea:focus,
[class*=bg-gradient-] .form-style-5 .custom-select:focus,
[class*=bg-gradient-] .form-style-5 .form-control:focus,
[class*=bg-color-] .form-style-5 input:focus,
[class*=bg-color-] .form-style-5 textarea:focus,
[class*=bg-color-] .form-style-5 .custom-select:focus,
[class*=bg-color-] .form-style-5 .form-control:focus {
  background: rgba(255, 255, 255, 0.2);
}

.submit-result span {
  display: none;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}
.submit-result span.show-result {
  margin-top: 30px;
  display: block;
}
.submit-result span#success {
  color: #24963e;
}
.submit-result span#error {
  color: #c62f3e;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}
img[class*=img-mask-avatar] {
  border-radius: 50%;
}
img.img-mask-avatar-xs {
  min-width: 60px;
  width: 60px;
  height: 60px;
}
img.img-mask-avatar-sm {
  min-width: 80px;
  width: 80px;
  height: 80px;
}
img.img-mask-avatar-md {
  min-width: 100px;
  width: 100px;
  height: 100px;
}
img.img-mask-avatar-lg {
  min-width: 120px;
  width: 120px;
  height: 120px;
}
img.img-mask-avatar-xl {
  min-width: 140px;
  width: 140px;
  height: 140px;
}
img.img-mask-avatar-2xl {
  min-width: 160px;
  width: 160px;
  height: 160px;
}
img.img-mask-avatar-3xl {
  min-width: 180px;
  width: 180px;
  height: 180px;
}

[class*=img-mask-blob] {
  display: inline-block;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.img-mask-blob-1 {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNODguNSw2My41UTg3LDc3LDc2LDg2LjVRNjUsOTYsNTEsOTIuNVEzNyw4OSwyNyw4MS41UTE3LDc0LDEyLDYyUTcsNTAsMTEuNSwzOFExNiwyNiwyNS41LDE0LjVRMzUsMyw0OSw2LjVRNjMsMTAsNzUuNSwxNlE4OCwyMiw4OSwzNlE5MCw1MCw4OC41LDYzLjVaIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iIzAwMDAwMCIvPjwvc3ZnPg==);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNODguNSw2My41UTg3LDc3LDc2LDg2LjVRNjUsOTYsNTEsOTIuNVEzNyw4OSwyNyw4MS41UTE3LDc0LDEyLDYyUTcsNTAsMTEuNSwzOFExNiwyNiwyNS41LDE0LjVRMzUsMyw0OSw2LjVRNjMsMTAsNzUuNSwxNlE4OCwyMiw4OSwzNlE5MCw1MCw4OC41LDYzLjVaIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMCIgZmlsbD0iIzAwMDAwMCIvPjwvc3ZnPg==);
}

.img-mask-blob-2 {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOTEsNjZRODgsODIsNzMsODkuNVE1OCw5Nyw0My41LDkxLjVRMjksODYsMTgsNzZRNyw2Niw3LDUwUTcsMzQsMTgsMjMuNVEyOSwxMyw0My41LDlRNTgsNSw3MC41LDEzLjVRODMsMjIsODguNSwzNlE5NCw1MCw5MSw2NloiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIwIiBmaWxsPSIjMDAwMDAwIi8+PC9zdmc+);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOTEsNjZRODgsODIsNzMsODkuNVE1OCw5Nyw0My41LDkxLjVRMjksODYsMTgsNzZRNyw2Niw3LDUwUTcsMzQsMTgsMjMuNVEyOSwxMyw0My41LDlRNTgsNSw3MC41LDEzLjVRODMsMjIsODguNSwzNlE5NCw1MCw5MSw2NloiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIwIiBmaWxsPSIjMDAwMDAwIi8+PC9zdmc+);
}

.img-mask-blob-3 {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOTEsNjRRODgsNzgsNzUuNSw4NC41UTYzLDkxLDUwLDkxLjVRMzcsOTIsMjYsODMuNVExNSw3NSwxMS41LDYyLjVROCw1MCw5LDM1LjVRMTAsMjEsMjMuNSwxNlEzNywxMSw1MSw3UTY1LDMsNzcsMTIuNVE4OSwyMiw5MS41LDM2UTk0LDUwLDkxLDY0WiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjAiIGZpbGw9IiMwMDAwMDAiLz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOTEsNjRRODgsNzgsNzUuNSw4NC41UTYzLDkxLDUwLDkxLjVRMzcsOTIsMjYsODMuNVExNSw3NSwxMS41LDYyLjVROCw1MCw5LDM1LjVRMTAsMjEsMjMuNSwxNlEzNywxMSw1MSw3UTY1LDMsNzcsMTIuNVE4OSwyMiw5MS41LDM2UTk0LDUwLDkxLDY0WiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjAiIGZpbGw9IiMwMDAwMDAiLz48L3N2Zz4=);
}

.img-mask-blob-4 {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNODkuNSw2M1E4MSw3Niw2OS41LDg2UTU4LDk2LDQ0LDkwLjVRMzAsODUsMTYuNSw3NlEzLDY3LDUuNSw1MVE4LDM1LDE3LDIyUTI2LDksNDEuNSw4LjVRNTcsOCw3MSwxNC41UTg1LDIxLDkxLjUsMzUuNVE5OCw1MCw4OS41LDYzWiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjAiIGZpbGw9IiMwMDAwMDAiLz48L3N2Zz4=);
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNODkuNSw2M1E4MSw3Niw2OS41LDg2UTU4LDk2LDQ0LDkwLjVRMzAsODUsMTYuNSw3NlEzLDY3LDUuNSw1MVE4LDM1LDE3LDIyUTI2LDksNDEuNSw4LjVRNTcsOCw3MSwxNC41UTg1LDIxLDkxLjUsMzUuNVE5OCw1MCw4OS41LDYzWiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjAiIGZpbGw9IiMwMDAwMDAiLz48L3N2Zz4=);
}

.img-link-box {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.img-link-box a {
  display: block;
}
.img-link-box img {
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.img-link-box:hover img, .img-link-box:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.avatar-group {
  display: block;
  padding: 0;
}
.avatar-group li {
  list-style-type: none;
  display: inline-block;
  margin-left: -12px;
  padding: 0;
}
.avatar-group li:first-child {
  margin-left: 0;
}
.avatar-group li img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.13);
  border: 3px solid white;
}

.aspect-ratio-2x1 {
  width: 100%;
  aspect-ratio: 1/0.5;
  object-fit: cover;
}

ul {
  margin: 0 0 -7px;
}
ul li {
  margin: 0 0 7px;
}
ul li ul, ul li ol {
  margin-top: 7px;
}
ul[class*=list-] {
  padding: 0;
}
ul.list-unstyled li, ul.list-dash li {
  list-style-type: none;
}
ul.animate-links li a:hover {
  padding-left: 2px;
}
ul.list-dash li:before {
  content: "-";
  padding-right: 7px;
}
ul.list-dash li ul, ul.list-dash li ol {
  padding-left: 40px;
}
ul[class*=list-inline] li {
  display: inline-block;
}
ul.list-inline {
  margin-right: -7px;
  margin-left: -7px;
}
ul.list-inline li {
  padding: 0 7px;
}
ul.list-inline-sm {
  margin-right: -3px;
  margin-left: -3px;
}
ul.list-inline-sm li {
  padding: 0 3px;
}
ul.list-inline-lg {
  margin-right: -14px;
  margin-left: -14px;
}
ul.list-inline-lg li {
  padding: 0 14px;
}
ul.list-inline-dash li:after {
  content: "-";
}
ul.list-inline-slash li:after {
  content: "/";
}
ul.list-inline-dash li:after, ul.list-inline-slash li:after {
  padding: 0 3px 0 6px;
}
ul.list-inline-dash li:last-child:after, ul.list-inline-slash li:last-child:after {
  content: "";
  padding: 0;
}

ol {
  margin: 0 0 -7px;
}
ol li {
  margin: 0 0 7px;
}
ol li ul, ol li ol {
  margin-top: 7px;
}
ol.list-ordered {
  list-style: none;
  counter-reset: custom-counter;
  padding-left: 0;
}
ol.list-ordered li {
  position: relative;
  padding-left: 34px;
  counter-increment: custom-counter;
}
ol.list-ordered li::before {
  content: counter(custom-counter);
}
ol.list-ordered li ol {
  list-style: none;
  padding-left: 0;
}
ol.list-ordered.style-2 li::before, ol.list-ordered.style-3 li::before, ol.list-ordered.style-4 li::before, ol.list-ordered.style-5 li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
}
ol.list-ordered.style-2 li::before {
  background: rgba(18, 21, 24, 0.1);
  color: black;
}
ol.list-ordered.style-3 li::before {
  background: rgba(18, 21, 24, 0.9);
  color: white;
}
ol.list-ordered.style-4 li::before {
  border: 1px solid rgba(18, 21, 24, 0.2);
  color: rgba(18, 21, 24, 0.5);
}
ol.list-ordered.style-5 li::before {
  border: 1px solid rgba(18, 21, 24, 0.9);
  color: black;
}

.bg-black ol.list-ordered.style-2 li::before,
[class*=bg-dark] ol.list-ordered.style-2 li::before,
[class*=bg-gradient-] ol.list-ordered.style-2 li::before,
[class*=bg-color-] ol.list-ordered.style-2 li::before {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.bg-black ol.list-ordered.style-3 li::before,
[class*=bg-dark] ol.list-ordered.style-3 li::before,
[class*=bg-gradient-] ol.list-ordered.style-3 li::before,
[class*=bg-color-] ol.list-ordered.style-3 li::before {
  background: white;
  color: black;
}
.bg-black ol.list-ordered.style-4 li::before,
[class*=bg-dark] ol.list-ordered.style-4 li::before,
[class*=bg-gradient-] ol.list-ordered.style-4 li::before,
[class*=bg-color-] ol.list-ordered.style-4 li::before {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.bg-black ol.list-ordered.style-5 li::before,
[class*=bg-dark] ol.list-ordered.style-5 li::before,
[class*=bg-gradient-] ol.list-ordered.style-5 li::before,
[class*=bg-color-] ol.list-ordered.style-5 li::before {
  border-color: white;
  color: white;
}

@media (max-width: 991.98px) {
  ol {
    margin: 0 0 -5px;
  }
  ol li {
    margin: 0 0 5px;
  }
  ul {
    margin: 0 0 -5px;
  }
  ul li {
    margin: 0 0 5px;
  }
  ul li ul, ul li ol {
    margin-top: 5px;
  }
  ul.list-dash li:before {
    content: "-";
    padding-right: 6px;
  }
  ul.list-dash li a:hover {
    padding-left: 2px;
  }
  ul.list-dash li ul, ul.list-dash li ol {
    padding-left: 30px;
  }
  ul.list-inline-lg {
    margin-right: -12px;
    margin-left: -12px;
  }
  ul.list-inline-lg li {
    padding: 0 12px;
  }
  ul.list-inline {
    margin-right: -6px;
    margin-left: -6px;
  }
  ul.list-inline li {
    padding: 0 6px;
  }
  ul.list-inline-sm {
    margin-right: -2px;
    margin-left: -2px;
  }
  ul.list-inline-sm li {
    padding: 0 2px;
  }
}
body {
  color: #7C7C7C;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 991.98px) {
  body {
    font-size: 0.938rem;
  }
}
body.theme-font-nunito {
  font-family: "Nunito", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -0.3px;
  line-height: 1.4;
  color: rgb(18, 21, 24);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h2,
.h2 {
  font-weight: 400;
}

.theme-font-nunito h1, .theme-font-nunito h2, .theme-font-nunito h3, .theme-font-nunito h4, .theme-font-nunito h5, .theme-font-nunito h6 {
  font-family: "Nunito", sans-serif;
}

p {
  margin: 0;
  line-height: 1.74; /* 26px */
}
@media (max-width: 991.98px) {
  p {
    line-height: 1.6; /* 24px */
  }
}

.uppercase {
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.font-small {
  font-size: 0.9em;
  line-height: 1.7;
}
@media (max-width: 991.98px) {
  .font-small {
    font-size: 0.9em;
    line-height: 1.7;
  }
}

.font-large {
  font-size: 1.063em;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  .font-large {
    font-size: 1.063em;
  }
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.letter-spacing-4 {
  letter-spacing: 4px;
}

.line-height-100 {
  line-height: 100%;
}

.line-height-110 {
  line-height: 110%;
}

.line-height-120 {
  line-height: 120%;
}

.line-height-130 {
  line-height: 130%;
}

.line-height-140 {
  line-height: 140%;
}

.line-height-150 {
  line-height: 150%;
}

.line-height-160 {
  line-height: 160%;
}

i {
  display: inline-block;
}

.icon-5xl i {
  font-size: 2.8em;
}

.icon-4xl i {
  font-size: 2.4em;
}

.icon-3xl i {
  font-size: 2.13em;
}

.icon-2xl i {
  font-size: 1.86em;
}

.icon-xl i {
  font-size: 1.6em;
}

.icon-lg i {
  font-size: 1.33em;
}

.icon-sm i {
  font-size: 0.9em;
}

.accordion {
  list-style-type: none;
  padding: 0;
}
.accordion li {
  border: 0;
  margin-bottom: 8px;
  padding: 0;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.accordion li:last-child {
  margin-bottom: 0;
}
.accordion li .accordion-title {
  position: relative;
  border: 1px solid rgba(18, 21, 24, 0.1);
  padding: 14px 24px;
  cursor: pointer;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.accordion li .accordion-title:before, .accordion li .accordion-title:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: black;
}
.accordion li .accordion-title:before {
  right: 24px;
  width: 11px;
  height: 1px;
}
.accordion li .accordion-title:after {
  right: 29px;
  width: 1px;
  height: 11px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.accordion li .accordion-title h1, .accordion li .accordion-title h2, .accordion li .accordion-title h3, .accordion li .accordion-title h4, .accordion li .accordion-title h5, .accordion li .accordion-title h6 {
  margin: 0;
}
.accordion li .accordion-title * {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.accordion li .accordion-content {
  overflow: hidden;
  max-height: 0;
  padding: 0 25px;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}
.accordion li .accordion-content:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
}
.accordion li .accordion-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
}
.accordion li .accordion-content ul li, .accordion li .accordion-content ol li {
  border: 0;
  padding: 0;
}
.accordion li .accordion-content ul li:last-child, .accordion li .accordion-content ol li:last-child {
  border: 0;
}
.accordion li .accordion-content ul {
  list-style-type: disc;
}
.accordion li .accordion-content ul ul {
  list-style-type: circle;
}
.accordion li .accordion-content ol.list-ordered li {
  margin-bottom: 8px;
  padding-left: 34px;
}
.accordion li .accordion-content ol.list-ordered li:last-child {
  margin: 0;
}
.accordion li .accordion-content .nav {
  list-style-type: none;
}
.accordion li.active .accordion-title {
  border-color: rgba(18, 21, 24, 0.9);
}
.accordion li.active .accordion-title:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.accordion.style-2 li {
  margin-bottom: 14px;
  padding: 0;
}
.accordion.style-2 li:last-child {
  margin-bottom: 0;
}
.accordion.style-2 li .accordion-title {
  border: 0;
  border-bottom: 1px solid rgba(18, 21, 24, 0.2);
  padding: 0 0 10px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.accordion.style-2 li .accordion-title:before, .accordion.style-2 li .accordion-title:after {
  margin-top: -6px;
}
.accordion.style-2 li .accordion-title:before {
  right: 0;
}
.accordion.style-2 li .accordion-title:after {
  right: 5px;
}
.accordion.style-2 li .accordion-content {
  padding: 0 20px;
}
.accordion.style-2 li.active .accordion-title {
  border-bottom-color: rgba(18, 21, 24, 0.9);
}
.accordion.style-3 li .accordion-title {
  background: rgb(241, 245, 249);
  border: 0;
}
.accordion.style-3 li .accordion-content {
  padding: 0 24px;
}
.accordion.style-3 li.active .accordion-title {
  background: rgb(24, 28, 32);
  color: rgba(255, 255, 255, 0.8);
}
.accordion.style-3 li.active .accordion-title:before, .accordion.style-3 li.active .accordion-title:after {
  background: white;
}
.accordion.style-3 li.active .accordion-title h1, .accordion.style-3 li.active .accordion-title h2, .accordion.style-3 li.active .accordion-title h3, .accordion.style-3 li.active .accordion-title h4, .accordion.style-3 li.active .accordion-title h5, .accordion.style-3 li.active .accordion-title h6 {
  color: white;
}
.accordion.border-radius:not(.style-2) li .accordion-title {
  border-radius: 0.375em;
}
.accordion.rounded:not(.style-2) li .accordion-title {
  border-radius: 50px;
}

[class*=bg-gray] .accordion.style-3 li .accordion-title {
  background: white;
}

.bg-black .accordion li .accordion-title,
[class*=bg-dark] .accordion li .accordion-title,
[class*=bg-gradient-] .accordion li .accordion-title,
[class*=bg-color-] .accordion li .accordion-title {
  border-color: rgba(255, 255, 255, 0.2);
}
.bg-black .accordion li .accordion-title:before, .bg-black .accordion li .accordion-title:after,
[class*=bg-dark] .accordion li .accordion-title:before,
[class*=bg-dark] .accordion li .accordion-title:after,
[class*=bg-gradient-] .accordion li .accordion-title:before,
[class*=bg-gradient-] .accordion li .accordion-title:after,
[class*=bg-color-] .accordion li .accordion-title:before,
[class*=bg-color-] .accordion li .accordion-title:after {
  background: white;
}
.bg-black .accordion li.active .accordion-title,
[class*=bg-dark] .accordion li.active .accordion-title,
[class*=bg-gradient-] .accordion li.active .accordion-title,
[class*=bg-color-] .accordion li.active .accordion-title {
  border-color: white;
}
.bg-black .accordion.style-3 li .accordion-title,
[class*=bg-dark] .accordion.style-3 li .accordion-title,
[class*=bg-gradient-] .accordion.style-3 li .accordion-title,
[class*=bg-color-] .accordion.style-3 li .accordion-title {
  background: rgba(255, 255, 255, 0.1);
}
.bg-black .accordion.style-3 li.active .accordion-title,
[class*=bg-dark] .accordion.style-3 li.active .accordion-title,
[class*=bg-gradient-] .accordion.style-3 li.active .accordion-title,
[class*=bg-color-] .accordion.style-3 li.active .accordion-title {
  background: white;
  color: #7C7C7C;
}
.bg-black .accordion.style-3 li.active .accordion-title:before, .bg-black .accordion.style-3 li.active .accordion-title:after,
[class*=bg-dark] .accordion.style-3 li.active .accordion-title:before,
[class*=bg-dark] .accordion.style-3 li.active .accordion-title:after,
[class*=bg-gradient-] .accordion.style-3 li.active .accordion-title:before,
[class*=bg-gradient-] .accordion.style-3 li.active .accordion-title:after,
[class*=bg-color-] .accordion.style-3 li.active .accordion-title:before,
[class*=bg-color-] .accordion.style-3 li.active .accordion-title:after {
  background: black;
}
.bg-black .accordion.style-3 li.active .accordion-title h1, .bg-black .accordion.style-3 li.active .accordion-title h2, .bg-black .accordion.style-3 li.active .accordion-title h3, .bg-black .accordion.style-3 li.active .accordion-title h4, .bg-black .accordion.style-3 li.active .accordion-title h5, .bg-black .accordion.style-3 li.active .accordion-title h6,
[class*=bg-dark] .accordion.style-3 li.active .accordion-title h1,
[class*=bg-dark] .accordion.style-3 li.active .accordion-title h2,
[class*=bg-dark] .accordion.style-3 li.active .accordion-title h3,
[class*=bg-dark] .accordion.style-3 li.active .accordion-title h4,
[class*=bg-dark] .accordion.style-3 li.active .accordion-title h5,
[class*=bg-dark] .accordion.style-3 li.active .accordion-title h6,
[class*=bg-gradient-] .accordion.style-3 li.active .accordion-title h1,
[class*=bg-gradient-] .accordion.style-3 li.active .accordion-title h2,
[class*=bg-gradient-] .accordion.style-3 li.active .accordion-title h3,
[class*=bg-gradient-] .accordion.style-3 li.active .accordion-title h4,
[class*=bg-gradient-] .accordion.style-3 li.active .accordion-title h5,
[class*=bg-gradient-] .accordion.style-3 li.active .accordion-title h6,
[class*=bg-color-] .accordion.style-3 li.active .accordion-title h1,
[class*=bg-color-] .accordion.style-3 li.active .accordion-title h2,
[class*=bg-color-] .accordion.style-3 li.active .accordion-title h3,
[class*=bg-color-] .accordion.style-3 li.active .accordion-title h4,
[class*=bg-color-] .accordion.style-3 li.active .accordion-title h5,
[class*=bg-color-] .accordion.style-3 li.active .accordion-title h6 {
  color: black;
}

.box-shadow {
  -webkit-box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.1);
  box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.1);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.box-shadow:hover {
  -webkit-box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.15);
  box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.15);
}

.hover-shadow {
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.hover-shadow:hover {
  -webkit-box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.1);
  box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.1);
}

.hover-float {
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.hover-float:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.hover-scale {
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.hover-scale:hover {
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
}

.hover-shrink {
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.hover-shrink:hover {
  -webkit-transform: scale(0.985);
  transform: scale(0.985);
}

.box-backdrop {
  overflow: hidden;
  border-radius: 0.5em;
  border: 2px solid rgb(18, 21, 24);
  -webkit-box-shadow: 4px 4px 0 0 rgb(18, 21, 24);
  box-shadow: 4px 4px 0 0 rgb(18, 21, 24);
}

[class*=square-box],
[class*=circle-box] {
  display: inline-block;
  text-align: center;
}
[class*=square-box] *,
[class*=circle-box] * {
  margin: 0;
  vertical-align: middle;
}

.square-box-xs {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.square-box-xs * {
  line-height: 40px;
}

.square-box-sm {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.square-box-sm * {
  line-height: 50px;
}

.square-box, .square-box-md {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.square-box *, .square-box-md * {
  line-height: 60px;
}

.square-box-lg {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.square-box-lg * {
  line-height: 70px;
}

.square-box-xl {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.square-box-xl * {
  line-height: 80px;
}

[class*=circle-box] {
  border-radius: 50%;
}

.circle-box-xs {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.circle-box-xs * {
  line-height: 40px;
}

.circle-box-sm {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.circle-box-sm * {
  line-height: 50px;
}

.circle-box, .circle-box-md {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.circle-box *, .circle-box-md * {
  line-height: 60px;
}

.circle-box-lg {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.circle-box-lg * {
  line-height: 70px;
}

.circle-box-xl {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.circle-box-xl * {
  line-height: 80px;
}

.border-radius {
  border-radius: 0.5em;
  overflow: hidden;
}

.border-radius-1 {
  border-radius: 1em;
  overflow: hidden;
}

.border-radius-2 {
  border-radius: 2em;
  overflow: hidden;
}

.border-radius-top {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  overflow: hidden;
}

.border-radius-top-1 {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  overflow: hidden;
}

.border-radius-top-2 {
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
  overflow: hidden;
}

.border-radius-bottom {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  overflow: hidden;
}

.border-radius-bottom-1 {
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  overflow: hidden;
}

.border-radius-bottom-2 {
  border-bottom-left-radius: 2em;
  border-bottom-right-radius: 2em;
  overflow: hidden;
}

a {
  color: rgba(18, 21, 24, 0.9);
  text-decoration: none;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
a:hover {
  color: rgb(18, 21, 24);
  text-decoration: none;
}

button {
  background: transparent;
  box-shadow: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

a:focus, a:active, button:focus, button:active {
  box-shadow: none;
  outline: 0;
}

.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: rgb(228, 232, 236);
  border: 1px solid rgb(228, 232, 236);
  padding: 5px 10px;
  color: rgb(18, 21, 24);
  font: 500 0.875em "Poppins", sans-serif;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.button i {
  margin-right: 8px;
  font-size: 15px;
}
.button:hover {
  color: rgb(18, 21, 24);
}

.theme-font-nunito .button {
  font: 600 0.875em "Nunito", sans-serif;
}

.button-sm {
  padding: 12px 26px;
}

.button-md {
  padding: 14px 34px;
}

.button-lg {
  padding: 16px 42px;
}

.button-xl {
  padding: 18px 50px;
}

.button-fullwidth {
  width: 100%;
  text-align: center;
}

.button-gray {
  background: rgb(228, 232, 236);
  border: 0;
}
.button-gray:hover, .button-gray:focus {
  background: rgb(220, 224, 228);
  color: rgb(18, 21, 24);
}

.button-dark {
  background: rgb(32, 36, 40);
  border: 0;
  color: white;
}
.button-dark:hover, .button-dark:focus {
  background: rgb(24, 28, 32);
  color: white;
}

.button-white {
  background: white;
  border: 0;
  color: rgb(18, 21, 24);
}
.button-white:hover, .button-white:focus {
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  color: rgb(18, 21, 24);
}

.button-white-2 {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: white;
}
.button-white-2:hover, .button-white-2:focus {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}

[class*=button-social] {
  border: 0;
  -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
}
[class*=button-social]:hover, [class*=button-social]:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
}
[class*=button-social]:not([class*=button-social-snapchat]) {
  color: white;
}
[class*=button-social]:not([class*=button-social-snapchat]):hover, [class*=button-social]:not([class*=button-social-snapchat]):focus {
  color: white;
}

.button-social-facebook {
  background: #1877F2;
}

.button-social-twitter {
  background: #1DA1F2;
}

.button-social-instagram {
  background: #E4405F;
}

.button-social-linkedin {
  background: #0A66C2;
}

.button-social-youtube {
  background: #CD201F;
}

.button-social-pinterest {
  background: #BD081C;
}

.button-social-skype {
  background: #00AFF0;
}

.button-social-dribbble {
  background: #EA4C89;
}

.button-social-whatsapp {
  background: #25D366;
}

.button-social-snapchat {
  background: #FFFC00;
  color: rgb(18, 21, 24);
}
.button-social-snapchat:hover {
  color: rgb(18, 21, 24);
}

.button-gradient-1 {
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}

.button-gradient-2 {
  background-image: linear-gradient(45deg, #A9C9FF 0%, #FFBBEC 100%);
}

.button-gradient-3 {
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}

.button-gradient-4 {
  background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
}

.button-gradient-5 {
  background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
}

.button-gradient-6 {
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.button-gradient-7 {
  background-image: linear-gradient(90deg, #007990 0%, #6CE5C0 100%);
}

[class*=button-gradient] {
  border: 0;
  -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  color: white;
}
[class*=button-gradient]:hover, [class*=button-gradient]:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
  color: white;
}

.button-theme,
.button-blue,
.button-purple,
.button-pink-edge,
.button-golden-yellow,
.button-very-peri,
.button-turquoise,
.button-spring-red,
.button-tan,
.button-aqua {
  border: 0;
  -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  color: white;
}
.button-theme:hover, .button-theme:focus,
.button-blue:hover,
.button-blue:focus,
.button-purple:hover,
.button-purple:focus,
.button-pink-edge:hover,
.button-pink-edge:focus,
.button-golden-yellow:hover,
.button-golden-yellow:focus,
.button-very-peri:hover,
.button-very-peri:focus,
.button-turquoise:hover,
.button-turquoise:focus,
.button-spring-red:hover,
.button-spring-red:focus,
.button-tan:hover,
.button-tan:focus,
.button-aqua:hover,
.button-aqua:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
  color: white;
}

.button-blue {
  background: #0093E9;
}

.button-purple {
  background: #B721FF;
}

.button-pink-edge {
  background: #FE9AB6;
}

.button-golden-yellow {
  background: #FFB657;
}

.button-very-peri {
  background: #6667AB;
}

.button-turquoise {
  background: #4cbfa6;
}

.button-spring-red {
  background: #BE1F35;
}

.button-tan {
  background: #d2b48c;
}

.button-aqua {
  background: #03D4D8;
}

[class*=button-outline] {
  background: transparent;
}

.button-outline-theme:hover, .button-outline-theme:focus,
.button-outline-blue:hover,
.button-outline-blue:focus,
.button-outline-purple:hover,
.button-outline-purple:focus,
.button-outline-pink-edge:hover,
.button-outline-pink-edge:focus,
.button-outline-golden-yellow:hover,
.button-outline-golden-yellow:focus,
.button-outline-very-peri:hover,
.button-outline-very-peri:focus,
.button-outline-turquoise:hover,
.button-outline-turquoise:focus,
.button-outline-spring-red:hover,
.button-outline-spring-red:focus,
.button-outline-tan:hover,
.button-outline-tan:focus,
.button-outline-aqua:hover,
.button-outline-aqua:focus {
  color: white;
}

.button-outline-blue {
  border-color: rgb(0, 147, 233);
  color: rgb(0, 147, 233);
}
.button-outline-blue:hover, .button-outline-blue:focus {
  background: rgb(0, 147, 233);
}

.button-outline-purple {
  border-color: rgb(183, 33, 255);
  color: rgb(183, 33, 255);
}
.button-outline-purple:hover, .button-outline-purple:focus {
  background: rgb(183, 33, 255);
}

.button-outline-pink-edge {
  border-color: rgb(254, 154, 182);
  color: rgb(254, 154, 182);
}
.button-outline-pink-edge:hover, .button-outline-pink-edge:focus {
  background: rgb(254, 154, 182);
}

.button-outline-golden-yellow {
  border-color: rgb(255, 182, 87);
  color: rgb(255, 182, 87);
}
.button-outline-golden-yellow:hover, .button-outline-golden-yellow:focus {
  background: rgb(255, 182, 87);
}

.button-outline-very-peri {
  border-color: rgb(102, 103, 171);
  color: rgb(102, 103, 171);
}
.button-outline-very-peri:hover, .button-outline-very-peri:focus {
  background: rgb(102, 103, 171);
}

.button-outline-turquoise {
  border-color: rgb(76, 191, 166);
  color: rgb(76, 191, 166);
}
.button-outline-turquoise:hover, .button-outline-turquoise:focus {
  background: rgb(76, 191, 166);
}

.button-outline-spring-red {
  border-color: rgb(190, 31, 53);
  color: rgb(190, 31, 53);
}
.button-outline-spring-red:hover, .button-outline-spring-red:focus {
  background: rgb(190, 31, 53);
}

.button-outline-tan {
  border-color: rgb(210, 180, 140);
  color: rgb(210, 180, 140);
}
.button-outline-tan:hover, .button-outline-tan:focus {
  background: rgb(210, 180, 140);
}

.button-outline-aqua {
  border-color: rgb(3, 212, 216);
  color: rgb(3, 212, 216);
}
.button-outline-aqua:hover, .button-outline-aqua:focus {
  background: rgb(3, 212, 216);
}

.button-outline-gray {
  border-color: rgba(18, 21, 24, 0.15);
}
.button-outline-gray:hover, .button-outline-gray:focus {
  border-color: rgb(24, 28, 32);
  color: rgb(18, 21, 24);
}

.button-outline-dark {
  border-color: rgb(24, 28, 32);
}
.button-outline-dark:hover, .button-outline-dark:focus {
  background: rgb(24, 28, 32);
  border-color: transparent;
  color: white;
}

.button-outline-white {
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.button-outline-white:hover, .button-outline-white:focus {
  border-color: white;
  color: white;
}

.button-outline-white-2 {
  border-color: white;
  color: white;
}
.button-outline-white-2:hover, .button-outline-white-2:focus {
  background: white;
  color: rgb(18, 21, 24);
}

[class*=button-reveal] span, [class*=button-reveal] i {
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[class*=button-reveal] span {
  position: relative;
}
[class*=button-reveal] i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  margin: 0;
}
[class*=button-reveal]:hover i, [class*=button-reveal]:focus i {
  opacity: 1;
}

[class*=button-reveal-left] span {
  left: 0;
}
[class*=button-reveal-left]:hover span, [class*=button-reveal-left]:focus span {
  left: 12px;
}

[class*=button-reveal-right] span {
  right: 0;
}
[class*=button-reveal-right]:hover span, [class*=button-reveal-right]:focus span {
  right: 12px;
}

.button-reveal-left-dark, .button-reveal-right-dark {
  background: rgb(32, 36, 40);
  border: 0;
  color: white;
}
.button-reveal-left-dark:hover, .button-reveal-left-dark:focus, .button-reveal-right-dark:hover, .button-reveal-right-dark:focus {
  background: rgb(24, 28, 32);
  color: white;
}

.button-reveal-left-white, .button-reveal-right-white {
  background: white;
  border: 0;
  color: rgb(18, 21, 24);
}
.button-reveal-left-white:hover, .button-reveal-left-white:focus, .button-reveal-right-white:hover, .button-reveal-right-white:focus {
  background: white;
  color: rgb(18, 21, 24);
}

.button-reveal-left-outline-dark,
.button-reveal-right-outline-dark {
  background: transparent;
  border-color: rgb(24, 28, 32);
}
.button-reveal-left-outline-dark:hover, .button-reveal-left-outline-dark:focus,
.button-reveal-right-outline-dark:hover,
.button-reveal-right-outline-dark:focus {
  border-color: rgba(18, 21, 24, 0.15);
  color: rgb(18, 21, 24);
}

.button-reveal-left-outline-white,
.button-reveal-right-outline-white {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.button-reveal-left-outline-white:hover, .button-reveal-left-outline-white:focus,
.button-reveal-right-outline-white:hover,
.button-reveal-right-outline-white:focus {
  border-color: white;
  color: white;
}

.button-sm[class*=button-reveal-left] i {
  left: 20px;
}
.button-sm[class*=button-reveal-left]:hover i, .button-sm[class*=button-reveal-left]:focus i {
  left: 10px;
}
.button-sm[class*=button-reveal-right] i {
  right: 20px;
}
.button-sm[class*=button-reveal-right]:hover i, .button-sm[class*=button-reveal-right]:focus i {
  right: 10px;
}

.button-md[class*=button-reveal-left] i {
  left: 30px;
}
.button-md[class*=button-reveal-left]:hover i, .button-md[class*=button-reveal-left]:focus i {
  left: 18px;
}
.button-md[class*=button-reveal-right] i {
  right: 30px;
}
.button-md[class*=button-reveal-right]:hover i, .button-md[class*=button-reveal-right]:focus i {
  right: 18px;
}

.button-lg[class*=button-reveal-left] i {
  left: 40px;
}
.button-lg[class*=button-reveal-left]:hover i, .button-lg[class*=button-reveal-left]:focus i {
  left: 28px;
}
.button-lg[class*=button-reveal-right] i {
  right: 40px;
}
.button-lg[class*=button-reveal-right]:hover i, .button-lg[class*=button-reveal-right]:focus i {
  right: 28px;
}

.button-xl[class*=button-reveal-left] i {
  left: 50px;
}
.button-xl[class*=button-reveal-left]:hover i, .button-xl[class*=button-reveal-left]:focus i {
  left: 38px;
}
.button-xl[class*=button-reveal-right] i {
  right: 50px;
}
.button-xl[class*=button-reveal-right]:hover i, .button-xl[class*=button-reveal-right]:focus i {
  right: 38px;
}

.button-backdrop-dark {
  background: white;
  border-radius: 0.5em;
  border: 2px solid rgb(18, 21, 24);
  -webkit-box-shadow: 4px 4px 0 0 rgb(18, 21, 24);
  box-shadow: 4px 4px 0 0 rgb(18, 21, 24);
}
.button-backdrop-dark:hover, .button-backdrop-dark:focus {
  -webkit-box-shadow: 2px 2px 0 0 rgb(18, 21, 24);
  box-shadow: 2px 2px 0 0 rgb(18, 21, 24);
}

.button-backdrop-white {
  background: black;
  border-radius: 0.5em;
  border: 2px solid white;
  -webkit-box-shadow: 4px 4px 0 0 white;
  box-shadow: 4px 4px 0 0 white;
  color: white;
}
.button-backdrop-white:hover, .button-backdrop-white:focus {
  -webkit-box-shadow: 2px 2px 0 0 white;
  box-shadow: 2px 2px 0 0 white;
  color: white;
}

[class*=button-backdrop-color] {
  border-radius: 0.5em;
  border: 2px solid rgb(18, 21, 24);
  -webkit-box-shadow: 4px 4px 0 0 rgb(18, 21, 24);
  box-shadow: 4px 4px 0 0 rgb(18, 21, 24);
  color: white;
}
[class*=button-backdrop-color]:hover, [class*=button-backdrop-color]:focus {
  -webkit-box-shadow: 2px 2px 0 0 rgb(18, 21, 24);
  box-shadow: 2px 2px 0 0 rgb(18, 21, 24);
  color: white;
}

.button-backdrop-color-aqua {
  background: rgb(3, 212, 216);
}

.button-backdrop-color-blue {
  background: rgb(0, 147, 233);
}

.button-backdrop-color-golden-yellow {
  background: rgb(255, 182, 87);
}

.button-backdrop-color-pink-edge {
  background: rgb(254, 154, 182);
}

.button-backdrop-color-purple {
  background: rgb(183, 33, 255);
}

.button-backdrop-color-spring-red {
  background: rgb(190, 31, 53);
}

.button-backdrop-color-tan {
  background: rgb(210, 180, 140);
}

.button-backdrop-color-turquoise {
  background: rgb(76, 191, 166);
}

.button-backdrop-color-very-peri {
  background: rgb(102, 103, 171);
}

.button-text-1,
.button-text-2,
.button-text-3 {
  position: relative;
  display: inline-block;
  color: black;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.2px;
}

.theme-font-nunito .button-text-1,
.theme-font-nunito .button-text-2,
.theme-font-nunito .button-text-3 {
  font-family: "Nunito", sans-serif;
}

.button-text-1:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: rgba(18, 21, 24, 0.2);
  width: 100%;
  height: 1px;
}
.button-text-1:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  background: black;
  height: 1px;
  -webkit-animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.button-text-1:hover:after {
  width: 100%;
  -webkit-animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.button-text-2:before {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  background: rgba(18, 21, 24, 0.15);
  height: 40%;
  -webkit-animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.button-text-2:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  background: black;
  height: 1px;
  -webkit-animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.button-text-2:hover:before {
  -webkit-animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.button-text-2:hover:after {
  -webkit-animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}

.button-text-3 {
  padding-left: 30px;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button-text-3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: black;
  width: 20px;
  height: 1px;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button-text-3:hover {
  padding-left: 40px;
}
.button-text-3:hover:before {
  width: 30px;
}

@-webkit-keyframes button-line-out {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
@keyframes button-line-out {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
@-webkit-keyframes button-line-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
@keyframes button-line-in {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
}
.bg-black .button-text-1,
.bg-black .button-text-2,
.bg-black .button-text-3,
[class*=bg-dark] .button-text-1,
[class*=bg-dark] .button-text-2,
[class*=bg-dark] .button-text-3,
[class*=bg-gradient-] .button-text-1,
[class*=bg-gradient-] .button-text-2,
[class*=bg-gradient-] .button-text-3,
[class*=bg-color-] .button-text-1,
[class*=bg-color-] .button-text-2,
[class*=bg-color-] .button-text-3 {
  color: rgba(255, 255, 255, 0.8);
}
.bg-black .button-text-1:hover,
.bg-black .button-text-2:hover,
.bg-black .button-text-3:hover,
[class*=bg-dark] .button-text-1:hover,
[class*=bg-dark] .button-text-2:hover,
[class*=bg-dark] .button-text-3:hover,
[class*=bg-gradient-] .button-text-1:hover,
[class*=bg-gradient-] .button-text-2:hover,
[class*=bg-gradient-] .button-text-3:hover,
[class*=bg-color-] .button-text-1:hover,
[class*=bg-color-] .button-text-2:hover,
[class*=bg-color-] .button-text-3:hover {
  color: white;
}
.bg-black .button-text-1:before,
[class*=bg-dark] .button-text-1:before,
[class*=bg-gradient-] .button-text-1:before,
[class*=bg-color-] .button-text-1:before {
  background: rgba(255, 255, 255, 0.3);
}
.bg-black .button-text-1:after,
[class*=bg-dark] .button-text-1:after,
[class*=bg-gradient-] .button-text-1:after,
[class*=bg-color-] .button-text-1:after {
  background: white;
}
.bg-black .button-text-2:before,
[class*=bg-dark] .button-text-2:before,
[class*=bg-gradient-] .button-text-2:before,
[class*=bg-color-] .button-text-2:before {
  background: rgba(255, 255, 255, 0.4);
}
.bg-black .button-text-2:after,
[class*=bg-dark] .button-text-2:after,
[class*=bg-gradient-] .button-text-2:after,
[class*=bg-color-] .button-text-2:after {
  background: white;
}
.bg-black .button-text-3:before,
[class*=bg-dark] .button-text-3:before,
[class*=bg-gradient-] .button-text-3:before,
[class*=bg-color-] .button-text-3:before {
  background: rgba(255, 255, 255, 0.8);
}
.bg-black .button-text-3:hover:before,
[class*=bg-dark] .button-text-3:hover:before,
[class*=bg-gradient-] .button-text-3:hover:before,
[class*=bg-color-] .button-text-3:hover:before {
  background: white;
}

.button-circle {
  background: rgb(228, 232, 236);
  display: inline-block;
  border: 1px solid rgb(228, 232, 236);
  border-radius: 50%;
  color: rgb(18, 21, 24);
  text-align: center;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.button-circle:hover {
  color: #7C7C7C;
}
.button-circle.button-circle-gray {
  background: rgb(228, 232, 236);
  border: 0;
}
.button-circle.button-circle-gray:hover, .button-circle.button-circle-gray:focus {
  background: rgb(220, 224, 228);
  color: rgb(18, 21, 24);
}
.button-circle.button-circle-dark {
  background: rgb(32, 36, 40);
  border: 0;
  color: white;
}
.button-circle.button-circle-dark:hover, .button-circle.button-circle-dark:focus {
  background: rgb(24, 28, 32);
  color: white;
}
.button-circle.button-circle-white {
  background: white;
  border: 0;
  color: rgb(18, 21, 24);
}
.button-circle.button-circle-white:hover, .button-circle.button-circle-white:focus {
  background: rgba(255, 255, 255, 0.9);
  color: rgb(18, 21, 24);
}
.button-circle.button-circle-white-2 {
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: white;
}
.button-circle.button-circle-white-2:hover, .button-circle.button-circle-white-2:focus {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}
.button-circle[class*=button-circle-outline] {
  background: transparent;
}
.button-circle.button-circle-outline-gray {
  border-color: rgba(18, 21, 24, 0.15);
}
.button-circle.button-circle-outline-gray:hover, .button-circle.button-circle-outline-gray:focus {
  border-color: rgb(24, 28, 32);
  color: rgb(18, 21, 24);
}
.button-circle.button-circle-outline-dark {
  border-color: rgb(24, 28, 32);
}
.button-circle.button-circle-outline-dark:hover, .button-circle.button-circle-outline-dark:focus {
  background: rgb(24, 28, 32);
  border-color: transparent;
  color: white;
}
.button-circle.button-circle-outline-white {
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.button-circle.button-circle-outline-white:hover, .button-circle.button-circle-outline-white:focus {
  border-color: white;
  color: white;
}
.button-circle.button-circle-outline-white-2 {
  border-color: white;
  color: white;
}
.button-circle.button-circle-outline-white-2:hover, .button-circle.button-circle-outline-white-2:focus {
  background: white;
  color: rgb(18, 21, 24);
}
.button-circle.button-circle-outline-aqua {
  border-color: rgb(3, 212, 216);
  color: rgb(3, 212, 216);
}
.button-circle.button-circle-outline-aqua:hover, .button-circle.button-circle-outline-aqua:focus {
  background: rgb(3, 212, 216);
  color: white;
}
.button-circle.button-circle-outline-theme:hover, .button-circle.button-circle-outline-theme:focus, .button-circle.button-circle-outline-aqua:hover, .button-circle.button-circle-outline-aqua:focus, .button-circle.button-circle-outline-blue:hover, .button-circle.button-circle-outline-blue:focus, .button-circle.button-circle-outline-golden-yellow:hover, .button-circle.button-circle-outline-golden-yellow:focus, .button-circle.button-circle-outline-pink-edge:hover, .button-circle.button-circle-outline-pink-edge:focus, .button-circle.button-circle-outline-purple:hover, .button-circle.button-circle-outline-purple:focus, .button-circle.button-circle-outline-spring-red:hover, .button-circle.button-circle-outline-spring-red:focus, .button-circle.button-circle-outline-tan:hover, .button-circle.button-circle-outline-tan:focus, .button-circle.button-circle-outline-turquoise:hover, .button-circle.button-circle-outline-turquoise:focus, .button-circle.button-circle-outline-very-peri:hover, .button-circle.button-circle-outline-very-peri:focus {
  color: white;
}
.button-circle.button-circle-outline-blue {
  border-color: rgb(0, 147, 233);
  color: rgb(0, 147, 233);
}
.button-circle.button-circle-outline-blue:hover, .button-circle.button-circle-outline-blue:focus {
  background: rgb(0, 147, 233);
}
.button-circle.button-circle-outline-golden-yellow {
  border-color: rgb(255, 182, 87);
  color: rgb(255, 182, 87);
}
.button-circle.button-circle-outline-golden-yellow:hover, .button-circle.button-circle-outline-golden-yellow:focus {
  background: rgb(255, 182, 87);
}
.button-circle.button-circle-outline-pink-edge {
  border-color: rgb(254, 154, 182);
  color: rgb(254, 154, 182);
}
.button-circle.button-circle-outline-pink-edge:hover, .button-circle.button-circle-outline-pink-edge:focus {
  background: rgb(254, 154, 182);
}
.button-circle.button-circle-outline-purple {
  border-color: rgb(183, 33, 255);
  color: rgb(183, 33, 255);
}
.button-circle.button-circle-outline-purple:hover, .button-circle.button-circle-outline-purple:focus {
  background: rgb(183, 33, 255);
}
.button-circle.button-circle-outline-spring-red {
  border-color: rgb(190, 31, 53);
  color: rgb(190, 31, 53);
}
.button-circle.button-circle-outline-spring-red:hover, .button-circle.button-circle-outline-spring-red:focus {
  background: rgb(190, 31, 53);
}
.button-circle.button-circle-outline-tan {
  border-color: rgb(210, 180, 140);
  color: rgb(210, 180, 140);
}
.button-circle.button-circle-outline-tan:hover, .button-circle.button-circle-outline-tan:focus {
  background: rgb(210, 180, 140);
}
.button-circle.button-circle-outline-turquoise {
  border-color: rgb(76, 191, 166);
  color: rgb(76, 191, 166);
}
.button-circle.button-circle-outline-turquoise:hover, .button-circle.button-circle-outline-turquoise:focus {
  background: rgb(76, 191, 166);
}
.button-circle.button-circle-outline-very-peri {
  border-color: rgb(102, 103, 171);
  color: rgb(102, 103, 171);
}
.button-circle.button-circle-outline-very-peri:hover, .button-circle.button-circle-outline-very-peri:focus {
  background: rgb(102, 103, 171);
}
.button-circle.button-circle-gradient-1 {
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}
.button-circle.button-circle-gradient-1:hover, .button-circle.button-circle-gradient-1:focus {
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}
.button-circle.button-circle-gradient-2 {
  background-image: linear-gradient(45deg, #A9C9FF 0%, #FFBBEC 100%);
}
.button-circle.button-circle-gradient-2:hover, .button-circle.button-circle-gradient-2:focus {
  background-image: linear-gradient(45deg, #A9C9FF 0%, #FFBBEC 100%);
}
.button-circle.button-circle-gradient-3 {
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}
.button-circle.button-circle-gradient-3:hover, .button-circle.button-circle-gradient-3:focus {
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}
.button-circle.button-circle-gradient-4 {
  background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
}
.button-circle.button-circle-gradient-4:hover, .button-circle.button-circle-gradient-4:focus {
  background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
}
.button-circle.button-circle-gradient-5 {
  background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
}
.button-circle.button-circle-gradient-5:hover, .button-circle.button-circle-gradient-5:focus {
  background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
}
.button-circle.button-circle-gradient-6 {
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}
.button-circle.button-circle-gradient-6:hover, .button-circle.button-circle-gradient-6:focus {
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}
.button-circle.button-circle-gradient-7 {
  background-image: linear-gradient(90deg, #007990 0%, #6CE5C0 100%);
}
.button-circle.button-circle-gradient-7:hover, .button-circle.button-circle-gradient-7:focus {
  background-image: linear-gradient(90deg, #007990 0%, #6CE5C0 100%);
}
.button-circle.button-circle-theme, .button-circle.button-circle-blue, .button-circle.button-circle-purple, .button-circle.button-circle-pink-edge, .button-circle.button-circle-golden-yellow, .button-circle.button-circle-very-peri, .button-circle.button-circle-turquoise, .button-circle.button-circle-spring-red, .button-circle.button-circle-tan, .button-circle.button-circle-aqua {
  border: 0;
  -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  color: white;
}
.button-circle.button-circle-theme:hover, .button-circle.button-circle-theme:focus, .button-circle.button-circle-blue:hover, .button-circle.button-circle-blue:focus, .button-circle.button-circle-purple:hover, .button-circle.button-circle-purple:focus, .button-circle.button-circle-pink-edge:hover, .button-circle.button-circle-pink-edge:focus, .button-circle.button-circle-golden-yellow:hover, .button-circle.button-circle-golden-yellow:focus, .button-circle.button-circle-very-peri:hover, .button-circle.button-circle-very-peri:focus, .button-circle.button-circle-turquoise:hover, .button-circle.button-circle-turquoise:focus, .button-circle.button-circle-spring-red:hover, .button-circle.button-circle-spring-red:focus, .button-circle.button-circle-tan:hover, .button-circle.button-circle-tan:focus, .button-circle.button-circle-aqua:hover, .button-circle.button-circle-aqua:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
  color: white;
}
.button-circle.button-circle-blue {
  background: #0093E9;
}
.button-circle.button-circle-purple {
  background: #B721FF;
}
.button-circle.button-circle-pink-edge {
  background: #FE9AB6;
}
.button-circle.button-circle-golden-yellow {
  background: #FFB657;
}
.button-circle.button-circle-very-peri {
  background: #6667AB;
}
.button-circle.button-circle-turquoise {
  background: #4cbfa6;
}
.button-circle.button-circle-spring-red {
  background: #BE1F35;
}
.button-circle.button-circle-tan {
  background: #d2b48c;
}
.button-circle.button-circle-aqua {
  background: #03D4D8;
}
.button-circle[class*=button-circle-social] {
  color: white;
}
.button-circle[class*=button-circle-social]:hover {
  color: white;
}
.button-circle.button-circle-social-facebook {
  background: #1877F2;
}
.button-circle.button-circle-social-twitter {
  background: #1DA1F2;
}
.button-circle.button-circle-social-instagram {
  background: #E4405F;
}
.button-circle.button-circle-social-linkedin {
  background: #0A66C2;
}
.button-circle.button-circle-social-youtube {
  background: #CD201F;
}
.button-circle.button-circle-social-pinterest {
  background: #BD081C;
}
.button-circle.button-circle-social-skype {
  background: #00AFF0;
}
.button-circle.button-circle-social-dribbble {
  background: #EA4C89;
}
.button-circle.button-circle-social-snapchat {
  background: #FFFC00;
  color: rgb(18, 21, 24);
}
.button-circle.button-circle-social-snapchat:hover {
  color: rgb(18, 21, 24);
}
.button-circle.button-circle-social-whatsapp {
  background: #25D366;
}

[class*=button-circle-gradient] {
  border: 0;
  -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  color: white;
}
[class*=button-circle-gradient]:hover, [class*=button-circle-gradient]:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
  color: white;
}

[class*=button-circle-social] {
  border: 0;
  -webkit-box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
}
[class*=button-circle-social]:hover, [class*=button-circle-social]:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
}

.button-circle-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.button-circle-sm i {
  line-height: 40px;
}

.button-circle-md {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.button-circle-md i {
  line-height: 50px;
}

.button-circle-lg {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.button-circle-lg i {
  line-height: 60px;
}

.button-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.button-circle-xl i {
  line-height: 70px;
}

.button-circle-hover-slide {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.button-circle-hover-slide i {
  position: absolute;
  left: 50%;
  -webkit-transition: ease-out 0.22s;
  transition: ease-out 0.22s;
}
.button-circle-hover-slide i:first-child {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
.button-circle-hover-slide i:last-child {
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}
.button-circle-hover-slide:hover i:first-child {
  top: -100%;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  opacity: 0;
}
.button-circle-hover-slide:hover i:last-child {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}

.button-circle-ripple {
  position: relative;
  z-index: 1;
}
.button-circle-ripple:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 1;
  background: rgba(18, 21, 24, 0.15);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: button-ripple 1.8s ease-out infinite;
  animation: button-ripple 1.8s ease-out infinite;
}
.button-circle-ripple.button-circle-dark:before {
  background: rgba(18, 21, 24, 0.15);
}
.button-circle-ripple.button-circle-white:before, .button-circle-ripple.button-circle-white-2:before {
  background: rgba(255, 255, 255, 0.2);
}
.button-circle-ripple.button-circle-outline-white:before, .button-circle-ripple.button-circle-outline-white-2:before {
  background: rgba(255, 255, 255, 0.15);
}

@-webkit-keyframes button-ripple {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  60% {
    opacity: 0;
    width: 160%;
    height: 160%;
  }
  100% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}
@keyframes button-ripple {
  0% {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  60% {
    opacity: 0;
    width: 160%;
    height: 160%;
  }
  100% {
    opacity: 0;
    width: 100%;
    height: 100%;
  }
}
.button-font-2 {
  font-size: 0.938em;
  letter-spacing: -0.2px;
  text-transform: none;
}

.theme-font-nunito .button-font-2 {
  font-size: 1em;
  letter-spacing: 0;
}

.button-radius {
  border-radius: 0.5em;
}

.button-rounded {
  border-radius: 50px;
}

.button-border-2,
.button-border-2.button-circle {
  border-width: 2px;
}

.button-hover-float:hover, .button-hover-float:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.button-hover-scale:hover, .button-hover-scale:focus {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.button-hover-scale.button-circle:hover, .button-hover-scale.button-circle:focus {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.button-hover-shrink:hover, .button-hover-shrink:focus {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}
.button-hover-shrink.button-circle:hover, .button-hover-shrink.button-circle:focus {
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}

.button-shadow {
  -webkit-box-shadow: 0 6px 30px 0 rgba(22, 24, 26, 0.1);
  box-shadow: 0 6px 30px 0 rgba(22, 24, 26, 0.1);
}
.button-shadow:hover, .button-shadow:focus {
  -webkit-box-shadow: 0 6px 36px 0 rgba(22, 24, 26, 0.15);
  box-shadow: 0 6px 36px 0 rgba(22, 24, 26, 0.15);
}

.client-box {
  text-align: center;
}
.client-box a img {
  opacity: 0.4;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.client-box a:hover img, .client-box a:focus img {
  opacity: 1;
}

.owl-carousel .client-box img {
  display: inline-block;
}

.clients-grid {
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
}
.clients-grid li {
  position: relative;
  float: left;
  width: 16.6%;
  margin: 0;
  padding: 30px;
}
.clients-grid li:before, .clients-grid li:after {
  content: "";
  position: absolute;
}
.clients-grid li:before {
  top: 0;
  left: -1px;
  height: 100%;
  border-left: 1px dashed rgba(18, 21, 24, 0.1);
}
.clients-grid li:after {
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px dashed rgba(18, 21, 24, 0.1);
}
.clients-grid li a img {
  opacity: 0.4;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.clients-grid li a:hover img, .clients-grid li a:focus img {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .clients-grid li {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  .clients-grid li {
    width: 33.3%;
  }
}
@media (max-width: 575.98px) {
  .clients-grid li {
    width: 50%;
  }
}
.clients-grid.column-5 li {
  width: 20%;
}
@media (max-width: 991.98px) {
  .clients-grid.column-5 li {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  .clients-grid.column-5 li {
    width: 33.3%;
  }
}
@media (max-width: 575.98px) {
  .clients-grid.column-5 li {
    width: 50%;
  }
}
.clients-grid.column-4 li, .clients-grid.portfolio-masonry.column-6 li, .clients-grid.portfolio-masonry.column-5 li, .clients-grid.masonry.column-6 li, .clients-grid.masonry.column-5 li {
  width: 25%;
}
@media (max-width: 767.98px) {
  .clients-grid.column-4 li, .clients-grid.portfolio-masonry.column-6 li, .clients-grid.portfolio-masonry.column-5 li, .clients-grid.masonry.column-6 li, .clients-grid.masonry.column-5 li {
    width: 33.3%;
  }
}
@media (max-width: 575.98px) {
  .clients-grid.column-4 li, .clients-grid.portfolio-masonry.column-6 li, .clients-grid.portfolio-masonry.column-5 li, .clients-grid.masonry.column-6 li, .clients-grid.masonry.column-5 li {
    width: 50%;
  }
}
.clients-grid.column-3 li {
  width: 33.3%;
}
@media (max-width: 767.98px) {
  .clients-grid.column-3 li {
    width: 50%;
  }
}
.clients-grid.column-2 li {
  width: 50%;
}
.clients-grid.border-style-solid {
  border: 0;
}
.clients-grid.border-style-solid li:before {
  border-left-style: solid;
}
.clients-grid.border-style-solid li:after {
  border-bottom-style: solid;
}
.clients-grid.border-style-dotted {
  border: 0;
}
.clients-grid.border-style-dotted li:before {
  border-left-style: dotted;
}
.clients-grid.border-style-dotted li:after {
  border-bottom-style: dotted;
}

.bg-black .clients-grid li:before, .bg-black .clients-grid li:after,
[class*=bg-dark] .clients-grid li:before,
[class*=bg-dark] .clients-grid li:after,
[class*=bg-gradient-] .clients-grid li:before,
[class*=bg-gradient-] .clients-grid li:after,
[class*=bg-color-] .clients-grid li:before,
[class*=bg-color-] .clients-grid li:after {
  border-color: rgba(255, 255, 255, 0.2);
}

.feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  min-height: 50px;
  padding-left: 74px;
}
@media (max-width: 991.98px) {
  .feature-box {
    padding-left: 66px;
  }
}
.feature-box .feature-box-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.feature-box .feature-box-icon * {
  margin: 0;
  line-height: 50px;
  vertical-align: middle;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.feature-box .feature-box-icon a {
  display: block;
}
.feature-box .feature-box-icon.middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.feature-box h1, .feature-box h2, .feature-box h3, .feature-box h4, .feature-box h5, .feature-box h6 {
  width: 100%;
}
.feature-box.feature-box-xl {
  min-height: 70px;
  padding-left: 94px;
}
@media (max-width: 991.98px) {
  .feature-box.feature-box-xl {
    padding-left: 86px;
  }
}
.feature-box.feature-box-xl .feature-box-icon {
  width: 70px;
  height: 70px;
}
.feature-box.feature-box-xl .feature-box-icon * {
  line-height: 70px;
}
.feature-box.feature-box-lg {
  min-height: 60px;
  padding-left: 84px;
}
@media (max-width: 991.98px) {
  .feature-box.feature-box-lg {
    padding-left: 80px;
  }
}
.feature-box.feature-box-lg .feature-box-icon {
  width: 60px;
  height: 60px;
}
.feature-box.feature-box-lg .feature-box-icon * {
  line-height: 60px;
}
.feature-box.feature-box-sm {
  min-height: 40px;
  padding-left: 64px;
}
@media (max-width: 991.98px) {
  .feature-box.feature-box-sm {
    padding-left: 56px;
  }
}
.feature-box.feature-box-sm .feature-box-icon {
  width: 40px;
  height: 40px;
}
.feature-box.feature-box-sm .feature-box-icon * {
  line-height: 40px;
}
.feature-box.feature-box-xs {
  min-height: 32px;
  padding-left: 54px;
}
@media (max-width: 991.98px) {
  .feature-box.feature-box-xs {
    padding-left: 48px;
  }
}
.feature-box.feature-box-xs .feature-box-icon {
  width: 32px;
  height: 32px;
}
.feature-box.feature-box-xs .feature-box-icon * {
  line-height: 32px;
}

[class^=hoverbox] {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  display: inline-block;
}
[class^=hoverbox] img {
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hoverbox-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background: rgba(18, 21, 24, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hoverbox-1:hover:before, .hoverbox-1:focus:before {
  visibility: visible;
  opacity: 1;
}
.hoverbox-1:hover img, .hoverbox-1:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hoverbox-1:hover .hover-content, .hoverbox-1:focus .hover-content {
  visibility: visible;
  opacity: 1;
}
.hoverbox-1 .hover-content {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hoverbox-1 .hover-content h1, .hoverbox-1 .hover-content h2, .hoverbox-1 .hover-content h3, .hoverbox-1 .hover-content h4, .hoverbox-1 .hover-content h5, .hoverbox-1 .hover-content h6 {
  color: white;
}
.hoverbox-1 .hover-content.center {
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  margin-top: 5px;
  padding: 0 30px;
}
.hoverbox-1 .hover-content.center:hover, .hoverbox-1 .hover-content.center:focus {
  margin-top: 0;
}
.hoverbox-1 .hover-content.bottom {
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  width: 100%;
  padding: 30px;
}
.hoverbox-1 .hover-content.bottom:hover, .hoverbox-1 .hover-content.bottom:focus {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hoverbox-2:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hoverbox-2 .hover-content {
  position: absolute;
  top: 50%;
  right: 16px;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  margin-top: 4px;
  padding: 0 30px;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
@media (max-width: 991.98px) {
  .hoverbox-2 .hover-content {
    padding: 0 20px;
  }
}
.hoverbox-2:hover:before, .hoverbox-2:focus:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.hoverbox-2:hover img, .hoverbox-2:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hoverbox-2:hover .hover-content, .hoverbox-2:focus .hover-content {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

.hoverbox-2 .hover-content,
.hoverbox-3 .hover-content {
  color: #7C7C7C;
}
.hoverbox-2 .hover-content h1, .hoverbox-2 .hover-content h2, .hoverbox-2 .hover-content h3, .hoverbox-2 .hover-content h4, .hoverbox-2 .hover-content h5, .hoverbox-2 .hover-content h6,
.hoverbox-3 .hover-content h1,
.hoverbox-3 .hover-content h2,
.hoverbox-3 .hover-content h3,
.hoverbox-3 .hover-content h4,
.hoverbox-3 .hover-content h5,
.hoverbox-3 .hover-content h6 {
  color: rgb(18, 21, 24);
}
.hoverbox-2 .hover-content a:not([class^=button]),
.hoverbox-3 .hover-content a:not([class^=button]) {
  color: rgba(18, 21, 24, 0.9);
}
.hoverbox-2 .hover-content a:not([class^=button]):hover, .hoverbox-2 .hover-content a:not([class^=button]):focus,
.hoverbox-3 .hover-content a:not([class^=button]):hover,
.hoverbox-3 .hover-content a:not([class^=button]):focus {
  color: rgb(18, 21, 24);
}

.hoverbox-3 .hover-content {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  padding: 30px;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
@media (max-width: 991.98px) {
  .hoverbox-3 .hover-content {
    padding: 20px;
  }
}
.hoverbox-3:hover img, .hoverbox-3:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hoverbox-3:hover .hover-content, .hoverbox-3:focus .hover-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.hoverbox-4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(18, 21, 24, 0.4);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hoverbox-4 .content,
.hoverbox-4 .hover-content {
  position: absolute;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hoverbox-4 .content h1, .hoverbox-4 .content h2, .hoverbox-4 .content h3, .hoverbox-4 .content h4, .hoverbox-4 .content h5, .hoverbox-4 .content h6,
.hoverbox-4 .hover-content h1,
.hoverbox-4 .hover-content h2,
.hoverbox-4 .hover-content h3,
.hoverbox-4 .hover-content h4,
.hoverbox-4 .hover-content h5,
.hoverbox-4 .hover-content h6 {
  color: white;
}
.hoverbox-4 .hover-content {
  visibility: hidden;
  opacity: 0;
}
.hoverbox-4:hover:after, .hoverbox-4:focus:after {
  background: rgba(18, 21, 24, 0.5);
}
.hoverbox-4:hover img, .hoverbox-4:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hoverbox-4:hover .content, .hoverbox-4:focus .content {
  visibility: hidden;
  opacity: 0;
}
.hoverbox-4:hover .hover-content, .hoverbox-4:focus .hover-content {
  visibility: visible;
  opacity: 1;
}

.hoverbox-4.center .content,
.hoverbox-4.center .hover-content {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 30px;
}
.hoverbox-4.center .hover-content {
  margin-top: 5px;
}
.hoverbox-4.center:hover .content, .hoverbox-4.center:focus .content {
  margin-top: -5px;
}
.hoverbox-4.center:hover .hover-content, .hoverbox-4.center:focus .hover-content {
  margin-top: 0;
}
.hoverbox-4.bottom .content,
.hoverbox-4.bottom .hover-content {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
.hoverbox-4.bottom .hover-content {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.hoverbox-4.bottom:hover .content, .hoverbox-4.bottom:focus .content {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hoverbox-4.bottom:hover .hover-content, .hoverbox-4.bottom:focus .hover-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hoverbox-5:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(18, 21, 24, 0.4);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hoverbox-5 .content,
.hoverbox-5 .hover-content {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  padding: 30px;
  color: rgba(255, 255, 255, 0.7);
}
.hoverbox-5 .content h1, .hoverbox-5 .content h2, .hoverbox-5 .content h3, .hoverbox-5 .content h4, .hoverbox-5 .content h5, .hoverbox-5 .content h6,
.hoverbox-5 .hover-content h1,
.hoverbox-5 .hover-content h2,
.hoverbox-5 .hover-content h3,
.hoverbox-5 .hover-content h4,
.hoverbox-5 .hover-content h5,
.hoverbox-5 .hover-content h6 {
  color: white;
}
.hoverbox-5 .content {
  top: 0;
}
.hoverbox-5 .hover-content {
  bottom: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hoverbox-5:hover:after, .hoverbox-5:focus:after {
  background: rgba(18, 21, 24, 0.5);
}
.hoverbox-5:hover img, .hoverbox-5:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hoverbox-5:hover .hover-content, .hoverbox-5:focus .hover-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.hoverbox-6 a {
  display: block;
}
.hoverbox-6 a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hoverbox-6 .content {
  position: absolute;
  z-index: 2;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  padding: 10px 16px;
  color: rgba(18, 21, 24, 0.9);
}
.hoverbox-6 .content h1, .hoverbox-6 .content h2, .hoverbox-6 .content h3, .hoverbox-6 .content h4, .hoverbox-6 .content h5, .hoverbox-6 .content h6 {
  margin: 0;
  color: rgba(18, 21, 24, 0.9);
}
.hoverbox-6 .content.top {
  top: 16px;
  left: 16px;
}
.hoverbox-6 .content.center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hoverbox-6 .content.bottom {
  bottom: 16px;
  left: 16px;
}
.hoverbox-6:hover a:before, .hoverbox-6:focus a:before {
  opacity: 1;
}
.hoverbox-6:hover img, .hoverbox-6:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.hoverbox-7:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  background-image: linear-gradient(0deg, rgba(18, 21, 24, 0.5) 0%, rgba(18, 21, 24, 0.1) 100%);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hoverbox-7 .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.7);
}
.hoverbox-7 .hover-content h1, .hoverbox-7 .hover-content h2, .hoverbox-7 .hover-content h3, .hoverbox-7 .hover-content h4, .hoverbox-7 .hover-content h5, .hoverbox-7 .hover-content h6 {
  color: white;
}
.hoverbox-7 .hover-content .top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  padding: 30px;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hoverbox-7 .hover-content .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  padding: 30px;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hoverbox-7:hover:before, .hoverbox-7:focus:before {
  visibility: visible;
  opacity: 1;
}
.hoverbox-7:hover img, .hoverbox-7:focus img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hoverbox-7:hover .hover-content, .hoverbox-7:focus .hover-content {
  visibility: visible;
  opacity: 1;
}
.hoverbox-7:hover .hover-content .top, .hoverbox-7:hover .hover-content .bottom, .hoverbox-7:focus .hover-content .top, .hoverbox-7:focus .hover-content .bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.hoverbox-7:hover .hover-content .top, .hoverbox-7:focus .hover-content .top {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.hoverbox-7:hover .hover-content .bottom, .hoverbox-7:focus .hover-content .bottom {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hoverbox-1 a:not([class^=button]),
.hoverbox-2 a:not([class^=button]),
.hoverbox-4 a:not([class^=button]),
.hoverbox-5 a:not([class^=button]),
.hoverbox-7 a:not([class^=button]) {
  color: rgba(255, 255, 255, 0.7);
}
.hoverbox-1 a:not([class^=button]):hover, .hoverbox-1 a:not([class^=button]):focus,
.hoverbox-2 a:not([class^=button]):hover,
.hoverbox-2 a:not([class^=button]):focus,
.hoverbox-4 a:not([class^=button]):hover,
.hoverbox-4 a:not([class^=button]):focus,
.hoverbox-5 a:not([class^=button]):hover,
.hoverbox-5 a:not([class^=button]):focus,
.hoverbox-7 a:not([class^=button]):hover,
.hoverbox-7 a:not([class^=button]):focus {
  color: white;
}
.hoverbox-1 a.button-text-1, .hoverbox-1 a.button-text-2, .hoverbox-1 a.button-text-3,
.hoverbox-2 a.button-text-1,
.hoverbox-2 a.button-text-2,
.hoverbox-2 a.button-text-3,
.hoverbox-4 a.button-text-1,
.hoverbox-4 a.button-text-2,
.hoverbox-4 a.button-text-3,
.hoverbox-5 a.button-text-1,
.hoverbox-5 a.button-text-2,
.hoverbox-5 a.button-text-3,
.hoverbox-7 a.button-text-1,
.hoverbox-7 a.button-text-2,
.hoverbox-7 a.button-text-3 {
  color: rgba(255, 255, 255, 0.8);
}
.hoverbox-1 a.button-text-1:hover, .hoverbox-1 a.button-text-2:hover, .hoverbox-1 a.button-text-3:hover,
.hoverbox-2 a.button-text-1:hover,
.hoverbox-2 a.button-text-2:hover,
.hoverbox-2 a.button-text-3:hover,
.hoverbox-4 a.button-text-1:hover,
.hoverbox-4 a.button-text-2:hover,
.hoverbox-4 a.button-text-3:hover,
.hoverbox-5 a.button-text-1:hover,
.hoverbox-5 a.button-text-2:hover,
.hoverbox-5 a.button-text-3:hover,
.hoverbox-7 a.button-text-1:hover,
.hoverbox-7 a.button-text-2:hover,
.hoverbox-7 a.button-text-3:hover {
  color: white;
}
.hoverbox-1 a.button-text-1:before,
.hoverbox-2 a.button-text-1:before,
.hoverbox-4 a.button-text-1:before,
.hoverbox-5 a.button-text-1:before,
.hoverbox-7 a.button-text-1:before {
  background: rgba(255, 255, 255, 0.3);
}
.hoverbox-1 a.button-text-1:after,
.hoverbox-2 a.button-text-1:after,
.hoverbox-4 a.button-text-1:after,
.hoverbox-5 a.button-text-1:after,
.hoverbox-7 a.button-text-1:after {
  background: white;
}
.hoverbox-1 a.button-text-2:before,
.hoverbox-2 a.button-text-2:before,
.hoverbox-4 a.button-text-2:before,
.hoverbox-5 a.button-text-2:before,
.hoverbox-7 a.button-text-2:before {
  background: rgba(255, 255, 255, 0.4);
}
.hoverbox-1 a.button-text-2:after,
.hoverbox-2 a.button-text-2:after,
.hoverbox-4 a.button-text-2:after,
.hoverbox-5 a.button-text-2:after,
.hoverbox-7 a.button-text-2:after {
  background: white;
}
.hoverbox-1 a.button-text-3:before,
.hoverbox-2 a.button-text-3:before,
.hoverbox-4 a.button-text-3:before,
.hoverbox-5 a.button-text-3:before,
.hoverbox-7 a.button-text-3:before {
  background: rgba(255, 255, 255, 0.8);
}
.hoverbox-1 a.button-text-3:hover:before,
.hoverbox-2 a.button-text-3:hover:before,
.hoverbox-4 a.button-text-3:hover:before,
.hoverbox-5 a.button-text-3:hover:before,
.hoverbox-7 a.button-text-3:hover:before {
  background: white;
}

.lightbox-image-box,
.lightbox-media-box {
  position: relative;
  overflow: hidden;
  display: block;
}
.lightbox-image-box[class*=border-radius],
.lightbox-media-box[class*=border-radius] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lightbox-image-box:after,
.lightbox-media-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(18, 21, 24, 0.1);
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.lightbox-image-box img,
.lightbox-media-box img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lightbox-image-box i,
.lightbox-media-box i {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(18, 21, 24, 0.6);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.lightbox-image-box.icon-xl i, .lightbox-image-box.icon-2xl i,
.lightbox-media-box.icon-xl i,
.lightbox-media-box.icon-2xl i {
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.lightbox-image-box.icon-3xl i, .lightbox-image-box.icon-4xl i, .lightbox-image-box.icon-5xl i,
.lightbox-media-box.icon-3xl i,
.lightbox-media-box.icon-4xl i,
.lightbox-media-box.icon-5xl i {
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.lightbox-image-box:hover:after,
.lightbox-media-box:hover:after {
  opacity: 1;
}
.lightbox-image-box:hover img,
.lightbox-media-box:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.lightbox-image-box:hover i,
.lightbox-media-box:hover i {
  -webkit-transform: translate(-50%, -50%) scale(0.94);
  transform: translate(-50%, -50%) scale(0.94);
}

.mfp-bg {
  background: black;
}

.mfp-container,
.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}

.mfp-container {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  padding: 0 20px;
}

.mfp-ready .mfp-container {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mfp-ready.mfp-bg {
  opacity: 0.97;
}

.mfp-removing .mfp-container, .mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-removing .mfp-container {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

button.mfp-close {
  display: block;
  top: -5px;
  opacity: 1;
  width: auto;
  height: auto;
  line-height: auto;
  font-size: 24px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
button.mfp-close:hover {
  top: -5px;
  opacity: 1;
  color: #fff;
}

.mfp-iframe-holder .mfp-close {
  top: -45px;
}
.mfp-iframe-holder .mfp-close:hover {
  top: -45px;
}

.mfp-close-btn-in .mfp-close {
  color: rgba(255, 255, 255, 0.7);
}

.mfp-arrow {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.mfp-arrow-left:before {
  border-right: 0;
}

.mfp-arrow-right:before {
  border-left: 0;
}

@media (max-width: 575.98px) {
  button.mfp-arrow {
    background: rgba(18, 21, 24, 0.5);
    width: 70px;
    height: 70px;
    margin-top: -35px;
  }
  button.mfp-arrow:active {
    margin-top: -35px;
  }
  button.mfp-arrow-left {
    margin-left: 20px;
  }
  button.mfp-arrow-left:before, button.mfp-arrow-left:after {
    margin-top: 15px;
    margin-left: 20px;
  }
  button.mfp-arrow-right {
    margin-right: 20px;
  }
  button.mfp-arrow-right:before, button.mfp-arrow-right:after {
    margin-top: 15px;
    margin-left: 30px;
  }
}
.mfp-bottom-bar {
  margin-top: -30px;
}
.mfp-bottom-bar .mfp-title {
  color: rgba(255, 255, 255, 0.7);
}
.mfp-bottom-bar .mfp-counter {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.mfp-iframe-scaler iframe, .mfp-figure::after {
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
}

.gmap {
  width: 100%;
}

.gmap-xs {
  height: 300px;
}

.gmap-sm {
  height: 350px;
}

.gmap-md {
  height: 400px;
}

.gmap-lg {
  height: 470px;
}

.gmap-xl {
  height: 550px;
}

@media (max-width: 991.98px) {
  .gmap-xs {
    height: 250px;
  }
  .gmap-sm {
    height: 300px;
  }
  .gmap-md {
    height: 350px;
  }
  .gmap-lg {
    height: 400px;
  }
  .gmap-xl {
    height: 450px;
  }
}
.page-progress-container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 4px;
}

.page-progress-bar {
  height: 4px;
  width: 0%;
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}
.page-progress-bar.page-progress-gradient-2 {
  background-image: linear-gradient(45deg, #A9C9FF 0%, #FFBBEC 100%);
}
.page-progress-bar.page-progress-gradient-3 {
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}
.page-progress-bar.page-progress-gradient-4 {
  background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
}
.page-progress-bar.page-progress-gradient-5 {
  background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
}
.page-progress-bar.page-progress-gradient-6 {
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}
.page-progress-bar.page-progress-gradient-7 {
  background-image: linear-gradient(90deg, #007990 0%, #6CE5C0 100%);
}

.pie-chart {
  position: relative;
  display: inline-block;
}

.pie-chart-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  margin-top: -3px;
  padding: 0 20px;
  text-align: center;
}

.pie-chart-content .percent::after {
  content: "%";
}

.progress-box * {
  margin: 0;
}
.progress-box .animated-progress {
  position: relative;
  background: rgba(18, 21, 24, 0.1);
  height: 5px;
  margin-top: 2px;
  border-radius: 3px;
}
.progress-box .animated-progress div {
  position: absolute;
  display: block;
  background: rgb(18, 21, 24);
  width: 50%;
  height: 100%;
  border-radius: 3px;
  color: rgb(18, 21, 24);
  -webkit-transition: width 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.progress-box .animated-progress div::after {
  content: attr(data-progress) "%";
  position: absolute;
  top: -24px;
  right: 0;
}
.progress-box.progress-blue .animated-progress div {
  background: #0093E9;
}
.progress-box.progress-purple .animated-progress div {
  background: #B721FF;
}
.progress-box.progress-pink-edge .animated-progress div {
  background: #FE9AB6;
}
.progress-box.progress-golden-yellow .animated-progress div {
  background: #FFB657;
}
.progress-box.progress-very-peri .animated-progress div {
  background: #6667AB;
}
.progress-box.progress-turquoise .animated-progress div {
  background: #4cbfa6;
}
.progress-box.progress-spring-red .animated-progress div {
  background: #BE1F35;
}
.progress-box.progress-tan .animated-progress div {
  background: #d2b48c;
}
.progress-box.progress-aqua .animated-progress div {
  background: #03D4D8;
}

.bg-black .progress-box .animated-progress,
[class*=bg-dark] .progress-box .animated-progress,
[class*=bg-gradient-] .progress-box .animated-progress,
[class*=bg-color-] .progress-box .animated-progress {
  background: rgba(255, 255, 255, 0.3);
}
.bg-black .progress-box .animated-progress div,
[class*=bg-dark] .progress-box .animated-progress div,
[class*=bg-gradient-] .progress-box .animated-progress div,
[class*=bg-color-] .progress-box .animated-progress div {
  background: white;
  color: white;
}

[class*=section-divider-] {
  position: relative;
  overflow: hidden;
}
[class*=section-divider-]:before {
  content: "";
  position: absolute;
}

.section-divider-waves-top:before {
  top: -1px;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../../assets/svg/waves.svg);
  background-size: 100% 100%;
  width: 100%;
  height: 70px;
}

.section-divider-waves-bottom:before {
  bottom: -1px;
  left: 0;
  background-image: url(../../assets/svg/waves.svg);
  background-size: 100% 100%;
  width: 100%;
  height: 70px;
}

.section-divider-wavesOpacity-top:before {
  top: -1px;
  left: -5%;
  background-image: url(../../assets/svg/wavesOpacity.svg);
  background-size: 100% 100%;
  width: 110%;
  height: 70px;
}

.section-divider-wavesOpacity-bottom:before {
  bottom: -1px;
  left: -5%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../../assets/svg/wavesOpacity.svg);
  background-size: 100% 100%;
  width: 110%;
  height: 70px;
}

.section-divider-curve-top:before {
  top: 0;
  left: -5%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(../../assets/svg/curve.svg);
  background-size: 100% 100%;
  width: 110%;
  height: 60px;
}

.section-divider-curve-bottom:before {
  bottom: 0;
  left: -5%;
  background-image: url(../../assets/svg/curve.svg);
  background-size: 100% 100%;
  width: 110%;
  height: 60px;
}

@media (max-width: 991.98px) {
  .section-divider-waves-top:before,
  .section-divider-waves-bottom:before {
    left: -20%;
    width: 140%;
    height: 50px;
  }
  .section-divider-wavesOpacity-top:before,
  .section-divider-wavesOpacity-bottom:before {
    left: -25%;
    width: 150%;
    height: 50px;
  }
  .section-divider-curve-top:before,
  .section-divider-curve-bottom:before {
    height: 50px;
  }
}
.owl-carousel[data-owl-nav=true]:not([class*=owl-nav-]) {
  padding: 0 56px;
}
@media (max-width: 991.98px) {
  .owl-carousel[data-owl-nav=true]:not([class*=owl-nav-]) {
    padding: 0 48px;
  }
}
.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  height: 36px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: rgba(18, 21, 24, 0.6);
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
  font-size: 1.3em;
  line-height: 36px;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:focus {
  background: rgb(238, 242, 246);
  color: black;
}
@media (max-width: 991.98px) {
  .owl-carousel .owl-nav {
    height: 32px;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 32px;
    height: 32px;
  }
  .owl-carousel .owl-nav button.owl-next i, .owl-carousel .owl-nav button.owl-prev i {
    font-size: 1em;
    line-height: 32px;
  }
}
.owl-carousel.owl-nav-left .owl-nav, .owl-carousel.owl-nav-right .owl-nav {
  padding-bottom: 0;
}
.owl-carousel .owl-dots {
  margin-top: 20px;
  margin-right: -2px;
  margin-left: -2px;
  text-align: center;
  line-height: 0;
}
@media (max-width: 991.98px) {
  .owl-carousel .owl-dots {
    margin-top: 16px;
  }
}
.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  vertical-align: middle;
}
.owl-carousel .owl-dots .owl-dot:before, .owl-carousel .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.owl-carousel .owl-dots .owl-dot:before {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  opacity: 0;
  background: transparent;
  border: 1px solid black;
}
.owl-carousel .owl-dots .owl-dot:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.3;
  background: black;
  width: 6px;
  height: 6px;
}
.owl-carousel .owl-dots .owl-dot:hover:after, .owl-carousel .owl-dots .owl-dot:focus:after, .owl-carousel .owl-dots .owl-dot.active:after {
  opacity: 1;
}
.owl-carousel .owl-dots .owl-dot.active:before, .owl-carousel .owl-dots .owl-dot.active:after {
  opacity: 1;
}
.owl-carousel .owl-dots .owl-dot.active:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.owl-carousel:not([data-owl-dots=false], [class*=owl-dots-over]) .owl-nav {
  margin-top: -20px;
}
@media (max-width: 991.98px) {
  .owl-carousel:not([data-owl-dots=false], [class*=owl-dots-over]) .owl-nav {
    margin-top: -18px;
  }
}

.bg-black .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-next, .bg-black .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-prev,
[class*=bg-dark] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-next,
[class*=bg-dark] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-prev,
[class*=bg-gradient-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-next,
[class*=bg-gradient-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-prev,
[class*=bg-color-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-next,
[class*=bg-color-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-prev {
  color: rgba(255, 255, 255, 0.7);
}
.bg-black .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-next:hover, .bg-black .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-next:focus, .bg-black .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-prev:hover, .bg-black .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-prev:focus,
[class*=bg-dark] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-next:hover,
[class*=bg-dark] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-next:focus,
[class*=bg-dark] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-prev:hover,
[class*=bg-dark] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-prev:focus,
[class*=bg-gradient-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-next:hover,
[class*=bg-gradient-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-next:focus,
[class*=bg-gradient-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-prev:hover,
[class*=bg-gradient-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-prev:focus,
[class*=bg-color-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-next:hover,
[class*=bg-color-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-next:focus,
[class*=bg-color-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-prev:hover,
[class*=bg-color-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-nav button.owl-prev:focus {
  background: rgba(255, 255, 255, 0.15);
  color: white;
}
.bg-black .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:before,
[class*=bg-dark] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:before,
[class*=bg-gradient-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:before,
[class*=bg-color-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:before {
  border-color: white;
}
.bg-black .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:after,
[class*=bg-dark] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:after,
[class*=bg-gradient-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:after,
[class*=bg-color-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:after {
  background: white;
  opacity: 0.5;
}
.bg-black .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:hover:after, .bg-black .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:focus:after, .bg-black .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot.active:after,
[class*=bg-dark] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:hover:after,
[class*=bg-dark] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:focus:after,
[class*=bg-dark] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot.active:after,
[class*=bg-gradient-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:hover:after,
[class*=bg-gradient-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:focus:after,
[class*=bg-gradient-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot.active:after,
[class*=bg-color-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:hover:after,
[class*=bg-color-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot:focus:after,
[class*=bg-color-] .owl-carousel:not([class*=owl-dots-over], [class*=owl-nav-over]) .owl-dots .owl-dot.active:after {
  opacity: 1;
}

[class*=bg-gray] .owl-carousel .owl-nav button.owl-next:hover, [class*=bg-gray] .owl-carousel .owl-nav button.owl-next:focus, [class*=bg-gray] .owl-carousel .owl-nav button.owl-prev:hover, [class*=bg-gray] .owl-carousel .owl-nav button.owl-prev:focus,
[class*=bg-light] .owl-carousel .owl-nav button.owl-next:hover,
[class*=bg-light] .owl-carousel .owl-nav button.owl-next:focus,
[class*=bg-light] .owl-carousel .owl-nav button.owl-prev:hover,
[class*=bg-light] .owl-carousel .owl-nav button.owl-prev:focus {
  background: rgba(18, 21, 24, 0.05);
}

.owl-carousel.owl-nav-left .owl-nav, .owl-carousel.owl-nav-right .owl-nav {
  height: auto;
}
.owl-carousel.owl-nav-left .owl-nav button, .owl-carousel.owl-nav-right .owl-nav button {
  position: static;
  display: block;
  margin: 8px 0;
}
.owl-carousel.owl-nav-left .owl-nav button.owl-prev, .owl-carousel.owl-nav-left .owl-nav button.owl-next, .owl-carousel.owl-nav-right .owl-nav button.owl-prev, .owl-carousel.owl-nav-right .owl-nav button.owl-next {
  right: auto;
  left: auto;
}
.owl-carousel.owl-nav-left {
  padding: 0 0 0 56px;
}
@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-left {
    padding: 0 0 0 48px;
  }
}
.owl-carousel.owl-nav-left .owl-nav {
  right: auto;
}
.owl-carousel.owl-nav-right {
  padding: 0 56px 0 0;
}
@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-right {
    padding: 0 48px 0 0;
  }
}
.owl-carousel.owl-nav-right .owl-nav {
  left: auto;
}

.owl-carousel.owl-nav-overlay .owl-nav {
  z-index: 1;
  padding-bottom: 0;
}
.owl-carousel.owl-nav-overlay .owl-nav button.owl-next, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev {
  opacity: 1;
  background: rgba(18, 21, 24, 0.3);
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.owl-carousel.owl-nav-overlay .owl-nav button.owl-next i, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev i {
  line-height: 50px;
}
.owl-carousel.owl-nav-overlay .owl-nav button.owl-next:hover, .owl-carousel.owl-nav-overlay .owl-nav button.owl-next:focus, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev:hover, .owl-carousel.owl-nav-overlay .owl-nav button.owl-prev:focus {
  opacity: 1;
  background: rgba(18, 21, 24, 0.4);
  color: white;
}
@media (min-width: 992px) {
  .owl-carousel.owl-nav-overlay .owl-nav {
    opacity: 0;
    -webkit-transition: ease-out 0.16s;
    transition: ease-out 0.16s;
  }
  .owl-carousel.owl-nav-overlay:hover .owl-nav {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlay .owl-nav {
    display: none;
  }
}
.owl-carousel.owl-nav-overlay .owl-nav {
  height: 50px;
}
.owl-carousel.owl-nav-overlay .owl-nav button.owl-prev {
  left: 20px;
}
.owl-carousel.owl-nav-overlay .owl-nav button.owl-next {
  right: 20px;
}
.owl-carousel.owl-nav-overlay:not([data-owl-dots=false], [class*=owl-dots-over]) .owl-nav {
  margin-top: -20px;
}

.owl-carousel.owl-dots-left .owl-dots {
  text-align: left;
}
.owl-carousel.owl-dots-right .owl-dots {
  text-align: right;
}

.owl-carousel.owl-dots-overlay .owl-dots {
  position: absolute;
  bottom: 20px;
  background: rgba(18, 21, 24, 0.3);
  border-radius: 20px;
  margin: 0;
  padding: 5px;
}
@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlay .owl-dots {
    bottom: 16px;
  }
}
.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:before {
  border-color: white;
}
.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:after {
  background: white;
  opacity: 0.5;
}
.owl-carousel.owl-dots-overlay .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlay .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlay .owl-dots .owl-dot.active:after {
  opacity: 1;
}
.owl-carousel.owl-dots-overlay .owl-dots {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-carousel.owl-dots-overlay.owl-nav-overlap-right .owl-dots {
  margin-left: -12.5px;
}
.owl-carousel.owl-dots-overlay.owl-nav-left .owl-dots {
  margin-left: 28px;
}
.owl-carousel.owl-dots-overlay.owl-nav-right .owl-dots {
  margin-left: -28px;
}
@media (min-width: 992px) {
  .owl-carousel.owl-dots-overlay.owl-nav-overlap-left .owl-dots {
    margin-left: 12.5px;
  }
}
@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlay.owl-nav-overlap-left .owl-dots, .owl-carousel.owl-dots-overlay.owl-nav-overlap-right .owl-dots {
    margin-left: -10px;
  }
}

.owl-carousel.owl-dots-overlap .owl-dots, .owl-carousel.owl-dots-overlap-left .owl-dots, .owl-carousel.owl-dots-overlap-right .owl-dots {
  position: absolute;
  bottom: 0;
  background: white;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 30px 0 rgba(22, 24, 26, 0.13);
  box-shadow: 0 6px 30px 0 rgba(22, 24, 26, 0.13);
  margin: 0;
  padding: 5px;
}
.owl-carousel.owl-dots-overlap .owl-dots:hover, .owl-carousel.owl-dots-overlap .owl-dots:focus, .owl-carousel.owl-dots-overlap-left .owl-dots:hover, .owl-carousel.owl-dots-overlap-left .owl-dots:focus, .owl-carousel.owl-dots-overlap-right .owl-dots:hover, .owl-carousel.owl-dots-overlap-right .owl-dots:focus {
  -webkit-box-shadow: 0 6px 36px 0 rgba(22, 24, 26, 0.19);
  box-shadow: 0 6px 36px 0 rgba(22, 24, 26, 0.19);
}
.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:before, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:before, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:before {
  border-color: rgb(18, 21, 24);
}
.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:after {
  background: rgb(18, 21, 24);
  opacity: 0.3;
}
.owl-carousel.owl-dots-overlap .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlap .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlap .owl-dots .owl-dot.active:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlap-left .owl-dots .owl-dot.active:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:hover:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot:focus:after, .owl-carousel.owl-dots-overlap-right .owl-dots .owl-dot.active:after {
  opacity: 1;
}
.owl-carousel.owl-dots-overlap .owl-dots {
  right: auto;
  left: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}
.owl-carousel.owl-dots-overlap.owl-nav-left .owl-dots {
  margin-left: 28px;
}
.owl-carousel.owl-dots-overlap.owl-nav-right .owl-dots {
  margin-left: -28px;
}
.owl-carousel.owl-dots-overlap.owl-nav-overlap-right .owl-dots {
  margin-left: -12.5px;
}
@media (min-width: 992px) {
  .owl-carousel.owl-dots-overlap.owl-nav-overlap-left .owl-dots {
    margin-left: 12.5px;
  }
}
.owl-carousel.owl-dots-overlap-left .owl-dots, .owl-carousel.owl-dots-overlap-right .owl-dots {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.owl-carousel.owl-dots-overlap-left .owl-dots {
  right: auto;
  left: 20px;
}
@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlap-left .owl-dots {
    left: 16px;
  }
}
.owl-carousel.owl-dots-overlap-left[data-owl-nav=true]:not(.owl-nav-right, [class*=owl-nav-over]) .owl-dots, .owl-carousel.owl-dots-overlap-left.owl-nav-left:not(.owl-nav-right, [class*=owl-nav-over]) .owl-dots {
  left: 76px;
}
@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlap-left[data-owl-nav=true]:not(.owl-nav-right, [class*=owl-nav-over]) .owl-dots, .owl-carousel.owl-dots-overlap-left.owl-nav-left:not(.owl-nav-right, [class*=owl-nav-over]) .owl-dots {
    left: 64px;
  }
}
.owl-carousel.owl-dots-overlap-left.owl-nav-overlap .owl-dots {
  left: 45px;
}
@media (min-width: 992px) {
  .owl-carousel.owl-dots-overlap-left.owl-nav-overlap-left .owl-dots {
    left: 45px;
  }
}
.owl-carousel.owl-dots-overlap-right .owl-dots {
  right: 20px;
  left: auto;
}
@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlap-right .owl-dots {
    right: 16px;
  }
}
.owl-carousel.owl-dots-overlap-right[data-owl-nav=true]:not(.owl-nav-left, [class*=owl-nav-over]) .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-right:not(.owl-nav-left, [class*=owl-nav-over]) .owl-dots {
  right: 76px;
}
@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlap-right[data-owl-nav=true]:not(.owl-nav-left, [class*=owl-nav-over]) .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-right:not(.owl-nav-left, [class*=owl-nav-over]) .owl-dots {
    right: 64px;
  }
}
.owl-carousel.owl-dots-overlap-right.owl-nav-overlap .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-overlap-right .owl-dots {
  right: 45px;
}
@media (max-width: 991.98px) {
  .owl-carousel.owl-dots-overlap-right.owl-nav-overlap .owl-dots, .owl-carousel.owl-dots-overlap-right.owl-nav-overlap-right .owl-dots {
    right: 36px;
  }
}

.owl-carousel.owl-nav-overlap {
  padding: 0 25px;
}
.owl-carousel.owl-nav-overlap .owl-nav {
  right: 25px;
  left: 25px;
  z-index: 1;
  height: 50px;
}
.owl-carousel.owl-nav-overlap .owl-nav button {
  opacity: 1;
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  color: rgb(18, 21, 24);
}
.owl-carousel.owl-nav-overlap .owl-nav button.owl-prev {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-carousel.owl-nav-overlap .owl-nav button.owl-next {
  right: 0;
  left: auto;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.owl-carousel.owl-nav-overlap .owl-nav button:hover, .owl-carousel.owl-nav-overlap .owl-nav button:focus {
  opacity: 1;
  background: white;
  color: rgb(18, 21, 24);
  -webkit-box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.19);
  box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.19);
}
.owl-carousel.owl-nav-overlap:not([data-owl-dots=false], [class*=owl-dots-over]) .owl-nav {
  margin-top: -20px;
}
@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap:not([data-owl-dots=false], [class*=owl-dots-over]) .owl-nav {
    margin-top: -18px;
  }
}
@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap {
    padding: 0 20px;
  }
  .owl-carousel.owl-nav-overlap .owl-nav {
    right: 20px;
    left: 20px;
    height: 40px;
  }
  .owl-carousel.owl-nav-overlap .owl-nav button.owl-prev,
  .owl-carousel.owl-nav-overlap .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .owl-carousel.owl-nav-overlap-left {
    padding: 0 0 0 25px;
  }
  .owl-carousel.owl-nav-overlap-left .owl-nav {
    left: 25px;
    right: auto;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
}
.owl-carousel.owl-nav-overlap-right {
  padding: 0 25px 0 0;
}
.owl-carousel.owl-nav-overlap-right .owl-nav {
  left: auto;
  right: 25px;
  -webkit-transform: translateY(-50%) translateX(50%);
  transform: translateY(-50%) translateX(50%);
}
.owl-carousel.owl-nav-overlap-left .owl-nav, .owl-carousel.owl-nav-overlap-right .owl-nav {
  z-index: 1;
  width: 50px;
  height: auto;
  padding-bottom: 0;
}
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev,
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev,
.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next {
  position: static;
  right: 0;
  left: 0;
  opacity: 1;
  background: white;
  width: 50px;
  height: 50px;
  margin: 4px 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  box-shadow: 0 10px 36px 0 rgba(22, 24, 26, 0.13);
  color: rgb(18, 21, 24);
}
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev:hover, .owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev:focus,
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next:hover,
.owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next:focus, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev:hover, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev:focus,
.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next:hover,
.owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next:focus {
  opacity: 1;
  background: white;
  -webkit-box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.19);
  box-shadow: 0 10px 40px 0 rgba(22, 24, 26, 0.19);
  color: rgb(18, 21, 24);
}
.owl-carousel.owl-nav-overlap-left:not([data-owl-dots=false], [class*=owl-dots-over]) .owl-nav, .owl-carousel.owl-nav-overlap-right:not([data-owl-dots=false], [class*=owl-dots-over]) .owl-nav {
  margin-top: -20px;
}
@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap-left:not([data-owl-dots=false], [class*=owl-dots-over]) .owl-nav, .owl-carousel.owl-nav-overlap-right:not([data-owl-dots=false], [class*=owl-dots-over]) .owl-nav {
    margin-top: -18px;
  }
}
@media (max-width: 991.98px) {
  .owl-carousel.owl-nav-overlap-left, .owl-carousel.owl-nav-overlap-right {
    padding: 0 20px 0 0;
  }
  .owl-carousel.owl-nav-overlap-left .owl-nav, .owl-carousel.owl-nav-overlap-right .owl-nav {
    left: auto;
    right: 20px;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    width: 40px;
  }
  .owl-carousel.owl-nav-overlap-left .owl-nav button.owl-prev,
  .owl-carousel.owl-nav-overlap-left .owl-nav button.owl-next, .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-prev,
  .owl-carousel.owl-nav-overlap-right .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 991.98px) {
  .hero-portfolio-slider {
    padding: 0 30px;
  }
}
.hero-portfolio-slider .swiper-wrapper .swiper-slide {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.9;
  -webkit-transition: ease-in 0.16s;
  transition: ease-in 0.16s;
}
.hero-portfolio-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.hero-portfolio-slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  opacity: 1;
  background: transparent;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  vertical-align: middle;
}
.hero-portfolio-slider .swiper-pagination .swiper-pagination-bullet:before, .hero-portfolio-slider .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.hero-portfolio-slider .swiper-pagination .swiper-pagination-bullet:before {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  opacity: 0;
  background: transparent;
  border: 1px solid black;
}
.hero-portfolio-slider .swiper-pagination .swiper-pagination-bullet:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.3;
  background: black;
  width: 6px;
  height: 6px;
}
.hero-portfolio-slider .swiper-pagination .swiper-pagination-bullet:hover:after, .hero-portfolio-slider .swiper-pagination .swiper-pagination-bullet:focus:after, .hero-portfolio-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}
.hero-portfolio-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .hero-portfolio-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}
.hero-portfolio-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-portfolio-slider .swiper-pagination.swiper-pagination-horizontal {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(18, 21, 24, 0.3);
  width: auto;
  border-radius: 20px;
  margin: 0;
  padding: 5px;
}
@media (max-width: 991.98px) {
  .hero-portfolio-slider .swiper-pagination.swiper-pagination-horizontal {
    bottom: 16px;
  }
}
.hero-portfolio-slider .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet:before {
  border-color: white;
}
.hero-portfolio-slider .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet:after {
  background: white;
  opacity: 0.5;
}
.hero-portfolio-slider .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet:hover:after, .hero-portfolio-slider .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet:focus:after, .hero-portfolio-slider .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}

.sliding-text .swiper-slide,
.sliding-text-reverse .swiper-slide {
  width: auto;
}

.sliding-boxes .swiper-wrapper,
.sliding-text .swiper-wrapper,
.sliding-text-reverse .swiper-wrapper {
  transition-timing-function: linear;
}

.team-wrapper .team-box {
  text-align: center;
}
.team-wrapper .team-box .team-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.team-wrapper .team-box .team-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.team-wrapper .team-box .team-img div {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(18, 21, 24, 0.4);
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.team-wrapper .team-box .team-img div ul {
  list-style-type: none;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%) scale(0.96);
  transform: translateY(-50%) scale(0.96);
  margin: 0 -7px;
  padding: 0 30px;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.team-wrapper .team-box .team-img div ul li {
  display: inline-block;
  margin: 0 7px;
}
.team-wrapper .team-box .team-img div ul li a:not([class^=button], [class^=link-social]) {
  color: white;
}
.team-wrapper .team-box .team-img div ul li a:not([class^=button], [class^=link-social]):hover {
  color: rgba(255, 255, 255, 0.7);
}
.team-wrapper .team-box .team-img:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
}
.team-wrapper .team-box .team-img:hover div {
  opacity: 1;
}
.team-wrapper .team-box .team-img:hover div ul {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.team-wrapper .team-box span {
  color: #AAAAAA;
}
.team-wrapper.team-box-hover-2 .team-box .team-img div {
  top: auto;
  bottom: 16px;
  right: 16px;
  left: 16px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  background: white;
  width: auto;
  height: auto;
  padding: 15px 20px;
}
.team-wrapper.team-box-hover-2 .team-box .team-img div ul {
  position: static;
  top: auto;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  padding: 0;
}
.team-wrapper.team-box-hover-2 .team-box .team-img div ul li a:not([class^=button], [class^=link-social]) {
  color: #7C7C7C;
}
.team-wrapper.team-box-hover-2 .team-box .team-img div ul li a:not([class^=button], [class^=link-social]):hover, .team-wrapper.team-box-hover-2 .team-box .team-img div ul li a:not([class^=button], [class^=link-social]):focus {
  color: rgb(18, 21, 24);
}
.team-wrapper.team-box-hover-2 .team-box .team-img:hover img {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.team-wrapper.team-box-hover-2 .team-box .team-img:hover div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.team-wrapper.team-box-hover-2 .team-box .team-img:hover div ul {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.team-wrapper[class*=border-radius] .team-box .team-img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.team-wrapper.border-radius .team-box .team-img {
  border-radius: 0.4em;
}
.team-wrapper.border-radius-1 .team-box .team-img {
  border-radius: 1em;
}

.text-start .team-box {
  text-align: left;
}

.text-end .team-box {
  text-align: right;
}

.testimonial-box {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
}
.testimonial-box img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}

.testimonial-grid {
  overflow: hidden;
}
@media (min-width: 992px) {
  .testimonial-grid.column-2 .testimonial-grid-box {
    width: 50%;
  }
}
.testimonial-grid.column-1 .testimonial-grid-box {
  width: 100%;
  padding: 30px 0;
}
.testimonial-grid .testimonial-grid-box {
  position: relative;
  float: left;
  width: 33.3%;
  padding: 30px;
}
.testimonial-grid .testimonial-grid-box:before, .testimonial-grid .testimonial-grid-box:after {
  content: "";
  position: absolute;
}
.testimonial-grid .testimonial-grid-box:before {
  top: 0;
  left: -1px;
  height: 100%;
  border-left: 1px dashed rgba(18, 21, 24, 0.1);
}
.testimonial-grid .testimonial-grid-box:after {
  left: 0;
  bottom: -1px;
  width: 100%;
  border-bottom: 1px dashed rgba(18, 21, 24, 0.1);
}
.testimonial-grid .testimonial-grid-box .testimonial-img {
  float: left;
  margin-right: 20px;
}
.testimonial-grid .testimonial-grid-box .testimonial-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonial-grid .testimonial-grid-box .testimonial-content {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .testimonial-grid .testimonial-grid-box {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .testimonial-grid .testimonial-grid-box {
    width: 100%;
    padding: 30px 0;
  }
}
.testimonial-grid.border-style-solid {
  border: 0;
}
.testimonial-grid.border-style-solid .testimonial-grid-box:before {
  border-left-style: solid;
}
.testimonial-grid.border-style-solid .testimonial-grid-box:after {
  border-bottom-style: solid;
}
.testimonial-grid.border-style-dotted {
  border: 0;
}
.testimonial-grid.border-style-dotted .testimonial-grid-box:before {
  border-left-style: dotted;
}
.testimonial-grid.border-style-dotted .testimonial-grid-box:after {
  border-bottom-style: dotted;
}
.testimonial-grid.border-0 {
  margin: -15px;
}
.testimonial-grid.border-0 .testimonial-grid-box {
  padding: 15px;
}
.testimonial-grid.border-0 .testimonial-grid-box:before, .testimonial-grid.border-0 .testimonial-grid-box:after {
  border: 0;
}
@media (max-width: 767.98px) {
  .testimonial-grid.border-0 {
    margin: -15px 0;
  }
  .testimonial-grid.border-0 .testimonial-grid-box {
    padding: 15px 0;
  }
}

.bg-black .testimonial-grid-box:before, .bg-black .testimonial-grid-box:after,
[class*=bg-dark] .testimonial-grid-box:before,
[class*=bg-dark] .testimonial-grid-box:after,
[class*=bg-gradient-] .testimonial-grid-box:before,
[class*=bg-gradient-] .testimonial-grid-box:after,
[class*=bg-color-] .testimonial-grid-box:before,
[class*=bg-color-] .testimonial-grid-box:after {
  border-color: rgba(255, 255, 255, 0.2);
}

*[class*=text-link-] {
  color: rgba(18, 21, 24, 0.9);
}
*[class*=text-link-]:hover, *[class*=text-link-]:focus {
  color: rgb(18, 21, 24);
}

.text-link-1:hover {
  text-decoration: underline;
}

.text-link-2 {
  position: relative;
}
.text-link-2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  background: rgba(18, 21, 24, 0.9);
  width: 0;
  height: 1px;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.text-link-2:hover:before {
  width: 100%;
}

.text-link-2:before {
  left: 0;
}

.text-link-3 {
  position: relative;
}
.text-link-3:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  opacity: 0;
  background: rgba(18, 21, 24, 0.9);
  width: 100%;
  height: 1px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.text-link-3:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.text-link-4 {
  position: relative;
}
.text-link-4:before, .text-link-4:after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 1px;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.text-link-4:before {
  left: 0;
  background: rgba(18, 21, 24, 0.2);
  width: 100%;
}
.text-link-4:after {
  background: rgba(18, 21, 24, 0.9);
  width: 0;
}
.text-link-4:hover:after {
  width: 100%;
}

.text-link-4:after {
  left: 0;
}

.text-link-5 {
  position: relative;
}
.text-link-5:before, .text-link-5:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.text-link-5:before {
  background: rgba(18, 21, 24, 0.2);
}
.text-link-5:after {
  opacity: 0;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background: rgba(18, 21, 24, 0.9);
}
.text-link-5:hover:before {
  opacity: 0;
}
.text-link-5:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.text-link-6 {
  position: relative;
}
.text-link-6:before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  background: rgba(18, 21, 24, 0.2);
  width: 0;
  height: 6px;
  -webkit-transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.24s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.text-link-6:hover:before {
  width: 100%;
}

.bg-black *[class*=text-link-],
[class*=bg-dark] *[class*=text-link-],
[class*=bg-gradient-] *[class*=text-link-],
[class*=bg-color-] *[class*=text-link-] {
  color: rgba(255, 255, 255, 0.8);
}
.bg-black *[class*=text-link-]:hover, .bg-black *[class*=text-link-]:focus,
[class*=bg-dark] *[class*=text-link-]:hover,
[class*=bg-dark] *[class*=text-link-]:focus,
[class*=bg-gradient-] *[class*=text-link-]:hover,
[class*=bg-gradient-] *[class*=text-link-]:focus,
[class*=bg-color-] *[class*=text-link-]:hover,
[class*=bg-color-] *[class*=text-link-]:focus {
  color: white;
}
.bg-black .text-link-2:before, .bg-black .text-link-3:before,
[class*=bg-dark] .text-link-2:before,
[class*=bg-dark] .text-link-3:before,
[class*=bg-gradient-] .text-link-2:before,
[class*=bg-gradient-] .text-link-3:before,
[class*=bg-color-] .text-link-2:before,
[class*=bg-color-] .text-link-3:before {
  background: white;
}
.bg-black .text-link-4:before, .bg-black .text-link-5:before,
[class*=bg-dark] .text-link-4:before,
[class*=bg-dark] .text-link-5:before,
[class*=bg-gradient-] .text-link-4:before,
[class*=bg-gradient-] .text-link-5:before,
[class*=bg-color-] .text-link-4:before,
[class*=bg-color-] .text-link-5:before {
  background: rgba(255, 255, 255, 0.3);
}
.bg-black .text-link-4:after, .bg-black .text-link-5:after,
[class*=bg-dark] .text-link-4:after,
[class*=bg-dark] .text-link-5:after,
[class*=bg-gradient-] .text-link-4:after,
[class*=bg-gradient-] .text-link-5:after,
[class*=bg-color-] .text-link-4:after,
[class*=bg-color-] .text-link-5:after {
  background: white;
}
.bg-black .text-link-6:before,
[class*=bg-dark] .text-link-6:before,
[class*=bg-gradient-] .text-link-6:before,
[class*=bg-color-] .text-link-6:before {
  background: rgba(255, 255, 255, 0.3);
}

[class*=link-social-]:hover {
  opacity: 0.7;
}

.link-social-facebook {
  color: #1877F2;
}
.link-social-facebook:hover {
  color: #1877F2;
}

.link-social-twitter {
  color: #1DA1F2;
}
.link-social-twitter:hover {
  color: #1DA1F2;
}

.link-social-instagram {
  color: #E4405F;
}
.link-social-instagram:hover {
  color: #E4405F;
}

.link-social-linkedin {
  color: #0A66C2;
}
.link-social-linkedin:hover {
  color: #0A66C2;
}

.link-social-youtube {
  color: #CD201F;
}
.link-social-youtube:hover {
  color: #CD201F;
}

.link-social-pinterest {
  color: #BD081C;
}
.link-social-pinterest:hover {
  color: #BD081C;
}

.link-social-skype {
  color: #00AFF0;
}
.link-social-skype:hover {
  color: #00AFF0;
}

.link-social-dribbble {
  color: #EA4C89;
}
.link-social-dribbble:hover {
  color: #EA4C89;
}

.link-social-snapchat {
  color: #FFFC00;
}
.link-social-snapchat:hover {
  color: #FFFC00;
}

.link-social-whatsapp {
  color: #25D366;
}
.link-social-whatsapp:hover {
  color: #25D366;
}

.timeline-wrapper {
  position: relative;
}
.timeline-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  background: rgb(226, 230, 234);
  width: 1px;
  height: 100%;
}
.timeline-wrapper .timeline .timeline-date {
  position: relative;
}
.timeline-wrapper .timeline .timeline-date:before {
  content: "";
  position: absolute;
  top: 31px;
  background: rgb(226, 230, 234);
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.timeline-wrapper .timeline .timeline-date:after {
  content: "";
  position: absolute;
  top: 37px;
  background: rgb(18, 21, 24);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .timeline-wrapper {
    position: relative;
  }
  .timeline-wrapper:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .timeline-wrapper .timeline {
    position: relative;
  }
  .timeline-wrapper .timeline .timeline-date, .timeline-wrapper .timeline .timeline-content {
    width: 50%;
    padding: 30px;
  }
  .timeline-wrapper .timeline .timeline-date {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
  }
  .timeline-wrapper .timeline .timeline-date:before {
    right: -10px;
  }
  .timeline-wrapper .timeline .timeline-date:after {
    right: -4px;
  }
  .timeline-wrapper .timeline .timeline-date h1, .timeline-wrapper .timeline .timeline-date h2, .timeline-wrapper .timeline .timeline-date h3, .timeline-wrapper .timeline .timeline-date h4, .timeline-wrapper .timeline .timeline-date h5, .timeline-wrapper .timeline .timeline-date h6 {
    position: relative;
    text-align: right;
  }
  .timeline-wrapper .timeline .timeline-content {
    margin-left: 50%;
  }
  .timeline-wrapper .timeline:nth-child(even) .timeline-date {
    left: 50%;
    text-align: left;
  }
  .timeline-wrapper .timeline:nth-child(even) .timeline-date:before {
    right: auto;
    left: -10px;
  }
  .timeline-wrapper .timeline:nth-child(even) .timeline-date:after {
    right: auto;
    left: -4px;
  }
  .timeline-wrapper .timeline:nth-child(even) .timeline-date h1, .timeline-wrapper .timeline:nth-child(even) .timeline-date h2, .timeline-wrapper .timeline:nth-child(even) .timeline-date h3, .timeline-wrapper .timeline:nth-child(even) .timeline-date h4, .timeline-wrapper .timeline:nth-child(even) .timeline-date h5, .timeline-wrapper .timeline:nth-child(even) .timeline-date h6 {
    text-align: left;
  }
  .timeline-wrapper .timeline:nth-child(even) .timeline-content {
    margin-left: 0;
    text-align: right;
  }
  .timeline-wrapper.timeline-left:before {
    left: 200px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .timeline-wrapper.timeline-left .timeline .timeline-date {
    width: 200px;
    padding: 30px 30px 0 0;
  }
  .timeline-wrapper.timeline-left .timeline .timeline-content {
    width: auto;
    margin: 0 0 0 200px;
    padding: 30px 0 0 30px;
    text-align: left;
  }
  .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date {
    left: auto;
    text-align: right;
  }
  .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date:before {
    right: -10px;
    left: auto;
  }
  .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date:after {
    right: -4px;
    left: auto;
  }
  .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date h1, .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date h2, .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date h3, .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date h4, .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date h5, .timeline-wrapper.timeline-left .timeline:nth-child(even) .timeline-date h6 {
    text-align: right;
  }
  .timeline-wrapper.timeline-left .timeline:last-child .timeline-date, .timeline-wrapper.timeline-left .timeline:last-child .timeline-content {
    padding-bottom: 30px;
  }
  .timeline-wrapper.timeline-right:before {
    right: 200px;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .timeline-wrapper.timeline-right .timeline .timeline-date {
    right: 0;
    left: auto;
    width: 200px;
    padding: 30px 0 0 30px;
    text-align: left;
  }
  .timeline-wrapper.timeline-right .timeline .timeline-date:before {
    right: auto;
    left: -10px;
  }
  .timeline-wrapper.timeline-right .timeline .timeline-date:after {
    right: auto;
    left: -4px;
  }
  .timeline-wrapper.timeline-right .timeline .timeline-date h1, .timeline-wrapper.timeline-right .timeline .timeline-date h2, .timeline-wrapper.timeline-right .timeline .timeline-date h3, .timeline-wrapper.timeline-right .timeline .timeline-date h4, .timeline-wrapper.timeline-right .timeline .timeline-date h5, .timeline-wrapper.timeline-right .timeline .timeline-date h6 {
    text-align: left;
  }
  .timeline-wrapper.timeline-right .timeline .timeline-content {
    width: auto;
    margin: 0 200px 0 0;
    padding: 30px 30px 0 0;
    text-align: right;
  }
  .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date {
    left: auto;
    text-align: left;
  }
  .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date:before {
    left: -10px;
  }
  .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date:after {
    left: -4px;
  }
  .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date h1, .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date h2, .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date h3, .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date h4, .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date h5, .timeline-wrapper.timeline-right .timeline:nth-child(even) .timeline-date h6 {
    text-align: left;
  }
  .timeline-wrapper.timeline-right .timeline:last-child .timeline-date, .timeline-wrapper.timeline-right .timeline:last-child .timeline-content {
    padding-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .timeline-wrapper {
    padding-left: 30px;
  }
  .timeline-wrapper:before {
    left: 0;
  }
  .timeline-wrapper .timeline {
    margin-bottom: 30px;
  }
  .timeline-wrapper .timeline:first-child {
    padding-top: 30px;
  }
  .timeline-wrapper .timeline:last-child {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .timeline-wrapper .timeline .timeline-date:before {
    top: 1px;
    left: -40px;
  }
  .timeline-wrapper .timeline .timeline-date:after {
    top: 7px;
    left: -34px;
  }
}
@media (max-width: 575.98px) {
  .timeline-wrapper {
    padding-left: 20px;
  }
  .timeline-wrapper .timeline .timeline-date:before {
    left: -30px;
  }
  .timeline-wrapper .timeline .timeline-date:after {
    left: -24px;
  }
}
.bg-black .timeline-wrapper:before,
[class*=bg-dark] .timeline-wrapper:before,
[class*=bg-gradient-] .timeline-wrapper:before,
[class*=bg-color-] .timeline-wrapper:before {
  background: rgba(255, 255, 255, 0.2);
}
.bg-black .timeline-wrapper .timeline .timeline-date:before,
[class*=bg-dark] .timeline-wrapper .timeline .timeline-date:before,
[class*=bg-gradient-] .timeline-wrapper .timeline .timeline-date:before,
[class*=bg-color-] .timeline-wrapper .timeline .timeline-date:before {
  background: rgba(255, 255, 255, 0.2);
}
.bg-black .timeline-wrapper .timeline .timeline-date:after,
[class*=bg-dark] .timeline-wrapper .timeline .timeline-date:after,
[class*=bg-gradient-] .timeline-wrapper .timeline .timeline-date:after,
[class*=bg-color-] .timeline-wrapper .timeline .timeline-date:after {
  background: white;
}

.blog-card-wrapper {
  position: relative;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.blog-card-wrapper * {
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.blog-card-wrapper .blog-card {
  background: white;
  border: 1px solid rgba(18, 21, 24, 0.1);
}
.blog-card-wrapper:hover {
  color: rgba(255, 255, 255, 0.7);
}
.blog-card-wrapper:hover h1, .blog-card-wrapper:hover h2, .blog-card-wrapper:hover h3, .blog-card-wrapper:hover h4, .blog-card-wrapper:hover h5, .blog-card-wrapper:hover h6 {
  color: white;
}
.blog-card-wrapper:hover a:not([class^=button]) {
  color: rgba(255, 255, 255, 0.8);
}
.blog-card-wrapper:hover a:not([class^=button]):hover, .blog-card-wrapper:hover a:not([class^=button]):focus {
  color: white;
}
.blog-card-wrapper:hover .blog-card {
  background: rgba(18, 21, 24, 0.6);
}
.blog-card-wrapper:hover .button-text-1,
.blog-card-wrapper:hover .button-text-2,
.blog-card-wrapper:hover .button-text-3 {
  color: rgba(255, 255, 255, 0.8);
}
.blog-card-wrapper:hover .button-text-1:hover,
.blog-card-wrapper:hover .button-text-2:hover,
.blog-card-wrapper:hover .button-text-3:hover {
  color: white;
}
.blog-card-wrapper:hover .button-text-1:before {
  background: rgba(255, 255, 255, 0.3);
}
.blog-card-wrapper:hover .button-text-1:after {
  background: white;
}
.blog-card-wrapper:hover .button-text-2:before {
  background: rgba(255, 255, 255, 0.4);
}
.blog-card-wrapper:hover .button-text-2:after {
  background: white;
}
.blog-card-wrapper:hover .button-text-3:before {
  background: rgba(255, 255, 255, 0.8);
}
.blog-card-wrapper:hover .button-text-3:hover:before {
  background: white;
}
@media (min-width: 992px) {
  .blog-card-wrapper .blog-card {
    padding: 36px 36px 36px 140px;
  }
  .blog-card-wrapper .blog-card .blog-card-date {
    position: absolute;
    top: 50%;
    left: 36px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .blog-card-wrapper .blog-card {
    padding: 24px;
  }
}

.comment-box {
  position: relative;
  margin-bottom: 30px;
  padding-left: 80px;
}
.comment-box .comment-user-avatar {
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(238, 242, 246);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
}
.comment-box .comment-user-avatar img {
  width: 60px;
  height: 60px;
}
.comment-box .comment-content {
  position: relative;
}
.comment-box .comment-content .comment-time {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  color: #AAAAAA;
  font-style: italic;
  font-size: 14px;
}

#cookie-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  visibility: visible;
  opacity: 1;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}
#cookie-consent.consent-hidden {
  visibility: hidden;
  opacity: 0;
}

.fm-toggle {
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}
.fm-toggle .lines {
  position: relative;
  display: inline-block;
  background: black;
  width: 25px;
  height: 2px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-transition: linear 0.12s;
  transition: linear 0.12s;
}
.fm-toggle .lines:before, .fm-toggle .lines:after {
  content: "";
  position: absolute;
  left: 0;
  background: black;
  width: 25px;
  height: 2px;
  display: inline-block;
  -webkit-transition: linear 0.12s;
  transition: linear 0.12s;
}
.fm-toggle .lines:before {
  top: -7px;
}
.fm-toggle .lines:after {
  bottom: -7px;
}
@media (min-width: 992px) {
  .fm-toggle .lines:before {
    -webkit-transform: scaleX(0.8);
    transform: scaleX(0.8);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  .fm-toggle .lines:after {
    -webkit-transform: scaleX(0.6);
    transform: scaleX(0.6);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  .fm-toggle:hover .lines:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .fm-toggle:hover .lines:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.header[class*=header-color]:not(.transparent-dark) .fm-toggle .lines, .header[class*=header-color]:not(.transparent-dark) .fm-toggle .lines:before, .header[class*=header-color]:not(.transparent-dark) .fm-toggle .lines:after, .header.transparent-light:not(.transparent-dark) .fm-toggle .lines, .header.transparent-light:not(.transparent-dark) .fm-toggle .lines:before, .header.transparent-light:not(.transparent-dark) .fm-toggle .lines:after {
  background: white;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}
.fullscreen-menu .fm-wrapper {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
  height: 100%;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}
.fullscreen-menu .fm-wrapper .position-top,
.fullscreen-menu .fm-wrapper .position-middle,
.fullscreen-menu .fm-wrapper .position-bottom {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .fullscreen-menu .fm-wrapper .position-top,
  .fullscreen-menu .fm-wrapper .position-middle,
  .fullscreen-menu .fm-wrapper .position-bottom {
    padding: 0 50px;
  }
  .fullscreen-menu .fm-wrapper .position-top {
    top: 50px;
  }
  .fullscreen-menu .fm-wrapper .position-bottom {
    bottom: 50px;
  }
}
.fullscreen-menu .fm-wrapper .fm-close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
.fullscreen-menu .fm-wrapper .fm-close span {
  position: relative;
  display: inline-block;
  opacity: 0.8;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: ease-out 0.18s;
  transition: ease-out 0.18s;
}
.fullscreen-menu .fm-wrapper .fm-close span:before, .fullscreen-menu .fm-wrapper .fm-close span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: ease-out 0.18s;
  transition: ease-out 0.18s;
}
.fullscreen-menu .fm-wrapper .fm-close span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.fullscreen-menu .fm-wrapper .fm-close span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fullscreen-menu .fm-wrapper .fm-close:hover span {
  opacity: 1;
}
.fullscreen-menu .fm-wrapper .fm-close:hover span:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.fullscreen-menu .fm-wrapper .fm-close:hover span:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 991.98px) {
  .fullscreen-menu .fm-wrapper .fm-close {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .fullscreen-menu .fm-wrapper .fm-close {
    top: 20px;
    right: 20px;
  }
  .fullscreen-menu .fm-wrapper .fm-close span {
    width: 50px;
    height: 50px;
  }
}
.fullscreen-menu.fm-show {
  visibility: visible;
  opacity: 1;
}
.fullscreen-menu.fm-show .fm-wrapper {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bg-black.fullscreen-menu .fm-wrapper .fm-close span,
[class*=bg-dark].fullscreen-menu .fm-wrapper .fm-close span,
[class*=bg-gradient-].fullscreen-menu .fm-wrapper .fm-close span,
[class*=bg-color-].fullscreen-menu .fm-wrapper .fm-close span {
  background: rgba(255, 255, 255, 0.1);
}
.bg-black.fullscreen-menu .fm-wrapper .fm-close span:before, .bg-black.fullscreen-menu .fm-wrapper .fm-close span:after,
[class*=bg-dark].fullscreen-menu .fm-wrapper .fm-close span:before,
[class*=bg-dark].fullscreen-menu .fm-wrapper .fm-close span:after,
[class*=bg-gradient-].fullscreen-menu .fm-wrapper .fm-close span:before,
[class*=bg-gradient-].fullscreen-menu .fm-wrapper .fm-close span:after,
[class*=bg-color-].fullscreen-menu .fm-wrapper .fm-close span:before,
[class*=bg-color-].fullscreen-menu .fm-wrapper .fm-close span:after {
  background: white;
}

[class*=bg-gray].fullscreen-menu .fm-wrapper .fm-close span,
[class*=bg-white].fullscreen-menu .fm-wrapper .fm-close span {
  background: rgba(18, 21, 24, 0.1);
}
[class*=bg-gray].fullscreen-menu .fm-wrapper .fm-close span:before, [class*=bg-gray].fullscreen-menu .fm-wrapper .fm-close span:after,
[class*=bg-white].fullscreen-menu .fm-wrapper .fm-close span:before,
[class*=bg-white].fullscreen-menu .fm-wrapper .fm-close span:after {
  background: black;
}

.gallery-wrapper .gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
}
.gallery-wrapper .gallery-box .gallery-img a {
  display: block;
}
.gallery-wrapper .gallery-box .gallery-img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.gallery-wrapper .gallery-box .gallery-img a img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.gallery-wrapper .gallery-box .gallery-img a:hover:before {
  opacity: 1;
}
.gallery-wrapper .gallery-box .gallery-img a:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.gallery-wrapper .gallery-box .gallery-img a .gallery-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background: white;
  padding: 10px 20px;
}
.gallery-wrapper .gallery-box .gallery-img a .gallery-title h1, .gallery-wrapper .gallery-box .gallery-img a .gallery-title h2, .gallery-wrapper .gallery-box .gallery-img a .gallery-title h3, .gallery-wrapper .gallery-box .gallery-img a .gallery-title h4, .gallery-wrapper .gallery-box .gallery-img a .gallery-title h5, .gallery-wrapper .gallery-box .gallery-img a .gallery-title h6 {
  display: inline-block;
  margin: 0;
}
.gallery-wrapper.hover-style-2 .gallery-box .gallery-img a:before {
  background: rgba(18, 21, 24, 0.1);
}
.gallery-wrapper[class*=border-radius] .gallery-box .gallery-img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.gallery-wrapper.border-radius .gallery-box .gallery-img {
  border-radius: 0.4em;
}
.gallery-wrapper.border-radius-1 .gallery-box .gallery-img {
  border-radius: 1em;
}

.header {
  top: 0;
  z-index: 993;
  overflow: visible;
  background: white;
  width: 100%;
  height: 80px;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
}
.header.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header .container, .header .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header-logo {
  display: inline-block;
}
.header .header-logo .logo-light {
  display: none;
}
.header .header-logo * {
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.header .header-logo h1, .header .header-logo h2, .header .header-logo h3, .header .header-logo h4, .header .header-logo h5, .header .header-logo h6 {
  margin: 0;
}
.header .header-logo img {
  width: auto;
  height: 54px;
  max-height: 54px;
}
.header .header-logo a {
  color: rgb(18, 21, 24);
}
.header .header-logo a:hover {
  color: rgb(18, 21, 24);
}
.header .header-toggle {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: auto;
  cursor: pointer;
}
.header .header-toggle span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgb(18, 21, 24);
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.header .header-toggle span:before, .header .header-toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  background: rgb(18, 21, 24);
  width: 100%;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.header .header-toggle span:before {
  top: -7px;
}
.header .header-toggle span:after {
  bottom: -7px;
}
.header .header-toggle.toggle-close span {
  background: transparent;
}
.header .header-toggle.toggle-close span:before {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .header-toggle.toggle-close span:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header-menu {
  display: inline-block;
  font-size: 0.938rem;
  z-index: 995;
}
.header .header-menu .nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .header-menu .nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header .header-menu .nav .nav-item {
  text-align: left;
}
.header .header-menu .nav .nav-item .nav-link {
  padding: 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.2px;
  color: rgb(18, 21, 24);
}
.header .header-menu .nav .nav-item .nav-link:hover, .header .header-menu .nav .nav-item .nav-link.active {
  color: rgb(18, 21, 24);
}
.header .header-menu .nav .nav-item .nav-dropdown-toggle {
  position: relative;
  display: inline-block;
}
.header .header-menu .nav .nav-item .nav-dropdown-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 0.8rem;
}
.header .header-menu .nav .nav-item .nav-dropdown {
  background: white;
}
.header .header-menu .nav .nav-item .nav-dropdown h1, .header .header-menu .nav .nav-item .nav-dropdown h2, .header .header-menu .nav .nav-item .nav-dropdown h3, .header .header-menu .nav .nav-item .nav-dropdown h4, .header .header-menu .nav .nav-item .nav-dropdown h5, .header .header-menu .nav .nav-item .nav-dropdown h6 {
  color: rgb(18, 21, 24);
}
.header .header-menu .nav .nav-item .nav-dropdown a:not([class^=button], [class^=link-social]) {
  color: #7C7C7C;
}
.header .header-menu .nav .nav-item .nav-dropdown a:not([class^=button], [class^=link-social]):hover, .header .header-menu .nav .nav-item .nav-dropdown a:not([class^=button], [class^=link-social]):focus {
  color: rgb(18, 21, 24);
}
.header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle {
  position: absolute;
}
.header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle:after {
  content: "\f105";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 0.8rem;
}
.header .header-menu.font-2 .nav .nav-item .nav-link {
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header .header-menu-extra a:not([class^=button], [class^=link-social]) {
  color: rgb(18, 21, 24);
}
.header .header-menu-extra a:not([class^=button], [class^=link-social]):hover, .header .header-menu-extra a:not([class^=button], [class^=link-social]):focus {
  color: rgb(18, 21, 24);
}
.header.header-boxed {
  position: absolute;
  top: 0;
  left: 0;
}
.header.sticky-autohide, .header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
  box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
}

.theme-font-nunito .header .header-menu .nav .nav-item .nav-link {
  font-family: "Nunito", sans-serif;
}

.header[class*=header-color]:not(.transparent-dark) .header-logo .logo-dark {
  display: none;
}
.header[class*=header-color]:not(.transparent-dark) .header-logo .logo-light {
  display: inline-block;
}
.header[class*=header-color]:not(.transparent-dark) .header-logo h1, .header[class*=header-color]:not(.transparent-dark) .header-logo h2, .header[class*=header-color]:not(.transparent-dark) .header-logo h3, .header[class*=header-color]:not(.transparent-dark) .header-logo h4, .header[class*=header-color]:not(.transparent-dark) .header-logo h5, .header[class*=header-color]:not(.transparent-dark) .header-logo h6 {
  color: white;
}
.header[class*=header-color]:not(.transparent-dark) .header-logo a {
  color: white;
}
.header[class*=header-color]:not(.transparent-dark) .header-logo a:hover {
  color: white;
}
@media (min-width: 992px) {
  .header[class*=header-color]:not(.transparent-dark) .header-menu .nav .nav-item .nav-link, .header[class*=header-color]:not(.transparent-dark) .header-menu .nav .nav-item .nav-dropdown-toggle {
    color: white;
  }
  .header[class*=header-color]:not(.transparent-dark) .header-menu .nav .nav-item .nav-link:hover, .header[class*=header-color]:not(.transparent-dark) .header-menu .nav .nav-item .nav-link:focus, .header[class*=header-color]:not(.transparent-dark) .header-menu .nav .nav-item .nav-link.active, .header[class*=header-color]:not(.transparent-dark) .header-menu .nav .nav-item .nav-dropdown-toggle:hover, .header[class*=header-color]:not(.transparent-dark) .header-menu .nav .nav-item .nav-dropdown-toggle:focus, .header[class*=header-color]:not(.transparent-dark) .header-menu .nav .nav-item .nav-dropdown-toggle.active {
    color: white;
  }
  .header[class*=header-color]:not(.transparent-dark) .header-menu .nav .nav-item .nav-link:before {
    background: rgba(255, 255, 255, 0.15);
  }
}
.header[class*=header-color]:not(.transparent-dark) .header-menu-extra a:not([class^=button], [class^=link-social]) {
  color: white;
}
.header[class*=header-color]:not(.transparent-dark) .header-menu-extra a:not([class^=button], [class^=link-social]):hover, .header[class*=header-color]:not(.transparent-dark) .header-menu-extra a:not([class^=button], [class^=link-social]):focus {
  color: white;
}
.header[class*=header-color]:not(.transparent-dark) .header-toggle span {
  background: white;
}
.header[class*=header-color]:not(.transparent-dark) .header-toggle span:before, .header[class*=header-color]:not(.transparent-dark) .header-toggle span:after {
  background: white;
}
.header[class*=header-color]:not(.transparent-dark) .header-toggle.toggle-close span {
  background: transparent;
}
.header.header-color-dark {
  background: rgb(24, 28, 32);
}
.header.header-color-black {
  background: black;
}
.header.transparent-dark:not(.sticky-autohide, .sticky), .header.transparent-light:not(.sticky-autohide, .sticky) {
  position: absolute;
  top: 0;
  left: 0;
}
.header.transparent-dark, .header.transparent-light {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header[class*=header-color].border-top, .header[class*=header-color].border-bottom, .header.transparent-light.border-top, .header.transparent-light.border-bottom {
  border-color: rgba(255, 255, 255, 0.1);
}
.header.transparent-light .header-logo .logo-dark {
  display: none;
}
.header.transparent-light .header-logo .logo-light {
  display: inline-block;
}
.header.transparent-light .header-logo h1, .header.transparent-light .header-logo h2, .header.transparent-light .header-logo h3, .header.transparent-light .header-logo h4, .header.transparent-light .header-logo h5, .header.transparent-light .header-logo h6 {
  color: white;
}
.header.transparent-light .header-logo a {
  color: white;
}
.header.transparent-light .header-logo a:hover {
  color: white;
}
.header.transparent-light .header-toggle span {
  background: white;
}
.header.transparent-light .header-toggle span:before, .header.transparent-light .header-toggle span:after {
  background: white;
}
.header.transparent-light .header-toggle.toggle-close span {
  background: transparent;
}
@media (min-width: 992px) {
  .header.transparent-light .header-menu .nav .nav-item .nav-link, .header.transparent-light .header-menu .nav .nav-item .nav-dropdown-toggle {
    color: white;
  }
  .header.transparent-light .header-menu .nav .nav-item .nav-link:hover, .header.transparent-light .header-menu .nav .nav-item .nav-link:focus, .header.transparent-light .header-menu .nav .nav-item .nav-link.active, .header.transparent-light .header-menu .nav .nav-item .nav-dropdown-toggle:hover, .header.transparent-light .header-menu .nav .nav-item .nav-dropdown-toggle:focus, .header.transparent-light .header-menu .nav .nav-item .nav-dropdown-toggle.active {
    color: white;
  }
  .header.transparent-light .header-menu .nav .nav-item .nav-link:before {
    background: rgba(255, 255, 255, 0.15);
  }
}
.header.transparent-light .header-menu-extra a:not([class^=button], [class^=link-social]) {
  color: white;
}
.header.transparent-light .header-menu-extra a:not([class^=button], [class^=link-social]):hover, .header.transparent-light .header-menu-extra a:not([class^=button], [class^=link-social]):focus {
  color: white;
}
.header.header-boxed {
  background: transparent;
}
.header.header-boxed .container, .header.header-boxed .container-fluid {
  background: rgba(255, 255, 255, 0.9);
  border-bottom-right-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  -webkit-box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.1);
  box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.1);
}
.header.header-boxed .container-fluid {
  width: auto;
  margin: 0 30px;
}
.header.header-boxed.sticky-autohide, .header.header-boxed.sticky {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header.header-boxed[class*=header-color] {
  background: transparent;
}
.header.header-boxed.header-color-dark .container {
  background: rgba(18, 21, 24, 0.8);
}
.header.header-boxed.header-color-black .container {
  background: rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
  .header .header-logo, .header .header-menu-extra {
    z-index: 996;
  }
  .header .header-menu {
    height: 80px;
  }
  .header.header-lg .header-logo img {
    height: 64px;
    max-height: 64px;
  }
  .header.header-lg .header-menu {
    height: 90px;
  }
  .header.header-xl .header-logo img {
    height: 74px;
    max-height: 74px;
  }
  .header.header-xl .header-menu {
    height: 100px;
  }
  .header:not(.left, .center) .header-menu {
    margin-left: auto;
  }
  .header.left .header-logo {
    margin-right: 30px;
  }
  .header.left .header-menu {
    margin-right: auto;
  }
  .header.center .header-logo {
    margin-right: auto;
  }
  .header.center .header-menu .nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .header .header-menu .nav .nav-item {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0 0 0 20px;
  }
  .header .header-menu .nav .nav-item.mega-menu-item {
    position: static;
  }
  .header .header-menu .nav .nav-item.mega-menu-item .nav-link:after {
    content: "\f107";
    padding-left: 5px;
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 0.8rem;
  }
  .header .header-menu .nav .nav-item.mega-menu-item .nav-link.d-toggle {
    padding-right: 0;
  }
  .header .header-menu .nav .nav-item.mega-menu-item .nav-dropdown-toggle {
    display: none;
  }
  .header .header-menu .nav .nav-item:first-child {
    margin-left: 0;
  }
  .header .header-menu .nav .nav-item .nav-link {
    position: relative;
    display: inline-block;
    line-height: 80px;
  }
  .header .header-menu .nav .nav-item .nav-link:before {
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
    content: "";
    background: rgb(238, 242, 246);
    height: 0;
    -webkit-transition: all 0.14s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.14s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu .nav .nav-item .nav-link.d-toggle {
    padding-right: 16px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -2px;
    color: rgb(18, 21, 24);
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle:hover {
    color: rgb(18, 21, 24);
  }
  .header .header-menu .nav .nav-item .nav-dropdown {
    position: absolute;
    top: 84px;
    left: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    z-index: 995;
    visibility: hidden;
    opacity: 0;
    background: white;
    width: 240px;
    -webkit-box-shadow: 0 10px 40px -4px rgba(22, 25, 28, 0.17);
    box-shadow: 0 10px 40px -4px rgba(22, 25, 28, 0.17);
    border-radius: 0.4em;
    padding: 15px 0;
    -webkit-transition: ease-out 0.14s;
    transition: ease-out 0.14s;
  }
  .header .header-menu .nav .nav-item .nav-dropdown:before {
    content: "";
    position: absolute;
    top: -4px;
    width: 100%;
    height: 4px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 15px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link {
    position: relative;
    display: block;
    border-radius: 0.4em;
    padding: 7px 15px;
    -webkit-transition: linear 0.06s;
    transition: linear 0.06s;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link:hover {
    background: rgb(238, 242, 246);
    padding: 7px 15px 7px 17px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link.sd-toggle:after {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f105";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    font-size: 0.8rem;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle {
    display: none;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown {
    position: absolute;
    top: 0;
    left: 228px;
    visibility: hidden;
    opacity: 0;
    background: white;
    width: 240px;
    -webkit-box-shadow: 0 10px 40px -4px rgba(22, 25, 28, 0.17);
    box-shadow: 0 10px 40px -4px rgba(22, 25, 28, 0.17);
    border-radius: 0.4em;
    padding: 15px;
    -webkit-transition: linear 0.06s;
    transition: linear 0.06s;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown .nav-subdropdown-item {
    display: block;
    margin: 0;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown .nav-subdropdown-item .nav-subdropdown-link {
    display: block;
    border-radius: 0.4em;
    padding: 7px 15px;
    -webkit-transition: linear 0.06s;
    transition: linear 0.06s;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown .nav-subdropdown-item .nav-subdropdown-link:hover {
    background: rgb(238, 242, 246);
    padding: 7px 15px 7px 17px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown.nav-subdropdown-lg {
    width: 476px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown.nav-subdropdown-lg [class*=col]:first-child {
    border-right: 1px solid rgb(226, 230, 234);
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item:hover .nav-subdropdown {
    visibility: visible;
    opacity: 1;
  }
  .header .header-menu .nav .nav-item .mega-menu-content {
    position: absolute;
    top: 84px;
    right: 2em;
    left: 2em;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    z-index: 995;
    visibility: hidden;
    opacity: 0;
    background: white;
    width: auto;
    -webkit-box-shadow: 0 10px 40px -4px rgba(22, 25, 28, 0.17);
    box-shadow: 0 10px 40px -4px rgba(22, 25, 28, 0.17);
    border-radius: 0.4em;
    padding: 1em;
    -webkit-transition: ease-out 0.14s;
    transition: ease-out 0.14s;
  }
  .header .header-menu .nav .nav-item .mega-menu-content:before {
    content: "";
    position: absolute;
    top: -4px;
    width: 100%;
    height: 4px;
  }
  .header .header-menu .nav .nav-item.mega-menu-item:hover .mega-menu-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .header .header-menu .nav .nav-item:hover .nav-link:before {
    height: 6px;
  }
  .header .header-menu .nav .nav-item:hover .nav-dropdown {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }
  .header .header-menu[class*=dropdown-color] .nav .nav-item .nav-dropdown h1, .header .header-menu[class*=dropdown-color] .nav .nav-item .nav-dropdown h2, .header .header-menu[class*=dropdown-color] .nav .nav-item .nav-dropdown h3, .header .header-menu[class*=dropdown-color] .nav .nav-item .nav-dropdown h4, .header .header-menu[class*=dropdown-color] .nav .nav-item .nav-dropdown h5, .header .header-menu[class*=dropdown-color] .nav .nav-item .nav-dropdown h6 {
    color: white;
  }
  .header .header-menu[class*=dropdown-color] .nav .nav-item .nav-dropdown a:not([class^=button], [class^=link-social]) {
    color: rgba(255, 255, 255, 0.8);
  }
  .header .header-menu[class*=dropdown-color] .nav .nav-item .nav-dropdown a:not([class^=button], [class^=link-social]):hover, .header .header-menu[class*=dropdown-color] .nav .nav-item .nav-dropdown a:not([class^=button], [class^=link-social]):focus {
    color: white;
  }
  .header .header-menu[class*=dropdown-color] .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .header .header-menu[class*=dropdown-color] .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown .nav-subdropdown-item .nav-subdropdown-link:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .header .header-menu[class*=dropdown-color] .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown.nav-subdropdown-lg [class*=col] {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .header .header-menu.dropdown-color-dark .nav .nav-item .nav-dropdown {
    background: rgb(18, 21, 24);
  }
  .header .header-menu.dropdown-color-dark .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown {
    background: rgb(18, 21, 24);
  }
  .header.transparent-dark .header-menu .nav .nav-item .nav-link:before {
    background: rgba(18, 21, 24, 0.05);
  }
  .header .header-menu-extra {
    display: inline-block;
    margin-left: 30px;
  }
  .header .header-toggle {
    display: none;
  }
  .header.header-boxed .container,
  .header.header-boxed .container-fluid {
    backdrop-filter: blur(8px);
  }
  .header:not(.center, .left) .header-menu .nav .nav-item:last-child .nav-dropdown, .header:not(.center, .left) .header-menu .nav .nav-item:nth-last-child(2) .nav-dropdown {
    right: 0;
    left: auto;
  }
  .header:not(.center, .left) .header-menu .nav .nav-item:last-child .nav-dropdown .nav-dropdown-item .nav-subdropdown, .header:not(.center, .left) .header-menu .nav .nav-item:nth-last-child(2) .nav-dropdown .nav-dropdown-item .nav-subdropdown {
    right: 228px;
    left: auto;
  }
  .header:not(.center, .left) .container-fluid .header-menu .nav .nav-item .nav-dropdown {
    right: 0;
    left: auto;
  }
  .header:not(.center, .left) .container-fluid .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown {
    right: 228px;
    left: auto;
  }
}
@media (max-width: 991.98px) {
  .header {
    height: 70px;
  }
  .header .header-menu {
    position: fixed;
    top: 0;
    left: -100%;
    overflow-y: auto;
    background: white;
    width: 300px;
    height: 100%;
    -webkit-box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
    box-shadow: 0 0 36px 0 rgba(22, 25, 28, 0.17);
    padding: 20px 30px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .header .header-menu.show {
    left: 0;
  }
  .header .header-menu .nav {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .header .header-menu .nav .nav-item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    border-bottom: 1px solid rgb(226, 230, 234);
    padding: 12px 0;
  }
  .header .header-menu .nav .nav-item:last-child {
    border: 0;
  }
  .header .header-menu .nav .nav-item .nav-link {
    display: inline-block;
    width: auto;
    height: auto;
    color: #7C7C7C;
  }
  .header .header-menu .nav .nav-item .nav-link:hover, .header .header-menu .nav .nav-item .nav-link:focus, .header .header-menu .nav .nav-item .nav-link.active {
    color: rgb(18, 21, 24);
  }
  .header .header-menu .nav .nav-item.mega-menu-item .nav-link {
    width: 100%;
  }
  .header .header-menu .nav .nav-item.mega-menu-item .nav-link:after {
    float: right;
  }
  .header .header-menu .nav .nav-item.mega-menu-item .mega-menu-content {
    padding-top: 12px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle {
    position: absolute;
    top: 13px;
    right: 0;
    width: 21px;
    height: 21px;
    text-align: right;
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle.active {
    color: rgb(18, 21, 24);
  }
  .header .header-menu .nav .nav-item .nav-dropdown {
    display: none;
    background: white;
    padding: 8px 0 0 20px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown.show {
    display: block;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item {
    position: relative;
    margin: 0 0 8px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item:last-child {
    margin: 0;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link.active {
    color: rgb(18, 21, 24);
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle {
    top: 0;
    right: 0;
    width: 21px;
    height: 21px;
    text-align: right;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle:after {
    content: "\f107";
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown {
    display: none;
    padding: 8px 0 0 20px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown.show {
    display: block;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown li {
    margin: 0 0 8px;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown li:last-child {
    margin: 0;
  }
  .header .header-menu .nav .nav-item .mega-menu-content {
    display: none;
  }
  .header .header-menu .nav .nav-item .mega-menu-content.show {
    display: block;
  }
  .header .header-menu-extra {
    position: absolute;
    top: 50%;
    right: 80px;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header.header-boxed .container,
  .header.header-boxed .container-fluid {
    background: rgba(255, 255, 255, 0.95);
  }
  .header[class*=mobile-menu-color] .nav .nav-item {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .header[class*=mobile-menu-color] .nav .nav-item .nav-link,
  .header[class*=mobile-menu-color] .nav .nav-item .nav-dropdown-toggle {
    color: rgba(255, 255, 255, 0.8);
  }
  .header[class*=mobile-menu-color] .nav .nav-item .nav-link:hover, .header[class*=mobile-menu-color] .nav .nav-item .nav-link:focus, .header[class*=mobile-menu-color] .nav .nav-item .nav-link.active,
  .header[class*=mobile-menu-color] .nav .nav-item .nav-dropdown-toggle:hover,
  .header[class*=mobile-menu-color] .nav .nav-item .nav-dropdown-toggle:focus,
  .header[class*=mobile-menu-color] .nav .nav-item .nav-dropdown-toggle.active {
    color: white;
  }
  .header[class*=mobile-menu-color] .nav .nav-item .nav-dropdown {
    background: transparent;
  }
  .header[class*=mobile-menu-color] .nav .nav-item .nav-dropdown a:not([class^=button], [class^=link-social]) {
    color: rgba(255, 255, 255, 0.8);
  }
  .header[class*=mobile-menu-color] .nav .nav-item .nav-dropdown a:not([class^=button], [class^=link-social]):hover, .header[class*=mobile-menu-color] .nav .nav-item .nav-dropdown a:not([class^=button], [class^=link-social]):focus {
    color: white;
  }
  .header.mobile-menu-color-dark .header-menu {
    background: rgb(24, 28, 32);
  }
}
@media (max-width: 575.98px) {
  .header.header-boxed .container,
  .header.header-boxed .container-fluid {
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
    padding: 0 26px;
  }
}
@media (min-width: 992px) {
  .header-lg {
    height: 90px;
  }
  .header-lg .container-fluid {
    padding: 0 40px;
  }
  .header-lg .header-menu .nav .nav-item .nav-link {
    line-height: 90px;
  }
  .header-lg .header-menu .nav .nav-item .nav-link:before {
    bottom: 27px;
  }
  .header-lg .header-menu .nav .nav-item .nav-dropdown, .header-lg .header-menu .nav .nav-item .mega-menu-content {
    top: 94px;
  }
  .header-xl {
    height: 100px;
  }
  .header-xl .container-fluid {
    padding: 0 50px;
  }
  .header-xl .header-menu .nav .nav-item .nav-link {
    line-height: 100px;
  }
  .header-xl .header-menu .nav .nav-item .nav-link:before {
    bottom: 32px;
  }
  .header-xl .header-menu .nav .nav-item .nav-dropdown, .header-xl .header-menu .nav .nav-item .mega-menu-content {
    top: 104px;
  }
}
.header-placeholder {
  height: 80px;
}

.header-placeholder-lg {
  height: 90px;
}

.header-placeholder-xl {
  height: 100px;
}

@media (max-width: 991.98px) {
  .header-placeholder, .header-placeholder-lg, .header-placeholder-xl {
    height: 70px;
  }
}
.masonry {
  margin: 0 -1em -2em;
}
.masonry .masonry-item {
  margin-bottom: 2em;
  padding: 0 1em;
}
.masonry.column-1 .masonry-item {
  width: 100%;
}
@media (min-width: 768px) {
  .masonry.column-2 .masonry-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .masonry.column-3 .masonry-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .masonry.column-3 .masonry-item {
    width: 33.33%;
  }
}
@media (min-width: 576px) {
  .masonry.column-4 .masonry-item, .masonry.column-6 .masonry-item, .masonry.column-5 .masonry-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .masonry.column-4 .masonry-item, .masonry.column-6 .masonry-item, .masonry.column-5 .masonry-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .masonry.column-4 .masonry-item, .masonry.column-6 .masonry-item, .masonry.column-5 .masonry-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .masonry.column-5 .masonry-item {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .masonry.column-6 .masonry-item {
    width: 16.66%;
  }
}
.masonry.spacing-0 {
  margin: 0;
}
.masonry.spacing-0 .masonry-item {
  margin: 0;
  padding: 0;
}
.masonry.spacing-1 {
  margin: 0 -0.5em -1em;
}
.masonry.spacing-1 .masonry-item {
  margin-bottom: 1em;
  padding: 0 0.5em;
}
.masonry.spacing-2 {
  margin: 0 -1em -2em;
}
.masonry.spacing-2 .masonry-item {
  margin-bottom: 2em;
  padding: 0 1em;
}
.masonry.spacing-3 {
  margin: 0 -1.5em -3em;
}
.masonry.spacing-3 .masonry-item {
  margin-bottom: 3em;
  padding: 0 1.5em;
}
.masonry.spacing-4 {
  margin: 0 -2em -4em;
}
.masonry.spacing-4 .masonry-item {
  margin-bottom: 4em;
  padding: 0 2em;
}
.masonry.spacing-5 {
  margin: 0 -2.5em -5em;
}
.masonry.spacing-5 .masonry-item {
  margin-bottom: 5em;
  padding: 0 2.5em;
}

.portfolio-masonry .portfolio-item {
  width: 100%;
}
.portfolio-masonry .portfolio-item {
  text-align: left;
}
.portfolio-masonry.column-1 .portfolio-item {
  width: 100%;
}
@media (min-width: 768px) {
  .portfolio-masonry.column-2 .portfolio-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .portfolio-masonry.column-3 .portfolio-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .portfolio-masonry.column-3 .portfolio-item {
    width: 33.33%;
  }
}
@media (min-width: 576px) {
  .portfolio-masonry.column-4 .portfolio-item, .portfolio-masonry.column-6 .portfolio-item, .portfolio-masonry.column-5 .portfolio-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .portfolio-masonry.column-4 .portfolio-item, .portfolio-masonry.column-6 .portfolio-item, .portfolio-masonry.column-5 .portfolio-item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .portfolio-masonry.column-4 .portfolio-item, .portfolio-masonry.column-6 .portfolio-item, .portfolio-masonry.column-5 .portfolio-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .portfolio-masonry.column-5 .portfolio-item {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .portfolio-masonry.column-6 .portfolio-item {
    width: 16.66%;
  }
}
.portfolio-masonry.spacing-0 .portfolio-item {
  padding: 0;
}
.portfolio-masonry.spacing-1 .portfolio-item {
  padding: 0.5em;
}
.portfolio-masonry.spacing-2 .portfolio-item {
  padding: 1em;
}
.portfolio-masonry.spacing-3 .portfolio-item {
  padding: 1.5em;
}
.portfolio-masonry.spacing-4 .portfolio-item {
  padding: 2em;
}
.portfolio-masonry.spacing-5 .portfolio-item {
  padding: 2.5em;
}

.portfolio-masonry[class*=border-radius] .portfolio-item .portfolio-box,
.portfolio-grid[class*=border-radius] .portfolio-item .portfolio-box {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.portfolio-masonry.border-radius .portfolio-item .portfolio-box,
.portfolio-grid.border-radius .portfolio-item .portfolio-box {
  border-radius: 0.4em;
}
.portfolio-masonry.border-radius-1 .portfolio-item .portfolio-box,
.portfolio-grid.border-radius-1 .portfolio-item .portfolio-box {
  border-radius: 1em;
}

.text-center .portfolio-item {
  text-align: center;
}

.text-end .portfolio-item {
  text-align: right;
}

.container .portfolio-masonry.spacing-0 {
  margin: 0;
}
.container .portfolio-masonry.spacing-1 {
  margin: -0.5em;
}
.container .portfolio-masonry.spacing-2 {
  margin: -1em;
}
.container .portfolio-masonry.spacing-3 {
  margin: -1.5em;
}
.container .portfolio-masonry.spacing-4 {
  margin: -2em;
}
.container .portfolio-masonry.spacing-5 {
  margin: -2.5em;
}

.filter ul {
  margin: 0 -5px;
  padding: 0;
}
.filter ul li {
  display: inline-block;
  background: rgb(238, 242, 246);
  border-radius: 30px;
  margin: 0 5px;
  padding: 7px 15px;
  font: 500 0.9em "Poppins", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}
.filter ul li:hover {
  background: rgb(228, 232, 236);
}
.filter ul li.active, .filter ul li.mixitup-control-active {
  background: rgb(24, 28, 32);
  color: white;
}
.filter.filter-font-2 ul li {
  font-size: 15px;
  letter-spacing: -0.2px;
  text-transform: none;
}
.filter.filter-style-2 ul {
  margin: 0 -2px;
}
.filter.filter-style-2 ul li {
  background: transparent;
  margin: 0 2px;
  color: #7C7C7C;
}
.filter.filter-style-2 ul li:hover, .filter.filter-style-2 ul li.active, .filter.filter-style-2 ul li.mixitup-control-active {
  color: rgb(18, 21, 24);
}
.filter.filter-style-2 ul li.active, .filter.filter-style-2 ul li.mixitup-control-active {
  background: rgb(238, 242, 246);
}
.filter.filter-style-3 ul {
  margin: 0 -14px -8px;
}
.filter.filter-style-3 ul li {
  position: relative;
  background: transparent;
  margin: 0 14px 8px;
  padding: 0;
  color: #7C7C7C;
}
.filter.filter-style-3 ul li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  background: rgb(18, 21, 24);
  height: 1px;
  -webkit-animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-out 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.filter.filter-style-3 ul li:hover, .filter.filter-style-3 ul li.active, .filter.filter-style-3 ul li.mixitup-control-active {
  color: rgb(18, 21, 24);
}
.filter.filter-style-3 ul li.active:after, .filter.filter-style-3 ul li.mixitup-control-active:after {
  width: 100%;
  -webkit-animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
  animation: button-line-in 0.24s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.filter.filter-style-4 ul {
  margin: 0 -14px -7px;
}
.filter.filter-style-4 ul li {
  background: transparent;
  margin: 0 14px 7px;
  padding: 0;
  color: #AAAAAA;
}
.filter.filter-style-4 ul li:hover, .filter.filter-style-4 ul li.active, .filter.filter-style-4 ul li.mixitup-control-active {
  background: transparent;
  color: rgb(18, 21, 24);
}

.theme-font-unito .filter ul li {
  font: 600 0.9em "Nunito", sans-serif;
}
.theme-font-unito .filter.filter-font-2 ul li {
  font-size: 1em;
  letter-spacing: 0;
}

.bg-black .filter ul li,
[class*=bg-dark] .filter ul li,
[class*=bg-gradient-] .filter ul li,
[class*=bg-color-] .filter ul li {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.bg-black .filter ul li:hover,
[class*=bg-dark] .filter ul li:hover,
[class*=bg-gradient-] .filter ul li:hover,
[class*=bg-color-] .filter ul li:hover {
  background: transparent;
  color: white;
}
.bg-black .filter ul li.active, .bg-black .filter ul li.mixitup-control-active,
[class*=bg-dark] .filter ul li.active,
[class*=bg-dark] .filter ul li.mixitup-control-active,
[class*=bg-gradient-] .filter ul li.active,
[class*=bg-gradient-] .filter ul li.mixitup-control-active,
[class*=bg-color-] .filter ul li.active,
[class*=bg-color-] .filter ul li.mixitup-control-active {
  background: white;
  color: rgb(18, 21, 24);
}
.bg-black .filter.filter-style-2 ul li,
[class*=bg-dark] .filter.filter-style-2 ul li,
[class*=bg-gradient-] .filter.filter-style-2 ul li,
[class*=bg-color-] .filter.filter-style-2 ul li {
  color: rgba(255, 255, 255, 0.7);
}
.bg-black .filter.filter-style-2 ul li:hover, .bg-black .filter.filter-style-2 ul li.active, .bg-black .filter.filter-style-2 ul li.mixitup-control-active,
[class*=bg-dark] .filter.filter-style-2 ul li:hover,
[class*=bg-dark] .filter.filter-style-2 ul li.active,
[class*=bg-dark] .filter.filter-style-2 ul li.mixitup-control-active,
[class*=bg-gradient-] .filter.filter-style-2 ul li:hover,
[class*=bg-gradient-] .filter.filter-style-2 ul li.active,
[class*=bg-gradient-] .filter.filter-style-2 ul li.mixitup-control-active,
[class*=bg-color-] .filter.filter-style-2 ul li:hover,
[class*=bg-color-] .filter.filter-style-2 ul li.active,
[class*=bg-color-] .filter.filter-style-2 ul li.mixitup-control-active {
  color: white;
}
.bg-black .filter.filter-style-2 ul li.active, .bg-black .filter.filter-style-2 ul li.mixitup-control-active,
[class*=bg-dark] .filter.filter-style-2 ul li.active,
[class*=bg-dark] .filter.filter-style-2 ul li.mixitup-control-active,
[class*=bg-gradient-] .filter.filter-style-2 ul li.active,
[class*=bg-gradient-] .filter.filter-style-2 ul li.mixitup-control-active,
[class*=bg-color-] .filter.filter-style-2 ul li.active,
[class*=bg-color-] .filter.filter-style-2 ul li.mixitup-control-active {
  background: white;
  color: rgb(18, 21, 24);
}
.bg-black .filter.filter-style-3 ul li,
[class*=bg-dark] .filter.filter-style-3 ul li,
[class*=bg-gradient-] .filter.filter-style-3 ul li,
[class*=bg-color-] .filter.filter-style-3 ul li {
  color: rgba(255, 255, 255, 0.7);
}
.bg-black .filter.filter-style-3 ul li:after,
[class*=bg-dark] .filter.filter-style-3 ul li:after,
[class*=bg-gradient-] .filter.filter-style-3 ul li:after,
[class*=bg-color-] .filter.filter-style-3 ul li:after {
  background: white;
}
.bg-black .filter.filter-style-3 ul li:hover, .bg-black .filter.filter-style-3 ul li.active, .bg-black .filter.filter-style-3 ul li.mixitup-control-active,
[class*=bg-dark] .filter.filter-style-3 ul li:hover,
[class*=bg-dark] .filter.filter-style-3 ul li.active,
[class*=bg-dark] .filter.filter-style-3 ul li.mixitup-control-active,
[class*=bg-gradient-] .filter.filter-style-3 ul li:hover,
[class*=bg-gradient-] .filter.filter-style-3 ul li.active,
[class*=bg-gradient-] .filter.filter-style-3 ul li.mixitup-control-active,
[class*=bg-color-] .filter.filter-style-3 ul li:hover,
[class*=bg-color-] .filter.filter-style-3 ul li.active,
[class*=bg-color-] .filter.filter-style-3 ul li.mixitup-control-active {
  color: white;
}
.bg-black .filter.filter-style-3 ul li.active, .bg-black .filter.filter-style-3 ul li.mixitup-control-active,
[class*=bg-dark] .filter.filter-style-3 ul li.active,
[class*=bg-dark] .filter.filter-style-3 ul li.mixitup-control-active,
[class*=bg-gradient-] .filter.filter-style-3 ul li.active,
[class*=bg-gradient-] .filter.filter-style-3 ul li.mixitup-control-active,
[class*=bg-color-] .filter.filter-style-3 ul li.active,
[class*=bg-color-] .filter.filter-style-3 ul li.mixitup-control-active {
  background: transparent;
}
.bg-black .filter.filter-style-4 ul li,
[class*=bg-dark] .filter.filter-style-4 ul li,
[class*=bg-gradient-] .filter.filter-style-4 ul li,
[class*=bg-color-] .filter.filter-style-4 ul li {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.bg-black .filter.filter-style-4 ul li:hover, .bg-black .filter.filter-style-4 ul li.active, .bg-black .filter.filter-style-4 ul li.mixitup-control-active,
[class*=bg-dark] .filter.filter-style-4 ul li:hover,
[class*=bg-dark] .filter.filter-style-4 ul li.active,
[class*=bg-dark] .filter.filter-style-4 ul li.mixitup-control-active,
[class*=bg-gradient-] .filter.filter-style-4 ul li:hover,
[class*=bg-gradient-] .filter.filter-style-4 ul li.active,
[class*=bg-gradient-] .filter.filter-style-4 ul li.mixitup-control-active,
[class*=bg-color-] .filter.filter-style-4 ul li:hover,
[class*=bg-color-] .filter.filter-style-4 ul li.active,
[class*=bg-color-] .filter.filter-style-4 ul li.mixitup-control-active {
  background: transparent;
  color: white;
}

.portfolio-item .portfolio-box {
  position: relative;
}
.portfolio-item .portfolio-box .portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-box .portfolio-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.portfolio-item .portfolio-box a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}
.portfolio-item .portfolio-box:hover .portfolio-img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-filter: blur(1.5px);
  filter: blur(1.5px);
}

.portfolio-grid:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box .portfolio-title, .portfolio-masonry:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box .portfolio-title {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: linear-gradient(to top, rgba(18, 21, 24, 0.4), transparent);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.portfolio-grid:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box .portfolio-title div, .portfolio-masonry:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box .portfolio-title div {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.portfolio-grid:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box .portfolio-title div *, .portfolio-masonry:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box .portfolio-title div * {
  opacity: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-bottom: 0.5rem;
  color: white;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.portfolio-grid:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box .portfolio-title div *:first-child, .portfolio-masonry:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box .portfolio-title div *:first-child {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.portfolio-grid:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box .portfolio-title div *:last-child, .portfolio-masonry:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box .portfolio-title div *:last-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  margin-bottom: 0;
}
.portfolio-grid:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box .portfolio-title div span, .portfolio-masonry:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box .portfolio-title div span {
  display: inline-block;
}
.portfolio-grid:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box:hover .portfolio-title, .portfolio-masonry:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box:hover .portfolio-title {
  opacity: 1;
}
.portfolio-grid:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box:hover .portfolio-title *, .portfolio-masonry:not(.hover-style-2, .hover-style-3) .portfolio-item .portfolio-box:hover .portfolio-title * {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.hover-style-2 .portfolio-item .portfolio-box .portfolio-title {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(18, 21, 24, 0.1);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hover-style-2 .portfolio-item .portfolio-box .portfolio-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: linear-gradient(to top, rgba(18, 21, 24, 0.3), transparent);
  width: 100%;
  height: 100%;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hover-style-2 .portfolio-item .portfolio-box .portfolio-title div {
  position: absolute;
  top: 30px;
  left: 30px;
}
.hover-style-2 .portfolio-item .portfolio-box .portfolio-title div span {
  display: block;
}
.hover-style-2 .portfolio-item .portfolio-box .portfolio-title div * {
  margin-bottom: 0.5rem;
  color: white;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hover-style-2 .portfolio-item .portfolio-box .portfolio-title i {
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0;
  font-size: 1.2em;
  color: white;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hover-style-2 .portfolio-item .portfolio-box:hover .portfolio-title:before {
  opacity: 1;
}
.hover-style-2 .portfolio-item .portfolio-box:hover .portfolio-title i {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.hover-style-3 .portfolio-item .portfolio-box .portfolio-title {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title .portfolio-title-item {
  display: table;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  visibility: hidden;
  opacity: 0;
  background: white;
  margin-bottom: 0.25rem;
  padding: 0.6rem 1rem;
  -webkit-transition: ease-out 0.12s;
  transition: ease-out 0.12s;
}
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title .portfolio-title-item:last-child {
  margin-bottom: 0;
}
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title .portfolio-title-item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title .portfolio-title-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title .portfolio-title-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.hover-style-3 .portfolio-item .portfolio-box .portfolio-title .portfolio-title-item * {
  margin-bottom: 0;
  color: rgb(18, 21, 24);
}
@media (max-width: 991.98px) {
  .hover-style-3 .portfolio-item .portfolio-box .portfolio-title {
    right: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
  }
}
.hover-style-3 .portfolio-item .portfolio-box:hover .portfolio-title .portfolio-title-item {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.hero-portfolio-slider .hero-portfolio-box {
  position: relative;
}
.hero-portfolio-slider .hero-portfolio-box a {
  display: block;
}
.hero-portfolio-slider .hero-portfolio-box a:hover {
  text-decoration: underline;
}
.hero-portfolio-slider .hero-portfolio-box .hero-portfolio-img {
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hero-portfolio-slider .hero-portfolio-box .hero-portfolio-img img {
  -webkit-transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hero-portfolio-slider .hero-portfolio-box .hero-portfolio-caption {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(18, 21, 24, 0.9);
  max-width: 70%;
  padding: 1.5rem 2rem;
  -webkit-transition: ease-out 0.16s;
  transition: ease-out 0.16s;
}
.hero-portfolio-slider .hero-portfolio-box .hero-portfolio-caption * {
  color: white;
  margin: 0;
}
@media (max-width: 767.98px) {
  .hero-portfolio-slider .hero-portfolio-box .hero-portfolio-caption {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 1rem 1.5rem;
  }
}
.hero-portfolio-slider .hero-portfolio-box:hover .hero-portfolio-img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.hero-portfolio-slider .swiper-wrapper .swiper-slide.swiper-slide-active .hero-portfolio-caption {
  visibility: visible;
  opacity: 1;
  text-align: center;
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background: white;
  width: 100%;
  height: 100%;
}
body.loaded:after {
  display: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  background: white;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loaded .preloader {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.preloader-1 div {
  position: relative;
  width: 70px;
  height: 70px;
}
.preloader-1 div .loader-circular {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: center center;
  width: 70px;
  height: 70px;
  margin: auto;
  animation: loader-one-rotate 2s linear infinite;
}
.preloader-1 div .loader-path {
  fill: none;
  stroke: rgb(18, 21, 24);
  stroke-width: 2.5;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  animation: loader-one-dash 1.5s ease-in-out infinite;
}

.preloader-dark .preloader-1 {
  background: black;
}
.preloader-dark .preloader-1 div .loader-path {
  stroke: white;
}

.preloader-blue .preloader-1 div .loader-path {
  stroke: rgb(0, 147, 233);
}

.preloader-purple .preloader-1 div .loader-path {
  stroke: rgb(183, 33, 255);
}

.preloader-pink-edge .preloader-1 div .loader-path {
  stroke: rgb(254, 154, 182);
}

.preloader-golden-yellow .preloader-1 div .loader-path {
  stroke: rgb(255, 182, 87);
}

.preloader-very-peri .preloader-1 div .loader-path {
  stroke: rgb(102, 103, 171);
}

.preloader-turquoise .preloader-1 div .loader-path {
  stroke: rgb(76, 191, 166);
}

.preloader-spring-red .preloader-1 div .loader-path {
  stroke: rgb(190, 31, 53);
}

.preloader-tan .preloader-1 div .loader-path {
  stroke: rgb(210, 180, 140);
}

.preloader-aqua .preloader-1 div .loader-path {
  stroke: rgb(3, 212, 216);
}

@keyframes loader-one-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-one-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.preloader-2 div span {
  display: inline-block;
  opacity: 0.2;
  background: black;
  background: linear-gradient(to right, black 10%, transparent 40%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-animation: loader-two 0.6s infinite linear;
  animation: loader-two 0.6s infinite linear;
}
.preloader-2 div span:before, .preloader-2 div span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.preloader-2 div span:before {
  background: black;
  width: 50%;
  height: 50%;
  border-radius: 100% 0 0 0;
}
.preloader-2 div span:after {
  right: 0;
  bottom: 0;
  background: white;
  width: 90%;
  height: 90%;
  margin: auto;
  border-radius: 50%;
}

@keyframes loader-two {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-two {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader-dark .preloader-2 {
  background: black;
}
.preloader-dark .preloader-2 div span {
  background: white;
  background: linear-gradient(to right, white 10%, transparent 40%);
}
.preloader-dark .preloader-2 div span:before {
  background: white;
}
.preloader-dark .preloader-2 div span:after {
  background: black;
}

.preloader-blue .preloader-2 div span {
  background: rgb(0, 147, 233);
  background: linear-gradient(to right, rgb(0, 147, 233) 10%, transparent 40%);
}
.preloader-blue .preloader-2 div span:before {
  background: rgb(0, 147, 233);
}

.preloader-purple .preloader-2 div span {
  background: rgb(183, 33, 255);
  background: linear-gradient(to right, rgb(183, 33, 255) 10%, transparent 40%);
}
.preloader-purple .preloader-2 div span:before {
  background: rgb(183, 33, 255);
}

.preloader-pink-edge .preloader-2 div span {
  background: rgb(254, 154, 182);
  background: linear-gradient(to right, rgb(254, 154, 182) 10%, transparent 40%);
}
.preloader-pink-edge .preloader-2 div span:before {
  background: rgb(254, 154, 182);
}

.preloader-golden-yellow .preloader-2 div span {
  background: rgb(255, 182, 87);
  background: linear-gradient(to right, rgb(255, 182, 87) 10%, transparent 40%);
}
.preloader-golden-yellow .preloader-2 div span:before {
  background: rgb(255, 182, 87);
}

.preloader-very-peri .preloader-2 div span {
  background: rgb(102, 103, 171);
  background: linear-gradient(to right, rgb(102, 103, 171) 10%, transparent 40%);
}
.preloader-very-peri .preloader-2 div span:before {
  background: rgb(102, 103, 171);
}

.preloader-turquoise .preloader-2 div span {
  background: rgb(76, 191, 166);
  background: linear-gradient(to right, rgb(76, 191, 166) 10%, transparent 40%);
}
.preloader-turquoise .preloader-2 div span:before {
  background: rgb(76, 191, 166);
}

.preloader-spring-red .preloader-2 div span {
  background: rgb(190, 31, 53);
  background: linear-gradient(to right, rgb(190, 31, 53) 10%, transparent 40%);
}
.preloader-spring-red .preloader-2 div span:before {
  background: rgb(190, 31, 53);
}

.preloader-tan .preloader-2 div span {
  background: rgb(210, 180, 140);
  background: linear-gradient(to right, rgb(210, 180, 140) 10%, transparent 40%);
}
.preloader-tan .preloader-2 div span:before {
  background: rgb(210, 180, 140);
}

.preloader-aqua .preloader-2 div span {
  background: rgb(3, 212, 216);
  background: linear-gradient(to right, rgb(3, 212, 216) 10%, transparent 40%);
}
.preloader-aqua .preloader-2 div span:before {
  background: rgb(3, 212, 216);
}

.preloader-3 div {
  width: 50px;
  height: 50px;
}
.preloader-3 div span {
  position: relative;
  display: block;
}
.preloader-3 div span:before, .preloader-3 div span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(18, 21, 24, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.preloader-3 div span:before {
  -webkit-animation: loader-three-bounceIn 1.2s infinite ease-in-out;
  animation: loader-three-bounceIn 1.2s infinite ease-in-out;
}
.preloader-3 div span:after {
  -webkit-animation: loader-three-bounceOut 1.2s infinite ease-in-out;
  animation: loader-three-bounceOut 1.2s infinite ease-in-out;
}

@-webkit-keyframes loader-three-bounceIn {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes loader-three-bounceIn {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes loader-three-bounceOut {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
  }
}
@keyframes loader-three-bounceOut {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.preloader-dark .preloader-3 {
  background: black;
}
.preloader-dark .preloader-3 div span:before, .preloader-dark .preloader-3 div span:after {
  background: rgba(255, 255, 255, 0.2);
}

.preloader-blue .preloader-3 div span:before, .preloader-blue .preloader-3 div span:after {
  background: rgba(0, 147, 233, 0.2);
}

.preloader-purple .preloader-3 div span:before, .preloader-purple .preloader-3 div span:after {
  background: rgba(183, 33, 255, 0.2);
}

.preloader-pink-edge .preloader-3 div span:before, .preloader-pink-edge .preloader-3 div span:after {
  background: rgba(254, 154, 182, 0.2);
}

.preloader-golden-yellow .preloader-3 div span:before, .preloader-golden-yellow .preloader-3 div span:after {
  background: rgba(255, 182, 87, 0.2);
}

.preloader-very-peri .preloader-3 div span:before, .preloader-very-peri .preloader-3 div span:after {
  background: rgba(102, 103, 171, 0.2);
}

.preloader-turquoise .preloader-3 div span:before, .preloader-turquoise .preloader-3 div span:after {
  background: rgba(76, 191, 166, 0.2);
}

.preloader-spring-red .preloader-3 div span:before, .preloader-spring-red .preloader-3 div span:after {
  background: rgba(190, 31, 53, 0.2);
}

.preloader-tan .preloader-3 div span:before, .preloader-tan .preloader-3 div span:after {
  background: rgba(210, 180, 140, 0.2);
}

.preloader-aqua .preloader-3 div span:before, .preloader-aqua .preloader-3 div span:after {
  background: rgba(3, 212, 216, 0.2);
}

.section-xs {
  padding: 50px 0;
}
.section-xs.bg-image .container, .section-xs.bg-image .container-fluid {
  padding: 50px 30px;
}

.section-sm {
  padding: 70px 0;
}
.section-sm.bg-image .container, .section-sm.bg-image .container-fluid {
  padding: 70px 30px;
}

.section, .section-md {
  padding: 100px 0;
}
.section.bg-image .container, .section.bg-image .container-fluid, .section-md.bg-image .container, .section-md.bg-image .container-fluid {
  padding: 100px 30px;
}

.section-lg {
  padding: 140px 0;
}
.section-lg.bg-image .container, .section-lg.bg-image .container-fluid {
  padding: 140px 30px;
}

.section-xl {
  padding: 180px 0;
}
.section-xl.bg-image .container, .section-xl.bg-image .container-fluid {
  padding: 180px 30px;
}

.section-2xl {
  padding: 220px 0;
}
.section-2xl.bg-image .container, .section-2xl.bg-image .container-fluid {
  padding: 220px 30px;
}

@media (max-width: 767.98px) {
  .section-xs {
    padding: 30px 0;
  }
  .section-xs.bg-image .container, .section-xs.bg-image .container-fluid {
    padding: 30px 30px;
  }
  .section-sm {
    padding: 50px 0;
  }
  .section-sm.bg-image .container, .section-sm.bg-image .container-fluid {
    padding: 50px 30px;
  }
  .section, .section-md {
    padding: 80px 0;
  }
  .section.bg-image .container, .section.bg-image .container-fluid, .section-md.bg-image .container, .section-md.bg-image .container-fluid {
    padding: 80px 30px;
  }
  .section-lg {
    padding: 110px 0;
  }
  .section-lg.bg-image .container, .section-lg.bg-image .container-fluid {
    padding: 110px 30px;
  }
  .section-xl {
    padding: 140px 0;
  }
  .section-xl.bg-image .container, .section-xl.bg-image .container-fluid {
    padding: 140px 30px;
  }
  .section-2xl {
    padding: 170px 0;
  }
  .section-2xl.bg-image .container, .section-2xl.bg-image .container-fluid {
    padding: 170px 30px;
  }
}
@media (max-width: 575.98px) {
  .section, .section-md {
    padding: 70px 0;
  }
  .section.bg-image .container, .section.bg-image .container-fluid, .section-md.bg-image .container, .section-md.bg-image .container-fluid {
    padding: 70px 30px;
  }
  .section-lg {
    padding: 90px 0;
  }
  .section-lg.bg-image .container, .section-lg.bg-image .container-fluid {
    padding: 90px 30px;
  }
  .section-xl {
    padding: 120px 0;
  }
  .section-xl.bg-image .container, .section-xl.bg-image .container-fluid {
    padding: 120px 30px;
  }
  .section-2xl {
    padding: 150px 0;
  }
  .section-2xl.bg-image .container, .section-2xl.bg-image .container-fluid {
    padding: 150px 30px;
  }
}
.section-xs.bg-image,
.section-sm.bg-image,
.section.bg-image, .section-md.bg-image,
.section-lg.bg-image,
.section-xl.bg-image,
.section-2xl.bg-image {
  padding: 0;
}

.section-fullscreen {
  width: 100%;
  height: 100vh;
}
.section-fullscreen .bg-black,
.section-fullscreen [class*=bg-white],
.section-fullscreen [class*=bg-gray],
.section-fullscreen [class*=bg-dark],
.section-fullscreen [class*=bg-gradient],
.section-fullscreen [class*=bg-color],
.section-fullscreen .container, .section-fullscreen .container-fluid {
  height: 100%;
}

:root {
  --bs-dark-rgb: 24, 28, 32;
  --bs-border-color: get-color("dark", 0.1);
}

.bg-white-01 {
  background: rgba(255, 255, 255, 0.1);
}

.bg-white-02 {
  background: rgba(255, 255, 255, 0.2);
}

.bg-white-03 {
  background: rgba(255, 255, 255, 0.3);
}

.bg-white-04 {
  background: rgba(255, 255, 255, 0.4);
}

.bg-white-05 {
  background: rgba(255, 255, 255, 0.5);
}

.bg-white-06 {
  background: rgba(255, 255, 255, 0.6);
}

.bg-white-07 {
  background: rgba(255, 255, 255, 0.7);
}

.bg-white-08 {
  background: rgba(255, 255, 255, 0.8);
}

.bg-white-09 {
  background: rgba(255, 255, 255, 0.9);
}

.bg-dark-01 {
  background: rgba(18, 21, 24, 0.1);
}

.bg-dark-02 {
  background: rgba(18, 21, 24, 0.2);
}

.bg-dark-03 {
  background: rgba(18, 21, 24, 0.3);
}

.bg-dark-04 {
  background: rgba(18, 21, 24, 0.4);
}

.bg-dark-05 {
  background: rgba(18, 21, 24, 0.5);
}

.bg-dark-06 {
  background: rgba(18, 21, 24, 0.6);
}

.bg-dark-07 {
  background: rgba(18, 21, 24, 0.7);
}

.bg-dark-08 {
  background: rgba(18, 21, 24, 0.8);
}

.bg-dark-09 {
  background: rgba(18, 21, 24, 0.9);
}

.bg-blue-01 {
  background: rgba(0, 147, 233, 0.1);
}

.bg-blue-02 {
  background: rgba(0, 147, 233, 0.2);
}

.bg-blue-03 {
  background: rgba(0, 147, 233, 0.3);
}

.bg-blue-04 {
  background: rgba(0, 147, 233, 0.4);
}

.bg-blue-05 {
  background: rgba(0, 147, 233, 0.5);
}

.bg-blue-06 {
  background: rgba(0, 147, 233, 0.6);
}

.bg-blue-07 {
  background: rgba(0, 147, 233, 0.7);
}

.bg-blue-08 {
  background: rgba(0, 147, 233, 0.8);
}

.bg-blue-09 {
  background: rgba(0, 147, 233, 0.9);
}

.bg-purple-01 {
  background: rgba(183, 33, 255, 0.1);
}

.bg-purple-02 {
  background: rgba(183, 33, 255, 0.2);
}

.bg-purple-03 {
  background: rgba(183, 33, 255, 0.3);
}

.bg-purple-04 {
  background: rgba(183, 33, 255, 0.4);
}

.bg-purple-05 {
  background: rgba(183, 33, 255, 0.5);
}

.bg-purple-06 {
  background: rgba(183, 33, 255, 0.6);
}

.bg-purple-07 {
  background: rgba(183, 33, 255, 0.7);
}

.bg-purple-08 {
  background: rgba(183, 33, 255, 0.8);
}

.bg-purple-09 {
  background: rgba(183, 33, 255, 0.9);
}

.bg-golden-yellow-01 {
  background: rgba(255, 182, 87, 0.1);
}

.bg-golden-yellow-02 {
  background: rgba(255, 182, 87, 0.2);
}

.bg-golden-yellow-03 {
  background: rgba(255, 182, 87, 0.3);
}

.bg-golden-yellow-04 {
  background: rgba(255, 182, 87, 0.4);
}

.bg-golden-yellow-05 {
  background: rgba(255, 182, 87, 0.5);
}

.bg-golden-yellow-06 {
  background: rgba(255, 182, 87, 0.6);
}

.bg-golden-yellow-07 {
  background: rgba(255, 182, 87, 0.7);
}

.bg-golden-yellow-08 {
  background: rgba(255, 182, 87, 0.8);
}

.bg-golden-yellow-09 {
  background: rgba(255, 182, 87, 0.9);
}

.bg-pink-edge-01 {
  background: rgba(254, 154, 182, 0.1);
}

.bg-pink-edge-02 {
  background: rgba(254, 154, 182, 0.2);
}

.bg-pink-edge-03 {
  background: rgba(254, 154, 182, 0.3);
}

.bg-pink-edge-04 {
  background: rgba(254, 154, 182, 0.4);
}

.bg-pink-edge-05 {
  background: rgba(254, 154, 182, 0.5);
}

.bg-pink-edge-06 {
  background: rgba(254, 154, 182, 0.6);
}

.bg-pink-edge-07 {
  background: rgba(254, 154, 182, 0.7);
}

.bg-pink-edge-08 {
  background: rgba(254, 154, 182, 0.8);
}

.bg-pink-edge-09 {
  background: rgba(254, 154, 182, 0.9);
}

.bg-very-peri-01 {
  background: rgba(102, 103, 171, 0.1);
}

.bg-very-peri-02 {
  background: rgba(102, 103, 171, 0.2);
}

.bg-very-peri-03 {
  background: rgba(102, 103, 171, 0.3);
}

.bg-very-peri-04 {
  background: rgba(102, 103, 171, 0.4);
}

.bg-very-peri-05 {
  background: rgba(102, 103, 171, 0.5);
}

.bg-very-peri-06 {
  background: rgba(102, 103, 171, 0.6);
}

.bg-very-peri-07 {
  background: rgba(102, 103, 171, 0.7);
}

.bg-very-peri-08 {
  background: rgba(102, 103, 171, 0.8);
}

.bg-very-peri-09 {
  background: rgba(102, 103, 171, 0.9);
}

.bg-turquoise-01 {
  background: rgba(76, 191, 166, 0.1);
}

.bg-turquoise-02 {
  background: rgba(76, 191, 166, 0.2);
}

.bg-turquoise-03 {
  background: rgba(76, 191, 166, 0.3);
}

.bg-turquoise-04 {
  background: rgba(76, 191, 166, 0.4);
}

.bg-turquoise-05 {
  background: rgba(76, 191, 166, 0.5);
}

.bg-turquoise-06 {
  background: rgba(76, 191, 166, 0.6);
}

.bg-turquoise-07 {
  background: rgba(76, 191, 166, 0.7);
}

.bg-turquoise-08 {
  background: rgba(76, 191, 166, 0.8);
}

.bg-turquoise-09 {
  background: rgba(76, 191, 166, 0.9);
}

.bg-spring-red-01 {
  background: rgba(190, 31, 53, 0.1);
}

.bg-spring-red-02 {
  background: rgba(190, 31, 53, 0.2);
}

.bg-spring-red-03 {
  background: rgba(190, 31, 53, 0.3);
}

.bg-spring-red-04 {
  background: rgba(190, 31, 53, 0.4);
}

.bg-spring-red-05 {
  background: rgba(190, 31, 53, 0.5);
}

.bg-spring-red-06 {
  background: rgba(190, 31, 53, 0.6);
}

.bg-spring-red-07 {
  background: rgba(190, 31, 53, 0.7);
}

.bg-spring-red-08 {
  background: rgba(190, 31, 53, 0.8);
}

.bg-spring-red-09 {
  background: rgba(190, 31, 53, 0.9);
}

.bg-tan-01 {
  background: rgba(210, 180, 140, 0.1);
}

.bg-tan-02 {
  background: rgba(210, 180, 140, 0.2);
}

.bg-tan-03 {
  background: rgba(210, 180, 140, 0.3);
}

.bg-tan-04 {
  background: rgba(210, 180, 140, 0.4);
}

.bg-tan-05 {
  background: rgba(210, 180, 140, 0.5);
}

.bg-tan-06 {
  background: rgba(210, 180, 140, 0.6);
}

.bg-tan-07 {
  background: rgba(210, 180, 140, 0.7);
}

.bg-tan-08 {
  background: rgba(210, 180, 140, 0.8);
}

.bg-tan-09 {
  background: rgba(210, 180, 140, 0.9);
}

.bg-aqua-01 {
  background: rgba(3, 212, 216, 0.1);
}

.bg-aqua-02 {
  background: rgba(3, 212, 216, 0.2);
}

.bg-aqua-03 {
  background: rgba(3, 212, 216, 0.3);
}

.bg-aqua-04 {
  background: rgba(3, 212, 216, 0.4);
}

.bg-aqua-05 {
  background: rgba(3, 212, 216, 0.5);
}

.bg-aqua-06 {
  background: rgba(3, 212, 216, 0.6);
}

.bg-aqua-07 {
  background: rgba(3, 212, 216, 0.7);
}

.bg-aqua-08 {
  background: rgba(3, 212, 216, 0.8);
}

.bg-aqua-09 {
  background: rgba(3, 212, 216, 0.9);
}

.bg-color-white-01 {
  background: rgba(255, 255, 255, 0.1);
}

.bg-color-white-02 {
  background: rgba(255, 255, 255, 0.2);
}

.bg-color-white-03 {
  background: rgba(255, 255, 255, 0.3);
}

.bg-color-white-04 {
  background: rgba(255, 255, 255, 0.4);
}

.bg-color-white-05 {
  background: rgba(255, 255, 255, 0.5);
}

.bg-color-white-06 {
  background: rgba(255, 255, 255, 0.6);
}

.bg-color-white-07 {
  background: rgba(255, 255, 255, 0.7);
}

.bg-color-white-08 {
  background: rgba(255, 255, 255, 0.8);
}

.bg-color-white-09 {
  background: rgba(255, 255, 255, 0.9);
}

.bg-color-dark-01 {
  background: rgba(18, 21, 24, 0.1);
}

.bg-color-dark-02 {
  background: rgba(18, 21, 24, 0.2);
}

.bg-color-dark-03 {
  background: rgba(18, 21, 24, 0.3);
}

.bg-color-dark-04 {
  background: rgba(18, 21, 24, 0.4);
}

.bg-color-dark-05 {
  background: rgba(18, 21, 24, 0.5);
}

.bg-color-dark-06 {
  background: rgba(18, 21, 24, 0.6);
}

.bg-color-dark-07 {
  background: rgba(18, 21, 24, 0.7);
}

.bg-color-dark-08 {
  background: rgba(18, 21, 24, 0.8);
}

.bg-color-dark-09 {
  background: rgba(18, 21, 24, 0.9);
}

.bg-color-blue-01 {
  background: rgba(0, 147, 233, 0.1);
}

.bg-color-blue-02 {
  background: rgba(0, 147, 233, 0.2);
}

.bg-color-blue-03 {
  background: rgba(0, 147, 233, 0.3);
}

.bg-color-blue-04 {
  background: rgba(0, 147, 233, 0.4);
}

.bg-color-blue-05 {
  background: rgba(0, 147, 233, 0.5);
}

.bg-color-blue-06 {
  background: rgba(0, 147, 233, 0.6);
}

.bg-color-blue-07 {
  background: rgba(0, 147, 233, 0.7);
}

.bg-color-blue-08 {
  background: rgba(0, 147, 233, 0.8);
}

.bg-color-blue-09 {
  background: rgba(0, 147, 233, 0.9);
}

.bg-color-purple-01 {
  background: rgba(183, 33, 255, 0.1);
}

.bg-color-purple-02 {
  background: rgba(183, 33, 255, 0.2);
}

.bg-color-purple-03 {
  background: rgba(183, 33, 255, 0.3);
}

.bg-color-purple-04 {
  background: rgba(183, 33, 255, 0.4);
}

.bg-color-purple-05 {
  background: rgba(183, 33, 255, 0.5);
}

.bg-color-purple-06 {
  background: rgba(183, 33, 255, 0.6);
}

.bg-color-purple-07 {
  background: rgba(183, 33, 255, 0.7);
}

.bg-color-purple-08 {
  background: rgba(183, 33, 255, 0.8);
}

.bg-color-purple-09 {
  background: rgba(183, 33, 255, 0.9);
}

.bg-color-golden-yellow-01 {
  background: rgba(255, 182, 87, 0.1);
}

.bg-color-golden-yellow-02 {
  background: rgba(255, 182, 87, 0.2);
}

.bg-color-golden-yellow-03 {
  background: rgba(255, 182, 87, 0.3);
}

.bg-color-golden-yellow-04 {
  background: rgba(255, 182, 87, 0.4);
}

.bg-color-golden-yellow-05 {
  background: rgba(255, 182, 87, 0.5);
}

.bg-color-golden-yellow-06 {
  background: rgba(255, 182, 87, 0.6);
}

.bg-color-golden-yellow-07 {
  background: rgba(255, 182, 87, 0.7);
}

.bg-color-golden-yellow-08 {
  background: rgba(255, 182, 87, 0.8);
}

.bg-color-golden-yellow-09 {
  background: rgba(255, 182, 87, 0.9);
}

.bg-color-pink-edge-01 {
  background: rgba(254, 154, 182, 0.1);
}

.bg-color-pink-edge-02 {
  background: rgba(254, 154, 182, 0.2);
}

.bg-color-pink-edge-03 {
  background: rgba(254, 154, 182, 0.3);
}

.bg-color-pink-edge-04 {
  background: rgba(254, 154, 182, 0.4);
}

.bg-color-pink-edge-05 {
  background: rgba(254, 154, 182, 0.5);
}

.bg-color-pink-edge-06 {
  background: rgba(254, 154, 182, 0.6);
}

.bg-color-pink-edge-07 {
  background: rgba(254, 154, 182, 0.7);
}

.bg-color-pink-edge-08 {
  background: rgba(254, 154, 182, 0.8);
}

.bg-color-pink-edge-09 {
  background: rgba(254, 154, 182, 0.9);
}

.bg-color-very-peri-01 {
  background: rgba(102, 103, 171, 0.1);
}

.bg-color-very-peri-02 {
  background: rgba(102, 103, 171, 0.2);
}

.bg-color-very-peri-03 {
  background: rgba(102, 103, 171, 0.3);
}

.bg-color-very-peri-04 {
  background: rgba(102, 103, 171, 0.4);
}

.bg-color-very-peri-05 {
  background: rgba(102, 103, 171, 0.5);
}

.bg-color-very-peri-06 {
  background: rgba(102, 103, 171, 0.6);
}

.bg-color-very-peri-07 {
  background: rgba(102, 103, 171, 0.7);
}

.bg-color-very-peri-08 {
  background: rgba(102, 103, 171, 0.8);
}

.bg-color-very-peri-09 {
  background: rgba(102, 103, 171, 0.9);
}

.bg-color-turquoise-01 {
  background: rgba(76, 191, 166, 0.1);
}

.bg-color-turquoise-02 {
  background: rgba(76, 191, 166, 0.2);
}

.bg-color-turquoise-03 {
  background: rgba(76, 191, 166, 0.3);
}

.bg-color-turquoise-04 {
  background: rgba(76, 191, 166, 0.4);
}

.bg-color-turquoise-05 {
  background: rgba(76, 191, 166, 0.5);
}

.bg-color-turquoise-06 {
  background: rgba(76, 191, 166, 0.6);
}

.bg-color-turquoise-07 {
  background: rgba(76, 191, 166, 0.7);
}

.bg-color-turquoise-08 {
  background: rgba(76, 191, 166, 0.8);
}

.bg-color-turquoise-09 {
  background: rgba(76, 191, 166, 0.9);
}

.bg-color-spring-red-01 {
  background: rgba(190, 31, 53, 0.1);
}

.bg-color-spring-red-02 {
  background: rgba(190, 31, 53, 0.2);
}

.bg-color-spring-red-03 {
  background: rgba(190, 31, 53, 0.3);
}

.bg-color-spring-red-04 {
  background: rgba(190, 31, 53, 0.4);
}

.bg-color-spring-red-05 {
  background: rgba(190, 31, 53, 0.5);
}

.bg-color-spring-red-06 {
  background: rgba(190, 31, 53, 0.6);
}

.bg-color-spring-red-07 {
  background: rgba(190, 31, 53, 0.7);
}

.bg-color-spring-red-08 {
  background: rgba(190, 31, 53, 0.8);
}

.bg-color-spring-red-09 {
  background: rgba(190, 31, 53, 0.9);
}

.bg-color-tan-01 {
  background: rgba(210, 180, 140, 0.1);
}

.bg-color-tan-02 {
  background: rgba(210, 180, 140, 0.2);
}

.bg-color-tan-03 {
  background: rgba(210, 180, 140, 0.3);
}

.bg-color-tan-04 {
  background: rgba(210, 180, 140, 0.4);
}

.bg-color-tan-05 {
  background: rgba(210, 180, 140, 0.5);
}

.bg-color-tan-06 {
  background: rgba(210, 180, 140, 0.6);
}

.bg-color-tan-07 {
  background: rgba(210, 180, 140, 0.7);
}

.bg-color-tan-08 {
  background: rgba(210, 180, 140, 0.8);
}

.bg-color-tan-09 {
  background: rgba(210, 180, 140, 0.9);
}

.bg-color-aqua-01 {
  background: rgba(3, 212, 216, 0.1);
}

.bg-color-aqua-02 {
  background: rgba(3, 212, 216, 0.2);
}

.bg-color-aqua-03 {
  background: rgba(3, 212, 216, 0.3);
}

.bg-color-aqua-04 {
  background: rgba(3, 212, 216, 0.4);
}

.bg-color-aqua-05 {
  background: rgba(3, 212, 216, 0.5);
}

.bg-color-aqua-06 {
  background: rgba(3, 212, 216, 0.6);
}

.bg-color-aqua-07 {
  background: rgba(3, 212, 216, 0.7);
}

.bg-color-aqua-08 {
  background: rgba(3, 212, 216, 0.8);
}

.bg-color-aqua-09 {
  background: rgba(3, 212, 216, 0.9);
}

.bg-dark-lighter {
  background: rgb(32, 36, 40);
}

.bg-dark-lightest {
  background: rgb(40, 44, 48);
}

.bg-dark {
  background: rgb(18, 21, 24);
}

.bg-gray {
  background: rgb(238, 242, 246);
}

.bg-gray-lighter {
  background: rgb(241, 245, 249);
}

.bg-gray-lightest {
  background: rgb(244, 248, 252);
}

.bg-light-blue {
  background: #e2f2fb;
}

.bg-light-purple {
  background: #F5E4FF;
}

.bg-light-pink-edge {
  background: #FEE6ED;
}

.bg-light-golden-yellow {
  background: #FFEFDB;
}

.bg-light-very-peri {
  background: #EDEDF5;
}

.bg-light-turquoise {
  background: #E2F4F0;
}

.bg-light-spring-red {
  background: #F7E5E7;
}

.bg-light-tan {
  background: #f6f0e8;
}

.bg-light-aqua {
  background: #CEF6F7;
}

.bg-color-blue {
  background: rgb(0, 147, 233);
}

.bg-color-purple {
  background: rgb(183, 33, 255);
}

.bg-color-golden-yellow {
  background: rgb(255, 182, 87);
}

.bg-color-pink-edge {
  background: rgb(254, 154, 182);
}

.bg-color-very-peri {
  background: rgb(102, 103, 171);
}

.bg-color-turquoise {
  background: rgb(76, 191, 166);
}

.bg-color-spring-red {
  background: rgb(190, 31, 53);
}

.bg-color-tan {
  background: rgb(210, 180, 140);
}

.bg-color-aqua {
  background: rgb(3, 212, 216);
}

.bg-gradient-1 {
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}

.bg-gradient-2 {
  background-image: linear-gradient(45deg, #A9C9FF 0%, #FFBBEC 100%);
}

.bg-gradient-3 {
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}

.bg-gradient-4 {
  background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
}

.bg-gradient-5 {
  background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
}

.bg-gradient-6 {
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.bg-gradient-7 {
  background-image: linear-gradient(90deg, #007990 0%, #6CE5C0 100%);
}

.bg-white-content, .bg-black [class*=bg-white],
[class*=bg-dark] [class*=bg-white],
[class*=bg-gradient-] [class*=bg-white],
[class*=bg-color-] [class*=bg-white], [class*=bg-white] {
  color: #7C7C7C;
}
.bg-white-content h1, .bg-black [class*=bg-white] h1,
[class*=bg-dark] [class*=bg-white] h1,
[class*=bg-gradient-] [class*=bg-white] h1,
[class*=bg-color-] [class*=bg-white] h1, [class*=bg-white] h1, .bg-white-content h2, .bg-black [class*=bg-white] h2,
[class*=bg-dark] [class*=bg-white] h2,
[class*=bg-gradient-] [class*=bg-white] h2,
[class*=bg-color-] [class*=bg-white] h2, [class*=bg-white] h2, .bg-white-content h3, .bg-black [class*=bg-white] h3,
[class*=bg-dark] [class*=bg-white] h3,
[class*=bg-gradient-] [class*=bg-white] h3,
[class*=bg-color-] [class*=bg-white] h3, [class*=bg-white] h3, .bg-white-content h4, .bg-black [class*=bg-white] h4,
[class*=bg-dark] [class*=bg-white] h4,
[class*=bg-gradient-] [class*=bg-white] h4,
[class*=bg-color-] [class*=bg-white] h4, [class*=bg-white] h4, .bg-white-content h5, .bg-black [class*=bg-white] h5,
[class*=bg-dark] [class*=bg-white] h5,
[class*=bg-gradient-] [class*=bg-white] h5,
[class*=bg-color-] [class*=bg-white] h5, [class*=bg-white] h5, .bg-white-content h6, .bg-black [class*=bg-white] h6,
[class*=bg-dark] [class*=bg-white] h6,
[class*=bg-gradient-] [class*=bg-white] h6,
[class*=bg-color-] [class*=bg-white] h6, [class*=bg-white] h6 {
  color: rgb(18, 21, 24);
}
.bg-white-content a:not([class^=button]), [class*=bg-white] a:not([class^=button]) {
  color: rgba(18, 21, 24, 0.9);
}
.bg-white-content a:not([class^=button]):hover, [class*=bg-white] a:not([class^=button]):hover, .bg-white-content a:not([class^=button]):focus, [class*=bg-white] a:not([class^=button]):focus {
  color: rgb(18, 21, 24);
}

.bg-dark-content, .bg-black,
[class*=bg-dark],
[class*=bg-gradient-],
[class*=bg-color-] {
  color: rgba(255, 255, 255, 0.7);
}
.bg-dark-content h1, .bg-black h1,
[class*=bg-dark] h1,
[class*=bg-gradient-] h1,
[class*=bg-color-] h1, .bg-dark-content h2, .bg-black h2,
[class*=bg-dark] h2,
[class*=bg-gradient-] h2,
[class*=bg-color-] h2, .bg-dark-content h3, .bg-black h3,
[class*=bg-dark] h3,
[class*=bg-gradient-] h3,
[class*=bg-color-] h3, .bg-dark-content h4, .bg-black h4,
[class*=bg-dark] h4,
[class*=bg-gradient-] h4,
[class*=bg-color-] h4, .bg-dark-content h5, .bg-black h5,
[class*=bg-dark] h5,
[class*=bg-gradient-] h5,
[class*=bg-color-] h5, .bg-dark-content h6, .bg-black h6,
[class*=bg-dark] h6,
[class*=bg-gradient-] h6,
[class*=bg-color-] h6 {
  color: white;
}
.bg-dark-content a:not([class^=button]), .bg-black a:not([class^=button]),
[class*=bg-dark] a:not([class^=button]),
[class*=bg-gradient-] a:not([class^=button]),
[class*=bg-color-] a:not([class^=button]) {
  color: rgba(255, 255, 255, 0.9);
}
.bg-dark-content a:not([class^=button]):hover, .bg-black a:not([class^=button]):hover,
[class*=bg-dark] a:not([class^=button]):hover,
[class*=bg-gradient-] a:not([class^=button]):hover,
[class*=bg-color-] a:not([class^=button]):hover, .bg-dark-content a:not([class^=button]):focus, .bg-black a:not([class^=button]):focus,
[class*=bg-dark] a:not([class^=button]):focus,
[class*=bg-gradient-] a:not([class^=button]):focus,
[class*=bg-color-] a:not([class^=button]):focus {
  color: white;
}

.font-family-primary {
  font-family: "Open Sans", sans-serif;
}

.font-family-playfair {
  font-family: "Playfair Display", serif;
}

.font-family-poppins {
  font-family: "Poppins", sans-serif;
}

.font-family-nunito {
  font-family: "Nunito", sans-serif;
}

.font-family-outfit {
  font-family: "Outfit", sans-serif;
}

.fw-thin {
  font-weight: 100;
}

.fw-medium {
  font-weight: 500;
}

.fw-semi-bold {
  font-weight: 600;
}

.fw-black {
  font-weight: 900;
}

*.text-white-01 {
  color: rgba(255, 255, 255, 0.1);
}

*.text-white-02 {
  color: rgba(255, 255, 255, 0.2);
}

*.text-white-03 {
  color: rgba(255, 255, 255, 0.3);
}

*.text-white-04 {
  color: rgba(255, 255, 255, 0.4);
}

*.text-white-05 {
  color: rgba(255, 255, 255, 0.5);
}

*.text-white-06 {
  color: rgba(255, 255, 255, 0.6);
}

*.text-white-07 {
  color: rgba(255, 255, 255, 0.7);
}

*.text-white-08 {
  color: rgba(255, 255, 255, 0.8);
}

*.text-white-09 {
  color: rgba(255, 255, 255, 0.9);
}

*.text-dark-01 {
  color: rgba(18, 21, 24, 0.1);
}

*.text-dark-02 {
  color: rgba(18, 21, 24, 0.2);
}

*.text-dark-03 {
  color: rgba(18, 21, 24, 0.3);
}

*.text-dark-04 {
  color: rgba(18, 21, 24, 0.4);
}

*.text-dark-05 {
  color: rgba(18, 21, 24, 0.5);
}

*.text-dark-06 {
  color: rgba(18, 21, 24, 0.6);
}

*.text-dark-07 {
  color: rgba(18, 21, 24, 0.7);
}

*.text-dark-08 {
  color: rgba(18, 21, 24, 0.8);
}

*.text-dark-09 {
  color: rgba(18, 21, 24, 0.9);
}

*.text-dark {
  color: rgb(18, 21, 24);
}

*.text-red {
  color: #dc3545;
}

*.text-green {
  color: #28a745;
}

*.text-blue {
  color: rgb(0, 147, 233);
}

*.text-purple {
  color: rgb(183, 33, 255);
}

*.text-golden-yellow {
  color: rgb(255, 182, 87);
}

*.text-pink-edge {
  color: rgb(254, 154, 182);
}

*.text-very-peri {
  color: rgb(102, 103, 171);
}

*.text-turquoise {
  color: rgb(76, 191, 166);
}

*.text-spring-red {
  color: rgb(190, 31, 53);
}

*.text-tan {
  color: rgb(210, 180, 140);
}

*.text-aqua {
  color: rgb(3, 212, 216);
}

[class*=text-gradient] {
  display: inline-block;
}

.text-gradient-1 {
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-2 {
  background-image: linear-gradient(45deg, #A9C9FF 0%, #FFBBEC 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-3 {
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-4 {
  background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-5 {
  background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-6 {
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-7 {
  background-image: linear-gradient(90deg, #007990 0%, #6CE5C0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

[class*=text-highlight] {
  position: relative;
  display: inline-block;
}
[class*=text-highlight]:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
}

.text-highlight:before {
  background: rgba(18, 21, 24, 0.2);
}

.text-highlight-gradient:before {
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
}

.text-highlight-gradient-2:before {
  background-image: linear-gradient(45deg, #A9C9FF 0%, #FFBBEC 100%);
}

.text-highlight-gradient-3:before {
  background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
}

.text-highlight-gradient-4:before {
  background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
}

.text-highlight-gradient-5:before {
  background-image: linear-gradient(45deg, #FBDA61 0%, #FF5ACD 100%);
}

.text-highlight-gradient-6:before {
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

.text-highlight-gradient-7:before {
  background-image: linear-gradient(90deg, #007990 0%, #6CE5C0 100%);
}

h1[class*=text-highlight]:before, h2[class*=text-highlight]:before {
  bottom: -2px;
  height: 6px;
  border-radius: 3px;
}

h3[class*=text-highlight]:before {
  bottom: -2px;
  height: 5px;
  border-radius: 3px;
}

h1.display-1[class*=text-highlight]:before {
  bottom: -8px;
  height: 10px;
  border-radius: 5px;
}
h1.display-2[class*=text-highlight]:before {
  bottom: -6px;
  height: 8px;
  border-radius: 4px;
}
h1.display-3[class*=text-highlight]:before {
  bottom: -6px;
  height: 8px;
  border-radius: 4px;
}
h1.display-4[class*=text-highlight]:before {
  bottom: -6px;
  height: 7px;
  border-radius: 4px;
}

.bg-black .text-highlight:before,
[class*=bg-dark] .text-highlight:before,
[class*=bg-gradient-] .text-highlight:before,
[class*=bg-color-] .text-highlight:before {
  background: rgba(255, 255, 255, 0.3);
}

.stroke-text {
  color: rgb(18, 21, 24);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(18, 21, 24);
}
@media (min-width: 768px) {
  .stroke-text {
    -webkit-text-stroke-width: 1.2px;
  }
}
@media (min-width: 992px) {
  .stroke-text {
    -webkit-text-stroke-width: 1.4px;
  }
}

.bg-black .stroke-text,
[class*=bg-dark] .stroke-text,
[class*=bg-gradient-] .stroke-text,
[class*=bg-color-] .stroke-text {
  color: white;
  -webkit-text-stroke-color: white;
}
.bg-black .bg-white .stroke-text,
.bg-black [class*=bg-white] .stroke-text,
[class*=bg-dark] .bg-white .stroke-text,
[class*=bg-dark] [class*=bg-white] .stroke-text,
[class*=bg-gradient-] .bg-white .stroke-text,
[class*=bg-gradient-] [class*=bg-white] .stroke-text,
[class*=bg-color-] .bg-white .stroke-text,
[class*=bg-color-] [class*=bg-white] .stroke-text {
  color: rgb(18, 21, 24);
  -webkit-text-stroke-color: rgb(18, 21, 24);
}

.fancy-text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(18, 21, 24);
  -webkit-text-shadow: 3px 3px 0 rgb(219, 221, 223);
  text-shadow: 3px 3px 0 rgb(219, 221, 223);
}
@media (min-width: 768px) {
  .fancy-text {
    -webkit-text-stroke-width: 1.2px;
  }
}
@media (min-width: 992px) {
  .fancy-text {
    -webkit-text-stroke-width: 1.4px;
  }
}
.fancy-text.display-1, .fancy-text.display-2, .fancy-text.display-3 {
  -webkit-text-shadow: 4px 4px 0 rgb(219, 221, 223);
  text-shadow: 4px 4px 0 rgb(219, 221, 223);
}
@media (min-width: 768px) {
  .fancy-text.display-1, .fancy-text.display-2, .fancy-text.display-3 {
    -webkit-text-shadow: 5px 5px 0 rgb(219, 221, 223);
    text-shadow: 5px 5px 0 rgb(219, 221, 223);
  }
  .fancy-text.display-4 {
    -webkit-text-shadow: 4px 4px 0 rgb(219, 221, 223);
    text-shadow: 4px 4px 0 rgb(219, 221, 223);
  }
}

.bg-black .fancy-text,
[class*=bg-dark] .fancy-text,
[class*=bg-gradient-] .fancy-text,
[class*=bg-color-] .fancy-text {
  color: white;
  -webkit-text-stroke-color: white;
  -webkit-text-shadow: 3px 3px 0 rgb(46, 48, 50);
  text-shadow: 3px 3px 0 rgb(46, 48, 50);
}
.bg-black .fancy-text.display-1, .bg-black .fancy-text.display-2, .bg-black .fancy-text.display-3,
[class*=bg-dark] .fancy-text.display-1,
[class*=bg-dark] .fancy-text.display-2,
[class*=bg-dark] .fancy-text.display-3,
[class*=bg-gradient-] .fancy-text.display-1,
[class*=bg-gradient-] .fancy-text.display-2,
[class*=bg-gradient-] .fancy-text.display-3,
[class*=bg-color-] .fancy-text.display-1,
[class*=bg-color-] .fancy-text.display-2,
[class*=bg-color-] .fancy-text.display-3 {
  -webkit-text-shadow: 4px 4px 0 rgb(46, 48, 50);
  text-shadow: 4px 4px 0 rgb(46, 48, 50);
}
@media (min-width: 768px) {
  .bg-black .fancy-text.display-1, .bg-black .fancy-text.display-2, .bg-black .fancy-text.display-3,
  [class*=bg-dark] .fancy-text.display-1,
  [class*=bg-dark] .fancy-text.display-2,
  [class*=bg-dark] .fancy-text.display-3,
  [class*=bg-gradient-] .fancy-text.display-1,
  [class*=bg-gradient-] .fancy-text.display-2,
  [class*=bg-gradient-] .fancy-text.display-3,
  [class*=bg-color-] .fancy-text.display-1,
  [class*=bg-color-] .fancy-text.display-2,
  [class*=bg-color-] .fancy-text.display-3 {
    -webkit-text-shadow: 5px 5px 0 rgb(46, 48, 50);
    text-shadow: 5px 5px 0 rgb(46, 48, 50);
  }
  .bg-black .fancy-text.display-4,
  [class*=bg-dark] .fancy-text.display-4,
  [class*=bg-gradient-] .fancy-text.display-4,
  [class*=bg-color-] .fancy-text.display-4 {
    -webkit-text-shadow: 4px 4px 0 rgb(46, 48, 50);
    text-shadow: 4px 4px 0 rgb(46, 48, 50);
  }
}
.bg-black [class*=bg-white] .fancy-text,
[class*=bg-dark] [class*=bg-white] .fancy-text,
[class*=bg-gradient-] [class*=bg-white] .fancy-text,
[class*=bg-color-] [class*=bg-white] .fancy-text {
  color: rgb(18, 21, 24);
  -webkit-text-stroke-color: rgb(18, 21, 24);
  -webkit-text-shadow: 3px 3px 0 rgb(219, 221, 223);
  text-shadow: 3px 3px 0 rgb(219, 221, 223);
}
.bg-black [class*=bg-white] .fancy-text.display-1, .bg-black [class*=bg-white] .fancy-text.display-2, .bg-black [class*=bg-white] .fancy-text.display-3,
[class*=bg-dark] [class*=bg-white] .fancy-text.display-1,
[class*=bg-dark] [class*=bg-white] .fancy-text.display-2,
[class*=bg-dark] [class*=bg-white] .fancy-text.display-3,
[class*=bg-gradient-] [class*=bg-white] .fancy-text.display-1,
[class*=bg-gradient-] [class*=bg-white] .fancy-text.display-2,
[class*=bg-gradient-] [class*=bg-white] .fancy-text.display-3,
[class*=bg-color-] [class*=bg-white] .fancy-text.display-1,
[class*=bg-color-] [class*=bg-white] .fancy-text.display-2,
[class*=bg-color-] [class*=bg-white] .fancy-text.display-3 {
  -webkit-text-shadow: 4px 4px 0 rgb(219, 221, 223);
  text-shadow: 4px 4px 0 rgb(219, 221, 223);
}
@media (min-width: 768px) {
  .bg-black [class*=bg-white] .fancy-text.display-1, .bg-black [class*=bg-white] .fancy-text.display-2, .bg-black [class*=bg-white] .fancy-text.display-3,
  [class*=bg-dark] [class*=bg-white] .fancy-text.display-1,
  [class*=bg-dark] [class*=bg-white] .fancy-text.display-2,
  [class*=bg-dark] [class*=bg-white] .fancy-text.display-3,
  [class*=bg-gradient-] [class*=bg-white] .fancy-text.display-1,
  [class*=bg-gradient-] [class*=bg-white] .fancy-text.display-2,
  [class*=bg-gradient-] [class*=bg-white] .fancy-text.display-3,
  [class*=bg-color-] [class*=bg-white] .fancy-text.display-1,
  [class*=bg-color-] [class*=bg-white] .fancy-text.display-2,
  [class*=bg-color-] [class*=bg-white] .fancy-text.display-3 {
    -webkit-text-shadow: 5px 5px 0 rgb(219, 221, 223);
    text-shadow: 5px 5px 0 rgb(219, 221, 223);
  }
  .bg-black [class*=bg-white] .fancy-text.display-4,
  [class*=bg-dark] [class*=bg-white] .fancy-text.display-4,
  [class*=bg-gradient-] [class*=bg-white] .fancy-text.display-4,
  [class*=bg-color-] [class*=bg-white] .fancy-text.display-4 {
    -webkit-text-shadow: 4px 4px 0 rgb(219, 221, 223);
    text-shadow: 4px 4px 0 rgb(219, 221, 223);
  }
}

.border-top,
.border-right,
.border-bottom,
.border-left {
  border-width: 0;
  border-style: solid;
  border-color: rgba(18, 21, 24, 0.1);
}

.border-top {
  border-top-width: 1px;
}

.border-right {
  border-right-width: 1px;
}

.border-bottom {
  border-bottom-width: 1px;
}

.border-left {
  border-left-width: 1px;
}

.bg-black .border, .bg-black .border-top, .bg-black .border-right, .bg-black .border-bottom, .bg-black .border-left,
[class*=bg-dark] .border,
[class*=bg-dark] .border-top,
[class*=bg-dark] .border-right,
[class*=bg-dark] .border-bottom,
[class*=bg-dark] .border-left,
[class*=bg-gradient-] .border,
[class*=bg-gradient-] .border-top,
[class*=bg-gradient-] .border-right,
[class*=bg-gradient-] .border-bottom,
[class*=bg-gradient-] .border-left,
[class*=bg-color-] .border,
[class*=bg-color-] .border-top,
[class*=bg-color-] .border-right,
[class*=bg-color-] .border-bottom,
[class*=bg-color-] .border-left {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.border-style-dotted {
  border-style: dotted;
}

.border-style-dashed {
  border-style: dashed;
}

.n-margin-1 {
  margin-top: -1rem;
}

.n-margin-2 {
  margin-top: -2rem;
}

.n-margin-3 {
  margin-top: -3rem;
}

.n-margin-4 {
  margin-top: -4rem;
}

.n-margin-5 {
  margin-top: -5rem;
}

.n-margin-6 {
  margin-top: -6rem;
}

.backdrop-filter-blur {
  backdrop-filter: blur(5px);
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

/* Color mode */
:root {
  color-scheme: light;
  --ai-page-bg: #ffffff;
  --ai-surface-bg: #ffffff;
  --ai-surface-muted: #f3f8fb;
  --ai-surface-soft: #eef7fb;
  --ai-border-color: rgba(0, 88, 122, .14);
  --ai-border-strong: rgba(0, 88, 122, .22);
  --ai-text-color: #6f6f6f;
  --ai-heading-color: #00587a;
  --ai-muted-text: #7a7f84;
  --ai-link-color: #00587a;
  --ai-link-hover: #0093c8;
  --ai-header-bg: rgba(255, 255, 255, .86);
  --ai-header-border: rgba(0, 88, 122, .1);
  --ai-shadow-soft: 0 18px 48px rgba(0, 54, 80, .08);
  --ai-input-bg: #ffffff;
  --ai-input-text: #4d565c;
  --ai-input-border: rgba(0, 88, 122, .18);
  --ai-heading-weight: 400;
  --ai-heading-hero-size: clamp(2.85rem, 5.4vw, 5rem);
  --ai-heading-section-size: clamp(2.15rem, 4.2vw, 3.65rem);
  --ai-heading-subsection-size: clamp(1.75rem, 3.1vw, 2.65rem);
  --ai-heading-card-size: clamp(1.18rem, 1.7vw, 1.45rem);
  --ai-heading-compact-size: 1.05rem;
  --ai-heading-line-height: 1.1;
  --ai-heading-card-line-height: 1.24;
  --ai-eyebrow-size: .76rem;
  --ai-eyebrow-weight: 600;
  --ai-cta-padding-y: clamp(4rem, 6vw, 5.5rem);
  --ai-cta-heading-size: clamp(2rem, 3.8vw, 3.05rem);
  --ai-cta-copy-size: 1rem;
  --ai-cta-max-width: 46rem;
  --ai-cta-button-bg: #0093c8;
  --ai-cta-button-bg-hover: #00587a;
}

html[data-ai-theme=dark] {
  color-scheme: dark;
  --ai-page-bg: #101820;
  --ai-surface-bg: #16222c;
  --ai-surface-muted: #1c2b35;
  --ai-surface-soft: #13202a;
  --ai-border-color: rgba(124, 218, 242, .16);
  --ai-border-strong: rgba(124, 218, 242, .28);
  --ai-text-color: #c6d1d8;
  --ai-heading-color: #e8f9ff;
  --ai-muted-text: #9fb0ba;
  --ai-link-color: #77daf5;
  --ai-link-hover: #ffffff;
  --ai-header-bg: rgba(16, 24, 32, .88);
  --ai-header-border: rgba(124, 218, 242, .14);
  --ai-shadow-soft: 0 20px 52px rgba(0, 0, 0, .34);
  --ai-input-bg: #101820;
  --ai-input-text: #e8f9ff;
  --ai-input-border: rgba(124, 218, 242, .22);
  --ai-cta-button-bg: #0093c8;
  --ai-cta-button-bg-hover: #00587a;
}

html[data-ai-theme] {
  background: var(--ai-page-bg);
}

html[data-ai-theme] body {
  background: var(--ai-page-bg);
  color: var(--ai-text-color);
}

html[data-ai-theme] body,
html[data-ai-theme] .header,
html[data-ai-theme] .section,
html[data-ai-theme] .section-sm,
html[data-ai-theme] .section-xl,
html[data-ai-theme] .feature-box,
html[data-ai-theme] .accordion-title,
html[data-ai-theme] .accordion-content {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.ai-theme-mode {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 1px solid var(--ai-border-color);
  border-radius: 999px;
  background: var(--ai-surface-soft);
  box-shadow: 0 6px 18px rgba(0, 88, 122, 0.06);
}

.ai-theme-mode summary {
  list-style: none;
}

.ai-theme-mode summary::-webkit-details-marker {
  display: none;
}

.ai-theme-mode__trigger,
.ai-theme-mode__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--ai-link-color);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
}

.ai-theme-mode__trigger {
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 999px;
}

.ai-theme-mode__menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  z-index: 7000;
  display: none;
  min-width: 8.35rem;
  padding: 0.35rem;
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-surface-bg);
  box-shadow: 0 18px 44px rgba(0, 88, 122, 0.18);
}

.ai-theme-mode[open] .ai-theme-mode__menu {
  display: grid;
  gap: 0.15rem;
}

.ai-theme-mode__button {
  justify-content: flex-start;
  gap: 0.55rem;
  width: 100%;
  min-height: 2rem;
  padding: 0.45rem 0.6rem;
  border-radius: 6px;
  text-align: left;
}

.ai-theme-mode__button i {
  font-size: 0.85rem;
  line-height: 1;
}

.ai-theme-mode__trigger i {
  font-size: 0.95rem;
  line-height: 1;
}

.ai-theme-mode__trigger span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ai-theme-mode__button:hover,
.ai-theme-mode__button:focus-visible,
.ai-theme-mode__trigger:hover,
.ai-theme-mode__trigger:focus-visible {
  color: var(--ai-link-hover);
}

.ai-theme-mode__button.is-active {
  background: var(--ai-surface-soft);
  color: var(--ai-heading-color);
}

html[data-ai-theme=dark] .ai-theme-mode {
  box-shadow: none;
}

html[data-ai-theme=dark] .ai-theme-mode__menu {
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
}

@media (max-width: 767.98px) {
  .header-menu-extra {
    gap: 0.45rem;
  }
  .ai-theme-mode__trigger {
    width: 2rem;
    height: 2rem;
  }
}
html[data-ai-theme=dark] .header {
  background: var(--ai-header-bg) !important;
  backdrop-filter: blur(18px);
}

html[data-ai-theme=dark] .header a,
html[data-ai-theme=dark] .header-menu .nav > li > a,
html[data-ai-theme=dark] .header-menu-extra a {
  color: var(--ai-heading-color);
}

html[data-ai-theme=dark] .header-toggle span,
html[data-ai-theme=dark] .header-toggle span::before,
html[data-ai-theme=dark] .header-toggle span::after {
  background: var(--ai-heading-color);
}

html[data-ai-theme=dark] .bg-white,
html[data-ai-theme=dark] .bg-light,
html[data-ai-theme=dark] .bg-gray,
html[data-ai-theme=dark] .bg-gray-lightest,
html[data-ai-theme=dark] .bg-white-01,
html[data-ai-theme=dark] .section.bg-white,
html[data-ai-theme=dark] .section.bg-light,
html[data-ai-theme=dark] .section.bg-gray,
html[data-ai-theme=dark] .section.bg-gray-lightest {
  background-color: var(--ai-surface-bg) !important;
}

html[data-ai-theme=dark] .bg-dark,
html[data-ai-theme=dark] .bg-dark-01 {
  background-color: #0d151d !important;
}

html[data-ai-theme=dark] .advertise-it-blue-dark,
html[data-ai-theme=dark] .text-dark,
html[data-ai-theme=dark] .text-dark-06,
html[data-ai-theme=dark] h1,
html[data-ai-theme=dark] h2,
html[data-ai-theme=dark] h3,
html[data-ai-theme=dark] h4,
html[data-ai-theme=dark] h5,
html[data-ai-theme=dark] h6 {
  color: var(--ai-heading-color) !important;
}

html[data-ai-theme=dark] p,
html[data-ai-theme=dark] .p-grey,
html[data-ai-theme=dark] .fw-light,
html[data-ai-theme=dark] .display-10,
html[data-ai-theme=dark] .font-small,
html[data-ai-theme=dark] .font-xs,
html[data-ai-theme=dark] li {
  color: var(--ai-text-color);
}

html[data-ai-theme=dark] a:not(.button):not(.button-circle) {
  color: var(--ai-link-color);
}

html[data-ai-theme=dark] a:not(.button):not(.button-circle):hover {
  color: var(--ai-link-hover);
}

html[data-ai-theme=dark] .border,
html[data-ai-theme=dark] .border-1,
html[data-ai-theme=dark] .feature-box,
html[data-ai-theme=dark] .portfolio-box,
html[data-ai-theme=dark] .blog-card,
html[data-ai-theme=dark] .service-detail-card,
html[data-ai-theme=dark] .service-detail-panel,
html[data-ai-theme=dark] .ai-related-card,
html[data-ai-theme=dark] .cdn-feature-card,
html[data-ai-theme=dark] .domain-feature-card,
html[data-ai-theme=dark] .domains-feature-card,
html[data-ai-theme=dark] .domains-support-card,
html[data-ai-theme=dark] .domains-tld-card,
html[data-ai-theme=dark] .hosting-plan-card,
html[data-ai-theme=dark] .hosting-compare-card,
html[data-ai-theme=dark] .contact-card,
html[data-ai-theme=dark] .contact-form-panel,
html[data-ai-theme=dark] .contact-conversion__copy,
html[data-ai-theme=dark] .thank-you-step,
html[data-ai-theme=dark] .thank-you-resource-card,
html[data-ai-theme=dark] .error404-path-card,
html[data-ai-theme=dark] .error404-resource-card,
html[data-ai-theme=dark] .ai-search-result-card,
html[data-ai-theme=dark] .ai-search-empty {
  border-color: var(--ai-border-color) !important;
}

html[data-ai-theme=dark] .feature-box,
html[data-ai-theme=dark] .blog-card,
html[data-ai-theme=dark] .ai-related-card,
html[data-ai-theme=dark] .cdn-feature-card,
html[data-ai-theme=dark] .domain-feature-card,
html[data-ai-theme=dark] .domains-feature-card,
html[data-ai-theme=dark] .domains-support-card,
html[data-ai-theme=dark] .domains-tld-card,
html[data-ai-theme=dark] .hosting-plan-card,
html[data-ai-theme=dark] .hosting-compare-card,
html[data-ai-theme=dark] .service-detail-card,
html[data-ai-theme=dark] .service-detail-panel,
html[data-ai-theme=dark] .nav-custom,
html[data-ai-theme=dark] .contact-form,
html[data-ai-theme=dark] .contact-card,
html[data-ai-theme=dark] .contact-form-panel,
html[data-ai-theme=dark] .contact-conversion__copy,
html[data-ai-theme=dark] .thank-you-step,
html[data-ai-theme=dark] .thank-you-resource-card,
html[data-ai-theme=dark] .error404-path-card,
html[data-ai-theme=dark] .error404-resource-card,
html[data-ai-theme=dark] .ai-search-result-card,
html[data-ai-theme=dark] .ai-search-empty {
  background-color: var(--ai-surface-bg) !important;
  box-shadow: var(--ai-shadow-soft);
}

html[data-ai-theme=dark] .accordion-title,
html[data-ai-theme=dark] .accordion-content,
html[data-ai-theme=dark] .ai-faqs__list li,
html[data-ai-theme=dark] .service-detail-accordion-item,
html[data-ai-theme=dark] .archive-industries-accordion {
  background-color: var(--ai-surface-bg) !important;
  border-color: var(--ai-border-color) !important;
}

html[data-ai-theme=dark] .accordion-title h3,
html[data-ai-theme=dark] .ai-faqs__list h3 {
  color: var(--ai-heading-color) !important;
}

html[data-ai-theme=dark] input:not(.form-check-input),
html[data-ai-theme=dark] textarea,
html[data-ai-theme=dark] select,
html[data-ai-theme=dark] .form-control {
  background-color: var(--ai-input-bg) !important;
  border-color: var(--ai-input-border) !important;
  color: var(--ai-input-text) !important;
}

html[data-ai-theme=dark] input::placeholder,
html[data-ai-theme=dark] textarea::placeholder {
  color: var(--ai-muted-text) !important;
}

html[data-ai-theme=dark] .contact-form-panel,
html[data-ai-theme=dark] .contact-conversion__copy {
  background-color: #17242e !important;
}

html[data-ai-theme=dark] .contact-form-panel__header {
  background: linear-gradient(135deg, rgba(0, 147, 233, 0.08), transparent 44%), #17242e;
}

html[data-ai-theme=dark] .contact-form .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),
html[data-ai-theme=dark] .contact-form .wpcf7 textarea,
html[data-ai-theme=dark] .contact-form .wpcf7 select {
  background-color: #0f1a22 !important;
  border-color: rgba(124, 218, 242, 0.24) !important;
}

html[data-ai-theme=dark] .contact-form .ai-contact-services,
html[data-ai-theme=dark] .contact-form .ai-contact-consent {
  background: #122331;
  border-color: rgba(124, 218, 242, 0.24);
}

html[data-ai-theme=dark] .contact-form .ai-contact-services .wpcf7-list-item label {
  background: #0f1a22;
  border-color: rgba(124, 218, 242, 0.18);
}

html[data-ai-theme=dark] .contact-form .ai-contact-services .wpcf7-list-item label:hover,
html[data-ai-theme=dark] .contact-form .ai-contact-services .wpcf7-list-item label:focus-within {
  background: rgba(0, 147, 233, 0.12);
  border-color: rgba(124, 218, 242, 0.38);
}

html[data-ai-theme=dark] .contact-form .wpcf7-submit {
  background: #006a93 !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

html[data-ai-theme=dark] .contact-form .wpcf7-submit:hover,
html[data-ai-theme=dark] .contact-form .wpcf7-submit:focus {
  background: #00587a !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}

html[data-ai-theme=dark] .button-outline-gray,
html[data-ai-theme=dark] .button-reveal-right-outline {
  border-color: rgba(124, 218, 242, 0.34);
  color: #e8f9ff;
}

html[data-ai-theme=dark] .button-outline-gray:hover,
html[data-ai-theme=dark] .button-reveal-right-outline:hover {
  border-color: rgba(124, 218, 242, 0.56);
}

html[data-ai-theme=dark] .page-progress-container {
  background: rgba(124, 218, 242, 0.08);
}

html[data-ai-theme=dark] .scrolltotop .button-circle {
  background: #16222c;
  color: #e8f9ff;
}

#cta,
#cta > .bg-white,
#cta > .bg-light,
#cta .bg-white,
#cta .bg-light,
.hosting-domain-cta,
.hosting-domain-cta > .bg-white,
.hosting-domain-cta .bg-white,
.domains-final-cta,
.cdn-final-cta,
.section-lg.bg-gradient-1.bg-image {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.domains-final-cta h2,
.cdn-final-cta h2,
.cdn-final-cta__inner h2,
.section-lg.bg-gradient-1.bg-image h2 {
  color: #00587a !important;
}

.cdn-final-cta p,
.cdn-final-cta__inner p,
.section-lg.bg-gradient-1.bg-image p {
  color: #6f6f6f !important;
}

.cdn-final-cta .ai-section-eyebrow {
  color: #0093e9 !important;
}

html[data-ai-theme=dark] #cta,
html[data-ai-theme=dark] #cta > .bg-white,
html[data-ai-theme=dark] #cta > .bg-light,
html[data-ai-theme=dark] #cta .bg-white,
html[data-ai-theme=dark] #cta .bg-light,
html[data-ai-theme=dark] .hosting-domain-cta,
html[data-ai-theme=dark] .hosting-domain-cta > .bg-white,
html[data-ai-theme=dark] .hosting-domain-cta .bg-white,
html[data-ai-theme=dark] .domains-final-cta,
html[data-ai-theme=dark] .cdn-final-cta,
html[data-ai-theme=dark] .section-lg.bg-gradient-1.bg-image {
  background: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

html[data-ai-theme=dark] .domains-final-cta h2,
html[data-ai-theme=dark] .cdn-final-cta h2,
html[data-ai-theme=dark] .cdn-final-cta__inner h2,
html[data-ai-theme=dark] .section-lg.bg-gradient-1.bg-image h2 {
  color: var(--ai-heading-color) !important;
}

html[data-ai-theme=dark] .cdn-final-cta p,
html[data-ai-theme=dark] .cdn-final-cta__inner p,
html[data-ai-theme=dark] .section-lg.bg-gradient-1.bg-image p {
  color: var(--ai-text-color) !important;
}

.content.top.bg-white-01.border-radius-1.backdrop-filter-blur,
.bg-white-01.p-3.px-4.py-lg-4.px-lg-5.border-radius-1.box-shadow.n-margin-2.d-inline-block.backdrop-filter-blur {
  border: 1px solid rgba(255, 255, 255, 0.25);
}

h6.d-inline-block.px-3.py-2.line-height-140.font-small.uppercase.letter-spacing-1.mb-3.bg-white-01.border-radius-1.backdrop-filter-blur {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.bg-color-home-header {
  overflow: hidden;
  background: transparent !important;
}
.bg-color-home-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: rgba(0, 88, 122, 0.9);
  pointer-events: none;
}
.bg-color-home-header > .container {
  position: relative;
  z-index: 2;
}
.bg-color-home-header .bg-video {
  z-index: 0;
}

.bg-color-service-header {
  background: rgba(28, 71, 58, 0.8);
}

.bg-color-service-header .ai-hero-copy,
.bg-color-hosting-header .ai-hero-copy,
.bg-color-industry-header .ai-hero-copy,
.bg-color-portfolio-header .ai-hero-copy,
.bg-color-about-header .ai-hero-copy,
.bg-color-contact-header .ai-hero-copy {
  width: min(100%, 58rem);
}

.bg-color-service-header .ai-hero-copy h1,
.bg-color-hosting-header .ai-hero-copy h1,
.bg-color-industry-header .ai-hero-copy h1,
.bg-color-portfolio-header .ai-hero-copy h1,
.bg-color-about-header .ai-hero-copy h1,
.bg-color-contact-header .ai-hero-copy h1 {
  max-width: 18ch;
}

.bg-color-service-header .ai-hero-copy p,
.bg-color-hosting-header .ai-hero-copy p,
.bg-color-industry-header .ai-hero-copy p,
.bg-color-portfolio-header .ai-hero-copy p,
.bg-color-about-header .ai-hero-copy p,
.bg-color-contact-header .ai-hero-copy p {
  max-width: 46rem;
}

.bg-color-hosting-header {
  background: rgba(34, 47, 61, 0.8);
}

.bg-color-industry-header {
  background: rgba(83, 63, 44, 0.8);
}

.bg-color-portfolio-header {
  background: rgba(72, 52, 89, 0.8);
}

.bg-color-about-header {
  background: rgba(64, 82, 92, 0.8);
}

.bg-color-contact-header {
  background: rgba(96, 46, 42, 0.8);
}

.contact-page {
  background: var(--ai-page-bg);
}

.contact-hero {
  overflow: hidden;
  background-color: #602e2a;
  background-position: center;
  background-size: cover;
}
.contact-hero .bg-color-contact-header {
  background: linear-gradient(90deg, rgba(96, 46, 42, 0.94) 0%, rgba(96, 46, 42, 0.82) 46%, rgba(15, 31, 44, 0.56) 100%), linear-gradient(180deg, rgba(96, 46, 42, 0.1), rgba(11, 24, 35, 0.36));
}
.contact-hero .section-sm {
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
}
.contact-hero .ai-hero-copy {
  max-width: 45rem;
}
.contact-hero .ai-hero-copy h1 {
  margin: 0;
  color: #ffffff !important;
}
.contact-hero .ai-hero-copy p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.7;
}

.contact-card-grid {
  padding-bottom: clamp(2.25rem, 5vw, 4rem);
}

.contact-card {
  height: 100%;
  min-height: 14rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-color: rgba(255, 255, 255, 0.14) !important;
  background: rgba(10, 24, 35, 0.9) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.contact-card:hover, .contact-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(93, 203, 211, 0.45) !important;
  background: rgba(12, 31, 45, 0.94) !important;
}
.contact-card .contact-card__icon {
  color: var(--ai-link-color);
  line-height: 1;
}
.contact-card h2 {
  color: #ffffff;
}
.contact-card a {
  width: fit-content;
  color: #6fe7ff;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

.contact-conversion {
  padding-top: clamp(3.5rem, 6vw, 6rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
  background: var(--ai-page-bg);
}

.contact-conversion__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.contact-conversion__copy,
.contact-form-panel {
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-surface-bg);
  box-shadow: var(--ai-shadow-soft);
}

.contact-conversion__copy {
  position: sticky;
  top: 110px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
}
.contact-conversion__copy h2 {
  max-width: 13ch;
  margin: 0;
  color: var(--ai-heading-color);
  font-size: clamp(1.05rem, 4vw, 2.35rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 0;
}
.contact-conversion__copy p {
  margin: 1rem 0 0;
  color: var(--ai-text-color);
  line-height: 1.72;
}

.contact-proof-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.6rem;
}
.contact-proof-list > div {
  display: grid;
  grid-template-columns: 1.55rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  color: var(--ai-heading-color);
  line-height: 1.45;
}
.contact-proof-list i {
  color: var(--ai-link-color);
  font-size: 1.15rem;
  line-height: 1.25;
}

.contact-form-panel {
  overflow: hidden;
}

.contact-form-panel__header {
  padding: clamp(1.35rem, 3vw, 2rem) clamp(1.35rem, 3vw, 2.25rem);
  border-bottom: 1px solid var(--ai-border-color);
  background: linear-gradient(135deg, rgba(0, 147, 233, 0.1), transparent 42%), var(--ai-surface-bg);
}
.contact-form-panel__header h2 {
  margin: 0;
  color: var(--ai-heading-color);
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0;
}
.contact-form-panel__header p {
  max-width: 42rem;
  margin: 0.55rem 0 0;
  color: var(--ai-text-color);
  line-height: 1.65;
}

.contact-form {
  padding: clamp(1.35rem, 3vw, 2.25rem);
}

.contact-form .wpcf7 {
  color: var(--ai-text-color);
}

.contact-form .wpcf7 form {
  display: grid;
  gap: 1rem;
}

.contact-form .wpcf7 p {
  margin: 0;
}

.contact-form .ai-contact-form {
  display: grid;
  gap: 0;
}

.contact-form .ai-contact-form .row {
  row-gap: 1.35rem !important;
}

.contact-form .wpcf7 label {
  display: block;
  margin: 0;
  color: var(--ai-heading-color);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.45;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.3rem;
}

.contact-form .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.contact-form .wpcf7 textarea,
.contact-form .wpcf7 select {
  width: 100%;
  margin: 0;
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-page-bg);
  color: var(--ai-heading-color);
  font-size: 1rem;
  line-height: 1.45;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}
.contact-form .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder,
.contact-form .wpcf7 textarea::placeholder,
.contact-form .wpcf7 select::placeholder {
  color: var(--ai-muted-text-color);
}
.contact-form .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.contact-form .wpcf7 textarea:focus,
.contact-form .wpcf7 select:focus {
  border-color: rgba(0, 147, 233, 0.7);
  background: var(--ai-surface-bg);
  box-shadow: 0 0 0 3px rgba(0, 147, 233, 0.12);
  outline: 0;
}

.contact-form .wpcf7 textarea {
  min-height: 11rem;
  resize: vertical;
}

.contact-form .wpcf7 select {
  min-height: 3.55rem;
  padding: 0 1rem;
  appearance: auto;
}

.contact-form .ai-contact-services {
  margin: clamp(1.25rem, 2vw, 1.75rem) 0 0;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-page-bg);
}

.contact-form .ai-contact-services legend {
  float: none;
  width: auto;
  margin: 0 0 1rem;
  padding: 0;
  color: var(--ai-heading-color);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}

.contact-form .ai-contact-services .wpcf7-form-control-wrap {
  margin-top: 0;
}

.contact-form .ai-contact-services .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.contact-form .ai-contact-services .wpcf7-list-item label {
  min-height: 2.75rem;
  align-items: center;
  padding: 0.7rem 0.8rem;
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-surface-bg);
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}
.contact-form .ai-contact-services .wpcf7-list-item label:hover, .contact-form .ai-contact-services .wpcf7-list-item label:focus-within {
  transform: translateY(-1px);
  border-color: rgba(0, 147, 233, 0.45);
  background: rgba(0, 147, 233, 0.06);
}

.contact-form .wpcf7-list-item {
  margin: 0;
}

.contact-form .wpcf7-list-item label {
  display: inline-grid;
  grid-template-columns: 1.05rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
  color: var(--ai-text-color);
  font-size: 0.95rem;
  font-weight: 400;
}

.contact-form .wpcf7 input[type=checkbox],
.contact-form .wpcf7 input[type=radio] {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0.15rem 0 0;
  accent-color: var(--ai-link-color);
}

.contact-form .ai-contact-consent {
  margin-top: clamp(1.25rem, 2vw, 1.65rem) !important;
  padding: 1rem;
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: rgba(0, 147, 233, 0.06);
}

.contact-form .ai-contact-consent .wpcf7-form-control-wrap {
  margin-top: 0;
}

.contact-form .ai-contact-consent .wpcf7-list-item label {
  align-items: start;
  font-size: 0.92rem;
  line-height: 1.55;
}

.contact-form .ai-contact-consent a {
  color: var(--ai-link-color);
  text-decoration: underline;
  text-underline-offset: 0.22rem;
}

.contact-form .ai-contact-submit {
  margin-top: clamp(1.25rem, 2vw, 1.65rem) !important;
}

.contact-form .wpcf7-submit {
  width: 100%;
  min-height: 3.35rem;
  margin: 0.35rem 0 0;
  border: 0;
  border-radius: 999px;
  background: #006a93;
  box-shadow: 0 6px 30px 0 rgba(21, 25, 29, 0.13);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}
.contact-form .wpcf7-submit:hover, .contact-form .wpcf7-submit:focus {
  transform: translateY(-3px);
  background: #00587a;
  box-shadow: 0 6px 36px 0 rgba(21, 25, 29, 0.19);
  opacity: 0.9;
  outline: 0;
}
.contact-form .wpcf7-submit:active {
  transform: translateY(-1px);
}
.contact-form .wpcf7-submit:disabled {
  opacity: 0.62;
  cursor: wait;
  transform: none;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #006a93;
}

.button,
.btn,
.contact-form .wpcf7-submit {
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease, opacity 0.16s ease;
}

.button > span,
.ai-text-link > span {
  display: inline-flex;
  align-items: center;
}

.button > span + i {
  margin-right: 0;
  margin-left: 0.55rem;
}

.button > i:first-child {
  margin-right: 0.55rem;
  margin-left: 0;
}

.button:focus:not(:focus-visible),
.btn:focus:not(:focus-visible),
.contact-form .wpcf7-submit:focus:not(:focus-visible),
.ai-text-link:focus:not(:focus-visible),
.button-circle:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.button:focus-visible,
.btn:focus-visible,
.contact-form .wpcf7-submit:focus-visible,
.ai-text-link:focus-visible,
.button-circle:focus-visible {
  outline: 2px solid rgba(0, 147, 233, 0.52);
  outline-offset: 3px;
}

.button:active,
.btn:active,
.contact-form .wpcf7-submit:active {
  transform: translateY(0);
}

.button.disabled,
.button:disabled,
.btn.disabled,
.btn:disabled,
fieldset:disabled .button,
fieldset:disabled .btn {
  cursor: not-allowed;
  transform: none;
  opacity: 0.68;
}

.contact-form .wpcf7-spinner {
  margin: 0.75rem auto 0;
  display: block;
}

.contact-form .wpcf7-not-valid-tip {
  margin-top: 0.42rem;
  color: #ff8f8f;
  font-size: 0.82rem;
}

.contact-form .wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
  border-radius: 8px;
  border-color: rgba(0, 147, 233, 0.35);
  color: var(--ai-heading-color);
  background: rgba(0, 147, 233, 0.08);
}

.contact-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(80, 200, 120, 0.45);
  background: rgba(80, 200, 120, 0.1);
}

.thank-you-page {
  background: var(--ai-page-bg);
  color: var(--ai-text-color);
}

.thank-you-hero__panel {
  position: relative;
  overflow: hidden;
  background-color: #00587a;
  background-position: center;
  background-size: cover;
}
.thank-you-hero__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 88, 122, 0.94) 0%, rgba(0, 88, 122, 0.82) 48%, rgba(28, 71, 58, 0.62) 100%), linear-gradient(180deg, rgba(10, 24, 35, 0.05), rgba(10, 24, 35, 0.34));
  pointer-events: none;
}
.thank-you-hero__panel .container {
  position: relative;
  z-index: 2;
}

.thank-you-hero__content {
  max-width: 780px;
  padding: clamp(4rem, 8vw, 7rem) 0;
  color: #ffffff;
}
.thank-you-hero__content h1 {
  max-width: 12ch;
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}
.thank-you-hero__content p {
  max-width: 42rem;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.7;
}

.thank-you-hero__icon {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 10px;
  margin-bottom: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 1rem;
}

.thank-you-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.85rem;
}

.thank-you-next {
  padding-top: clamp(3.5rem, 6vw, 6rem);
  padding-bottom: clamp(3.5rem, 6vw, 6rem);
}

.thank-you-next__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.thank-you-next__copy h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--ai-heading-color);
  font-size: clamp(2.05rem, 4vw, 3.35rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: 0;
}
.thank-you-next__copy p {
  max-width: 34rem;
  margin: 1rem 0 0;
  color: var(--ai-text-color);
  line-height: 1.72;
}

.thank-you-steps {
  display: grid;
  gap: 1rem;
}

.thank-you-step {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  gap: 1.1rem;
  align-items: center;
  padding: clamp(1.1rem, 2vw, 1.35rem);
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-surface-bg);
  box-shadow: var(--ai-shadow-soft);
}
.thank-you-step span {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(0, 147, 233, 0.1);
  color: var(--ai-link-color);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.thank-you-step p {
  margin: 0;
  color: var(--ai-heading-color);
  font-size: 1rem;
  line-height: 1.55;
}

.thank-you-resources {
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
  background: var(--ai-page-bg);
}

.thank-you-resources__header {
  max-width: 760px;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}
.thank-you-resources__header h2 {
  margin: 0;
  color: var(--ai-heading-color);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.thank-you-resources__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.thank-you-resource-card {
  overflow: hidden;
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-surface-bg);
  box-shadow: var(--ai-shadow-soft);
}

.thank-you-resource-card__image {
  display: block;
  aspect-ratio: 16/9;
  background: rgba(0, 147, 233, 0.08);
}
.thank-you-resource-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.thank-you-resource-card__body {
  padding: 1.15rem;
}
.thank-you-resource-card__body time {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--ai-muted-text-color);
  font-size: 0.78rem;
  line-height: 1.3;
}
.thank-you-resource-card__body h3 {
  margin: 0;
  color: var(--ai-heading-color);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.32;
}
.thank-you-resource-card__body h3 a {
  color: inherit;
}
.thank-you-resource-card__body p {
  margin: 0.65rem 0 0;
  color: var(--ai-text-color);
  font-size: 0.92rem;
  line-height: 1.6;
}
.thank-you-resource-card__body .ai-text-link {
  margin-top: 0.85rem;
}

html[data-ai-theme=dark] .thank-you-hero__panel::before {
  background: linear-gradient(90deg, rgba(10, 24, 35, 0.94) 0%, rgba(0, 88, 122, 0.76) 52%, rgba(28, 71, 58, 0.54) 100%), linear-gradient(180deg, rgba(10, 24, 35, 0.12), rgba(10, 24, 35, 0.48));
}

.error404-page {
  background: var(--ai-page-bg);
  color: var(--ai-text-color);
}

.error404-hero {
  padding-top: 1rem;
}

.error404-hero__panel {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 82% 18%, rgba(128, 208, 199, 0.18), transparent 28%), linear-gradient(135deg, #102033 0%, #00587a 100%);
}

.error404-hero__copy {
  max-width: 820px;
  padding: clamp(4rem, 8vw, 7rem) 0;
  color: #ffffff;
}
.error404-hero__copy h1 {
  max-width: 13ch;
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(3rem, 6vw, 5.6rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}
.error404-hero__copy p {
  max-width: 43rem;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.7;
}

.error404-code {
  display: block;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.24);
  font-size: clamp(4rem, 12vw, 8.5rem);
  font-weight: 700;
  line-height: 0.85;
  letter-spacing: 0;
}

.error404-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem;
  max-width: 720px;
  margin-top: 2rem;
  padding: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(10, 24, 35, 0.44);
  backdrop-filter: blur(12px);
}
.error404-search input {
  min-height: 3.1rem;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
}
.error404-search input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}
.error404-search input:focus {
  outline: 0;
  box-shadow: none;
}
.error404-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3.1rem;
  padding: 0 1.35rem;
  border-radius: 999px;
  background: #006a93;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 0.16s ease, background 0.16s ease;
}
.error404-search button:hover, .error404-search button:focus {
  transform: translateY(-1px);
  background: #00587a;
  color: #ffffff;
}

.error404-paths {
  padding-top: clamp(3.5rem, 6vw, 6rem);
  padding-bottom: clamp(3rem, 5vw, 5rem);
}

.error404-section-heading {
  max-width: 760px;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}
.error404-section-heading h2 {
  margin: 0;
  color: var(--ai-heading-color);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.error404-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.error404-path-card {
  display: grid;
  gap: 0.65rem;
  min-height: 13rem;
  align-content: start;
  padding: clamp(1.2rem, 2vw, 1.5rem);
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-surface-bg);
  box-shadow: var(--ai-shadow-soft);
  color: var(--ai-heading-color);
  transition: transform 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}
.error404-path-card:hover, .error404-path-card:focus {
  transform: translateY(-3px);
  border-color: rgba(0, 147, 233, 0.36);
  color: var(--ai-heading-color);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.1);
}
.error404-path-card i {
  color: var(--ai-link-color);
  font-size: 1.8rem;
  line-height: 1;
}
.error404-path-card span {
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.25;
}
.error404-path-card small {
  color: var(--ai-text-color);
  font-size: 0.9rem;
  line-height: 1.55;
}

.error404-resources {
  padding-top: clamp(3rem, 5vw, 5rem);
  padding-bottom: clamp(4rem, 7vw, 7rem);
}

.error404-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.error404-resource-card {
  overflow: hidden;
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-surface-bg);
  box-shadow: var(--ai-shadow-soft);
}

.error404-resource-card__image {
  display: block;
  aspect-ratio: 16/9;
  background: rgba(0, 147, 233, 0.08);
}
.error404-resource-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.error404-resource-card__body {
  padding: 1.15rem;
}
.error404-resource-card__body time {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--ai-muted-text-color);
  font-size: 0.78rem;
  line-height: 1.3;
}
.error404-resource-card__body h3 {
  margin: 0;
  color: var(--ai-heading-color);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.32;
}
.error404-resource-card__body h3 a {
  color: inherit;
}
.error404-resource-card__body .ai-text-link {
  margin-top: 0.85rem;
}

html[data-ai-theme=dark] .error404-hero__panel {
  background: radial-gradient(circle at 82% 18%, rgba(128, 208, 199, 0.12), transparent 28%), linear-gradient(135deg, #101b24 0%, #00587a 100%);
}

.ai-search-results {
  background: var(--ai-page-bg);
  color: var(--ai-text-color);
}

.ai-search-hero__panel {
  overflow: hidden;
  background: radial-gradient(circle at 82% 18%, rgba(128, 208, 199, 0.18), transparent 28%), linear-gradient(135deg, #102033 0%, #00587a 100%);
}

.ai-search-hero__copy {
  max-width: 860px;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  color: #ffffff;
}
.ai-search-hero__copy h1 {
  max-width: 16ch;
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(2.7rem, 5.4vw, 5rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}
.ai-search-hero__copy p {
  max-width: 45rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.7;
}

.ai-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.6rem;
  max-width: 720px;
  margin-top: 1.75rem;
  padding: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(10, 24, 35, 0.44);
  backdrop-filter: blur(12px);
}
.ai-search-form input {
  min-height: 3.1rem;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #ffffff;
}
.ai-search-form input::placeholder {
  color: rgba(255, 255, 255, 0.58);
}
.ai-search-form input:focus {
  outline: 0;
  box-shadow: none;
}
.ai-search-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3.1rem;
  padding: 0 1.35rem;
  border-radius: 999px;
  background: #006a93;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 0.16s ease, background 0.16s ease;
}
.ai-search-form button:hover, .ai-search-form button:focus {
  transform: translateY(-1px);
  background: #00587a;
  color: #ffffff;
}

.ai-search-main {
  padding-top: clamp(3rem, 5vw, 4.75rem);
}

.ai-search-results-list {
  display: grid;
  gap: 1rem;
}

.ai-search-result-card {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-surface-bg);
  box-shadow: var(--ai-shadow-soft);
}

.ai-search-result-card__image {
  display: block;
  min-height: 100%;
  background: rgba(0, 147, 233, 0.08);
}
.ai-search-result-card__image img {
  width: 100%;
  height: 100%;
  min-height: 13rem;
  display: block;
  object-fit: cover;
}

.ai-search-result-card__body {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}
.ai-search-result-card__body h2 {
  margin: 0.55rem 0 0;
  color: var(--ai-heading-color);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 500;
  line-height: 1.22;
}
.ai-search-result-card__body h2 a {
  color: inherit;
}
.ai-search-result-card__body p {
  max-width: 62ch;
  margin: 0.85rem 0 0;
  color: var(--ai-text-color);
  line-height: 1.7;
}
.ai-search-result-card__body .ai-text-link {
  margin-top: 1rem;
}

.ai-search-empty {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-surface-bg);
  box-shadow: var(--ai-shadow-soft);
}
.ai-search-empty h2 {
  margin: 0;
  color: var(--ai-heading-color);
  font-size: clamp(1.55rem, 2.5vw, 2.1rem);
  font-weight: 400;
  line-height: 1.2;
}
.ai-search-empty p {
  margin: 0.75rem 0 0;
  color: var(--ai-text-color);
  line-height: 1.7;
}

html[data-ai-theme=dark] .ai-search-hero__panel {
  background: radial-gradient(circle at 82% 18%, rgba(128, 208, 199, 0.12), transparent 28%), linear-gradient(135deg, #101b24 0%, #00587a 100%);
}

@media (max-width: 991.98px) {
  .contact-conversion__grid {
    grid-template-columns: 1fr;
  }
  .contact-conversion__copy {
    position: static;
  }
  .contact-conversion__copy h2 {
    max-width: 16ch;
  }
  .thank-you-next__grid,
  .thank-you-resources__grid,
  .error404-path-grid,
  .error404-resource-grid {
    grid-template-columns: 1fr;
  }
  .ai-search-result-card {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .contact-page {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .contact-hero .section-sm {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .contact-card-grid {
    padding-bottom: 2rem;
  }
  .contact-card {
    min-height: 11rem;
  }
  .contact-conversion {
    padding-top: 2.75rem;
    padding-bottom: 3.5rem;
  }
  .contact-form .wpcf7 form {
    gap: 0.9rem;
  }
  .contact-form .ai-contact-services .wpcf7-checkbox {
    grid-template-columns: 1fr;
  }
  .contact-form .wpcf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .contact-form .wpcf7 textarea,
  .contact-form .wpcf7 select {
    padding: 0.9rem 1rem;
  }
  .thank-you-hero {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .thank-you-hero__content {
    padding: 3.25rem 0;
  }
  .thank-you-hero__content h1 {
    max-width: 10ch;
    font-size: clamp(2.5rem, 13vw, 3.45rem);
  }
  .thank-you-hero__actions {
    flex-direction: column;
  }
  .thank-you-hero__actions .button {
    width: 100%;
    text-align: center;
  }
  .thank-you-step {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  .error404-hero {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .error404-hero__copy {
    padding: 3.25rem 0;
  }
  .error404-hero__copy h1 {
    max-width: 10ch;
    font-size: clamp(2.5rem, 13vw, 3.45rem);
  }
  .error404-search {
    grid-template-columns: 1fr;
    border-radius: 8px;
  }
  .error404-search input,
  .error404-search button {
    border-radius: 8px;
  }
  .ai-search-hero {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .ai-search-hero__copy {
    padding: 3.25rem 0;
  }
  .ai-search-hero__copy h1 {
    max-width: 11ch;
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }
  .ai-search-form {
    grid-template-columns: 1fr;
    border-radius: 8px;
  }
  .ai-search-form input,
  .ai-search-form button {
    border-radius: 8px;
  }
}
.bg-color-system-header {
  background: rgba(45, 45, 45, 0.8);
}

.bg-color-packages-header {
  background: rgba(19, 66, 86, 0.8);
}

.bg-color-blog-header {
  background: rgba(58, 89, 72, 0.8);
}

.bg-color-compliance-header {
  background: rgba(51, 51, 51, 0.8);
}

#forminator-module-2439 .forminator-row:nth-child(2) {
  margin-right: 0;
}

#forminator-module-2439 button#forminator-submit {
  width: 100%;
  display: block;
}

#forminator-module-2439 #submit {
  display: block;
}

.forminator-ui#forminator-module-2439.forminator-design--flat .forminator-button-submit {
  background-color: #66ce68 !important;
  color: #ffffff !important;
  border-radius: 5px;
  font-size: 17px !important;
  font-family: inherit;
  font-weight: 600 !important;
}

@media only screen and (min-width: 783px) {
  #forminator-module-2439 .forminator-row:nth-child(2) {
    float: left;
    width: 50%;
    margin-right: 10px;
    display: inline-block;
  }
  #forminator-module-2439 #submit {
    display: inline-block;
  }
  .forminator-ui#forminator-module-2439.forminator-design--flat .forminator-button-submit {
    width: 100%;
  }
}
.g-5, .gx-5 {
  /* --bs-gutter-x: 3rem; */
  --bs-gutter-x: 1.5rem !important;
}

@media (max-width: 991.98px) {
  .header .header-menu-extra {
    right: 50px !important;
  }
  .header .header-toggle {
    height: 100% !important;
  }
  .header .header-menu-extra > .button,
  .header .header-menu-extra > a[class*=button] {
    display: none !important;
  }
  .header .header-menu {
    z-index: 6500 !important;
    height: 100vh !important;
    max-height: 100vh;
  }
  .header .header-menu.show {
    z-index: 6500 !important;
    background: var(--ai-surface-bg) !important;
    box-shadow: 0 24px 60px rgba(0, 88, 122, 0.14);
  }
  html[data-ai-theme=dark] .header .header-menu.show {
    background: #f7fbfd !important;
    box-shadow: none;
  }
}
[class*=bg-color-] .fancy-text, [class*=bg-gradient-] .fancy-text {
  -webkit-text-stroke-color: #ffffff !important;
}

*.text-gradient-ai {
  background: -webkit-linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body {
  color: #7C7C7C !important;
}

.blog-card-date {
  display: inline-grid;
}

.advertise-it-blue-primary {
  color: #00aef1 !important;
}

.advertise-it-blue-dark {
  color: #00587a !important;
}

.advertise-it-blue-med {
  color: #008cba !important;
}

.bg-advertise-it-blue-med {
  background: #008cba !important;
}

.font-xs {
  font-size: 0.5em;
  line-height: 1.7;
}

@media (min-width: 1200px) {
  .font-xs {
    font-size: 0.6em;
    line-height: 1.7;
  }
}
.display-7 {
  font-size: calc(1.275rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-7 {
    font-size: 2rem;
  }
}
.display-8 {
  font-size: calc(0.75rem + 1.5vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-8 {
    font-size: 1.75rem;
  }
}
.display-9 {
  font-size: calc(0.85rem + 1.5vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-9 {
    font-size: 1.4rem;
  }
}
.display-10 {
  font-size: calc(0.65rem + 1.5vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-10 {
    font-size: 1.2rem;
  }
}
.display-h1-home {
  font-size: calc(0.75rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .display-h1-home {
    font-size: 1.275rem;
  }
}
[class*=bg-color-] .fancy-text, [class*=bg-gradient-] .fancy-text {
  color: transparent;
  -webkit-text-stroke-color: #87fffe;
  -webkit-text-shadow: none;
  text-shadow: none;
  font-weight: 900 !important;
}

[class*=bg-color-] .fancy-text.display-4, [class*=bg-gradient-] .fancy-text.display-4 {
  -webkit-text-shadow: none;
  text-shadow: none;
}

h1.display-4.fancy-text span.sub {
  -webkit-text-stroke-color: #ffffff;
}

.hover-style-2 .portfolio-item .portfolio-box:hover .portfolio-title {
  background: rgba(0, 144, 225, 0.8);
}

.portfolio-grid .portfolio-item .portfolio-box .portfolio-title div span {
  display: block;
}

.filter ul li {
  background: #eef2f6;
  font: 400 0.9em "Poppins", sans-serif;
  text-transform: capitalize;
}

ul.list-inline.header-subtitle, ul.list-inline.header-subtitle a {
  color: #ffffff;
}

.smartcrawl-breadcrumb-separator, .smartcrawl-breadcrumb strong, span.smartcrawl-breadcrumb, span.smartcrawl-breadcrumb a {
  color: #7C7C7C;
  font-weight: 300;
  font-size: 0.9em;
}

.accordion li.active .accordion-title {
  border-color: rgb(0, 147, 233);
}

.split-2 {
  column-count: 2;
}

.split-3 {
  column-count: 3;
}

.split-4 {
  column-count: 4;
}

a {
  color: rgb(0, 140, 186);
  text-decoration: none !important;
}

.button-text-1:hover {
  color: #121518 !important;
}

.socials a, footer a, .col-6.tags a, p a {
  color: #016a93;
}

.header .header-logo img {
  height: 30px;
}

@media (min-width: 1200px) {
  .header .header-logo img {
    height: 40px;
  }
}
.position-top img {
  height: 30px;
}

@media (min-width: 1200px) {
  .position-top img {
    height: 40px;
  }
}
.footer-logo .custom-logo {
  width: 40%;
}

body.page-template-about-php .feature-box,
body.page-template-templatesabout-php .feature-box,
body.page-template-about .feature-box {
  padding-left: 0;
}

@media (min-width: 768px) {
  body.page-template-about-php .text-md-end,
  body.page-template-templatesabout-php .text-md-end,
  body.page-template-about .text-md-end {
    text-align: left !important;
  }
}
.ai-site-footer {
  --ai-footer-bg: #fafbfd;
  --ai-footer-surface: var(--ai-footer-bg);
  --ai-footer-border: var(--ai-border-color);
  --ai-footer-heading: var(--ai-heading-color);
  --ai-footer-text: var(--ai-text-color);
  --ai-footer-muted: color-mix(in srgb, var(--ai-text-color) 72%, transparent);
  --ai-footer-link: var(--ai-heading-color);
  --ai-footer-link-hover: var(--ai-link-hover);
  background: var(--ai-footer-bg);
  color: var(--ai-footer-text);
}

.ai-site-footer__main {
  border-top: none;
  background: none;
  padding: clamp(3.5rem, 7vw, 6.5rem) 0 clamp(2.75rem, 5vw, 4.75rem);
}

.ai-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(9rem, 0.45fr) minmax(11rem, 0.55fr) minmax(12rem, 0.55fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
}

.ai-site-footer__brand {
  max-width: 48rem;
}

.ai-site-footer__logo {
  margin-bottom: clamp(1rem, 2vw, 1.1em);
}

.ai-site-footer__logo .custom-logo {
  width: auto;
  max-width: 190px;
  height: auto;
  max-height: 46px;
}

.ai-site-footer__statement {
  max-width: 40ch;
  margin: 0;
  color: var(--ai-footer-heading);
  font-size: clamp(0.8rem, 4.2vw, 1.2rem);
  font-weight: var(--ai-heading-weight, 400);
  line-height: 1.2;
  letter-spacing: 0;
}

.ai-site-footer__summary {
  max-width: 30rem;
  margin: clamp(1.1rem, 2vw, 1.15rem) 0 0;
  color: var(--ai-footer-muted);
  font-size: clamp(0.9rem, 1.15vw, 0.98rem);
  line-height: 1.42;
}

.ai-site-footer__nav h2,
.ai-site-footer__contact h2 {
  margin: 0 0 0.9rem;
  color: var(--ai-link-color);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-site-footer__contact h2 {
  color: var(--ai-footer-heading);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.ai-site-footer__menu,
.ai-site-footer__legal-menu,
.ai-site-footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-site-footer__menu {
  display: grid;
  gap: 0.45rem;
}

.ai-site-footer a {
  color: var(--ai-footer-link);
  text-decoration: none !important;
  transition: color 0.16s ease, transform 0.16s ease, border-color 0.16s ease, background-color 0.16s ease;
}

.ai-site-footer__menu a,
.ai-site-footer__contact-link,
.ai-site-footer__legal-menu a {
  display: inline-flex;
  align-items: center;
  color: var(--ai-footer-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.ai-site-footer__menu a:hover,
.ai-site-footer__menu a:focus-visible,
.ai-site-footer__contact-link:hover,
.ai-site-footer__contact-link:focus-visible,
.ai-site-footer__legal-menu a:hover,
.ai-site-footer__legal-menu a:focus-visible {
  color: var(--ai-footer-link-hover);
  transform: translateX(0.18rem);
}

.ai-site-footer__contact {
  display: grid;
  gap: 0.4rem;
}

.ai-site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.95rem;
}

.ai-site-footer__social a {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ai-footer-border);
  border-radius: 999px;
  background: transparent;
  color: var(--ai-link-color);
  font-size: 0.95rem;
}

.ai-site-footer__social a:hover,
.ai-site-footer__social a:focus-visible {
  border-color: var(--ai-link-hover);
  background: var(--ai-link-hover);
  color: #fff;
  transform: translateY(-1px);
}

.ai-site-footer a:focus-visible {
  outline: 2px solid rgba(0, 147, 233, 0.52);
  outline-offset: 3px;
}

.ai-site-footer__bottom {
  border-top: 1px solid var(--ai-footer-border);
  background: color-mix(in srgb, var(--ai-footer-surface) 82%, var(--ai-footer-bg));
  padding: 1.1rem 0;
}

.ai-site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.ai-site-footer__bottom p {
  margin: 0;
  color: var(--ai-footer-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.ai-site-footer__legal-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  justify-content: flex-end;
}

.ai-site-footer__legal-menu a {
  font-size: 0.78rem;
}

html[data-ai-theme=dark] .ai-site-footer {
  --ai-footer-bg: #0f1a22;
  --ai-footer-surface: #121f2a;
  --ai-footer-border: rgba(124, 218, 242, .16);
  --ai-footer-heading: #e8f9ff;
  --ai-footer-text: #c8d8df;
  --ai-footer-muted: rgba(232, 249, 255, .72);
  --ai-footer-link: #e8f9ff;
  --ai-footer-link-hover: #7cdaf2;
}

html[data-ai-theme=dark] .ai-site-footer__logo .custom-logo {
  filter: none;
}

@media (min-width: 1200px) {
  .ai-site-footer__contact {
    grid-column: 4;
  }
}
@media (max-width: 1199.98px) {
  .ai-site-footer__grid {
    grid-template-columns: minmax(0, 1fr) minmax(11rem, 0.45fr) minmax(12rem, 0.5fr);
  }
  .ai-site-footer__brand {
    grid-column: 1/-1;
  }
  .ai-site-footer__statement {
    max-width: 16ch;
  }
}
@media (max-width: 767.98px) {
  .ai-site-footer__main {
    padding: clamp(2.75rem, 14vw, 4rem) 0 clamp(2rem, 9vw, 3rem);
  }
  .ai-site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.6rem;
    row-gap: 1.8rem;
  }
  .ai-site-footer__brand {
    grid-column: 1/-1;
    display: grid;
    justify-items: start;
    gap: 0;
  }
  .ai-site-footer__logo {
    display: flex;
    justify-content: flex-start;
  }
  .ai-site-footer__statement {
    max-width: max-content;
    font-size: clamp(0.901rem, 12vw, 1.1rem);
  }
  .ai-site-footer__summary {
    max-width: 29rem;
    font-size: 0.98rem;
  }
  .ai-site-footer__nav h2 {
    margin-bottom: 0.85rem;
  }
  .ai-site-footer__menu {
    gap: 0.48rem;
  }
  .ai-site-footer__contact {
    grid-column: 1/-1;
    justify-items: start;
    margin-top: 0.25rem;
  }
  .ai-site-footer__social {
    justify-content: flex-start;
  }
  .ai-site-footer__bottom-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.85rem;
  }
  .ai-site-footer__legal-menu {
    justify-content: flex-start;
  }
}
.fm-toggle {
  margin-left: 1rem;
}

.header-placeholder {
  height: 60px;
}

.header {
  position: relative;
  z-index: 5000;
  isolation: isolate;
}

@media (min-width: 1200px) {
  .header .header-menu {
    z-index: 5001;
  }
  .header .header-menu .nav .nav-item .nav-dropdown,
  .header .header-menu .nav .nav-item .mega-menu-content,
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown {
    z-index: 5002;
    isolation: isolate;
    transform: translate3d(0, 10px, 0);
  }
  .header .header-menu .nav .nav-item:hover .nav-dropdown,
  .header .header-menu .nav .nav-item.mega-menu-item:hover .mega-menu-content,
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item:hover .nav-subdropdown {
    transform: translate3d(0, 0, 0);
  }
}
html[data-ai-theme=dark] .header .header-menu .nav .nav-item .nav-dropdown,
html[data-ai-theme=dark] .header .header-menu .nav .nav-item .mega-menu-content,
html[data-ai-theme=dark] .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown {
  background: #f7fbfd !important;
  border: 1px solid rgba(124, 218, 242, 0.18);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  opacity: 1;
}

html[data-ai-theme=dark] .header .header-menu .nav .nav-item .nav-dropdown a:not([class^=button], [class^=link-social]),
html[data-ai-theme=dark] .header .header-menu .nav .nav-item .mega-menu-content a:not([class^=button], [class^=link-social]),
html[data-ai-theme=dark] .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown a:not([class^=button], [class^=link-social]) {
  color: #00587a !important;
}

html[data-ai-theme=dark] .header .header-menu .nav .nav-item .nav-dropdown a:not([class^=button], [class^=link-social]):hover,
html[data-ai-theme=dark] .header .header-menu .nav .nav-item .nav-dropdown a:not([class^=button], [class^=link-social]):focus,
html[data-ai-theme=dark] .header .header-menu .nav .nav-item .mega-menu-content a:not([class^=button], [class^=link-social]):hover,
html[data-ai-theme=dark] .header .header-menu .nav .nav-item .mega-menu-content a:not([class^=button], [class^=link-social]):focus,
html[data-ai-theme=dark] .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown a:not([class^=button], [class^=link-social]):hover,
html[data-ai-theme=dark] .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown a:not([class^=button], [class^=link-social]):focus {
  background: rgba(119, 218, 245, 0.16) !important;
  color: #003f5c !important;
}

@media (max-width: 1199.98px) {
  html[data-ai-theme=dark] .header .header-menu .nav .nav-item {
    border-color: transparent !important;
  }
  html[data-ai-theme=dark] .header .header-menu .nav .nav-item .nav-dropdown,
  html[data-ai-theme=dark] .header .header-menu .nav .nav-item .mega-menu-content,
  html[data-ai-theme=dark] .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown {
    border: 0 !important;
    box-shadow: none;
  }
}
a.nav-dropdown-toggle {
  color: #016a93 !important;
  top: 53% !important;
}

html[data-ai-theme=dark] a.nav-dropdown-toggle {
  color: #00b9fd !important;
}

@media (max-width: 1199.98px) {
  .header .header-menu .nav .nav-item .nav-link.d-toggle {
    padding-right: 2rem !important;
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle {
    top: 8px !important;
    right: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: none !important;
    position: absolute !important;
    width: 24px !important;
    height: 24px !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #016a93 !important;
    opacity: 0.9;
    transition: opacity 0.16s ease, color 0.16s ease;
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle:hover, .header .header-menu .nav .nav-item .nav-dropdown-toggle:focus, .header .header-menu .nav .nav-item .nav-dropdown-toggle.active {
    background: transparent;
    color: #0093e9 !important;
    opacity: 1;
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle::before, .header .header-menu .nav .nav-item .nav-dropdown-toggle::after {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.48rem;
    height: 1.25px;
    background: currentColor;
    border: 0;
    font-size: 0;
    line-height: 0;
    transition: opacity 0.16s ease, transform 0.16s ease;
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle::before {
    transform: translate(-50%, -50%);
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .header .header-menu .nav .nav-item .nav-dropdown-toggle.active::after {
    opacity: 0;
  }
  .header .header-menu .nav .nav-item.is-open > .nav-dropdown-toggle::after, .header .header-menu .nav .nav-item:has(> .nav-dropdown.show) > .nav-dropdown-toggle::after {
    opacity: 0;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item {
    padding-right: 2rem !important;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link.sd-toggle {
    padding-right: 0 !important;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-dropdown-link.sd-toggle::after {
    display: none !important;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle {
    position: absolute !important;
    top: -2px !important;
    right: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transform: none !important;
    width: 22px !important;
    height: 22px !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #016a93 !important;
    opacity: 0.82;
    transition: opacity 0.16s ease, color 0.16s ease;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle:hover, .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle:focus, .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle.active {
    background: transparent;
    color: #0093e9 !important;
    opacity: 1;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle::before, .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle::after {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.44rem;
    height: 1.25px;
    background: currentColor;
    border: 0;
    font-size: 0;
    line-height: 0 !important;
    transition: opacity 0.16s ease, transform 0.16s ease;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle::before {
    transform: translate(-50%, -50%);
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item .nav-subdropdown-toggle.active::after {
    opacity: 0;
  }
  .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item.is-open > .nav-subdropdown-toggle::after, .header .header-menu .nav .nav-item .nav-dropdown .nav-dropdown-item:has(> .nav-subdropdown.show) > .nav-subdropdown-toggle::after {
    opacity: 0;
  }
}
.header .header-menu .nav .nav-item .nav-link {
  color: #016a93;
}

html[data-ai-theme=dark] .header .header-menu .nav .nav-item .nav-link {
  color: #01b8fc;
}

html[data-ai-theme=dark] .header .header-menu .nav .nav-item .nav-link:hover,
html[data-ai-theme=dark] .header .header-menu .nav .nav-item .nav-link.active {
  color: rgb(0, 175, 232);
}

@media (min-width: 992px) {
  html[data-ai-theme=dark] .header .header-menu .nav .nav-item .nav-link::before {
    background: rgb(45, 45, 45);
  }
}
@media (min-width: 1200px) {
  .position-middle.fs-form {
    max-width: 50%;
  }
}
.pagination .page-item .page-link {
  border-radius: 20px !important;
}

.active > .page-link, .page-link.active {
  background: #e4e8ec !important;
  color: #121518 !important;
}

.header-menu-extra ul {
  margin-bottom: 1px !important;
}

.scrolltotop.scrolltotop-show a {
  background: #0093E9;
}

.bi.bi-arrow-up::before {
  font-weight: 900 !important;
}

.hoverbox-1:before {
  background: rgba(255, 255, 255, 0.9);
}

.blog-card-wrapper:hover {
  color: #ffffff;
}

.blog-card-wrapper:hover .blog-card {
  background: rgba(24, 125, 158, 0.95);
}

.hoverbox-6.border-radius.blog-feat-img {
  max-height: 392px;
}

@media (max-width: 992px) {
  .hoverbox-6.border-radius.blog-feat-img {
    max-height: 275px;
  }
}
.hoverbox-6 .content {
  background: transparent;
}

.hoverbox-4:hover::after, .hoverbox-4:focus::after {
  background: rgba(70, 77, 82, 0.9);
}

.hoverbox-4 .content, .hoverbox-4 .hover-content {
  color: rgb(255, 255, 255);
}

.myBox {
  cursor: pointer;
}

.hoverbox-4.center {
  display: block;
}

.button {
  background: #008cba;
  border: none;
  color: #ffffff;
}

.button:hover {
  color: #ffffff;
  background: #00587a;
}

[class*=button-gradient], .button-theme, .button-blue, .button-purple, .button-pink-edge, .button-golden-yellow, .button-very-peri, .button-turquiose, .button-spring-red, .button-tan, .button-aqua {
  -webkit-box-shadow: none;
  box-shadow: none;
}

[class*=button-gradient]:hover, [class*=button-gradient]:focus, .button-theme:hover, .button-theme:focus, .button-blue:hover, .button-blue:focus, .button-purple:hover, .button-purple:focus, .button-pink-edge:hover, .button-pink-edge:focus, .button-golden-yellow:hover, .button-golden-yellow:focus, .button-very-peri:hover, .button-very-peri:focus, .button-turquiose:hover, .button-turquiose:focus, .button-spring-red:hover, .button-spring-red:focus, .button-tan:hover, .button-tan:focus, .button-aqua:hover, .button-aqua:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.9;
  color: white;
}

.button-white {
  color: #00587a;
  font: 500 0.875em "Poppins", sans-serif;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  -webkit-transition: ease-out 0.12s;
  background: #ffffff;
}

.button-white:hover, .button-white:focus {
  color: #00587a;
  background: rgba(255, 255, 255, 0.8431372549);
}

.button.button-rounded {
  min-height: 2.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding-right: 1.45rem;
  padding-left: 1.45rem;
  font: 600 0.82rem/1.2 "Poppins", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.button.button-sm {
  min-height: 2.55rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  font-size: 0.78rem;
}

.button.button-lg {
  min-height: 3.15rem;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}

.button.button-xl {
  min-height: 3.45rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.button i {
  font-size: 0.95em;
}

.ai-section-heading {
  max-width: 48rem;
}
.ai-section-heading .ai-section-eyebrow {
  margin-bottom: 0.85rem;
}
.ai-section-heading h1,
.ai-section-heading h2,
.ai-section-heading h3 {
  margin-bottom: 1rem;
  color: #00587a;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}
.ai-section-heading h1 {
  font-size: clamp(2.6rem, 5vw, 4.75rem);
}
.ai-section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}
.ai-section-heading h3 {
  font-size: clamp(1.45rem, 3vw, 2.25rem);
}

.ai-section-heading__description p {
  margin-bottom: 0;
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.7;
}
.ai-section-heading__description p + p {
  margin-top: 1rem;
}

.ai-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index: 5;
  bottom: 0;
  position: absolute;
  left: 0px;
  float: left;
}

.parallax1 > use {
  animation: move-forever1 10s linear infinite;
}
.parallax1 > use:nth-child(1) {
  animation-delay: -2s;
}

.parallax2 > use {
  animation: move-forever2 8s linear infinite;
}
.parallax2 > use:nth-child(1) {
  animation-delay: -2s;
}

.parallax3 > use {
  animation: move-forever3 6s linear infinite;
}
.parallax3 > use:nth-child(1) {
  animation-delay: -2s;
}

.parallax4 > use {
  animation: move-forever4 4s linear infinite;
}
.parallax4 > use:nth-child(1) {
  animation-delay: -2s;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
img.border-radius-top {
  border-radius: 8px 8px 0px 0;
  height: 18rem;
}

th.ent {
  padding: 2rem;
}

.table > :not(caption) > * > * {
  color: var(--bs-table-color-state, var(--bs-table-color-type, #7c7c7c));
}

.nav.nav-pills .nav-item .nav-link.active, .nav.nav-pills .nav-item .show .nav-link {
  background: transparent;
  color: #7c7c7c;
  border: 1px solid #0093e9;
  border-radius: 50px;
}

td.price-card--price-number.js-toggle-price-content.odometer {
  font-size: 1.1rem;
}

/* input:not(.form-check-input), textarea {
background: transparent;
width: 100%;
border: 1px solid rgba(18, 21, 24, 0.1);
margin-bottom: 1rem;
padding: 13px 15px;
} */
tr.enterprise {
  background: transparent !important;
  padding: 3rem;
}

tr {
  vertical-align: middle;
}

.button {
  overflow: visible;
}

.button-gradient:hover {
  transform: none;
}

.nav.nav-pills, .nav.nav-custom {
  justify-content: center;
}

.dev-interactive-cdn-map__legend {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .dev-interactive-cdn-map__legend-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.dev-interactive-cdn-map__legend-items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 768px) {
  .dev-interactive-cdn-map__legend-item {
    gap: 5px;
  }
}
.dev-interactive-cdn-map__legend-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dev-interactive-cdn-map__legend-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .dev-interactive-cdn-map__legend-item:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.dev-interactive-cdn-map__legend-item:last-child {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

@media (min-width: 768px) {
  .dev-interactive-cdn-map__legend-item {
    gap: 5px;
  }
  .mobile-only {
    display: none;
  }
}
.dev-interactive-cdn-map__legend-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dev-interactive-cdn-map__legend-item p {
  color: #b7b7b7 !important;
}

.dev-interactive-cdn-map__legend-item p {
  font: 500 11px/20px Roboto, Roboto-fallback, Roboto-fallback-2, sans-serif;
  margin: 0;
  text-align: center;
}

.dev-interactive-cdn-map__legend-points span {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.dev-interactive-cdn-map__legend-item {
  display: block ruby;
}

.dev-interactive-cdn-map__legend-points {
  margin-right: 5px;
}

/* Map Container*/
.cdn-style {
  background: #20333e;
  padding: 5rem 0;
  border-radius: 15px;
}

@media only screen and (max-width: 768px) {
  .table > :not(caption) > * > * {
    border-bottom-width: 0px !important;
  }
  .table {
    --bs-table-color: inherit !important;
    --bs-table-bg: transparent !important;
  }
  tr {
    margin-bottom: 3rem;
    background: #cfedff !important;
    border-radius: 50px;
    padding: 1rem;
  }
  td#choose-plan {
    padding-left: 0 !important;
    text-align: center !important;
  }
  .table td, .table th {
    border-top: none !important;
  }
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* #no-more-tables tr { border: 1px solid #ccc; } */
  #no-more-tables td {
    /* Behave like a "row" */
    /* border: none; */
    /* border-bottom: 1px solid #eee; */
    position: relative;
    padding-left: 0;
    white-space: normal;
    text-align: center;
  }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
  Label the data
  */
  /* #no-more-tables td:before { content: attr(data-title); } */
}
/* .price-card--price-number:before {
content: "$";
font-size: 2rem;
display: inline-block;
position: relative;
} */
/* .price-card--price-number:after {
content: "/mo";
font-size: 1.3rem;
display: inline-block;
} */
.switch-label {
  text-align: center;
  opacity: 0.4;
  font-size: 1rem;
  cursor: pointer;
  padding: 0 1rem;
}

.switch-label .save-money {
  color: #3498db;
  font-style: italic;
  padding-left: 0.5rem;
}

.save-money--mobile {
  color: #3498db;
  font-style: italic;
  display: none;
}

.switch-label.active {
  opacity: 1;
}

.switch {
  position: relative;
  display: inline-block;
  width: 3.75rem;
  height: 2.15rem;
  vertical-align: -50%;
  margin: 0;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3498db;
  border-radius: 34px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#js-pricing-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

#js-pricing-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

@media (max-width: 980px) {
  /* Pricing Switch */
  .switch-label {
    display: inline-block;
    width: auto;
  }
  .save-money {
    display: none;
  }
  .save-money--mobile {
    display: block;
    font-weight: bold;
  }
}
tr.enterprise:hover {
  --bs-table-hover-bg: transparent !important;
}

/* */
.step1Content {
  display: block;
}

.step2Content {
  display: none;
}

/* ========================================
   Hosting Template
======================================== */
.hosting-included {
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, #f3f8fb 0%, #eef5f8 100%);
}
.hosting-included h2 {
  max-width: 34rem;
  font-weight: 400 !important;
  line-height: 1.12;
}

.hosting-included__list {
  display: grid;
  gap: 0.85rem;
  margin: 0;
}
.hosting-included__list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.45;
}
.hosting-included__list i {
  flex: 0 0 auto;
  color: #39bde8;
  font-size: 0.95rem;
}

.hosting-included__card,
.hosting-migration__card {
  height: 100%;
  border: 1px solid rgba(0, 88, 122, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 30px rgba(0, 88, 122, 0.05);
}

.hosting-included__card {
  padding: 2.25rem;
}
.hosting-included__card h6 {
  color: #1a1a1a;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.hosting-included__card p {
  margin-bottom: 0;
  color: #6f6f6f;
  font-size: 0.95rem;
  line-height: 1.65;
}

.hosting-migration h2 {
  max-width: 38rem;
  font-weight: 400 !important;
  line-height: 1.12;
}
.hosting-migration p,
.hosting-migration li {
  color: #6f6f6f;
  line-height: 1.65;
}

.hosting-migration__image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 88, 122, 0.12);
}

.hosting-migration__card {
  padding: 2.25rem 2rem;
}
.hosting-migration__card i {
  color: #39bde8;
  font-size: 2.35rem;
}
.hosting-migration__card h3 {
  color: #00587a;
  font-size: 1.15rem;
  font-weight: 400 !important;
  line-height: 1.35;
}
.hosting-migration__card p {
  margin-bottom: 0;
  color: #6f6f6f;
  font-size: 0.95rem;
  line-height: 1.6;
}

.hosting-infrastructure {
  padding-bottom: 3.5rem;
}
.hosting-infrastructure .display-5 {
  font-weight: 400 !important;
  line-height: 1.12;
}
.hosting-infrastructure p {
  color: #6f6f6f;
  line-height: 1.65;
}
.hosting-infrastructure #mapbase {
  display: block;
  margin-bottom: 1.25rem;
}
.hosting-infrastructure .dev-interactive-cdn-map__legend {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  clear: both;
  width: 100%;
  margin: 2.25rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 88, 122, 0.08);
}
.hosting-infrastructure .dev-interactive-cdn-map__legend-item {
  display: flex !important;
}
.hosting-infrastructure .dev-interactive-cdn-map__legend-items {
  align-items: center;
}
.hosting-infrastructure .dev-interactive-cdn-map__legend-item p {
  color: #7c7c7c !important;
  font-size: 0.8rem;
  line-height: 1.35;
}

.hosting-map-svg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto 0;
}

.hosting-sustainability {
  margin-top: 2rem;
  padding: 4.5rem 0;
  border-top: 1px solid rgba(0, 88, 122, 0.08);
  border-bottom: 1px solid rgba(0, 88, 122, 0.08);
  background: linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
}
.hosting-sustainability .hosting-sustainability__inner {
  min-height: 24rem;
}
.hosting-sustainability .hosting-sustainability__copy {
  max-width: 40rem;
}
.hosting-sustainability h2 {
  max-width: 33rem;
  font-weight: 400 !important;
  line-height: 1.12;
}
.hosting-sustainability p {
  max-width: 38rem;
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.65;
}
.hosting-sustainability .hosting-sustainability__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18rem;
  border-left: 1px solid rgba(0, 88, 122, 0.1);
}
.hosting-sustainability .hosting-sustainability__media-mobile {
  display: none;
}
.hosting-sustainability img {
  display: block;
  width: min(320px, 78%);
  margin: 0 auto;
}

.hosting-pricing {
  padding-top: clamp(2.5rem, 4vw, 3rem);
  padding-bottom: clamp(2.75rem, 4vw, 3.5rem);
  max-width: none !important;
}
.hosting-pricing .display-5 {
  font-weight: 400 !important;
  line-height: 1.12;
}
.hosting-pricing .container {
  max-width: 1060px;
}
.hosting-pricing > .container > .row.mb-5 {
  margin-bottom: clamp(1.1rem, 2.5vw, 1.6rem) !important;
}
.hosting-pricing > .container > .row.g-4 {
  align-items: center;
  margin-bottom: clamp(1rem, 2vw, 1.3rem) !important;
  --bs-gutter-y: .75rem;
}
.hosting-pricing > .container > .row.g-4 > .col-12 {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
.hosting-pricing > .container > .row.g-4 > .col-12:first-child {
  justify-content: flex-start;
}
.hosting-pricing > .container > .row.g-4 > .col-12:last-child {
  justify-content: flex-end;
}
.hosting-pricing .nav.nav-pills {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.15rem;
  padding: 0.25rem;
  margin-bottom: 0 !important;
  border: 1px solid rgba(0, 88, 122, 0.12);
  border-radius: 999px;
  background: #ffffff;
}
.hosting-pricing .nav.nav-pills .nav-item .nav-link {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.45rem 1.25rem;
  color: #1a1a1a;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.15;
}
.hosting-pricing .nav.nav-pills .nav-item .nav-link.active {
  border-color: rgba(0, 147, 233, 0.75);
  color: #00587a;
  background: rgba(0, 147, 233, 0.12);
}

#js-pricing-switch {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  min-height: 2.45rem;
  padding: 0.25rem;
  border: 1px solid rgba(0, 88, 122, 0.12);
  border-radius: 999px;
  background: #ffffff;
  margin-bottom: 0 !important;
}
#js-pricing-switch .switch-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 5.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  color: #6f6f6f;
  opacity: 1;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.15;
  transition: background 0.18s ease, color 0.18s ease;
}
#js-pricing-switch .switch-label.active {
  background: rgba(0, 147, 233, 0.12);
  color: #00587a;
}
#js-pricing-switch .switch-label .save-money {
  display: none !important;
  position: static;
  width: auto;
  transform: none;
  padding-left: 0;
  color: #0093e9;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-transform: uppercase;
}
#js-pricing-switch .switch {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: auto;
  height: auto;
  cursor: pointer;
}
#js-pricing-switch .slider {
  position: absolute;
  inset: 0;
  background: transparent;
  border-radius: 999px;
}
#js-pricing-switch .slider:before {
  display: none;
}
#js-pricing-switch .save-money--mobile {
  display: none !important;
}

.hosting-plans-table {
  display: block;
}
.hosting-plans-table .mobile-only {
  display: none !important;
}
.hosting-plans-table table {
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(0, 88, 122, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(0, 88, 122, 0.045);
}
.hosting-plans-table th,
.hosting-plans-table td {
  padding: 1rem 1.35rem !important;
  border-color: rgba(0, 88, 122, 0.08) !important;
  color: #333f48;
  font-size: 0.95rem;
  vertical-align: middle;
}
.hosting-plans-table thead th {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  color: #1a1a1a;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: transparent;
}
.hosting-plans-table tbody th {
  color: #1a1a1a;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}
.hosting-plans-table .hosting-plan-mobile-toggle {
  display: contents;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
}
.hosting-plans-table .hosting-plan-summary-price,
.hosting-plans-table .hosting-plan-mobile-toggle i {
  display: none;
}
.hosting-plans-table tbody tr:nth-child(n+5) {
  display: none;
}
.hosting-plans-table.is-expanded tbody tr:nth-child(n+5) {
  display: table-row;
}
.hosting-plans-table .hosting-plan-price-cell {
  display: grid;
  grid-template-columns: minmax(4.5rem, auto) minmax(7.25rem, max-content);
  align-items: center;
  gap: 0.85rem;
  min-width: 13.5rem;
  background: #1f2428 !important;
  color: #ffffff;
  border-color: rgba(0, 147, 233, 0.25) !important;
}
.hosting-plans-table .price-card--price-number {
  color: #ffffff;
  font-size: 1.15rem !important;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.hosting-plans-table .hosting-plan-actions {
  display: block;
}
.hosting-plans-table .button {
  min-width: 6.75rem;
  padding: 0.55rem 0.9rem !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #0093e9;
  box-shadow: none;
  font-size: 0.7rem !important;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}
.hosting-plans-table .button:hover {
  border-color: rgba(255, 255, 255, 0.36);
  background: #007fc9;
}

.hosting-plans-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-width: 13rem;
  margin: 1.5rem auto 0;
  padding: 0.75rem 1.2rem;
  border: 1px solid rgba(0, 88, 122, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: #1a1a1a;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(0, 88, 122, 0.04);
}
.hosting-plans-toggle i {
  color: #00587a;
  font-size: 0.75rem;
  transition: transform 0.18s ease;
}
.hosting-plans-toggle[aria-expanded=true] i {
  transform: rotate(180deg);
}

.hosting-domain-cta {
  padding-top: clamp(3rem, 5vw, 4.5rem) !important;
  padding-bottom: clamp(3rem, 5vw, 4.5rem) !important;
}
.hosting-domain-cta > .bg-white {
  padding: 0 !important;
}
.hosting-domain-cta h2 {
  font-weight: 400 !important;
  line-height: 1.12;
}
.hosting-domain-cta p {
  max-width: 44rem;
  margin-right: auto;
  margin-left: auto;
  color: #6f6f6f;
  line-height: 1.65;
}

html[data-ai-theme=dark] .hosting-included {
  background: linear-gradient(180deg, #14232e 0%, #182b38 58%, #111d27 100%);
  border: 1px solid rgba(124, 218, 242, 0.12);
}
html[data-ai-theme=dark] .hosting-included__list li,
html[data-ai-theme=dark] .hosting-migration p,
html[data-ai-theme=dark] .hosting-migration li,
html[data-ai-theme=dark] .hosting-infrastructure p,
html[data-ai-theme=dark] .hosting-sustainability p,
html[data-ai-theme=dark] .hosting-pricing p,
html[data-ai-theme=dark] .hosting-domain-cta p {
  color: var(--ai-text-color) !important;
}
html[data-ai-theme=dark] .hosting-included__card,
html[data-ai-theme=dark] .hosting-migration__card {
  border-color: rgba(124, 218, 242, 0.22);
  background: rgba(16, 27, 36, 0.82);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}
html[data-ai-theme=dark] .hosting-included__card h6,
html[data-ai-theme=dark] .hosting-migration__card h3 {
  color: var(--ai-heading-color) !important;
}
html[data-ai-theme=dark] .hosting-included__card p,
html[data-ai-theme=dark] .hosting-migration__card p {
  color: #c7d5dc !important;
}
html[data-ai-theme=dark] .hosting-infrastructure {
  padding-top: clamp(4rem, 7vw, 6rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
  background: linear-gradient(180deg, var(--ai-page-bg) 0%, #111d27 28%, #14232e 72%, var(--ai-page-bg) 100%);
}
html[data-ai-theme=dark] .hosting-infrastructure .dev-interactive-cdn-map__legend {
  width: min(100%, 72rem);
  padding: 1rem 1.25rem !important;
  border: 1px solid rgba(124, 218, 242, 0.16) !important;
  border-radius: 8px;
  background: rgba(16, 27, 36, 0.72) !important;
}
html[data-ai-theme=dark] .hosting-infrastructure .dev-interactive-cdn-map__legend-item p {
  color: #d6e5ec !important;
}
html[data-ai-theme=dark] .hosting-sustainability {
  margin-top: 0;
  border-color: rgba(124, 218, 242, 0.12);
  background: linear-gradient(180deg, #14232e 0%, #182b38 54%, #111d27 100%);
}
html[data-ai-theme=dark] .hosting-sustainability__media {
  border-left-color: rgba(124, 218, 242, 0.16);
}
html[data-ai-theme=dark] .hosting-pricing {
  padding-top: clamp(2.5rem, 4vw, 3rem);
  padding-bottom: clamp(2.75rem, 4vw, 3.5rem);
}
html[data-ai-theme=dark] .hosting-pricing .nav.nav-pills,
html[data-ai-theme=dark] #js-pricing-switch,
html[data-ai-theme=dark] .hosting-plans-toggle {
  border-color: rgba(124, 218, 242, 0.18);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}
html[data-ai-theme=dark] .hosting-plans-table table,
html[data-ai-theme=dark] .hosting-comparison__scroll {
  border-color: rgba(124, 218, 242, 0.18);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}
html[data-ai-theme=dark] .hosting-comparison {
  padding-top: clamp(3rem, 5vw, 4rem);
  padding-bottom: clamp(3.25rem, 5vw, 4.25rem);
}
html[data-ai-theme=dark] .hosting-domain-cta {
  padding-top: clamp(3rem, 5vw, 4.5rem) !important;
  padding-bottom: clamp(3rem, 5vw, 4.5rem) !important;
}

/* ========================================
   Domains Template
======================================== */
.domains-page {
  background: #ffffff;
}

.domains-page h1,
.domains-page h2,
.domains-page h3 {
  font-weight: 500;
  letter-spacing: 0;
}

.domains-hero {
  position: relative;
  overflow: hidden;
  min-height: 34rem;
  border-radius: 6px;
  padding: 5.25rem 0;
  background: #22304a;
  color: #ffffff;
}

.domains-hero:before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(90deg, rgba(0, 147, 233, 0.42), rgba(36, 192, 219, 0.18) 38%, rgba(255, 255, 255, 0.2));
  opacity: 0.42;
}

.domains-hero__media {
  position: absolute;
  inset: 0 0 0 auto;
  width: 48%;
  pointer-events: none;
}

.domains-tld-cloud {
  position: absolute;
  top: 50%;
  right: 8%;
  width: min(500px, 88%);
  aspect-ratio: 1.45/1;
  transform: translateY(-50%);
}

.domains-tld-cloud__item {
  position: absolute;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.domains-tld-cloud__item--1 {
  top: 34%;
  left: 37%;
  color: #ffffff;
  font-size: 2.2rem;
}

.domains-tld-cloud__item--2 {
  top: 18%;
  left: 55%;
  color: #ffbc7f;
  font-size: 1.4rem;
}

.domains-tld-cloud__item--3 {
  top: 61%;
  left: 62%;
  color: #8fd7ee;
  font-size: 1.65rem;
}

.domains-tld-cloud__item--4 {
  top: 38%;
  left: 69%;
  color: #b8c7ff;
  font-size: 1.05rem;
}

.domains-tld-cloud__item--5 {
  top: 25%;
  left: 18%;
  color: #8edfcf;
  font-size: 1.25rem;
}

.domains-tld-cloud__item--6 {
  top: 60%;
  left: 28%;
  color: #ffce66;
  font-size: 1.15rem;
}

.domains-tld-cloud__item--7 {
  top: 47%;
  left: 75%;
  color: #f7a974;
  font-size: 0.9rem;
}

.domains-tld-cloud__item--8 {
  top: 73%;
  left: 42%;
  color: #ffffff;
  font-size: 1rem;
}

.domains-tld-cloud__item--9 {
  top: 34%;
  left: 11%;
  color: #dac7e4;
  font-size: 1.3rem;
}

.domains-tld-cloud__item--10 {
  top: 70%;
  left: 76%;
  color: #d7d0b6;
  font-size: 1.3rem;
}

.domains-tld-cloud__item--11 {
  top: 18%;
  left: 73%;
  color: #76d1c7;
  font-size: 0.82rem;
}

.domains-tld-cloud__item--12 {
  top: 14%;
  left: 34%;
  color: #9aa6ff;
  font-size: 1rem;
}

.domains-tld-cloud:before,
.domains-tld-cloud:after {
  display: none;
}

.domains-hero .container {
  position: relative;
  z-index: 1;
}

.domains-hero__copy {
  max-width: 42rem;
}

.domains-hero__copy .ai-section-eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.domains-hero h1 {
  max-width: 42rem;
  margin-bottom: 1.35rem;
  color: #ffffff;
  font-size: clamp(2.65rem, 4.6vw, 4.55rem);
  line-height: 1.06;
}

.domains-hero__copy p {
  max-width: 38rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.1rem;
  line-height: 1.65;
}

.domains-search-section {
  padding-top: 4rem;
}

.domains-search-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(30rem, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.domains-search-copy {
  max-width: 36rem;
}

.domains-search-copy h2 {
  margin-bottom: 1rem;
  color: #00587a;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 1.12;
}

.domains-search-copy p {
  margin-bottom: 0;
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.7;
}

.domains-search-panel {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: min(42rem, 100vh - 7rem);
  border: 1px solid rgba(0, 88, 122, 0.14);
  border-radius: 8px;
  padding: 1.6rem;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(0, 88, 122, 0.08);
  scrollbar-gutter: stable;
}

.domains-search-panel h2 {
  margin-bottom: 0.35rem;
  color: #00587a;
  font-size: 1.35rem;
  line-height: 1.25;
}

.domains-search-panel p {
  margin-bottom: 1.15rem;
  color: #6f6f6f;
  font-size: 0.95rem;
  line-height: 1.55;
}

.domains-search-panel input,
.domains-search-panel .form-control,
.domains-search-panel input.thc-domain-lookup-search__input {
  min-height: 3.1rem;
  border: 1px solid rgba(0, 88, 122, 0.14) !important;
  border-radius: 4px 0 0 4px !important;
  color: #1f2428;
  font-size: 0.95rem !important;
}

.domains-search-panel button,
.domains-search-panel button#thc-domain-lookup-btn-\:r0\: {
  min-height: 3.1rem;
  border-radius: 0 4px 4px 0 !important;
  background: #1f2428 !important;
  color: #ffffff !important;
  font-size: 0.85rem !important;
}

.domains-search-panel form + *,
.domains-search-panel [class*=result],
.domains-search-panel [class*=Result],
.domains-search-panel [class*=match],
.domains-search-panel [class*=Match] {
  max-height: 27rem;
  overflow-y: auto;
}

.domains-search-panel table {
  width: 100%;
}

.domains-search-panel button.thc-domain-lookup-buy-btn {
  min-height: 2.65rem;
  border: 1px solid #0093e9 !important;
  border-radius: 4px !important;
  background: #0093e9 !important;
  color: #ffffff !important;
  font-size: 0.78rem !important;
}

.domains-section-heading {
  max-width: 48rem;
  margin: 0 auto 3rem;
}

.domains-section-heading:not(.text-center) {
  margin-left: 0;
}

.domains-section-heading h2 {
  margin-bottom: 0.85rem;
  color: #00587a;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  line-height: 1.1;
}

.domains-section-heading p {
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.65;
}

.domains-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.domain-feature-card {
  min-height: 22rem;
  border-radius: 34px;
  padding: 3.1rem;
  color: #15191d;
}

.domain-feature-card i {
  display: inline-flex;
  margin-bottom: 1.4rem;
  font-size: 1.75rem;
}

.domain-feature-card h3 {
  max-width: 13rem;
  margin-bottom: 1rem;
  font-size: 2.1rem;
  line-height: 1.18;
}

.domain-feature-card p {
  max-width: 18rem;
  margin-bottom: 0;
  color: rgba(21, 25, 29, 0.78);
  font-size: 0.95rem;
  line-height: 1.6;
}

.domain-feature-card--peach {
  background: #ffc39b;
}

.domain-feature-card--blue {
  background: #b9c3dc;
}

.domain-feature-card--green {
  background: #64ca91;
}

.domains-support-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.domain-support-card {
  display: grid;
  grid-template-columns: 2.15rem 1fr;
  gap: 1rem;
  min-height: 12.5rem;
  border-radius: 8px;
  padding: 1.65rem;
  background: #f7fbfd;
}

.domain-support-card i {
  color: #39bde8;
  font-size: 1.45rem;
}

.domain-support-card h3 {
  margin-bottom: 0.45rem;
  color: #00587a;
  font-size: 1rem;
  line-height: 1.35;
}

.domain-support-card p {
  margin-bottom: 0;
  color: #6f6f6f;
  font-size: 0.95rem;
  line-height: 1.6;
}

.domains-pricing {
  background: #1a1d1f;
}

.domains-section-heading--light h2,
.domains-section-heading--light p {
  color: #ffffff;
}

.domains-section-heading--light p {
  color: rgba(255, 255, 255, 0.76);
}

.domains-tld-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 70rem;
  margin: 0 auto;
}

.domains-tld-grid--preview {
  margin-top: 2.5rem;
}

.domains-tld-grid--full {
  margin-top: 3.5rem;
}

.domains-pricing__action {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.domains-tld-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.7rem;
  border-radius: 8px;
  padding: 1.35rem 1.55rem;
  background: #ffffff;
  color: #15191d;
}

.domains-tld-card:hover {
  color: #15191d;
  transform: translateY(-2px);
}

.domains-tld-card--featured {
  min-height: 8.8rem;
  align-items: flex-start;
  flex-direction: column;
  background: #fff1e8;
}

.domains-tld-card span {
  color: #15191d;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}

.domains-tld-card--featured span {
  font-size: 1.75rem;
}

.domains-tld-card small {
  color: #525a60;
  font-size: 0.78rem;
  line-height: 1;
}

.domains-tld-grid--pricing .domains-tld-card {
  min-height: 5.15rem;
  align-items: center;
  flex-direction: row;
}

.domains-tld-card__name {
  color: #15191d;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}

.domains-tld-card__meta {
  color: #525a60;
  font-size: 0.82rem;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.domains-pricing--full .domains-tld-card--featured {
  min-height: 5.15rem;
  align-items: center;
  flex-direction: row;
}

.domains-transfer__inner {
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) minmax(0, 1fr);
  gap: 4rem;
  align-items: center;
}

.domains-transfer__art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 18rem;
}

.domains-transfer__art:before {
  content: "";
  position: absolute;
  width: 15rem;
  height: 15rem;
  border-radius: 42% 58% 46% 54%;
  background: #d9f4ee;
  transform: rotate(30deg);
}

.domains-transfer__art span {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.8rem;
  height: 5.8rem;
  border-radius: 0 0 28px 0;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 600;
  box-shadow: 0 16px 34px rgba(0, 88, 122, 0.12);
}

.domains-transfer__art span:nth-child(1) {
  top: 2.5rem;
  left: 4rem;
  background: #149b83;
}

.domains-transfer__art span:nth-child(2) {
  top: 6rem;
  right: 4.5rem;
  background: #2180d8;
}

.domains-transfer__art span:nth-child(3) {
  bottom: 2.5rem;
  left: 5.2rem;
  background: #1f2428;
}

.domains-transfer__copy h2 {
  max-width: 40rem;
  margin-bottom: 1rem;
  color: #00587a;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.12;
}

.domains-transfer__copy p {
  max-width: 42rem;
  color: #6f6f6f;
  line-height: 1.65;
}

.domains-transfer__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.domains-transfer__actions a,
.domains-final-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  border-radius: 2px;
  background: #d5eee9;
  color: #1f2428;
  font-size: 1rem;
  font-weight: 400;
}

.domains-transfer__actions a:hover,
.domains-final-cta a:hover {
  background: #c1e5de;
  color: #1f2428;
}

.domains-guide {
  background: #ffffff;
}

.domains-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem 4rem;
}

.domains-guide-card {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.25rem;
}

.domains-guide-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2rem;
  border-radius: 8px;
  background: #eef5ff;
  color: #0075ff;
  font-size: 1.25rem;
}

.domains-guide-card h3 {
  margin-bottom: 0.5rem;
  color: #15191d;
  font-size: 1.35rem;
  line-height: 1.25;
}

.domains-guide-card p {
  margin-bottom: 0;
  color: #596169;
  line-height: 1.65;
}

.domains-final-cta {
  padding: 1.35rem 0;
  background: #2f987e;
}

.domains-final-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.domains-final-cta h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.25;
}

.domains-final-cta a {
  min-width: 16rem;
  background: #ffffff;
}

.domains-faqs {
  background: #ffffff;
}

.domains-faq-list {
  display: grid;
  gap: 1rem;
  max-width: 74rem;
  margin: 0 auto;
}

.domains-faq-list li {
  overflow: hidden;
  margin-bottom: 0;
  background: #eff9f6;
}

.domains-faq-list .accordion-title {
  min-height: 0;
  border: 0;
  border-radius: 0;
  padding: 1.35rem 4rem 1.35rem 1.35rem;
  background: transparent;
}

.domains-faq-list .accordion-title h3 {
  margin: 0;
  color: #15191d;
  font-size: 1.25rem;
  line-height: 1.3;
}

.domains-faq-list .accordion-title:before,
.domains-faq-list .accordion-title:after {
  right: 1.5rem;
  width: 0.7rem;
  height: 2px;
  background: #00587a;
}

.domains-faq-list .accordion-content {
  padding: 0 1.35rem;
}

.domains-faq-list .accordion-content p {
  max-width: 58rem;
  margin: 0;
  color: #596169;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .domains-hero {
    min-height: 0;
    padding: 4.5rem 0;
  }
  .domains-hero:before,
  .domains-hero__media {
    display: none;
  }
  .domains-search-layout {
    grid-template-columns: 1fr;
  }
  .domains-search-copy {
    max-width: 44rem;
  }
  .domains-feature-grid,
  .domains-support-grid,
  .domains-tld-grid {
    grid-template-columns: 1fr;
  }
  .domain-feature-card {
    min-height: 0;
    border-radius: 18px;
    padding: 2rem;
  }
  .domains-tld-card--featured,
  .domains-tld-card {
    min-height: 5rem;
    flex-direction: row;
    align-items: center;
  }
  .domains-transfer__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .domains-transfer__art {
    order: 2;
  }
  .domains-transfer__copy {
    order: 1;
  }
  .domains-guide-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .domains-hero {
    padding: 3.25rem 0;
  }
  .domains-hero h1,
  .domains-section-heading h2,
  .domains-transfer__copy h2,
  .domains-search-copy h2 {
    font-size: 2.25rem;
  }
  .domains-search-panel {
    padding: 1.1rem;
  }
  .domains-search-panel form {
    display: grid;
  }
  .domains-search-panel input,
  .domains-search-panel .form-control,
  .domains-search-panel input.thc-domain-lookup-search__input,
  .domains-search-panel button,
  .domains-search-panel button#thc-domain-lookup-btn-\:r0\: {
    width: 100%;
    border-radius: 4px !important;
  }
  .domains-search-panel button,
  .domains-search-panel button#thc-domain-lookup-btn-\:r0\: {
    margin-top: 0.65rem;
  }
  .domains-search-panel form + *,
  .domains-search-panel [class*=result],
  .domains-search-panel [class*=Result],
  .domains-search-panel [class*=match],
  .domains-search-panel [class*=Match] {
    max-height: 22rem;
  }
  .domain-support-card {
    min-height: 0;
  }
  .domains-transfer__art {
    min-height: 14rem;
  }
  .domains-transfer__art:before {
    width: 11rem;
    height: 11rem;
  }
  .domains-transfer__art span {
    width: 6.2rem;
    height: 4.6rem;
    font-size: 1.05rem;
  }
  .domains-transfer__art span:nth-child(1) {
    left: 2rem;
  }
  .domains-transfer__art span:nth-child(2) {
    right: 2rem;
  }
  .domains-transfer__art span:nth-child(3) {
    left: 3rem;
  }
  .domains-transfer__actions,
  .domains-final-cta__inner {
    grid-template-columns: 1fr;
    display: grid;
  }
  .domains-final-cta a {
    min-width: 0;
    width: 100%;
  }
  .domains-guide-card {
    grid-template-columns: 2.75rem 1fr;
  }
  .domains-faq-list .accordion-title h3 {
    font-size: 1rem;
  }
}
/* Domains page contrast and flow refinement */
.domains-page {
  --domains-page-bg: #ffffff;
  --domains-soft-bg: #f5fbfe;
  --domains-soft-bg-alt: #eef6fb;
  --domains-card-bg: #ffffff;
  --domains-card-border: rgba(0, 88, 122, .12);
  --domains-heading: #00587a;
  --domains-text: #6f6f6f;
  --domains-muted: #73828b;
  --domains-dark-panel: #16222c;
  background: var(--domains-page-bg);
  color: var(--domains-text);
}

.domains-page .section {
  padding-top: clamp(4.5rem, 7vw, 7rem);
  padding-bottom: clamp(4.5rem, 7vw, 7rem);
}

.domains-hero {
  min-height: clamp(30rem, 47vw, 36rem);
  background: radial-gradient(circle at 78% 34%, rgba(62, 190, 221, 0.12), transparent 28rem), linear-gradient(135deg, #20304b 0%, #1f415d 52%, #22304a 100%);
}

.domains-hero:before {
  inset: 0;
  height: auto;
  background: linear-gradient(90deg, rgba(0, 147, 233, 0.22), transparent 46%), linear-gradient(180deg, transparent 0%, rgba(0, 88, 122, 0.2) 100%);
  opacity: 1;
}

.domains-search-section {
  padding-top: clamp(4rem, 6vw, 6rem);
}

.domains-search-layout {
  align-items: center;
}

.domains-search-copy h2,
.domains-section-heading h2,
.domains-transfer__copy h2 {
  color: var(--domains-heading) !important;
}

.domains-search-copy p,
.domains-section-heading p,
.domains-transfer__copy p,
.domains-guide-card p,
.domain-support-card p {
  color: var(--domains-text) !important;
}

.domains-search-panel {
  background: var(--domains-card-bg);
  border-color: var(--domains-card-border);
  box-shadow: 0 22px 60px rgba(0, 88, 122, 0.08);
}

.domains-benefits {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 46%, var(--domains-soft-bg) 100%);
}

.domains-feature-grid {
  gap: 1rem;
  margin-bottom: 1rem;
}

.domain-feature-card,
.domain-feature-card--peach,
.domain-feature-card--blue,
.domain-feature-card--green {
  min-height: 17rem;
  border: 1px solid var(--domains-card-border);
  border-radius: 8px;
  padding: clamp(1.75rem, 2.5vw, 2.35rem);
  background: var(--domains-card-bg);
  color: var(--domains-heading);
  box-shadow: 0 18px 48px rgba(0, 88, 122, 0.06);
}

.domain-feature-card i {
  color: #39bde8;
  font-size: 1.45rem;
}

.domain-feature-card h3 {
  max-width: 17rem;
  color: var(--domains-heading) !important;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.domain-feature-card p {
  color: var(--domains-text) !important;
}

.domains-support-grid {
  gap: 1rem;
}

.domain-support-card {
  border: 1px solid rgba(0, 88, 122, 0.08);
  background: rgba(255, 255, 255, 0.72);
}

.domain-support-card h3,
.domains-guide-card h3 {
  color: var(--domains-heading) !important;
}

.domains-pricing {
  background: radial-gradient(ellipse at 50% 10%, rgba(57, 189, 232, 0.055), transparent 34rem), linear-gradient(180deg, var(--domains-soft-bg) 0%, #f9fdff 42%, #ffffff 100%);
}

.domains-pricing .domains-section-heading--light h2 {
  color: var(--domains-heading) !important;
}

.domains-pricing .domains-section-heading--light p {
  color: var(--domains-text) !important;
}

.domains-tld-card {
  border: 1px solid var(--domains-card-border);
  background: var(--domains-card-bg);
  color: var(--domains-heading);
  box-shadow: 0 18px 48px rgba(0, 88, 122, 0.06);
}

.domains-tld-card:hover {
  color: var(--domains-heading);
  border-color: rgba(0, 147, 233, 0.28);
}

.domains-tld-card--featured {
  background: #f5fbfe;
}

.domains-tld-card span,
.domains-tld-card--featured span {
  color: var(--domains-heading);
}

.domains-tld-card small {
  color: var(--domains-muted);
}

.domains-tld-grid--pricing .domains-tld-card {
  min-height: 5.15rem;
  align-items: center;
  flex-direction: row;
}

.domains-tld-card__name,
.domains-tld-card span {
  color: var(--domains-heading);
}

.domains-tld-card__meta,
.domains-tld-card small {
  color: var(--domains-muted);
}

.domains-transfer {
  background: var(--domains-page-bg);
}

.domains-transfer__inner {
  border-radius: 8px;
  padding: clamp(2.5rem, 5vw, 4rem);
  background: linear-gradient(135deg, rgba(245, 251, 254, 0.92) 0%, #ffffff 72%), linear-gradient(180deg, rgba(57, 189, 232, 0.08), rgba(57, 189, 232, 0));
}

.domains-transfer__actions a,
.domains-final-cta a {
  min-height: 2.8rem;
  border-radius: 999px;
  background: #0093e9;
  color: #ffffff !important;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.domains-transfer__actions a:hover,
.domains-final-cta a:hover {
  background: #007fca;
  color: #ffffff !important;
}

.domains-guide {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 48%, var(--domains-soft-bg) 100%);
}

.domains-guide-card {
  border-radius: 8px;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.66);
}

.domains-final-cta {
  padding: clamp(4rem, 7vw, 6rem) 0;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
}

.domains-final-cta__inner {
  justify-content: center;
  text-align: center;
}

.domains-final-cta h2 {
  color: var(--domains-heading) !important;
  font-size: clamp(2.35rem, 5vw, 4rem);
}

.domains-faqs {
  background: var(--domains-page-bg);
  padding-top: clamp(3rem, 5vw, 5rem);
}

.domains-page .ai-faqs {
  background: linear-gradient(180deg, var(--domains-soft-bg) 0%, #ffffff 36%, #ffffff 100%) !important;
}

.domains-faq-list {
  max-width: 64rem;
}

.domains-faq-list li {
  border: 1px solid rgba(0, 88, 122, 0.14);
  border-radius: 8px;
  background: #eff9f6;
}

.domains-faq-list .accordion-title {
  padding: 1.1rem 3.5rem 1.1rem 1.25rem;
}

.domains-faq-list .accordion-title h3 {
  color: var(--domains-heading) !important;
  font-size: 1.05rem;
  font-weight: 500;
}

html[data-ai-theme=dark] .domains-page {
  --domains-page-bg: #0d151d;
  --domains-soft-bg: #111d26;
  --domains-soft-bg-alt: #16222c;
  --domains-card-bg: #101d26;
  --domains-card-border: rgba(124, 218, 242, .18);
  --domains-heading: #e8f9ff;
  --domains-text: #c7d4dc;
  --domains-muted: #93a6b1;
  background: var(--domains-page-bg);
  color: var(--domains-text);
}

html[data-ai-theme=dark] .domains-hero {
  background: radial-gradient(circle at 78% 34%, rgba(62, 190, 221, 0.1), transparent 28rem), linear-gradient(135deg, #182536 0%, #0f4f65 55%, #16222c 100%);
}

html[data-ai-theme=dark] .domains-search-section,
html[data-ai-theme=dark] .domains-benefits,
html[data-ai-theme=dark] .domains-transfer,
html[data-ai-theme=dark] .domains-guide,
html[data-ai-theme=dark] .domains-faqs {
  background: var(--domains-page-bg) !important;
}

html[data-ai-theme=dark] .domains-search-panel,
html[data-ai-theme=dark] .domain-feature-card,
html[data-ai-theme=dark] .domain-support-card,
html[data-ai-theme=dark] .domains-transfer__inner,
html[data-ai-theme=dark] .domains-guide-card,
html[data-ai-theme=dark] .domains-faq-list li {
  border-color: var(--domains-card-border) !important;
  background: var(--domains-card-bg) !important;
  box-shadow: none;
}

html[data-ai-theme=dark] .domains-search-panel h2,
html[data-ai-theme=dark] .domains-search-copy h2,
html[data-ai-theme=dark] .domains-section-heading h2,
html[data-ai-theme=dark] .domains-transfer__copy h2,
html[data-ai-theme=dark] .domain-feature-card h3,
html[data-ai-theme=dark] .domain-support-card h3,
html[data-ai-theme=dark] .domains-guide-card h3,
html[data-ai-theme=dark] .domains-faq-list .accordion-title h3 {
  color: var(--domains-heading) !important;
}

html[data-ai-theme=dark] .domains-search-panel p,
html[data-ai-theme=dark] .domains-search-copy p,
html[data-ai-theme=dark] .domains-section-heading p,
html[data-ai-theme=dark] .domains-transfer__copy p,
html[data-ai-theme=dark] .domain-feature-card p,
html[data-ai-theme=dark] .domain-support-card p,
html[data-ai-theme=dark] .domains-guide-card p,
html[data-ai-theme=dark] .domains-faq-list .accordion-content p {
  color: var(--domains-text) !important;
}

html[data-ai-theme=dark] .domains-pricing {
  background: radial-gradient(circle at 24% 8%, rgba(124, 218, 242, 0.08), transparent 24rem), #10171e !important;
}

html[data-ai-theme=dark] .domains-tld-card,
html[data-ai-theme=dark] .domains-tld-card--featured {
  border-color: var(--domains-card-border) !important;
  background: var(--domains-card-bg) !important;
}

html[data-ai-theme=dark] .domains-tld-card span,
html[data-ai-theme=dark] .domains-tld-card__name,
html[data-ai-theme=dark] .domains-tld-card--featured span {
  color: var(--domains-heading) !important;
}

html[data-ai-theme=dark] .domains-tld-card small,
html[data-ai-theme=dark] .domains-tld-card__meta {
  color: var(--domains-muted) !important;
}

html[data-ai-theme=dark] .domains-final-cta h2 {
  color: var(--domains-heading) !important;
}

@media (max-width: 991.98px) {
  .domains-page .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .domains-search-layout {
    gap: 2rem;
  }
  .domains-transfer__inner {
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .domains-page .section {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
  .domains-search-section {
    padding-top: 3rem;
  }
  .domains-section-heading {
    margin-bottom: 2rem;
  }
  .domains-search-copy h2,
  .domains-section-heading h2,
  .domains-transfer__copy h2 {
    font-size: 2.05rem;
  }
  .domains-feature-grid,
  .domains-support-grid,
  .domains-guide-grid {
    gap: 0.85rem;
  }
  .domain-feature-card,
  .domain-support-card,
  .domains-guide-card {
    padding: 1.25rem;
  }
  .domains-transfer__inner {
    padding: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .hosting-included .display-5,
  .hosting-migration .display-5,
  .hosting-infrastructure .display-5,
  .hosting-sustainability .display-5,
  .hosting-pricing .display-5 {
    font-size: 2.25rem;
  }
  .hosting-included__card,
  .hosting-migration__card {
    padding: 1.5rem;
  }
  .hosting-pricing .nav.nav-pills {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .hosting-included {
    border-radius: 0;
  }
  .hosting-included .display-5,
  .hosting-migration .display-5,
  .hosting-infrastructure .display-5,
  .hosting-sustainability .display-5,
  .hosting-pricing .display-5 {
    font-size: 2rem;
  }
  .hosting-included__list {
    gap: 0.7rem;
  }
  .hosting-included__card,
  .hosting-migration__card {
    padding: 1.25rem;
    text-align: left;
  }
  .hosting-included__card h6 {
    margin-bottom: 0.45rem !important;
  }
  .hosting-included .row.g-3 {
    --bs-gutter-y: .75rem;
  }
  .hosting-infrastructure {
    padding-bottom: 2.25rem;
  }
  .hosting-infrastructure #mapbase {
    margin-bottom: 0;
  }
  .hosting-infrastructure .hosting-map-svg {
    margin-top: 0.75rem;
  }
  .hosting-migration__card {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 0.25rem 0.85rem;
  }
  .hosting-migration__card .mb-2 {
    grid-row: span 2;
    margin-bottom: 0 !important;
  }
  .hosting-migration__card i {
    font-size: 1.55rem;
  }
  .hosting-migration__card h3 {
    margin-bottom: 0.15rem;
    font-size: 1rem;
  }
  .hosting-pricing {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
  .hosting-pricing > .container > .row.mb-5 {
    margin-bottom: 1.35rem !important;
  }
  .hosting-pricing > .container > .row.g-4 {
    margin-bottom: 1.15rem;
  }
  .hosting-pricing > .container > .row.g-4 > .col-12 {
    justify-content: center;
  }
  .hosting-pricing .nav.nav-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    margin-bottom: 0.75rem !important;
    width: 100%;
    overflow: hidden;
    border-radius: 999px;
  }
  .hosting-pricing .nav.nav-pills .nav-item {
    min-width: 0;
  }
  .hosting-pricing .nav.nav-pills .nav-item .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: 100%;
    min-height: 2.2rem;
    padding: 0.45rem 0.7rem;
    font-size: 0.88rem;
    white-space: nowrap;
  }
  .hosting-pricing #js-pricing-switch {
    margin-bottom: 0.75rem !important;
  }
  .hosting-sustainability {
    margin-top: 1.5rem;
    padding: 3rem 0;
  }
  .hosting-sustainability .hosting-sustainability__inner {
    min-height: 0;
  }
  .hosting-sustainability .hosting-sustainability__media {
    display: none;
  }
  .hosting-sustainability .hosting-sustainability__media-mobile {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0 1.25rem;
    min-height: 0;
    border-left: 0;
  }
  .hosting-sustainability img {
    width: min(220px, 68%);
  }
  .hosting-plans-table {
    margin: 0;
  }
  .hosting-plans-table table {
    width: 100% !important;
    table-layout: fixed;
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .hosting-plans-table tbody,
  .hosting-plans-table tr,
  .hosting-plans-table th,
  .hosting-plans-table td {
    width: 100% !important;
    max-width: 100%;
  }
  .hosting-plans-table table,
  .hosting-plans-table thead,
  .hosting-plans-table tbody,
  .hosting-plans-table th,
  .hosting-plans-table td,
  .hosting-plans-table tr {
    display: block;
  }
  .hosting-plans-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
  .hosting-plans-table tbody tr {
    display: none;
    margin-bottom: 1rem;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(0, 88, 122, 0.14);
    border-radius: 8px;
    background: #ffffff !important;
    box-shadow: 0 10px 26px rgba(0, 88, 122, 0.05);
  }
  .hosting-plans-table tbody tr:nth-child(-n+4), .hosting-plans-table.is-expanded tbody tr, .hosting-plans-table.is-expanded tbody tr:nth-child(n+5) {
    display: block;
  }
  .hosting-plans-table tbody th {
    padding: 0 !important;
    border-bottom: 0 !important;
    color: #00587a;
    text-align: left;
  }
  .hosting-plans-table .hosting-plan-mobile-toggle {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 1rem !important;
    cursor: pointer;
  }
  .hosting-plans-table .hosting-plan-summary-price {
    display: inline-flex;
    color: #333f48;
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
  }
  .hosting-plans-table .hosting-plan-mobile-toggle i {
    display: inline-flex;
    color: #0093e9;
    font-size: 0.8rem;
    transition: transform 0.18s ease;
  }
  .hosting-plans-table tbody tr.is-open .hosting-plan-mobile-toggle i {
    transform: rotate(180deg);
  }
  .hosting-plans-table td {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 0 !important;
    border-bottom: 1px solid rgba(0, 88, 122, 0.08) !important;
    text-align: right;
  }
  .hosting-plans-table tbody tr.is-open td {
    display: flex;
  }
  .hosting-plans-table td:before {
    content: attr(data-title);
    color: #6f6f6f;
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .hosting-plans-table .hosting-plan-price-cell {
    display: none;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    min-width: 0;
    margin: 0.35rem 0 0;
    padding: 1rem !important;
    border-radius: 0 0 8px 8px;
    border-bottom: 0 !important;
    text-align: left;
  }
  .hosting-plans-table tbody tr.is-open .hosting-plan-price-cell {
    display: grid;
  }
  .hosting-plans-table .hosting-plan-price-cell:before {
    display: none;
  }
  .hosting-plans-table .price-card--price-number {
    font-size: 1.15rem !important;
  }
  .hosting-plans-table .button {
    width: 100%;
    min-width: 0;
  }
  .hosting-plans-table .hosting-plans-toggle {
    width: min(100%, 14rem);
    margin-top: 1.5rem;
  }
}
/* ========================================
   Hosting Comparison Table
======================================== */
.hosting-comparison {
  padding: clamp(3rem, 5vw, 4rem) 0 clamp(3.25rem, 5vw, 4.25rem);
}

.hosting-comparison__heading {
  margin-bottom: 1rem;
  color: var(--advertise-it-blue-dark, #0b3558);
  font-weight: 600;
}

.hosting-comparison__caption {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6b7280;
}

.hosting-comparison__cta {
  margin-top: 1.5rem;
  text-align: center;
}

.hosting-comparison__scroll {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 88, 122, 0.04);
  border: 1px solid rgba(0, 88, 122, 0.08);
}

/* Optional subtle scrollbar styling */
.hosting-comparison__scroll::-webkit-scrollbar {
  height: 10px;
}

.hosting-comparison__scroll::-webkit-scrollbar-track {
  background: #eef2f6;
  border-radius: 999px;
}

.hosting-comparison__scroll::-webkit-scrollbar-thumb {
  background: #c7d2de;
  border-radius: 999px;
}

.hosting-comparison__scroll::-webkit-scrollbar-thumb:hover {
  background: #9fb0c3;
}

.hosting-comparison__table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
}

/* Base cell styles */
.hosting-comparison__table th,
.hosting-comparison__table td {
  padding: 0.62rem 0.58rem;
  border-right: 1px solid rgba(0, 88, 122, 0.06);
  border-bottom: 1px solid rgba(0, 88, 122, 0.06);
  text-align: center;
  vertical-align: middle;
  background: #ffffff;
}

/* Header row */
.hosting-comparison__table thead th {
  background: #f7fbfd;
  font-size: 0.76rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.25;
}

/* Top-left corner */
.hosting-comparison__feature-col {
  width: 19%;
  text-align: left !important;
  background: #f7fbfd !important;
  color: #1a1a1a;
}

/* Sticky first column */
.hosting-comparison__feature {
  text-align: left !important;
  background: #ffffff !important;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.25;
  color: #1a1a1a;
}

/* Make first column on zebra rows stay aligned */
.hosting-comparison__table tbody tr:nth-child(even) .hosting-comparison__feature {
  background: #fbfdff !important;
}

/* Zebra striping for readability */
.hosting-comparison__table tbody tr:nth-child(even) td {
  background: #fbfdff;
}

/* Provider headers */
.hosting-comparison__provider {
  color: #1a1a1a;
  font-weight: 500;
}

/* Highlighted provider column */
.hosting-comparison__provider.is-featured,
.hosting-comparison__cell.is-featured {
  background: #edf5ff;
  box-shadow: inset 1px 0 0 rgba(0, 147, 233, 0.28), inset -1px 0 0 rgba(0, 147, 233, 0.28);
}

.hosting-comparison__table tbody tr:nth-child(even) .hosting-comparison__cell.is-featured {
  background: #eaf4ff;
}

/* Keep highlighted header stronger */
.hosting-comparison__table thead .hosting-comparison__provider.is-featured {
  border-top: 1px solid rgba(0, 147, 233, 0.52);
  border-radius: 8px 8px 0 0;
  background: #edf5ff;
  color: #003f9e;
  font-weight: 600;
  box-shadow: inset 1px 0 0 rgba(0, 147, 233, 0.42), inset -1px 0 0 rgba(0, 147, 233, 0.42), inset 0 1px 0 rgba(0, 147, 233, 0.42);
}

.hosting-comparison__table tbody tr:first-child .hosting-comparison__cell.is-featured {
  background: #dbffd8;
  color: #003f9e;
  font-weight: 600;
}

/* Optional badge if you add one later */
.hosting-comparison__badge {
  display: inline-block;
  margin-top: 0.4rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  background: #00aeef;
  color: #ffffff;
}

/* Cell content */
.hosting-comparison__cell {
  font-size: 0.78rem;
  line-height: 1.32;
  color: #334155;
  word-break: normal;
  overflow-wrap: anywhere;
}

.hosting-comparison__feature-label {
  display: inline-block;
}

/* Yes / No icons */
.hosting-comparison__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 400;
  line-height: 1;
}

.hosting-comparison__icon--yes {
  background: rgba(34, 197, 94, 0.1);
  color: #15803d;
}

.hosting-comparison__icon--no {
  background: rgba(239, 68, 68, 0.1);
  color: #b91c1c;
}

/* Note / footnote under values */
.hosting-comparison__note {
  margin-top: 0.25rem;
  font-size: 0.64rem;
  line-height: 1.28;
  color: #64748b;
}

/* Empty fallback */
.hosting-comparison__empty {
  opacity: 0.45;
  font-weight: 500;
}

/* Tooltip trigger / value */
.hosting-comparison__tooltip-trigger,
.hosting-comparison__tooltip-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: help;
  position: relative;
}

.hosting-comparison__tooltip-trigger {
  width: 1.15rem;
  height: 1.15rem;
  margin-left: 0.45rem;
  border-radius: 999px;
  background: #e2e8f0;
  color: #334155;
  font-size: 0.7rem;
  font-weight: 700;
  vertical-align: middle;
}

.hosting-comparison__tooltip-value {
  border-bottom: 1px dotted rgba(15, 23, 42, 0.35);
  font-weight: 500;
  color: #0f172a;
}

/* Simple CSS tooltip using data-tooltip */
.hosting-comparison__tooltip-trigger::after,
.hosting-comparison__tooltip-value::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  width: 220px;
  padding: 0.75rem 0.85rem;
  border-radius: 0.75rem;
  background: #0f172a;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  white-space: normal;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 20;
}

.hosting-comparison__tooltip-trigger::before,
.hosting-comparison__tooltip-value::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0f172a;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, visibility 0.18s ease;
  z-index: 21;
}

.hosting-comparison__tooltip-trigger:hover::after,
.hosting-comparison__tooltip-trigger:hover::before,
.hosting-comparison__tooltip-trigger:focus-visible::after,
.hosting-comparison__tooltip-trigger:focus-visible::before,
.hosting-comparison__tooltip-value:hover::after,
.hosting-comparison__tooltip-value:hover::before,
.hosting-comparison__tooltip-value:focus-visible::after,
.hosting-comparison__tooltip-value:focus-visible::before {
  opacity: 1;
  visibility: visible;
}

/* Rounded corners */
.hosting-comparison__table thead th:first-child {
  border-top-left-radius: 8px;
}

.hosting-comparison__table thead th:last-child {
  border-top-right-radius: 8px;
}

.hosting-comparison__table tbody tr:last-child .hosting-comparison__feature {
  border-bottom-left-radius: 8px;
}

.hosting-comparison__table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

/* Remove extra outside borders */
.hosting-comparison__table th:last-child,
.hosting-comparison__table td:last-child {
  border-right: 0;
}

.hosting-comparison__table tbody tr:last-child th,
.hosting-comparison__table tbody tr:last-child td {
  border-bottom: 0;
}

.hosting-comparison-mobile {
  display: none;
}

.hosting-comparison-mobile__control {
  margin-bottom: 1rem;
  text-align: left;
}
.hosting-comparison-mobile__control label {
  display: block;
  margin-bottom: 0.45rem;
  color: #00587a;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hosting-comparison-mobile__control select {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border: 1px solid rgba(0, 88, 122, 0.18);
  border-radius: 8px;
  background-color: #ffffff;
  color: #00587a;
  font-size: 1rem;
}

.hosting-comparison-mobile__header {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 0.5rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(0, 88, 122, 0.1);
  border-radius: 8px 8px 0 0;
  background: #f7fbfd;
  color: #00587a;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}
.hosting-comparison-mobile__header span:first-child {
  text-align: left;
}

.hosting-comparison-mobile__rows {
  overflow: hidden;
  border: 1px solid rgba(0, 88, 122, 0.1);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(0, 88, 122, 0.05);
}

.hosting-comparison-mobile__row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  gap: 0.5rem;
  align-items: center;
  padding: 0.9rem 0.85rem;
  border-bottom: 1px solid rgba(0, 88, 122, 0.08);
  text-align: center;
}
.hosting-comparison-mobile__row:last-child {
  border-bottom: 0;
}

.hosting-comparison-mobile__feature {
  color: #1a1a1a;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

.hosting-comparison-mobile__value {
  display: none;
  color: #334155;
  font-size: 0.85rem;
  line-height: 1.35;
}
.hosting-comparison-mobile__value.is-featured, .hosting-comparison-mobile__value.is-active {
  display: block;
}
.hosting-comparison-mobile__value.is-featured {
  padding: 0.55rem 0.35rem;
  border-radius: 8px;
  background: rgba(0, 174, 239, 0.07);
}
.hosting-comparison-mobile__value .hosting-comparison__note {
  font-size: 0.7rem;
}

/* Responsive */
@media (max-width: 991.98px) {
  .hosting-comparison {
    padding: 3rem 0;
  }
  .hosting-comparison__table {
    min-width: 0;
  }
  .hosting-comparison__feature-col,
  .hosting-comparison__feature {
    min-width: 0;
  }
  .hosting-comparison__table th,
  .hosting-comparison__table td {
    padding: 0.65rem 0.45rem;
  }
}
@media (max-width: 767.98px) {
  .hosting-comparison {
    padding: 3rem 0;
  }
  .hosting-comparison .display-5 {
    font-size: 2rem;
    font-weight: 400 !important;
    line-height: 1.12;
  }
  .hosting-comparison__scroll {
    display: none;
  }
  .hosting-comparison-mobile {
    display: block;
  }
  .hosting-comparison__icon {
    width: 1.45rem;
    height: 1.45rem;
    font-size: 0.78rem;
  }
  .hosting-comparison__tooltip-trigger::after,
  .hosting-comparison__tooltip-value::after {
    width: 200px;
    font-size: 0.74rem;
  }
}
button.nav-link {
  text-align: left;
}

div#pricing {
  max-width: 1000px;
  margin: auto;
}

@media (max-width: 992px) {
  .desktop-services {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .mobile-services {
    display: none !important;
  }
}

.mobile-industries {
  display: none;
}

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

.smartcrawl-breadcrumbs {
  display: none;
}

@media (min-width: 992px) {
  #cover_container {
    position: relative;
  }
}

@media (min-width: 992px) {
  #cover_sticky {
    position: sticky;
    top: 0;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  #cover_text {
    margin-top: -600px;
    width: 50%;
    height: fit-content;
  }
}

@media (min-width: 992px) {
  .blog-card-wrapper .blog-card .blog-card-date {
    top: 50%;
  }
}

.theme-color-blue .accordion li .accordion-title {
  border-color: rgba(0, 147, 233, 0.1);
  background: #fff;
}
.theme-color-blue .accordion li .accordion-title h3 {
  color: #434343;
}
.theme-color-blue .accordion li .accordion-title h4 {
  color: #036a93;
}
.theme-color-blue .accordion li .accordion-title:hover {
  border-color: rgba(44, 141, 199, 0.46);
}

.theme-color-blue .accordion li.active .accordion-title {
  border-color: #daf0ff;
}

@media (min-width: 1200px) {
  .bg-dark-01.border.backdrop-filter-blur.p-4.p-lg-5.border-radius-top-1:hover {
    background-image: linear-gradient(180deg, rgba(255, 200, 62, 0.337254902), rgba(239, 155, 45, 0.2549019608));
  }
}

.home-services-section.bg-image .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-services-section .col-12.col-md-10 {
  margin-bottom: 1.5rem !important;
}
.home-services-section h2.display-5 {
  margin-bottom: 1rem !important;
}

.home-services-grid i {
  font-size: 1.65rem;
}

.home-service-card {
  min-height: 210px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 1.6rem !important;
}
.home-service-card .mb-3 {
  margin-bottom: 0.5rem !important;
}
.home-service-card h2 {
  font-size: 1.05rem;
  line-height: 1.25;
}
.home-service-card p {
  max-width: 22rem;
  margin: 0.45rem auto 0.85rem;
  line-height: 1.45;
  font-size: 0.95rem;
}
.home-service-card .button {
  margin-top: auto;
}

html[data-ai-theme=dark] .home-service-card.bg-dark-01 {
  background: rgba(18, 21, 24, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  box-shadow: none !important;
}

.home-client-carousel {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.home-client-carousel .owl-stage-outer {
  display: flex;
  align-items: center;
}
.home-client-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.home-client-carousel .owl-item {
  display: flex;
  align-items: center;
}
.home-client-carousel .owl-nav {
  margin-top: 0;
}

.home-client-logo-slide {
  width: 100%;
}

.home-client-logo {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.home-client-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-client-logo img {
  width: auto;
  max-width: min(260px, 100%);
  max-height: 110px;
  object-fit: contain;
}

.ai-home-featured-work .ai-section-eyebrow {
  margin-bottom: 0.85rem;
}

.ai-home-featured-work--slider {
  overflow: hidden;
  background: var(--ai-page-bg);
  color: var(--ai-body-color);
}

.ai-home-featured-work__header {
  max-width: 760px;
  margin: 0 auto clamp(1.5rem, 3vw, 2.25rem);
}
.ai-home-featured-work__header h2 {
  margin-bottom: 1rem;
  color: var(--ai-heading-color);
  font-size: var(--ai-heading-section-size);
  font-weight: var(--ai-heading-weight);
  line-height: var(--ai-heading-line-height);
}
.ai-home-featured-work__header p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--ai-body-color);
  line-height: 1.65;
}

.ai-home-featured-work__rail {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-top: clamp(0.75rem, 1.8vw, 1.35rem);
  padding-left: 0;
}

.ai-home-featured-work__carousel {
  padding-top: 3.35rem;
  padding-right: 0;
}
.ai-home-featured-work__carousel .owl-stage {
  display: flex;
}
.ai-home-featured-work__carousel .owl-item {
  display: flex;
}
.ai-home-featured-work__carousel .owl-nav {
  position: absolute;
  top: 0.25rem;
  right: max(1rem, (100vw - 1320px) / 2);
  z-index: 5;
  display: inline-flex;
  gap: 0.8rem;
  margin: 0;
}
.ai-home-featured-work__carousel .owl-nav button {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  background: var(--ai-link-color) !important;
  color: #ffffff !important;
  font-size: 1.2rem !important;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.ai-home-featured-work__carousel .owl-nav button:hover,
.ai-home-featured-work__carousel .owl-nav button:focus-visible {
  background: var(--ai-link-hover) !important;
  transform: translateY(-1px);
}
.ai-home-featured-work__carousel .owl-nav button:focus:not(:focus-visible) {
  background: var(--ai-link-color) !important;
  transform: none;
  outline: 0;
}
.ai-home-featured-work__carousel .owl-nav button.disabled {
  display: none;
}

.ai-home-featured-work__carousel.owl-carousel.owl-nav-right {
  padding-right: 0;
}

.ai-home-featured-work__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  gap: clamp(1rem, 2.4vw, 1.75rem);
  align-items: stretch;
}

.ai-home-featured-work-project {
  width: 100%;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ai-home-featured-work-project__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.12/1;
  max-height: clamp(300px, 36vw, 520px);
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background-color: var(--ai-surface-soft);
}

.ai-home-featured-work-project__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 20, 30, 0), rgba(8, 20, 30, 0.18));
  content: "";
  pointer-events: none;
}

.ai-home-featured-work-project__image {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ai-home-featured-work-project.has-logo-image .ai-home-featured-work-project__image {
  object-fit: contain;
  padding: clamp(1.75rem, 4vw, 3.5rem);
}

.ai-home-featured-work-project__image-fallback {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 2rem;
  color: var(--ai-heading-color);
  font-size: var(--ai-heading-card-size);
  font-weight: 600;
  text-align: center;
}

.ai-home-featured-work-project__media:hover .ai-home-featured-work-project__image,
.ai-home-featured-work-project__media:focus .ai-home-featured-work-project__image {
  transform: scale(1.035);
}

.ai-home-featured-work-project__content {
  display: flex;
  flex-direction: column;
  padding: 1.15rem 0.05rem 0;
  border-top: 0;
}
.ai-home-featured-work-project__content h3 {
  margin-bottom: 0.35rem;
  color: var(--ai-heading-color);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 600;
  line-height: 1.28;
}
.ai-home-featured-work-project__content h3 a {
  color: inherit;
  text-decoration: none;
}
.ai-home-featured-work-project__content h3 a:hover,
.ai-home-featured-work-project__content h3 a:focus {
  color: var(--ai-link-color);
}
.ai-home-featured-work-project__content p {
  margin-bottom: 1rem;
  color: var(--ai-body-color);
  line-height: 1.62;
  font-size: 0.98rem;
}

.ai-home-featured-work-project__brand {
  display: flex;
  min-height: 2rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.35rem;
  color: var(--ai-link-color);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.ai-home-featured-work-project__logo {
  display: none;
}

.ai-home-featured-work-project__services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0;
  margin: 0.15rem 0 1.25rem;
  list-style: none;
}
.ai-home-featured-work-project__services li {
  padding: 0.25rem 0;
  border-bottom: 1px solid var(--ai-border-color);
  color: var(--ai-heading-color);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.1;
}

.ai-home-featured-work-project__link {
  margin-top: auto;
  color: var(--ai-link-color);
}

.ai-home-featured-work-project__link.ai-text-link {
  margin-top: auto;
}

.ai-home-featured-work__footer {
  margin-top: clamp(1.25rem, 2.5vw, 2rem);
}

.ai-home-featured-work__archive-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: var(--ai-link-color);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.ai-home-featured-work__archive-link:hover, .ai-home-featured-work__archive-link:focus {
  color: var(--ai-link-hover);
}

@media (max-width: 991.98px) {
  .ai-home-featured-work__rail {
    padding-left: 1rem;
  }
  .ai-home-featured-work__carousel {
    padding-top: 4.75rem;
    padding-right: 1rem;
  }
  .ai-home-featured-work__carousel .owl-nav {
    left: 1rem;
    right: auto;
    justify-content: flex-start;
  }
  .ai-home-featured-work__carousel .owl-nav button {
    width: 3rem;
    height: 3rem;
    font-size: 1.35rem !important;
  }
  .ai-home-featured-work-project__media {
    aspect-ratio: 1.08/1;
    max-height: min(56vh, 420px);
  }
  .ai-home-featured-work-project__content {
    padding-top: 0.9rem;
  }
  .ai-home-featured-work-project__content h3 {
    margin-bottom: 0.35rem;
    font-size: 0.98rem;
    line-height: 1.22;
  }
  .ai-home-featured-work-project__content p {
    margin-bottom: 0.65rem;
    font-size: 0.9rem;
    line-height: 1.48;
  }
  .ai-home-featured-work-project__link {
    display: none;
  }
  .ai-home-featured-work__footer {
    margin-top: clamp(2rem, 8vw, 3.25rem);
  }
  .ai-home-featured-work__archive-link {
    width: 100%;
    min-height: 3.1rem;
    border: 1px solid var(--ai-border-color);
    border-radius: 999px;
    background: var(--ai-surface-color);
    color: var(--ai-heading-color);
  }
}
@media (max-width: 767.98px) {
  .ai-home-featured-work__carousel {
    padding-top: 4.5rem;
  }
}
.home-closing-flow,
.service-closing-flow,
.industry-closing-flow {
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: clamp(4rem, 7vw, 6.5rem);
  background: linear-gradient(180deg, #ffffff 0%, #f3f9fc 18%, #edf6fa 58%, #ffffff 86%, #ffffff 100%);
}
.home-closing-flow > .px-3,
.home-closing-flow > .px-lg-4,
.service-closing-flow > .px-3,
.service-closing-flow > .px-lg-4,
.industry-closing-flow > .px-3,
.industry-closing-flow > .px-lg-4 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.home-closing-flow .ai-faqs,
.service-closing-flow .ai-faqs,
.industry-closing-flow .ai-faqs {
  padding-top: 0 !important;
  padding-bottom: clamp(4.25rem, 6vw, 6rem) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.home-closing-flow .ai-related-articles,
.service-closing-flow .ai-related-articles,
.industry-closing-flow .ai-related-articles {
  padding-top: clamp(1rem, 2vw, 1.75rem) !important;
  padding-bottom: clamp(4.25rem, 6vw, 5.75rem) !important;
}
.home-closing-flow .ai-related-articles__shell,
.service-closing-flow .ai-related-articles__shell,
.industry-closing-flow .ai-related-articles__shell {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.home-closing-flow .ai-related-articles__header,
.service-closing-flow .ai-related-articles__header,
.industry-closing-flow .ai-related-articles__header {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.home-closing-flow .ai-related-articles__grid,
.service-closing-flow .ai-related-articles__grid,
.industry-closing-flow .ai-related-articles__grid {
  max-width: 54rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.home-closing-flow #cta,
.service-closing-flow #cta,
.industry-closing-flow #cta {
  padding-top: clamp(4rem, 7vw, 6rem) !important;
  padding-bottom: clamp(4.75rem, 7vw, 6.5rem) !important;
  border-top: 0;
}

html[data-ai-theme=dark] .home-closing-flow,
html[data-ai-theme=dark] .service-closing-flow,
html[data-ai-theme=dark] .industry-closing-flow {
  background: linear-gradient(180deg, var(--ai-page-bg) 0%, #14232e 18%, #1a3040 58%, var(--ai-page-bg) 86%, var(--ai-page-bg) 100%);
}
html[data-ai-theme=dark] .home-closing-flow .ai-faqs,
html[data-ai-theme=dark] .home-closing-flow .ai-related-articles__shell,
html[data-ai-theme=dark] .service-closing-flow .ai-faqs,
html[data-ai-theme=dark] .service-closing-flow .ai-related-articles__shell,
html[data-ai-theme=dark] .industry-closing-flow .ai-faqs,
html[data-ai-theme=dark] .industry-closing-flow .ai-related-articles__shell {
  background: transparent !important;
}

.ai-faqs {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}
.ai-faqs .ai-faqs__copy {
  max-width: 34rem;
}
.ai-faqs .ai-faqs__copy p {
  max-width: 30rem;
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.65;
}
.ai-faqs .ai-faqs__list {
  display: grid;
  gap: 0.75rem;
}
.ai-faqs .ai-faqs__list li {
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid rgba(0, 88, 122, 0.16);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 88, 122, 0.05);
}
.ai-faqs .ai-faqs__list .accordion-title {
  min-height: 0;
  padding: 1rem 3.1rem 1rem 1.15rem;
  border: 0;
  background: transparent;
  border-radius: 0;
  color: #00587a;
}
.ai-faqs .ai-faqs__list .accordion-title h3 {
  color: #00587a !important;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 400;
}
.ai-faqs .ai-faqs__list .accordion-title:before, .ai-faqs .ai-faqs__list .accordion-title:after {
  right: 1.15rem;
  width: 0.5rem;
  height: 1px;
  background: #0093e9;
  transform: translateY(-50%);
  transition: opacity 0.16s ease, transform 0.16s ease;
}
.ai-faqs .ai-faqs__list .accordion-title:after {
  transform: translateY(-50%) rotate(90deg);
}
.ai-faqs .ai-faqs__list .accordion-content {
  padding: 0 1.35rem;
}
.ai-faqs .ai-faqs__list .accordion-content:before {
  height: 0.7rem;
}
.ai-faqs .ai-faqs__list .accordion-content:after {
  height: 1.25rem;
}
.ai-faqs .ai-faqs__list .accordion-content p {
  margin: 0;
  color: #626262 !important;
  font-size: 0.95rem;
  line-height: 1.6;
}
.ai-faqs .ai-faqs__list li.active {
  border-color: rgba(0, 147, 233, 0.34);
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(0, 88, 122, 0.1);
}
.ai-faqs .ai-faqs__list li.active .accordion-title {
  border-bottom: 1px solid rgba(0, 147, 233, 0.14);
}
.ai-faqs .ai-faqs__list li.active .accordion-title:after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg);
}
.ai-faqs .ai-faqs__list li.active .accordion-title h3 {
  color: #003f5c !important;
}

html[data-ai-theme=dark] .ai-section-fade,
html[data-ai-theme=dark] .ai-faqs {
  background: linear-gradient(180deg, var(--ai-page-bg) 0%, #111b24 42%, #13212b 100%) !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

html[data-ai-theme=dark] .ai-faqs .ai-faqs__copy h2 {
  color: #e8f9ff !important;
}
html[data-ai-theme=dark] .ai-faqs .ai-faqs__copy p {
  color: #b8c7cf !important;
}
html[data-ai-theme=dark] .ai-faqs .ai-faqs__list li {
  border-color: rgba(124, 218, 242, 0.16) !important;
  background: #101a22 !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
html[data-ai-theme=dark] .ai-faqs .ai-faqs__list .accordion-title {
  background: transparent !important;
  border-color: transparent !important;
  color: #dff7ff !important;
}
html[data-ai-theme=dark] .ai-faqs .ai-faqs__list .accordion-title h3 {
  color: #dff7ff !important;
}
html[data-ai-theme=dark] .ai-faqs .ai-faqs__list .accordion-title:before, html[data-ai-theme=dark] .ai-faqs .ai-faqs__list .accordion-title:after {
  background: #77daf5 !important;
}
html[data-ai-theme=dark] .ai-faqs .ai-faqs__list .accordion-content {
  background: transparent !important;
  border-color: transparent !important;
}
html[data-ai-theme=dark] .ai-faqs .ai-faqs__list .accordion-content p {
  color: #c6d1d8 !important;
}
html[data-ai-theme=dark] .ai-faqs .ai-faqs__list li.active {
  border-color: rgba(119, 218, 245, 0.36) !important;
  background: #13212b !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
}
html[data-ai-theme=dark] .ai-faqs .ai-faqs__list li.active .accordion-title {
  border-bottom-color: rgba(119, 218, 245, 0.16) !important;
}
html[data-ai-theme=dark] .ai-faqs .ai-faqs__list li.active .accordion-title h3 {
  color: #ffffff !important;
}

.ai-section-eyebrow {
  display: inline-block;
  margin: 0 0 1rem;
  color: #0093e9;
  font: 500 0.76rem/1.35 "Poppins", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-related-articles {
  padding-top: 72px;
  padding-bottom: 72px;
}

.px-3:has(> .ai-faqs + .ai-related-articles) > .ai-faqs,
.px-3:has(> .ai-faqs) + .ai-related-articles,
.px-3:has(> .ai-faqs) > .ai-faqs {
  padding-bottom: clamp(1.5rem, 3vw, 2.75rem) !important;
}

.px-3:has(> .ai-faqs) + .ai-related-articles,
.ai-faqs + .ai-related-articles {
  padding-top: 0;
  padding-bottom: clamp(2.75rem, 5vw, 4.5rem);
}
.px-3:has(> .ai-faqs) + .ai-related-articles .ai-related-articles__shell,
.ai-faqs + .ai-related-articles .ai-related-articles__shell {
  padding-top: clamp(1.75rem, 3vw, 2.5rem);
  padding-bottom: clamp(1.75rem, 3vw, 2.75rem);
  padding-right: 0;
  padding-left: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.px-3:has(> .ai-faqs) + .ai-related-articles .ai-related-articles__shell {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ai-related-articles + #cta {
  padding-top: clamp(2.5rem, 4vw, 3.75rem) !important;
  padding-bottom: clamp(3.5rem, 6vw, 4.75rem) !important;
  background: transparent !important;
  background-image: none !important;
}

.ai-related-articles + #cta h2,
.ai-related-articles + #cta .h1,
.ai-related-articles + #cta .display-4 {
  max-width: 22ch;
  margin-right: auto;
  margin-left: auto;
  color: var(--ai-heading-color) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: clamp(2rem, 3.8vw, 2.9rem) !important;
  font-weight: var(--ai-heading-weight, 300) !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.ai-related-articles + #cta p {
  max-width: 68ch;
  margin-right: auto;
  margin-left: auto;
  color: var(--ai-body-color) !important;
}

.ai-related-articles__shell {
  padding: clamp(2rem, 4vw, 3.25rem);
  border-radius: 8px;
  background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.ai-related-articles__header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.72fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.ai-related-articles__copy {
  max-width: 38rem;
}
.ai-related-articles__copy h2 {
  margin: 0;
  color: #00587a;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.14;
  font-weight: 300;
  letter-spacing: 0;
}

.ai-related-articles__intro p {
  max-width: 34rem;
  margin: 0;
  color: #6f6f6f;
  font-size: 0.98rem;
  line-height: 1.65;
}

.ai-text-link,
.ai-related-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #00587a;
  font: 500 0.82rem/1.35 "Poppins", sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ai-text-link::after,
.ai-related-card__link::after {
  content: "→";
  color: #0093e9;
  transform: translateY(-1px);
  transition: transform 0.16s ease;
}
.ai-text-link:hover, .ai-text-link:focus,
.ai-related-card__link:hover,
.ai-related-card__link:focus {
  color: #0093e9;
}
.ai-text-link:hover::after, .ai-text-link:focus::after,
.ai-related-card__link:hover::after,
.ai-related-card__link:focus::after {
  transform: translate(0.2rem, -1px);
}

.ai-text-link i,
.ai-related-card__link i {
  margin-right: 0;
  margin-left: 0.35rem;
  color: #0093e9;
  transform: translateY(-1px);
  transition: transform 0.16s ease;
}

.ai-text-link:has(i)::after,
.ai-related-card__link:has(i)::after {
  content: none;
}

.ai-text-link:hover i,
.ai-text-link:focus-visible i,
.ai-related-card__link:hover i,
.ai-related-card__link:focus-visible i {
  transform: translate(0.2rem, -1px);
}

.ai-text-link {
  margin-top: 1.05rem;
}

.ai-related-articles__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.ai-related-card {
  min-width: 0;
}

.ai-related-card__image {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  border-radius: 8px;
  background: #eaf3f7;
}
.ai-related-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.28s ease, filter 0.28s ease;
}
.ai-related-card__image span {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  max-width: calc(100% - 1.8rem);
  padding: 0.42rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(32, 39, 44, 0.48);
  color: #ffffff;
  font: 500 0.68rem/1.25 "Poppins", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
.ai-related-card__image:hover img, .ai-related-card__image:focus img {
  filter: saturate(1.04);
  transform: scale(1.025);
}

.ai-related-card__body {
  padding: 1rem 0.2rem 0;
}
.ai-related-card__body time {
  display: block;
  margin-bottom: 0.45rem;
  color: #7d8a90;
  font-size: 0.82rem;
  line-height: 1.35;
}
.ai-related-card__body h3 {
  margin: 0 0 0.85rem;
  color: #20272c;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.28;
  font-weight: 400;
}
.ai-related-card__body h3 a {
  color: inherit;
}
.ai-related-card__body h3 a:hover, .ai-related-card__body h3 a:focus {
  color: #00587a;
}

html[data-ai-theme=dark] .px-3:has(> .ai-faqs) + .ai-related-articles .ai-related-articles__shell,
html[data-ai-theme=dark] .ai-faqs + .ai-related-articles .ai-related-articles__shell {
  border: 0 !important;
  background: transparent !important;
}
html[data-ai-theme=dark] .ai-related-articles__shell {
  background: linear-gradient(180deg, rgba(19, 33, 43, 0.78) 0%, rgba(15, 27, 36, 0.94) 100%) !important;
  box-shadow: none;
}
html[data-ai-theme=dark] .ai-related-articles__copy .ai-section-eyebrow {
  color: #77daf5 !important;
}
html[data-ai-theme=dark] .ai-related-articles__copy h2 {
  color: #e9f8fc !important;
}
html[data-ai-theme=dark] .ai-related-articles__intro p {
  color: #c2d0d7 !important;
}
html[data-ai-theme=dark] .ai-related-card {
  overflow: hidden;
  border: 1px solid rgba(119, 218, 245, 0.14) !important;
  border-radius: 8px;
  background: #101b24 !important;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
}
html[data-ai-theme=dark] .ai-related-card__image {
  border-radius: 8px 8px 0 0;
  background: #13212b;
}
html[data-ai-theme=dark] .ai-related-card__image span {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(16, 27, 36, 0.72);
  color: #ffffff;
}
html[data-ai-theme=dark] .ai-related-card__body {
  padding: 1rem 1rem 1.05rem;
}
html[data-ai-theme=dark] .ai-related-card__body time {
  color: #a9b9c2 !important;
}
html[data-ai-theme=dark] .ai-related-card__body h3,
html[data-ai-theme=dark] .ai-related-card__body h3 a {
  color: #e9f8fc !important;
}
html[data-ai-theme=dark] .ai-related-card__body h3 a:hover,
html[data-ai-theme=dark] .ai-related-card__body h3 a:focus {
  color: #77daf5 !important;
}
html[data-ai-theme=dark] .ai-related-card__link,
html[data-ai-theme=dark] .ai-related-articles .ai-text-link {
  color: #77daf5 !important;
}

.home-closing-flow > .px-3:has(> .ai-faqs) > .ai-faqs,
.service-closing-flow > .px-3:has(> .ai-faqs) > .ai-faqs,
.industry-closing-flow > .px-3:has(> .ai-faqs) > .ai-faqs {
  padding-bottom: clamp(4.25rem, 6vw, 6rem) !important;
}
.home-closing-flow > .px-3:has(> .ai-faqs) + .ai-related-articles,
.service-closing-flow > .px-3:has(> .ai-faqs) + .ai-related-articles,
.industry-closing-flow > .px-3:has(> .ai-faqs) + .ai-related-articles {
  padding-top: clamp(1rem, 2vw, 1.75rem) !important;
  padding-bottom: clamp(4.25rem, 6vw, 5.75rem) !important;
}
.home-closing-flow > .ai-related-articles + #cta,
.service-closing-flow > .ai-related-articles + #cta,
.industry-closing-flow > .ai-related-articles + #cta {
  padding-top: clamp(2.25rem, 4vw, 3.5rem) !important;
}

.archive-industries-section {
  padding-top: 64px;
}

.archive-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.archive-industries-toggle-wrap {
  display: none;
}

.archive-industry-card {
  position: relative;
  min-height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: #eef4f8;
  color: #ffffff;
}
.archive-industry-card:hover, .archive-industry-card:focus {
  color: #ffffff;
}
.archive-industry-card:hover .archive-industry-card__image img, .archive-industry-card:focus .archive-industry-card__image img {
  transform: scale(1.035);
}
.archive-industry-card:hover .archive-industry-card__overlay, .archive-industry-card:focus .archive-industry-card__overlay {
  background: linear-gradient(180deg, rgba(0, 48, 67, 0.14) 0%, rgba(0, 48, 67, 0.8) 100%);
}
.archive-industry-card:hover .archive-industry-card__link::after, .archive-industry-card:focus .archive-industry-card__link::after {
  transform: translate(0.2rem, -1px);
}

.archive-industry-card__image {
  display: block;
}
.archive-industry-card__image img {
  width: 100%;
  aspect-ratio: 4/3;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.28s ease;
}

.archive-industry-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 48, 67, 0.18) 0%, rgba(0, 48, 67, 0.72) 100%);
  transition: background 0.2s ease;
}

.archive-industry-card__content {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 0.55rem;
  padding: clamp(1.1rem, 2vw, 1.5rem);
}
.archive-industry-card__content i {
  color: #42d9d0;
  font-size: 2rem;
  line-height: 1;
}

.archive-industry-card__title {
  color: #ffffff;
  font: 400 clamp(1.05rem, 1.45vw, 1.25rem)/1.25 "Poppins", sans-serif;
}

.archive-industry-card__excerpt {
  max-width: 30rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  line-height: 1.55;
}

.archive-industry-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.15rem;
  color: #7be7ef;
  font: 500 0.72rem/1.35 "Poppins", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.archive-industry-card__link::after {
  content: "→";
  transform: translateY(-1px);
  transition: transform 0.16s ease;
}

.single-industry-intro {
  padding-top: 72px;
}

.single-industry-intro__header {
  max-width: 960px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.single-industry-intro__copy h2 {
  max-width: 860px;
  margin: 0 auto 1rem;
  color: #00587a;
  font-size: clamp(2.15rem, 4.2vw, 3.25rem);
  line-height: 1.12;
  font-weight: 300;
  letter-spacing: 0;
}
.single-industry-intro__copy p {
  max-width: 760px;
  margin: 0 auto 0.9rem;
  color: #6f6f6f;
  font-size: 0.98rem;
  line-height: 1.65;
}
.single-industry-intro__copy p:last-child {
  margin-bottom: 0;
}

.single-industry-intro__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.single-industry-intro__card {
  min-height: 100%;
  padding: clamp(1.25rem, 2.6vw, 1.75rem);
  border: 1px solid rgba(0, 88, 122, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%);
}
.single-industry-intro__card h3 {
  margin: 0.55rem 0 0.65rem;
  color: #00587a;
  font-size: clamp(1.15rem, 1.5vw, 1.35rem);
  line-height: 1.25;
  font-weight: 300;
}
.single-industry-intro__card p {
  max-width: 38rem;
  margin: 0;
  color: #6f6f6f;
  font-size: 0.93rem;
  line-height: 1.6;
}

.single-industry-intro__count {
  color: #0093e9;
  font: 500 0.68rem/1.35 "Poppins", sans-serif;
  letter-spacing: 0.08em;
}

html[data-ai-theme=dark] .single-industry-intro {
  background: transparent !important;
}
html[data-ai-theme=dark] .single-industry-intro__copy h2 {
  color: #e8f9ff !important;
}
html[data-ai-theme=dark] .single-industry-intro__copy p {
  color: rgba(232, 247, 252, 0.78) !important;
}
html[data-ai-theme=dark] .single-industry-intro__card {
  border-color: rgba(119, 218, 245, 0.14);
  background: rgba(20, 34, 44, 0.58);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16);
}
html[data-ai-theme=dark] .single-industry-intro__card h3 {
  color: #e8f9ff;
}
html[data-ai-theme=dark] .single-industry-intro__card p {
  color: rgba(232, 247, 252, 0.72);
}
html[data-ai-theme=dark] .single-industry-intro__count {
  color: #77daf5;
}

.service-process-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.service-process-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.service-process-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
  text-align: center;
}

.service-process-heading {
  max-width: 54rem;
}
.service-process-heading h2 {
  margin: 0;
  color: #00587a;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.14;
  font-weight: 300;
  letter-spacing: 0;
}

.service-process-intro p {
  max-width: 54rem;
  margin: 1rem auto 0;
  color: #6f6f6f;
  font-size: 0.98rem;
  line-height: 1.65;
}

.service-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.service-process-card {
  min-height: 100%;
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1.05rem;
  align-items: start;
  padding: clamp(1.25rem, 2.4vw, 1.75rem);
  border: 1px solid rgba(0, 88, 122, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfd 100%);
  transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}
.service-process-card:hover {
  border-color: rgba(0, 147, 233, 0.24);
  box-shadow: 0 16px 34px rgba(0, 88, 122, 0.07);
  transform: translateY(-2px);
}

.service-process-number {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 147, 233, 0.18);
  border-radius: 999px;
  background: #eef9fe;
  color: #0093e9;
  font: 500 0.8rem/1 "Poppins", sans-serif;
}

.service-process-card-copy h3 {
  margin: 0.15rem 0 0.65rem;
  color: #00587a;
  font-size: clamp(1.18rem, 1.6vw, 1.45rem);
  line-height: 1.22;
  font-weight: 300;
}
.service-process-card-copy p {
  margin: 0;
  color: #6f6f6f;
  font-size: 0.95rem;
  line-height: 1.65;
}

.service-detail-section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.service-detail-shell {
  padding: 1.35rem 0;
}

.service-detail-tabs {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: clamp(2.25rem, 5vw, 5rem);
  align-items: start;
}

.service-detail-nav {
  position: sticky;
  top: 110px;
  padding-right: 0.5rem;
}
.service-detail-nav .nav {
  position: relative;
  gap: 0;
  padding-left: 0.85rem;
}
.service-detail-nav .nav::before {
  content: "";
  position: absolute;
  top: 2.2rem;
  bottom: 0.4rem;
  left: 0;
  width: 1px;
  background: rgba(0, 88, 122, 0.08);
}

.service-detail-eyebrow {
  margin: 0 0 0.9rem;
  padding-left: 0.85rem;
  color: #0093e9;
  font: 500 0.76rem/1.35 "Poppins", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-detail-tab {
  width: 100%;
  display: grid;
  grid-template-columns: 1.45rem 1fr;
  gap: 0.45rem;
  align-items: baseline;
  position: relative;
  padding: 0.42rem 0.7rem 0.42rem 0.8rem !important;
  color: #6f6f6f;
  border: 0;
  border-radius: 6px;
  background: transparent;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 0.86rem !important;
  font-weight: 400;
  line-height: 1.36;
  transition: color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}
.service-detail-tab span:not(.service-detail-tab-index) {
  font-size: inherit !important;
  line-height: inherit;
}
.service-detail-tab::before {
  content: "";
  position: absolute;
  top: 0.46rem;
  bottom: 0.46rem;
  left: -0.86rem;
  width: 2px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.16s ease;
}
.service-detail-tab:hover, .service-detail-tab:focus {
  color: #00587a;
  background: rgba(0, 147, 233, 0.035);
}
.service-detail-tab.active {
  padding: 0.42rem 0.7rem 0.42rem 0.5rem !important;
  color: #00587a;
  background: rgba(0, 147, 233, 0.06);
}
.service-detail-tab.active::before {
  background: #0093e9;
}
.service-detail-tab.active .service-detail-tab-index {
  color: #0093e9;
}

.service-detail-tab-index,
.service-detail-count {
  color: #8b9ba3;
  font-size: 0.64rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.service-detail-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.88fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 2.6vw, 2.35rem);
  align-items: stretch;
}

.service-detail-panel-text {
  grid-template-columns: minmax(0, 1fr);
  max-width: 760px;
}

.service-detail-media {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #eef4f8;
  height: 100%;
}
.service-detail-media img {
  width: 100%;
  min-height: clamp(230px, 18vw, 310px);
  height: 100%;
  aspect-ratio: 16/10;
  display: block;
  object-fit: cover;
}

.service-detail-copy {
  max-width: 680px;
  padding-block: 0.35rem;
}
.service-detail-copy h3 {
  margin: 0.25rem 0 1rem;
  color: #00587a;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.2;
  font-weight: 300;
}
.service-detail-copy p {
  margin: 0;
  max-width: 58ch;
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.64;
}

.service-detail-accordion {
  display: none;
}

html[data-ai-theme=dark] .service-process-section {
  background: transparent !important;
}
html[data-ai-theme=dark] .service-process-heading h2 {
  color: #e8f7fc;
}
html[data-ai-theme=dark] .service-process-intro p {
  color: rgba(232, 247, 252, 0.78);
  font-weight: 400;
}
html[data-ai-theme=dark] .service-process-card {
  border-color: rgba(119, 218, 245, 0.14);
  background: rgba(20, 34, 44, 0.58);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}
html[data-ai-theme=dark] .service-process-card:hover {
  border-color: rgba(119, 218, 245, 0.28);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}
html[data-ai-theme=dark] .service-process-number {
  border-color: rgba(119, 218, 245, 0.34);
  background: rgba(119, 218, 245, 0.11);
  color: #77daf5;
}
html[data-ai-theme=dark] .service-process-card-copy h3 {
  color: #e8f7fc;
}
html[data-ai-theme=dark] .service-process-card-copy p {
  color: rgba(232, 247, 252, 0.76);
  font-weight: 400;
}
html[data-ai-theme=dark] .service-detail-section {
  background: transparent !important;
}
html[data-ai-theme=dark] .service-detail-nav .nav::before {
  background: rgba(119, 218, 245, 0.18);
}
html[data-ai-theme=dark] .service-detail-eyebrow {
  color: #e8f7fc;
}
html[data-ai-theme=dark] .service-detail-tab,
html[data-ai-theme=dark] .service-detail-tab.nav-link {
  color: rgba(232, 247, 252, 0.6) !important;
  background: transparent !important;
}
html[data-ai-theme=dark] .service-detail-tab::before,
html[data-ai-theme=dark] .service-detail-tab.nav-link::before {
  background: transparent;
}
html[data-ai-theme=dark] .service-detail-tab:hover, html[data-ai-theme=dark] .service-detail-tab:focus,
html[data-ai-theme=dark] .service-detail-tab.nav-link:hover,
html[data-ai-theme=dark] .service-detail-tab.nav-link:focus {
  color: #e8f7fc !important;
  background: rgba(119, 218, 245, 0.07) !important;
}
html[data-ai-theme=dark] .service-detail-tab.active, html[data-ai-theme=dark] .service-detail-tab.nav-link.active,
html[data-ai-theme=dark] .service-detail-tab.nav-link.active,
html[data-ai-theme=dark] .service-detail-tab.nav-link.nav-link.active {
  color: #e8f7fc !important;
  background: rgba(119, 218, 245, 0.1) !important;
}
html[data-ai-theme=dark] .service-detail-tab.active::before, html[data-ai-theme=dark] .service-detail-tab.nav-link.active::before,
html[data-ai-theme=dark] .service-detail-tab.nav-link.active::before,
html[data-ai-theme=dark] .service-detail-tab.nav-link.nav-link.active::before {
  background: #77daf5;
}
html[data-ai-theme=dark] .service-detail-tab.active .service-detail-tab-index, html[data-ai-theme=dark] .service-detail-tab.nav-link.active .service-detail-tab-index,
html[data-ai-theme=dark] .service-detail-tab.nav-link.active .service-detail-tab-index,
html[data-ai-theme=dark] .service-detail-tab.nav-link.nav-link.active .service-detail-tab-index {
  color: #77daf5;
}
html[data-ai-theme=dark] .service-detail-tab-index,
html[data-ai-theme=dark] .service-detail-count {
  color: rgba(186, 211, 221, 0.72);
}
html[data-ai-theme=dark] .service-detail-panel {
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(119, 218, 245, 0.12) !important;
  border-radius: 8px;
  background: rgba(20, 34, 44, 0.58) !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16) !important;
}
html[data-ai-theme=dark] .service-detail-media {
  background: #0d1720;
}
html[data-ai-theme=dark] .service-detail-copy {
  padding: clamp(0.25rem, 1vw, 0.65rem) clamp(0.25rem, 1vw, 0.75rem) clamp(0.25rem, 1vw, 0.65rem) 0;
}
html[data-ai-theme=dark] .service-detail-copy h3 {
  color: #e8f7fc;
}
html[data-ai-theme=dark] .service-detail-copy p {
  color: rgba(232, 247, 252, 0.78);
  font-weight: 400;
}
html[data-ai-theme=dark] .service-detail-accordion-item {
  background: rgba(20, 34, 44, 0.58) !important;
  border-color: rgba(119, 218, 245, 0.14) !important;
}
html[data-ai-theme=dark] .service-detail-accordion-title {
  color: #e8f7fc;
}
html[data-ai-theme=dark] .service-detail-accordion-title[aria-expanded=true] {
  border-color: rgba(119, 218, 245, 0.18);
}
html[data-ai-theme=dark] .service-detail-accordion-body p {
  color: rgba(232, 247, 252, 0.76);
}

@media (min-width: 1200px) {
  .home-service-card {
    min-height: 225px;
  }
}
@media (max-width: 991.98px) {
  #industries.section {
    padding: 34px 0 8px;
  }
  #industries .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  #industries #cover_sticky h2.display-4 {
    font-size: 2rem;
    line-height: 1.12;
    margin-bottom: 1rem;
  }
  #industries #cover_sticky p {
    margin-top: 0 !important;
    margin-bottom: 1.1rem;
    line-height: 1.48;
  }
  #industries #cover_sticky .display-9 {
    font-size: 1.08rem;
    line-height: 1.35;
  }
  .home-services-section.bg-image .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .home-client-carousel {
    padding-bottom: 0.75rem;
  }
  .home-client-logo {
    min-height: 150px;
    padding: 1rem 1.25rem;
  }
  .home-closing-flow,
  .service-closing-flow,
  .industry-closing-flow {
    margin-top: 2.25rem;
    padding-top: 3.25rem;
  }
  .home-closing-flow .ai-faqs,
  .service-closing-flow .ai-faqs,
  .industry-closing-flow .ai-faqs {
    padding-bottom: 3rem !important;
  }
  .home-closing-flow .ai-related-articles,
  .service-closing-flow .ai-related-articles,
  .industry-closing-flow .ai-related-articles {
    padding-top: 0.75rem !important;
    padding-bottom: 3.5rem !important;
  }
  .home-closing-flow .ai-related-articles__header,
  .service-closing-flow .ai-related-articles__header,
  .industry-closing-flow .ai-related-articles__header {
    gap: 0.9rem;
    margin-bottom: 1.35rem;
  }
  .home-closing-flow .ai-related-articles__grid,
  .service-closing-flow .ai-related-articles__grid,
  .industry-closing-flow .ai-related-articles__grid {
    max-width: none;
    grid-template-columns: minmax(0, 1fr);
  }
  .home-closing-flow #cta,
  .service-closing-flow #cta,
  .industry-closing-flow #cta {
    padding-top: 3.25rem !important;
    padding-bottom: 3.5rem !important;
  }
  .ai-faqs {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .ai-faqs .ai-faqs__copy h2 {
    font-size: 2rem;
    line-height: 1.12;
  }
  .ai-faqs .ai-faqs__copy p {
    font-size: 0.98rem;
    line-height: 1.55;
  }
  .ai-faqs .ai-faqs__list {
    gap: 0.6rem;
  }
  .ai-faqs .ai-faqs__list .accordion-title {
    padding: 0.9rem 2.85rem 0.9rem 1rem;
  }
  .ai-faqs .ai-faqs__list .accordion-title h3 {
    font-size: 0.94rem;
    line-height: 1.35;
  }
  .ai-faqs .ai-faqs__list .accordion-title:before {
    right: 1rem;
  }
  .ai-faqs .ai-faqs__list .accordion-title:after {
    right: 1rem;
  }
  .ai-faqs .ai-faqs__list .accordion-content {
    padding: 0 1.1rem;
  }
  .ai-faqs .ai-faqs__list .accordion-content:before {
    height: 0.65rem;
  }
  .ai-faqs .ai-faqs__list .accordion-content:after {
    height: 1.15rem;
  }
  .ai-faqs .ai-faqs__list .accordion-content p {
    font-size: 0.9rem;
  }
  .home-service-card {
    min-height: 0;
  }
  .service-detail-section {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .archive-industries-section {
    padding-top: 38px;
  }
  .archive-industries-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.7rem;
  }
  .archive-industries-grid:not(.is-expanded) > div:nth-child(n+6) {
    display: none;
  }
  .archive-industries-toggle-wrap {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  .archive-industries-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.2rem 0;
    color: #00587a;
    border: 0;
    background: transparent;
    font: 500 0.72rem/1.35 "Poppins", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .archive-industries-toggle::after {
    content: "↓";
    color: #0093e9;
    font-size: 0.85rem;
    line-height: 1;
    transition: transform 0.16s ease;
  }
  .archive-industries-toggle[aria-expanded=true]::after {
    transform: rotate(180deg);
  }
  .archive-industry-card {
    display: grid;
    grid-template-columns: 6.5rem minmax(0, 1fr);
    align-items: stretch;
    min-height: 0;
    border: 1px solid rgba(0, 88, 122, 0.12);
    background: #ffffff;
    color: #00587a;
    box-shadow: 0 8px 22px rgba(0, 88, 122, 0.035);
  }
  .archive-industry-card:hover, .archive-industry-card:focus {
    color: #00587a;
  }
  .archive-industry-card:hover .archive-industry-card__image img, .archive-industry-card:focus .archive-industry-card__image img {
    transform: scale(1.02);
  }
  .archive-industry-card__image {
    min-height: 100%;
  }
  .archive-industry-card__image img {
    height: 100%;
    aspect-ratio: auto;
  }
  .archive-industry-card__overlay {
    display: none;
  }
  .archive-industry-card__content {
    position: static;
    inset: auto;
    gap: 0.3rem;
    align-content: center;
    padding: 0.9rem 1rem;
  }
  .archive-industry-card__content i {
    display: none;
  }
  .archive-industry-card__title {
    color: #00587a;
    font-size: 0.96rem;
    line-height: 1.25;
  }
  .archive-industry-card__excerpt {
    color: #6f6f6f;
    font-size: 0.78rem;
    line-height: 1.38;
  }
  .archive-industry-card__link {
    margin-top: 0.15rem;
    color: #0093e9;
    font-size: 0.66rem;
  }
  .single-industry-intro {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .single-industry-intro__header {
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .single-industry-intro__copy h2 {
    font-size: 1.85rem;
    line-height: 1.14;
    margin-bottom: 0.85rem;
  }
  .single-industry-intro__copy p {
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 0.75rem;
  }
  .single-industry-intro__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.7rem;
  }
  .single-industry-intro__card {
    padding: 1rem;
  }
  .single-industry-intro__card h3 {
    margin: 0.4rem 0 0.4rem;
    font-size: 1.08rem;
  }
  .single-industry-intro__card p {
    font-size: 0.88rem;
    line-height: 1.5;
  }
  .service-process-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .service-process-header {
    margin-bottom: 1.35rem;
    text-align: left;
    align-items: flex-start;
  }
  .service-process-heading h2 {
    font-size: 1.8rem;
    line-height: 1.14;
  }
  .service-process-intro p {
    margin-top: 0.75rem;
    font-size: 0.92rem;
    line-height: 1.55;
  }
  .service-process-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding-left: 0.25rem;
  }
  .service-process-card {
    position: relative;
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0 0 1.35rem;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .service-process-card:hover {
    box-shadow: none;
    transform: none;
  }
  .service-process-card::after {
    content: "";
    position: absolute;
    top: 2.5rem;
    bottom: 0;
    left: calc(1.25rem - 0.5px);
    width: 1px;
    background: rgba(0, 147, 233, 0.18);
  }
  .service-process-card:last-child {
    padding-bottom: 0;
  }
  .service-process-card:last-child::after {
    display: none;
  }
  .service-process-number {
    position: relative;
    z-index: 1;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.75rem;
    background: #f4fbff;
  }
  .service-process-card-copy h3 {
    margin: 0.12rem 0 0.35rem;
    font-size: 1.05rem;
    line-height: 1.25;
  }
  .service-process-card-copy p {
    font-size: 0.88rem;
    line-height: 1.5;
  }
  .ai-related-articles {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .ai-related-articles__shell {
    padding: 1.5rem 1rem;
  }
  .ai-related-articles__header {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    margin-bottom: 1.5rem;
  }
  .ai-related-articles__copy h2 {
    font-size: 2rem;
    line-height: 1.12;
  }
  .ai-related-articles__intro p {
    font-size: 0.95rem;
    line-height: 1.55;
  }
  .ai-related-articles__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.35rem;
  }
  .ai-related-card__body {
    padding-top: 0.85rem;
  }
  .ai-related-card__body h3 {
    font-size: 1.03rem;
  }
  .service-detail-shell {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .service-detail-tabs {
    display: none;
  }
  .service-detail-accordion {
    display: grid;
    gap: 0.7rem;
  }
  .service-detail-eyebrow {
    margin-bottom: 0.75rem;
  }
  .service-detail-accordion-item {
    overflow: hidden;
    border: 1px solid rgba(0, 88, 122, 0.14);
    border-radius: 8px;
    background: #ffffff;
  }
  .service-detail-accordion-title {
    width: 100%;
    display: grid;
    grid-template-columns: 1.8rem 1fr 1.25rem;
    gap: 0.65rem;
    align-items: center;
    padding: 0.95rem 1rem;
    color: #00587a;
    border: 0;
    background: transparent;
    text-align: left;
    font: 400 0.98rem/1.35 "Poppins", sans-serif;
  }
  .service-detail-accordion-icon {
    position: relative;
    width: 1rem;
    height: 1rem;
  }
  .service-detail-accordion-icon::before, .service-detail-accordion-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: opacity 0.16s ease;
  }
  .service-detail-accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .service-detail-accordion-title[aria-expanded=true] {
    border-bottom: 1px solid rgba(0, 147, 233, 0.16);
  }
  .service-detail-accordion-title[aria-expanded=true] .service-detail-accordion-icon::after {
    opacity: 0;
  }
  .service-detail-accordion-body {
    padding: 1rem;
  }
  .service-detail-accordion-body .service-detail-media {
    margin-bottom: 1rem;
  }
  .service-detail-accordion-body p {
    margin: 0;
    color: #6f6f6f;
    font-size: 0.94rem;
    line-height: 1.6;
  }
  .home-services-accordion {
    display: grid;
    gap: 0.7rem;
    text-align: left;
  }
  .desktop-industries {
    display: none !important;
  }
  .home-industries-desktop-cta {
    display: none !important;
  }
  .mobile-industries {
    display: grid;
  }
  .home-industries-picker {
    text-align: left;
    margin-bottom: 0;
  }
  .home-service-accordion-item {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    background: rgba(18, 44, 37, 0.48);
    backdrop-filter: blur(10px);
  }
  .home-industries-picker-title {
    width: auto;
    min-height: 0;
    display: inline-flex;
    gap: 0.35rem;
    align-items: center;
    padding: 0.15rem 0;
    color: #00587a;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-align: left;
    font: 500 0.82rem/1.2 "Poppins", sans-serif;
    letter-spacing: 0.6px;
    text-transform: uppercase;
  }
  .home-industries-picker-title:hover,
  .home-industries-picker-title:focus {
    color: #0093e9;
  }
  .home-service-accordion-title {
    width: 100%;
    min-height: 58px;
    display: grid;
    grid-template-columns: 1.6rem 1fr 1rem;
    gap: 0.85rem;
    align-items: center;
    padding: 0.85rem 1rem;
    color: #ffffff;
    background: transparent;
    border: 0;
    text-align: left;
    font: 400 1rem "Poppins", sans-serif;
  }
  .home-service-mobile-icon,
  .home-industry-mobile-icon {
    line-height: 1;
  }
  .home-service-mobile-icon i,
  .home-industry-mobile-icon i {
    font-size: 1.25rem;
  }
  .home-service-accordion-arrow,
  .home-industry-accordion-arrow {
    font-size: 0.95rem;
    transition: transform 0.2s ease;
  }
  .home-service-accordion-title[aria-expanded=true] .home-service-accordion-arrow {
    transform: rotate(180deg);
  }
  .home-industries-picker-title[aria-expanded=true] .home-industry-accordion-arrow {
    transform: rotate(90deg);
  }
  .home-industries-picker-list {
    margin-top: 0.4rem;
    padding: 0.45rem 0 0.25rem 0.85rem;
    background: transparent;
    border-left: 2px solid rgba(0, 147, 233, 0.28);
  }
  .home-industries-picker-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.15rem 0.75rem;
  }
  .home-industry-picker-link {
    min-height: 0;
    display: grid;
    grid-template-columns: 1.35rem 1fr;
    gap: 0.4rem;
    align-items: center;
    padding: 0.28rem 0;
    color: #00587a;
    background: transparent;
    border: 0;
    border-radius: 0;
    font: 400 0.86rem/1.25 "Poppins", sans-serif;
  }
  .home-industry-picker-link i {
    font-size: 1.08rem;
  }
  .home-industry-picker-link:hover, .home-industry-picker-link:focus {
    color: #008cba;
    background: transparent;
  }
  .home-service-accordion-body {
    padding: 0 1rem 1rem 3.45rem;
  }
  .home-service-accordion-body p {
    margin: 0 0 0.85rem;
    font-size: 0.92rem;
    line-height: 1.45;
  }
  .home-service-accordion-body .button {
    min-height: 0;
    padding: 0;
    color: #45c4f4;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 0.78rem;
    letter-spacing: 0.6px;
    line-height: 1.2;
  }
  .home-service-accordion-body .button::after {
    content: "\f138";
    display: inline-block;
    margin-left: 0.45rem;
    font-family: bootstrap-icons;
    font-size: 0.9em;
    transform: translateY(0.03rem);
  }
  .home-service-accordion-body .button:hover, .home-service-accordion-body .button:focus {
    color: #ffffff;
    background: transparent;
  }
}
@media (max-width: 575.98px) {
  .mobile-services {
    gap: 0.65rem 0;
  }
  .home-service-accordion-body .button {
    width: auto;
    min-width: 0;
    justify-content: flex-start;
  }
  .home-industries-picker-grid {
    grid-template-columns: 1fr;
  }
  .home-industry-picker-link {
    min-height: 0;
  }
}
.toc-item {
  padding: 10px 0;
  border-bottom: solid 1px #dbdbdb;
}

@media (min-width: 992px) {
  .sticky-sidebar {
    position: sticky;
    top: 110px;
    align-self: flex-start;
    max-height: calc(100vh - 130px);
    overflow: auto;
  }
}

.ai-blog-index {
  background: var(--ai-page-bg);
  color: var(--ai-text-color);
}

.ai-blog-index-hero {
  padding: 1rem 1.25rem 0;
}
.ai-blog-index-hero .container {
  width: min(100% - 40px, 1880px);
  max-width: 1880px;
}

.ai-blog-index-hero__panel {
  position: relative;
  display: block;
  min-height: clamp(320px, 28vw, 440px);
  overflow: hidden;
  border-radius: 8px;
  background-color: #00587a;
  background-position: center;
  background-size: cover;
}
.ai-blog-index-hero__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(18, 64, 52, 0.94) 0%, rgba(18, 64, 52, 0.82) 44%, rgba(0, 88, 122, 0.56) 100%), linear-gradient(180deg, rgba(0, 88, 122, 0.08), rgba(0, 88, 122, 0.3));
  pointer-events: none;
}

.ai-blog-index-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: clamp(2.75rem, 5vw, 4.75rem) clamp(1.5rem, 7vw, 7rem);
  color: #ffffff;
}
.ai-blog-index-hero__copy .ai-section-eyebrow {
  color: rgba(255, 255, 255, 0.74);
}
.ai-blog-index-hero__copy h1 {
  max-width: 18ch;
  margin: 0;
  color: #ffffff !important;
  font-size: clamp(3rem, 5.25vw, 5rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}
.ai-blog-index-hero__copy p {
  max-width: 62ch;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  line-height: 1.65;
}

.ai-blog-index-hero__topics {
  position: relative;
  z-index: 2;
  width: auto;
  margin-top: 1.8rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}
.ai-blog-index-hero__topics > span {
  display: block;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ai-blog-index-hero__topics > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.ai-blog-index-hero__topics a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1;
}
.ai-blog-index-hero__topics a:hover, .ai-blog-index-hero__topics a:focus {
  border-color: rgba(119, 218, 245, 0.5);
  color: #ffffff;
  background: rgba(0, 147, 233, 0.24);
}

.ai-blog-page-hero .bg-color-industry-header {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(18, 64, 52, 0.96) 0%, rgba(18, 64, 52, 0.88) 46%, rgba(0, 88, 122, 0.7) 100%), linear-gradient(180deg, rgba(0, 88, 122, 0.08), rgba(0, 88, 122, 0.28));
}
.ai-blog-page-hero .ai-hero-copy {
  position: relative;
  z-index: 2;
  padding: 0;
  color: #ffffff;
}
.ai-blog-page-hero .ai-section-eyebrow,
.ai-blog-page-hero .ai-blog-index-hero__topics > span {
  color: rgba(255, 255, 255, 0.78) !important;
}
.ai-blog-page-hero .ai-hero-copy h1 {
  margin: 0;
  color: #ffffff !important;
}
.ai-blog-page-hero .ai-hero-copy p {
  margin-top: 1.15rem;
  color: rgba(255, 255, 255, 0.84) !important;
}
.ai-blog-page-hero .ai-blog-index-hero__topics a {
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.ai-blog-index-main {
  padding-top: clamp(3rem, 5vw, 4.75rem);
}
.ai-blog-index-main .container {
  width: min(100% - 40px, 1320px);
  max-width: 1320px;
}

.ai-blog-index-main__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(1.75rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: clamp(1.8rem, 3.4vw, 2.75rem);
}
.ai-blog-index-main__header h2 {
  max-width: 20ch;
  margin: 0;
  color: var(--ai-heading-color);
  font-size: clamp(2.05rem, 3.75vw, 3.2rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0;
}
.ai-blog-index-main__header p {
  margin: 0;
  color: var(--ai-text-color);
  line-height: 1.7;
}

.ai-blog-index-feed {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

.ai-blog-index-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  overflow: hidden;
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-surface-bg);
  box-shadow: 0 18px 48px rgba(0, 88, 122, 0.07);
}

.ai-blog-index-content-row {
  --bs-gutter-y: 0 !important;
  margin-top: clamp(2.75rem, 5vw, 4.25rem) !important;
}
.ai-blog-index-content-row > aside {
  align-self: stretch;
}

.ai-blog-index-featured__image,
.ai-blog-index-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--ai-surface-muted);
}
.ai-blog-index-featured__image img,
.ai-blog-index-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.ai-blog-index-featured__image:hover img, .ai-blog-index-featured__image:focus img,
.ai-blog-index-card__image:hover img,
.ai-blog-index-card__image:focus img {
  transform: scale(1.035);
}

.ai-blog-index-featured__image {
  min-height: clamp(340px, 31vw, 470px);
}

.ai-blog-index-featured__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.75rem, 4vw, 3.35rem);
}
.ai-blog-index-featured__body h3 {
  max-width: 24ch;
  margin: 0.75rem 0 1rem;
  color: var(--ai-heading-color);
  font-size: clamp(1.8rem, 3.25vw, 3rem);
  font-weight: 400;
  line-height: 1.05;
}
.ai-blog-index-featured__body h3 a {
  color: inherit;
}
.ai-blog-index-featured__body p {
  margin: 0 0 1.35rem;
  color: var(--ai-text-color);
  line-height: 1.7;
}

.ai-blog-index-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  color: var(--ai-muted-text-color);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ai-blog-index-meta a {
  color: var(--ai-link-color);
  font-weight: 700;
}
.ai-blog-index-meta time::before {
  content: "/";
  margin-right: 0.65rem;
  color: var(--ai-border-color);
}

.ai-blog-index-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.25rem, 2.3vw, 1.85rem);
}

.ai-blog-index-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr);
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-surface-bg);
}

.ai-blog-index-card__image {
  min-height: 235px;
  aspect-ratio: auto;
}
.ai-blog-index-card__image span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(10, 24, 35, 0.42);
  backdrop-filter: blur(8px);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ai-blog-index-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.25rem, 2.5vw, 2rem);
}
.ai-blog-index-card__body time {
  margin-bottom: 0.45rem;
  color: var(--ai-muted-text-color);
  font-size: 0.84rem;
}
.ai-blog-index-card__body h3 {
  margin: 0 0 0.8rem;
  color: var(--ai-heading-color);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 500;
  line-height: 1.18;
}
.ai-blog-index-card__body h3 a {
  color: inherit;
}
.ai-blog-index-card__body p {
  margin: 0 0 1.2rem;
  color: var(--ai-text-color);
  font-size: 0.95rem;
  line-height: 1.6;
}
.ai-blog-index-card__body .ai-text-link {
  margin-top: auto;
}

.ai-blog-index-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 1.4rem;
}

.ai-blog-index-sidebar__section {
  padding: 1.25rem 0 0;
  border-top: 1px solid var(--ai-border-color);
}
.ai-blog-index-sidebar__section:first-child {
  padding-top: 0;
  border-top: 0;
}
.ai-blog-index-sidebar__section h2 {
  margin: 0 0 0.9rem;
  color: var(--ai-link-color);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-blog-index-term-list {
  display: grid;
  gap: 0.55rem;
}
.ai-blog-index-term-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 2.35rem;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  color: var(--ai-heading-color);
  background: transparent;
  font-size: 0.92rem;
  line-height: 1.25;
}
.ai-blog-index-term-list a:hover, .ai-blog-index-term-list a:focus {
  color: var(--ai-link-color);
  background: var(--ai-surface-muted);
}
.ai-blog-index-term-list small {
  color: var(--ai-muted-text-color);
  font-size: 0.72rem;
}

.ai-blog-index-term-list--compact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.ai-blog-index-term-list--compact a {
  display: inline-flex;
  justify-content: center;
  min-height: 2rem;
  padding: 0.42rem 0.8rem;
  border: 1px solid var(--ai-border-color);
  border-radius: 999px;
  font-size: 0.82rem;
}

.ai-blog-index-follow {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.ai-blog-index-follow a {
  color: var(--ai-heading-color);
  font-size: 1rem;
}
.ai-blog-index-follow a:hover, .ai-blog-index-follow a:focus {
  color: var(--ai-link-color);
}

.ai-blog-index-pagination {
  margin-top: clamp(2rem, 4vw, 3rem);
}

html[data-ai-theme=dark] .ai-blog-index-hero__panel::before {
  background: linear-gradient(90deg, rgba(10, 18, 26, 0.92) 0%, rgba(10, 32, 38, 0.8) 48%, rgba(0, 88, 122, 0.58) 100%), linear-gradient(180deg, rgba(0, 88, 122, 0.18), rgba(0, 88, 122, 0.36));
}
html[data-ai-theme=dark] .ai-blog-index-featured,
html[data-ai-theme=dark] .ai-blog-index-card {
  border-color: rgba(119, 218, 245, 0.14);
  background: var(--ai-surface-bg);
  box-shadow: none;
}
html[data-ai-theme=dark] .ai-blog-index-featured__body h3,
html[data-ai-theme=dark] .ai-blog-index-card__body h3 {
  color: #e8f8ff;
}
html[data-ai-theme=dark] .ai-blog-index-sidebar__section {
  border-top-color: rgba(119, 218, 245, 0.14);
}
html[data-ai-theme=dark] .ai-blog-index-term-list a:hover,
html[data-ai-theme=dark] .ai-blog-index-term-list a:focus {
  background: rgba(119, 218, 245, 0.08);
}

@media (max-width: 991.98px) {
  .ai-blog-index-hero {
    padding: 0.75rem 1rem 0;
  }
  .ai-blog-index-hero .container {
    width: 100%;
  }
  .ai-blog-index-hero__panel {
    min-height: 0;
  }
  .ai-blog-index-hero__copy {
    padding: 2rem 1.4rem;
  }
  .ai-blog-index-hero__copy h1 {
    max-width: 14ch;
    font-size: clamp(2.25rem, 10vw, 3.2rem);
  }
  .ai-blog-index-hero__copy p {
    max-width: 34rem;
    font-size: 0.98rem;
    line-height: 1.55;
  }
  .ai-blog-index-hero__topics {
    margin-top: 1.35rem;
  }
  .ai-blog-index-main {
    padding-top: 3rem;
  }
  .ai-blog-index-main .container {
    width: min(100% - 32px, 720px);
  }
  .ai-blog-index-main__header,
  .ai-blog-index-featured {
    grid-template-columns: 1fr;
  }
  .ai-blog-index-content-row {
    margin-top: 2.25rem;
  }
  .ai-blog-index-content-row > aside {
    align-self: auto;
  }
  .ai-blog-index-main__header {
    gap: 1rem;
  }
  .ai-blog-index-main__header h2 {
    max-width: 16ch;
    font-size: clamp(2rem, 9vw, 2.75rem);
  }
  .ai-blog-index-featured__image {
    min-height: 220px;
    aspect-ratio: 16/10;
  }
  .ai-blog-index-featured__body {
    padding: 1.35rem;
  }
  .ai-blog-index-featured__body h3 {
    max-width: none;
    font-size: clamp(1.45rem, 6vw, 2rem);
  }
  .ai-blog-index-grid {
    grid-template-columns: 1fr;
  }
  .ai-blog-index-card {
    display: flex;
    flex-direction: column;
  }
  .ai-blog-index-card__image {
    min-height: 0;
    aspect-ratio: 16/10;
  }
  .ai-blog-index-sidebar {
    position: static;
    margin-top: 2rem;
  }
}
.ai-blog-single {
  background: var(--ai-page-bg);
  color: var(--ai-text-color);
}

.ai-blog-hero .container {
  position: relative;
  display: grid;
  align-content: center;
  overflow: hidden;
  max-width: 1296px;
  border-radius: 8px;
  color: #ffffff;
}
.ai-blog-hero .container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ai-blog-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
}
.ai-blog-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
}

.ai-blog-hero__nav {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-start;
  margin-bottom: 1.5rem;
}

.ai-blog-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.35rem;
  padding: 0.58rem 1.05rem;
  border-radius: 999px;
  color: #ffffff;
  background: var(--ai-button-bg);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ai-blog-pill:hover, .ai-blog-pill:focus {
  color: #ffffff;
  background: var(--ai-button-bg-hover);
}

.ai-blog-pill--light {
  color: var(--ai-heading-color);
  background: #ffffff;
}
.ai-blog-pill--light:hover, .ai-blog-pill--light:focus {
  color: var(--ai-heading-color);
  background: #f3fcff;
}

.ai-blog-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0;
  text-align: left;
}
.ai-blog-hero__copy h1 {
  max-width: 30ch;
  margin: 0;
  color: #ffffff !important;
  font-weight: 400;
  letter-spacing: 0;
}

.ai-blog-hero__excerpt {
  max-width: 720px;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.ai-blog-meta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 0;
  margin: 2.25rem 0 0;
  overflow: hidden;
  width: max-content;
}
.ai-blog-meta > div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.35rem;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
}
.ai-blog-meta > div:first-child {
  border-left: 0;
}
.ai-blog-meta img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
}
.ai-blog-meta small {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
.ai-blog-meta strong,
.ai-blog-meta time,
.ai-blog-meta span {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.3;
}

.ai-blog-breadcrumb-bar {
  margin-top: 0;
  padding: 0.7rem 0;
  background: transparent;
}
.ai-blog-breadcrumb-bar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  max-width: 1296px;
  color: var(--ai-muted-text-color);
  font-size: 0.78rem;
  line-height: 1.4;
}
.ai-blog-breadcrumb-bar a {
  color: var(--ai-heading-color);
}
.ai-blog-breadcrumb-bar a:hover, .ai-blog-breadcrumb-bar a:focus {
  color: var(--ai-link-color);
}
.ai-blog-breadcrumb-bar i {
  color: var(--ai-muted-text-color);
  font-size: 0.68rem;
}

.ai-blog-layout {
  padding-top: clamp(3.25rem, 6vw, 5rem);
  padding-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

.ai-blog-sidebar-toggle,
.ai-blog-sidebar-overlay,
.ai-blog-sidebar__mobile-header {
  display: none;
}

.ai-blog-sidebar {
  padding-right: 0.5rem;
}

.ai-blog-sidebar__section + .ai-blog-sidebar__section {
  margin-top: 2.35rem;
}

.ai-blog-sidebar__section h2 {
  margin: 0 0 1rem;
  color: var(--ai-link-color);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-blog-toc {
  display: grid;
  gap: 0.9rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ai-blog-toc a {
  position: relative;
  display: inline-block;
  color: var(--ai-text-color);
  font-size: 0.94rem;
  line-height: 1.45;
  transition: color 0.2s ease, transform 0.2s ease;
}
.ai-blog-toc a:hover, .ai-blog-toc a:focus, .ai-blog-toc a.is-active {
  color: var(--ai-link-color);
}
.ai-blog-toc a.is-active {
  transform: translateX(0.35rem);
}
.ai-blog-toc a.is-active::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: -0.85rem;
  width: 0.42rem;
  height: 1px;
  background: currentColor;
}

.ai-blog-term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.ai-blog-term-list a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.42rem 0.8rem;
  border: 1px solid var(--ai-border-color);
  border-radius: 999px;
  color: var(--ai-heading-color);
  font-size: 0.82rem;
  line-height: 1.2;
}
.ai-blog-term-list a:hover, .ai-blog-term-list a:focus {
  border-color: var(--ai-link-color);
  color: var(--ai-link-color);
}

.ai-blog-follow {
  display: flex;
  gap: 1.1rem;
}
.ai-blog-follow a {
  color: var(--ai-heading-color);
  font-size: 1rem;
}
.ai-blog-follow a:hover, .ai-blog-follow a:focus {
  color: var(--ai-link-color);
}

.ai-blog-content-wrap {
  max-width: 820px;
}

.ai-blog-featured-image {
  margin: 0 0 2rem;
}
.ai-blog-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.ai-blog-content {
  color: var(--ai-text-color);
  font-size: 1.04rem;
  line-height: 1.78;
}
.ai-blog-content > * {
  margin-bottom: 1.25rem;
}
.ai-blog-content h2,
.ai-blog-content h3,
.ai-blog-content h4 {
  scroll-margin-top: 120px;
}
.ai-blog-content h2 {
  margin-top: 0;
}
.ai-blog-content p,
.ai-blog-content li {
  color: var(--ai-text-color);
}
.ai-blog-content a {
  color: var(--ai-link-color);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.ai-blog-after-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 2.5rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--ai-border-color);
}

.ai-blog-content > .px-3 {
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.ai-blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.ai-blog-tags a {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid var(--ai-border-color);
  border-radius: 999px;
  color: var(--ai-heading-color);
  font-size: 0.84rem;
}
.ai-blog-tags a:hover, .ai-blog-tags a:focus {
  color: var(--ai-link-color);
  border-color: var(--ai-link-color);
}

.ai-blog-share {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ai-text-color);
  font-size: 0.9rem;
}
.ai-blog-share h6 {
  display: none;
}
.ai-blog-share ul {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ai-blog-share a {
  color: var(--ai-heading-color);
}
.ai-blog-share a:hover, .ai-blog-share a:focus {
  color: var(--ai-link-color);
}

.ai-blog-author-nav {
  flex: 0 0 100%;
  width: 100%;
  padding-top: clamp(2.25rem, 4vw, 3.5rem);
  padding-bottom: 0;
}
.ai-blog-author-nav .container {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.ai-blog-author-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 2rem;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 8px;
  background: var(--ai-surface-muted);
}

.ai-blog-author-card__avatar img {
  display: block;
  width: 112px;
  height: 112px;
  border: 5px solid var(--ai-border-color);
  border-radius: 999px;
}

.ai-blog-author-card__copy h2 {
  margin: 0.35rem 0 0.55rem;
  color: var(--ai-heading-color);
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  font-weight: 400;
}
.ai-blog-author-card__copy p {
  max-width: 740px;
  margin: 0;
  color: var(--ai-text-color);
  line-height: 1.65;
}

.ai-blog-post-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 920px;
  margin: 2rem auto 0;
}
.ai-blog-post-nav > div:last-child {
  text-align: right;
}
.ai-blog-post-nav span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--ai-muted-text-color);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ai-blog-post-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ai-heading-color);
  font-size: 1rem;
  line-height: 1.45;
}
.ai-blog-post-nav a:hover, .ai-blog-post-nav a:focus {
  color: var(--ai-link-color);
}
.ai-blog-post-nav a i {
  display: inline-grid;
  place-items: center;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid var(--ai-border-color);
  border-radius: 999px;
  font-size: 0.75rem;
}

html[data-ai-theme=dark] .ai-blog-pill--light {
  color: #e9f8ff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}
html[data-ai-theme=dark] .ai-blog-pill--light:hover, html[data-ai-theme=dark] .ai-blog-pill--light:focus {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}
html[data-ai-theme=dark] .ai-blog-breadcrumb-bar {
  background: transparent;
}

#article-faqs {
  padding-top: clamp(2.25rem, 4vw, 3.25rem);
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
  background: transparent !important;
}
#article-faqs .container {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
#article-faqs .ai-faqs__copy h2 {
  font-size: clamp(1.9rem, 3.3vw, 2.75rem);
  line-height: 1.08;
}

.ai-blog-single > .ai-related-articles {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

@media (max-width: 991.98px) {
  body.ai-blog-sidebar-open {
    overflow: hidden;
  }
  .ai-blog-sidebar-col {
    order: -1;
  }
  .ai-blog-sidebar-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    min-height: 3.35rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--ai-border-color);
    border-radius: 8px;
    color: var(--ai-heading-color);
    background: var(--ai-surface-muted);
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1;
  }
  .ai-blog-sidebar-toggle i {
    color: var(--ai-link-color);
    font-size: 1rem;
  }
  .ai-blog-sidebar-overlay {
    position: fixed;
    inset: 0;
    z-index: 10030;
    display: block;
    background: rgba(10, 24, 35, 0.52);
    backdrop-filter: blur(2px);
  }
  .ai-blog-sidebar-overlay[hidden] {
    display: none;
  }
  .ai-blog-sidebar {
    position: fixed !important;
    inset: 0 auto 0 0;
    z-index: 10040;
    width: min(86vw, 360px);
    max-height: none;
    padding: 1.35rem;
    margin-top: 0;
    overflow-y: auto;
    border-right: 1px solid var(--ai-border-color);
    color: var(--ai-text-color);
    background: var(--ai-page-bg);
    box-shadow: 24px 0 60px rgba(10, 24, 35, 0.2);
    transform: translateX(-105%);
    transition: transform 0.24s ease;
  }
  body.ai-blog-sidebar-open .ai-blog-sidebar {
    transform: translateX(0);
  }
  .ai-blog-sidebar__mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.8rem;
  }
  .ai-blog-sidebar__mobile-header span {
    color: var(--ai-heading-color);
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .ai-blog-sidebar__close {
    display: inline-grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    color: var(--ai-heading-color);
    background: transparent;
    font-size: 1rem;
    line-height: 1;
  }
  .ai-blog-sidebar__close:hover, .ai-blog-sidebar__close:focus {
    color: var(--ai-link-color);
    background: var(--ai-surface-muted);
  }
  .ai-blog-sidebar__section + .ai-blog-sidebar__section {
    margin-top: 2.1rem;
  }
  .ai-blog-toc {
    gap: 1rem;
  }
  .ai-blog-content-wrap {
    max-width: none;
  }
  html[data-ai-theme=dark] .ai-blog-sidebar-toggle {
    background: var(--ai-surface-bg);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  }
  html[data-ai-theme=dark] .ai-blog-sidebar {
    box-shadow: 24px 0 70px rgba(0, 0, 0, 0.46);
  }
}
@media (max-width: 767.98px) {
  .ai-blog-hero {
    padding: 0 1rem;
  }
  .ai-blog-hero .container {
    align-content: start;
    min-height: 0;
    padding: clamp(2rem, 8vw, 2.75rem) 1.25rem;
    border-radius: 8px;
  }
  .ai-blog-hero .container::before {
    background: linear-gradient(90deg, rgba(28, 71, 58, 0.9) 0%, rgba(28, 71, 58, 0.78) 58%, rgba(0, 88, 122, 0.58) 100%), linear-gradient(180deg, rgba(0, 88, 122, 0.08), rgba(0, 88, 122, 0.24));
  }
  .ai-blog-hero__nav {
    justify-content: flex-start;
    gap: 0.5rem;
    margin-bottom: 1.2rem;
  }
  .ai-blog-pill {
    min-height: 2.1rem;
    padding: 0.5rem 0.85rem;
    font-size: 0.7rem;
  }
  .ai-blog-hero__copy h1 {
    max-width: 13ch;
    font-size: clamp(2.2rem, 10.75vw, 3.15rem);
    line-height: 1.02;
  }
  .ai-blog-hero__excerpt {
    max-width: 28rem;
    margin-top: 1rem;
    font-size: 0.95rem;
    line-height: 1.55;
  }
  .ai-blog-meta {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin-top: 1.5rem;
  }
  .ai-blog-meta > div {
    justify-content: flex-start;
    min-height: 0;
    padding: 0.65rem 0.85rem;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
  .ai-blog-meta > div:first-child {
    border-top: 0;
  }
  .ai-blog-meta .avatar {
    width: 36px;
    height: 36px;
  }
  .ai-blog-meta small {
    font-size: 0.62rem;
  }
  .ai-blog-meta strong,
  .ai-blog-meta time,
  .ai-blog-meta span {
    font-size: 0.83rem;
  }
  .ai-blog-breadcrumb-bar .container {
    font-size: 0.78rem;
  }
  .ai-blog-author-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ai-blog-author-card__avatar {
    justify-self: center;
  }
  .ai-blog-post-nav {
    grid-template-columns: 1fr;
  }
  .ai-blog-post-nav > div:last-child {
    text-align: left;
  }
}
.industry-box {
  min-height: 24rem;
}

.related-title.text-link-1:hover {
  color: #ffffff !important;
}

.moxie-contact-frame-wrap {
  width: 100%;
  min-height: 500px;
}

.moxie-contact-frame {
  padding: 0;
  margin: 0;
  border: 0;
  max-width: 100%;
  min-width: 100%;
}

.ai-comments .ai-comment__avatar img {
  border-radius: 999px;
  display: block;
  width: 48px;
  height: 48px;
}
.ai-comments .ai-comment__body {
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.ai-comments .ai-comment__dot {
  opacity: 0.5;
}
.ai-comments .comment-list,
.ai-comments .children {
  list-style: none;
}
.ai-comments .comment-list {
  padding-left: 0;
  margin-bottom: 0;
}
.ai-comments .children {
  padding-left: 1.25rem;
  margin-top: 1rem;
  border-left: 2px solid rgba(0, 0, 0, 0.06);
}
.ai-comments a.comment-reply-link {
  text-decoration: none;
}
.ai-comments a.comment-reply-link:hover {
  text-decoration: underline;
}
@media (prefers-reduced-motion: reduce) {
  .ai-comments * {
    scroll-behavior: auto !important;
  }
}

.cdn-style {
  background: #20333e;
  padding: 5rem 0;
  border-radius: 15px;
}

.hosting-map-svg {
  overflow: visible;
}

.dev-interactive-cdn-map__legend {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.dev-interactive-cdn-map__legend-items {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .dev-interactive-cdn-map__legend-items {
    flex-direction: row;
    gap: 30px;
    justify-content: center;
  }
}

.dev-interactive-cdn-map__legend-item {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}
@media (min-width: 768px) {
  .dev-interactive-cdn-map__legend-item {
    gap: 5px;
  }
}
.dev-interactive-cdn-map__legend-item:last-child {
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .dev-interactive-cdn-map__legend-item:last-child {
    flex-direction: row;
  }
}
.dev-interactive-cdn-map__legend-item p {
  font: 500 11px/20px Roboto, Roboto-fallback, Roboto-fallback-2, sans-serif;
  margin: 0;
  text-align: center;
}

.dev-interactive-cdn-map__legend-points {
  display: flex;
  gap: 1.5px;
  justify-content: flex-end;
  margin-right: 5px;
}
.dev-interactive-cdn-map__legend-points span {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.legend-dot-hosting-data-center {
  background-color: #70ff00;
}

.legend-dot-cdn-red {
  background-color: #ff004d;
}

.legend-dot-cdn-orange {
  background-color: #ff7a00;
}

.legend-dot-cdn-yellow {
  background-color: #fff100;
}

.legend-dot-cdn-magenta {
  background-color: #fb00ff;
}

.legend-dot-cdn-cyan {
  background-color: #00ffd3;
}

.legend-dot-cdn-blue {
  background-color: #0025ff;
}

.legend-dot-sustainable-data-center {
  background-color: #8eba63;
}

.legend-dot-standard-data-center {
  background-color: #ba9775;
}

.legend-dot-hosting-cdn {
  background-color: #8b5d87;
}

.hosting-infrastructure .dev-interactive-cdn-map__legend {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  clear: both !important;
  width: 100%;
  margin: 3rem auto 0 !important;
  padding-top: 1.25rem !important;
  border-top: 1px solid rgba(0, 88, 122, 0.08) !important;
}
.hosting-infrastructure .dev-interactive-cdn-map__legend-items {
  gap: 2rem !important;
}
.hosting-infrastructure .dev-interactive-cdn-map__legend-item {
  display: flex !important;
  gap: 0.55rem !important;
  align-items: center !important;
}
.hosting-infrastructure .dev-interactive-cdn-map__legend-item p {
  color: #555f66 !important;
  font-family: inherit !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}
.hosting-infrastructure .dev-interactive-cdn-map__legend-points {
  margin-right: 0 !important;
}
.hosting-infrastructure .dev-interactive-cdn-map__legend-points span {
  width: 0.75rem !important;
  height: 0.75rem !important;
}

/* ========================================
   CDN Template
======================================== */
.cdn-page {
  background: #ffffff;
  color: #6f6f6f;
}
.cdn-page h1,
.cdn-page h2,
.cdn-page h3 {
  letter-spacing: 0;
}
.cdn-page .ai-section-heading h1,
.cdn-page .ai-section-heading h2,
.cdn-page .ai-section-heading h3 {
  color: #00587a;
}
.cdn-page .ai-section-heading__description p {
  color: #6f6f6f;
}

.cdn-overview,
.cdn-workflow,
.cdn-features {
  padding-top: clamp(3.75rem, 6vw, 5.5rem);
  padding-bottom: clamp(3.75rem, 6vw, 5.5rem);
}

.cdn-hero {
  position: relative;
  overflow: hidden;
  min-height: 34rem;
  display: flex;
  align-items: center;
  background: #22304a;
  color: #ffffff;
}
.cdn-hero:before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(90deg, rgba(0, 147, 233, 0.38), rgba(36, 192, 219, 0.16) 42%, rgba(255, 255, 255, 0.12));
  opacity: 0.44;
}
.cdn-hero .container {
  position: relative;
  z-index: 1;
}
.cdn-hero .ai-section-eyebrow {
  color: rgba(255, 255, 255, 0.82);
}
.cdn-hero h1 {
  max-width: 45rem;
  margin-bottom: 1.25rem;
  color: #ffffff;
  font-size: clamp(2.65rem, 4.8vw, 4.75rem);
  font-weight: 400;
  line-height: 1.06;
}
.cdn-hero p {
  max-width: 43rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  line-height: 1.7;
}

.cdn-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.cdn-hero__note {
  margin-top: 1.25rem !important;
  font-size: 0.95rem !important;
}
.cdn-hero__note a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.cdn-hero__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 28rem;
  margin-left: auto;
}
.cdn-hero__panel div {
  min-height: 9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}
.cdn-hero__panel strong,
.cdn-hero__panel span {
  display: block;
}
.cdn-hero__panel strong {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 400;
  line-height: 1;
}
.cdn-hero__panel span {
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
  line-height: 1.35;
}

.cdn-section-heading {
  max-width: 48rem;
}
.cdn-section-heading h2 {
  margin-bottom: 1rem;
  color: #00587a;
  font-size: clamp(2.15rem, 4vw, 3.6rem);
  font-weight: 400;
  line-height: 1.12;
}
.cdn-section-heading p {
  margin-bottom: 0;
  color: #6f6f6f;
  font-size: 1rem;
  line-height: 1.7;
}
.cdn-section-heading.text-center {
  margin-right: auto;
  margin-left: auto;
}

.cdn-inline-feature {
  display: grid;
  grid-template-columns: 2.8rem 1fr;
  gap: 1rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(0, 88, 122, 0.1);
}
.cdn-inline-feature:last-child {
  border-bottom: 1px solid rgba(0, 88, 122, 0.1);
}
.cdn-inline-feature h3 {
  margin-bottom: 0.35rem;
  color: #00587a;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3;
}
.cdn-inline-feature p {
  margin-bottom: 0;
  color: #6f6f6f;
  line-height: 1.6;
}

.cdn-inline-feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(57, 189, 232, 0.38);
  border-radius: 50%;
  color: #39bde8;
  font-size: 1rem;
}

.cdn-speed-visual {
  display: grid;
  gap: 0.85rem;
}
.cdn-speed-visual img {
  width: auto;
  max-width: 100%;
  margin: auto;
  border-radius: 8px;
}

.cdn-stat-band {
  border: 1px solid rgba(0, 88, 122, 0.1);
  border-radius: 8px;
  padding: 1rem;
  background: #f4f9fc;
}

.cdn-stat-card {
  height: 100%;
  border-radius: 8px;
  padding: 1.6rem 1.25rem;
  background: #ffffff;
}
.cdn-stat-card i {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: #39bde8;
  font-size: 1.4rem;
}
.cdn-stat-card h3 {
  margin-bottom: 0.45rem;
  color: #00587a;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
.cdn-stat-card p {
  margin-bottom: 0;
  color: #6f6f6f;
  font-size: 0.92rem;
  line-height: 1.55;
}

.cdn-workflow {
  background: linear-gradient(180deg, #f7fbfd 0%, #ffffff 82%);
}

.cdn-workflow-grid {
  border: 1px solid rgba(0, 88, 122, 0.1);
  border-radius: 8px;
  padding: clamp(1rem, 2vw, 1.5rem);
  background: #ffffff;
}

.cdn-workflow-card {
  height: 100%;
  border-radius: 8px;
  padding: 0;
  text-align: center;
}
.cdn-workflow-card img {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.1rem;
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(0, 88, 122, 0.12);
}
.cdn-workflow-card h3 {
  margin-bottom: 0.5rem;
  color: #00587a;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}
.cdn-workflow-card p {
  margin-bottom: 0;
  color: #6f6f6f;
  line-height: 1.65;
}

.cdn-map-panel {
  overflow: hidden;
  border: 1px solid rgba(0, 88, 122, 0.08);
  border-radius: 8px;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(0, 88, 122, 0.06);
}
.cdn-map-panel h2 {
  margin-bottom: 0.75rem;
  color: #00587a;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.12;
}
.cdn-map-panel p {
  color: #6f6f6f;
  line-height: 1.65;
}
.cdn-map-panel #mapbase {
  margin-top: clamp(1rem, 2vw, 1.5rem);
}
.cdn-map-panel svg {
  display: block;
  width: min(100%, 68rem);
  height: auto;
  margin: 0 auto;
}
.cdn-map-panel .dev-interactive-cdn-map__legend {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  width: 100%;
  margin: 1.5rem auto 0 !important;
  padding-top: 2.25rem !important;
  border-top: 1px solid rgba(0, 88, 122, 0.08) !important;
}
.cdn-map-panel .dev-interactive-cdn-map__legend-items {
  gap: 1.5rem !important;
}
.cdn-map-panel .dev-interactive-cdn-map__legend-item {
  display: flex !important;
  gap: 0.55rem !important;
  align-items: center !important;
}
.cdn-map-panel .dev-interactive-cdn-map__legend-item:last-child {
  flex-direction: row !important;
}
.cdn-map-panel .dev-interactive-cdn-map__legend-item p {
  color: #555f66 !important;
  font-family: inherit !important;
  font-size: 0.86rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}
.cdn-map-panel .dev-interactive-cdn-map__legend-points {
  margin-right: 0 !important;
}
.cdn-map-panel .dev-interactive-cdn-map__legend-points span {
  width: 0.7rem !important;
  height: 0.7rem !important;
}

.cdn-features {
  background: #ffffff;
}
.cdn-features .cdn-section-heading {
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem) !important;
}

.cdn-feature-card {
  height: 100%;
  border: 1px solid rgba(0, 88, 122, 0.1);
  border-radius: 8px;
  padding: 1.6rem;
  background: #ffffff;
}
.cdn-feature-card i {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #39bde8;
  font-size: 1.5rem;
}
.cdn-feature-card h3 {
  margin-bottom: 0.65rem;
  color: #00587a;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}
.cdn-feature-card p {
  margin-bottom: 0;
  color: #6f6f6f;
  line-height: 1.6;
}

.cdn-final-cta {
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
  background: transparent;
  color: #6f6f6f;
}
.cdn-final-cta .ai-section-eyebrow {
  color: #0093e9;
}

.cdn-final-cta__inner {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}
.cdn-final-cta__inner h2 {
  max-width: 44rem;
  margin-bottom: 0.7rem;
  color: #00587a;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.12;
}
.cdn-final-cta__inner p {
  max-width: 44rem;
  margin-bottom: 0;
  color: #6f6f6f;
  line-height: 1.65;
}
.cdn-final-cta__inner .button {
  flex: 0 0 auto;
}

html[data-ai-theme=dark] .cdn-page {
  background: #0d151d;
  color: var(--ai-text-color);
}

html[data-ai-theme=dark] .cdn-overview,
html[data-ai-theme=dark] .cdn-features {
  background: #0d151d;
}

html[data-ai-theme=dark] .cdn-workflow {
  background: linear-gradient(180deg, rgba(22, 34, 44, 0.72) 0%, #0d151d 82%);
}

html[data-ai-theme=dark] .cdn-page .ai-section-heading h1,
html[data-ai-theme=dark] .cdn-page .ai-section-heading h2,
html[data-ai-theme=dark] .cdn-page .ai-section-heading h3,
html[data-ai-theme=dark] .cdn-page .cdn-section-heading h2,
html[data-ai-theme=dark] .cdn-page .cdn-map-panel h2,
html[data-ai-theme=dark] .cdn-page .cdn-final-cta__inner h2 {
  color: var(--ai-heading-color) !important;
}

html[data-ai-theme=dark] .cdn-page .ai-section-heading__description p,
html[data-ai-theme=dark] .cdn-page .cdn-section-heading p,
html[data-ai-theme=dark] .cdn-page .cdn-map-panel p,
html[data-ai-theme=dark] .cdn-page .cdn-final-cta__inner p {
  color: var(--ai-text-color) !important;
}

html[data-ai-theme=dark] .cdn-inline-feature {
  border-color: rgba(124, 218, 242, 0.16);
}

html[data-ai-theme=dark] .cdn-inline-feature h3,
html[data-ai-theme=dark] .cdn-workflow-card h3,
html[data-ai-theme=dark] .cdn-stat-card h3,
html[data-ai-theme=dark] .cdn-feature-card h3 {
  color: var(--ai-heading-color) !important;
}

html[data-ai-theme=dark] .cdn-inline-feature p,
html[data-ai-theme=dark] .cdn-workflow-card p,
html[data-ai-theme=dark] .cdn-stat-card p,
html[data-ai-theme=dark] .cdn-feature-card p {
  color: var(--ai-text-color) !important;
}

html[data-ai-theme=dark] .cdn-stat-band,
html[data-ai-theme=dark] .cdn-workflow-grid,
html[data-ai-theme=dark] .cdn-map-panel {
  border-color: var(--ai-border-color);
  background: rgba(22, 34, 44, 0.62);
  box-shadow: none;
}

html[data-ai-theme=dark] .cdn-stat-card,
html[data-ai-theme=dark] .cdn-feature-card {
  background: var(--ai-surface-bg) !important;
}

html[data-ai-theme=dark] .cdn-speed-visual img,
html[data-ai-theme=dark] .cdn-workflow-card img {
  border-color: var(--ai-border-color);
  box-shadow: none;
}

html[data-ai-theme=dark] .cdn-map-panel .dev-interactive-cdn-map__legend {
  border-top-color: rgba(124, 218, 242, 0.16) !important;
}

html[data-ai-theme=dark] .cdn-map-panel .dev-interactive-cdn-map__legend-item p {
  color: var(--ai-text-color) !important;
}

html[data-ai-theme=dark] .cdn-final-cta {
  background: transparent !important;
}

@media (max-width: 991.98px) {
  .cdn-hero {
    min-height: 0;
    padding: 4rem 0;
  }
  .cdn-hero__panel {
    max-width: none;
    margin-left: 0;
  }
  .cdn-speed-visual {
    max-width: 42rem;
    margin: 0 auto;
  }
  .cdn-final-cta__inner {
    display: grid;
  }
}
@media (max-width: 767.98px) {
  .cdn-hero {
    padding: 2.75rem 0;
  }
  .cdn-hero h1,
  .cdn-section-heading h2,
  .cdn-map-panel h2,
  .cdn-final-cta__inner h2 {
    font-size: 2.1rem;
  }
  .cdn-hero p {
    font-size: 0.98rem;
    line-height: 1.6;
  }
  .cdn-hero__actions {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.35rem;
  }
  .cdn-hero__actions .button {
    width: 100%;
    min-height: 3.15rem;
    padding: 0.8rem 1.2rem;
    font-size: 0.82rem;
  }
  .cdn-hero__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .cdn-hero__panel div {
    min-height: 6.4rem;
    padding: 1rem;
  }
  .cdn-hero__panel strong {
    font-size: 2rem;
  }
  .cdn-hero__panel span {
    margin-top: 0.4rem;
    font-size: 0.78rem;
  }
  .cdn-final-cta__inner .button {
    width: 100%;
  }
  .cdn-inline-feature {
    grid-template-columns: 2.5rem 1fr;
  }
  .cdn-map-panel {
    width: auto;
    max-width: calc(100% - 1.5rem);
    margin-right: auto;
    margin-left: auto;
  }
  .cdn-map-panel .dev-interactive-cdn-map__legend-items {
    align-items: flex-start !important;
    gap: 0.85rem !important;
  }
  .cdn-map-panel .dev-interactive-cdn-map__legend-item {
    justify-content: flex-start !important;
  }
}
input:not(.form-check-input),
textarea,
.form-control {
  color: #7c7c7c;
  font-size: 1.2rem;
}

button#thc-domain-lookup-btn-\:r0\: {
  background-color: rgb(1, 106, 147) !important;
  color: rgb(255, 255, 255);
  border-radius: 0 50px 50px 0;
}

input.sc-beySbM.frQrIT.thc-domain-lookup-search__input,
input.thc-domain-lookup-search__input {
  margin-bottom: 0;
}

button.thc-domain-lookup-buy-btn {
  border: 1px solid #0093e9;
  border-radius: 50px;
}

/* ========================================
   Advertise It Heading System
======================================== */
.ai-section-eyebrow,
.service-detail-eyebrow,
.domains-section-heading .ai-section-eyebrow,
.cdn-section-heading .ai-section-eyebrow,
.ai-related-articles__eyebrow,
.ai-faqs .ai-section-eyebrow,
.bg-color-industry-header h6,
.bg-color-service-header h6,
.bg-color-hosting-header h6,
.bg-color-about-header h6,
.bg-color-portfolio-header h6,
.bg-color-contact-header h6 {
  font-size: var(--ai-eyebrow-size) !important;
  font-weight: var(--ai-eyebrow-weight) !important;
  line-height: 1.2 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
}

.ai-section-heading h1,
.domains-hero h1,
.cdn-hero h1,
.bg-color-industry-header h1,
.bg-color-service-header h1,
.bg-color-hosting-header h1,
.bg-color-about-header h1,
.bg-color-portfolio-header h1,
.bg-color-contact-header h1 {
  font-size: var(--ai-heading-hero-size) !important;
  font-weight: var(--ai-heading-weight) !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
}

.ai-section-heading h2,
.domains-section-heading h2,
.domains-search-copy h2,
.domains-transfer__copy h2,
.single-industry-intro__copy h2,
.service-process-heading h2,
.ai-related-articles__copy h2,
.ai-faqs__copy h2,
.cdn-section-heading h2,
.cdn-map-panel h2,
.cdn-final-cta__inner h2,
.hosting-comparison__heading,
.hosting-domain-cta h2,
.domains-final-cta h2,
.section-lg.bg-gradient-1.bg-image h2,
.archive-industries-section h2,
.archive-services-section h2 {
  font-size: var(--ai-heading-section-size) !important;
  font-weight: var(--ai-heading-weight) !important;
  line-height: var(--ai-heading-line-height) !important;
  letter-spacing: 0 !important;
}

.ai-section-heading h3,
.domains-search-panel h2,
.service-detail-copy h3,
.domain-feature-card h3,
.domain-support-card h3,
.domains-guide-card h3,
.single-industry-intro__card h3,
.service-process-card-copy h3,
.cdn-inline-feature h3,
.cdn-workflow-card h3,
.cdn-stat-card h3,
.cdn-feature-card h3,
.ai-related-card h3,
.ai-related-card h3 a {
  font-size: var(--ai-heading-card-size) !important;
  font-weight: var(--ai-heading-weight) !important;
  line-height: var(--ai-heading-card-line-height) !important;
  letter-spacing: 0 !important;
}

.ai-related-card h3 a {
  font-size: 1rem !important;
}

.home-service-card h2,
.domains-faq-list .accordion-title h3,
.accordion-title h3,
.ai-faqs__list h3,
.hosting-plan-card__title,
.hosting-comparison th,
.hosting-comparison td:first-child {
  font-size: var(--ai-heading-compact-size) !important;
  font-weight: 500 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
}

.ai-section-heading,
.domains-section-heading,
.cdn-section-heading,
.service-process-heading,
.single-industry-intro__copy,
.ai-related-articles__copy,
.ai-faqs__copy {
  color: var(--ai-heading-color);
}

.ai-section-heading h1,
.ai-section-heading h2,
.ai-section-heading h3,
.domains-section-heading h2,
.domains-search-copy h2,
.domains-search-panel h2,
.domains-transfer__copy h2,
.single-industry-intro__copy h2,
.service-process-heading h2,
.ai-related-articles__copy h2,
.ai-faqs__copy h2,
.cdn-section-heading h2,
.cdn-map-panel h2,
.cdn-final-cta__inner h2,
.hosting-comparison__heading,
.hosting-domain-cta h2,
.domains-final-cta h2,
.archive-industries-section h2,
.archive-services-section h2 {
  color: var(--ai-heading-color) !important;
}

.ai-section-heading__description p,
.domains-section-heading p,
.domains-search-copy p,
.domains-transfer__copy p,
.single-industry-intro__copy p,
.service-process-intro p,
.ai-related-articles__intro p,
.ai-faqs__copy p,
.cdn-section-heading p,
.cdn-final-cta__inner p {
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.68 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 767.98px) {
  :root {
    --ai-heading-hero-size: 2.5rem;
    --ai-heading-section-size: 2rem;
    --ai-heading-subsection-size: 1.65rem;
    --ai-heading-card-size: 1.08rem;
    --ai-heading-compact-size: .98rem;
  }
  .ai-section-heading__description p,
  .domains-section-heading p,
  .domains-search-copy p,
  .domains-transfer__copy p,
  .single-industry-intro__copy p,
  .service-process-intro p,
  .ai-related-articles__intro p,
  .ai-faqs__copy p,
  .cdn-section-heading p,
  .cdn-final-cta__inner p {
    font-size: 0.95rem !important;
    line-height: 1.62 !important;
  }
}
/* Portfolio Archive */
.ai-portfolio-archive {
  background: var(--ai-page-bg);
}

.ai-portfolio-hero {
  padding: 0;
}

.ai-portfolio-hero__panel {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(350px, 38vw, 510px);
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(110deg, rgba(72, 52, 89, 0.96) 0%, rgba(72, 52, 89, 0.82) 58%, rgba(0, 88, 122, 0.42) 100%), var(--ai-surface-bg);
  background-size: cover;
  background-position: center;
}

.ai-portfolio-hero__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(72, 52, 89, 0.94) 0%, rgba(72, 52, 89, 0.78) 48%, rgba(72, 52, 89, 0.58) 100%), radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.16), transparent 34%);
}

.ai-portfolio-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: clamp(3.5rem, 6vw, 5.75rem) 0;
  color: #fff;
}

.ai-portfolio-hero__copy .ai-section-eyebrow,
.ai-portfolio-transition .ai-section-eyebrow,
.ai-portfolio-selected .ai-section-eyebrow {
  display: inline-block;
  margin-bottom: 1.15rem;
}

.ai-portfolio-hero__copy h1 {
  max-width: 13ch;
  margin-bottom: 1.35rem;
  color: #fff;
  font-size: var(--ai-heading-hero-size);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.ai-portfolio-hero__copy p {
  max-width: 68ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.04rem;
  line-height: 1.7;
}

.ai-portfolio-selected {
  padding-top: clamp(3.75rem, 6vw, 5.75rem);
  padding-bottom: clamp(4rem, 6vw, 5.5rem);
}

.ai-portfolio-featured {
  padding-top: clamp(3.5rem, 6vw, 5rem);
  padding-bottom: clamp(2.25rem, 4vw, 3.25rem);
}

.ai-portfolio-featured + .ai-portfolio-selected {
  padding-top: clamp(2.25rem, 4vw, 3.25rem);
}

.ai-portfolio-featured__header {
  max-width: 760px;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.ai-portfolio-featured__header .ai-section-eyebrow {
  display: inline-block;
  margin-bottom: 1.15rem;
}

.ai-portfolio-featured__header h2 {
  max-width: 12ch;
  margin-bottom: 1rem;
  color: var(--ai-heading-color);
  font-size: var(--ai-heading-section-size);
  font-weight: 400;
  line-height: 1.08;
}

.ai-portfolio-featured__header p {
  max-width: 58rem;
  margin-bottom: 0;
  color: var(--ai-body-color);
  font-size: 1rem;
  line-height: 1.68;
}

.ai-portfolio-featured__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.45rem);
  align-items: start;
}

.ai-portfolio-featured__grid .ai-portfolio-card {
  grid-column: auto;
  min-height: 0;
}

.ai-portfolio-featured__grid .ai-portfolio-card--wide {
  grid-column: auto;
}

.ai-portfolio-featured__grid .ai-portfolio-card__media {
  height: clamp(170px, 13vw, 205px);
  aspect-ratio: auto;
}

.ai-portfolio-featured__grid .ai-portfolio-card__body {
  flex: 0 0 auto;
  min-height: 0;
  padding: clamp(0.95rem, 1.35vw, 1.15rem);
}

.ai-portfolio-featured__grid .ai-portfolio-card__eyebrow {
  margin-bottom: 0.65rem;
}

.ai-portfolio-featured__grid .ai-portfolio-card h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.08rem, 1.25vw, 1.3rem);
}

.ai-portfolio-featured__grid .ai-portfolio-card__services {
  flex-wrap: nowrap;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
  overflow: hidden;
}

.ai-portfolio-featured__grid .ai-portfolio-card__services li {
  padding: 0.28rem 0.5rem;
  overflow: hidden;
  font-size: 0.68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ai-portfolio-featured__grid .ai-portfolio-card__link {
  margin-top: 0.65rem;
}

.ai-portfolio-selected__header {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  margin-bottom: 2rem;
}

.ai-portfolio-selected__header h2 {
  max-width: 15ch;
  margin-bottom: 0;
  color: var(--ai-heading-color);
  font-size: var(--ai-heading-section-size);
  font-weight: 400;
  line-height: 1.08;
}

.ai-portfolio-selected__header p {
  max-width: 44rem;
  margin-bottom: 0;
  color: var(--ai-body-color);
  font-size: 1rem;
  line-height: 1.68;
}

.ai-portfolio-selected__layout {
  display: grid;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.ai-portfolio-selected__sidebar,
.ai-portfolio-selected__content {
  min-width: 0;
}

@media (min-width: 992px) {
  .ai-portfolio-selected__sidebar {
    position: sticky;
    top: clamp(5.5rem, 8vw, 7rem);
  }
}
.ai-portfolio-filters {
  margin-bottom: 0;
}

.ai-portfolio-filters__label {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--ai-link-color);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-portfolio-filters ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-portfolio-filters li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 2.25rem;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: rgba(0, 88, 122, 0.035);
  color: var(--ai-link-color);
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.ai-portfolio-filters li:hover,
.ai-portfolio-filters li.active,
.ai-portfolio-filters li.mixitup-control-active {
  border-color: var(--ai-heading-color);
  background: var(--ai-heading-color);
  color: #fff;
}

.ai-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.45rem);
  align-items: stretch;
}

.ai-portfolio-card {
  display: flex;
  flex-direction: column;
  grid-column: auto;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-surface-bg);
  box-shadow: 0 20px 50px rgba(0, 88, 122, 0.06);
}

.ai-portfolio-card--wide {
  grid-column: auto;
}

.ai-portfolio-card__media {
  display: block;
  aspect-ratio: 16/9.6;
  overflow: hidden;
  background: rgba(0, 88, 122, 0.08);
}

.ai-portfolio-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ai-portfolio-card:hover .ai-portfolio-card__media img {
  transform: scale(1.035);
}

.ai-portfolio-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 190px;
  padding: clamp(1.1rem, 1.8vw, 1.45rem);
}

.ai-portfolio-featured__grid .ai-portfolio-card--wide .ai-portfolio-card__media {
  aspect-ratio: 16/7.8;
}

.ai-portfolio-featured__grid .ai-portfolio-card--wide .ai-portfolio-card__body {
  min-height: 0;
}

.ai-portfolio-card__eyebrow {
  width: max-content;
  margin-bottom: 0.85rem;
  color: var(--ai-link-color);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.ai-portfolio-card h3 {
  margin-bottom: 1rem;
  color: var(--ai-heading-color);
  font-size: var(--ai-heading-card-size);
  font-weight: 500;
  line-height: 1.18;
}

.ai-portfolio-card h3 a {
  color: inherit;
}

.ai-portfolio-card__services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.ai-portfolio-card__services li {
  border-radius: 999px;
  background: rgba(0, 147, 233, 0.08);
  color: var(--ai-body-color);
  padding: 0.36rem 0.65rem;
  font-size: 0.76rem;
  line-height: 1;
}

.ai-portfolio-card__link {
  margin-top: auto;
  width: max-content;
  transition: transform 0.2s ease;
}

.ai-portfolio-card:hover .ai-portfolio-card__link {
  transform: translateX(3px);
}

.ai-portfolio-pagination {
  display: flex;
  justify-content: center;
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.ai-portfolio-pagination ul {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-portfolio-pagination a,
.ai-portfolio-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  min-height: 2.4rem;
  border: 1px solid var(--ai-border-color);
  border-radius: 999px;
  color: var(--ai-link-color);
  font-size: 0.9rem;
}

.ai-portfolio-pagination .current {
  border-color: rgba(0, 147, 233, 0.25);
  background: rgba(0, 147, 233, 0.1);
  color: var(--ai-heading-color);
}

.ai-portfolio-transition {
  padding-top: clamp(2.5rem, 4vw, 4rem);
  padding-bottom: 0;
}

.ai-portfolio-transition__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.38fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  min-height: clamp(310px, 28vw, 430px);
  overflow: hidden;
  border-radius: 8px;
  padding: clamp(2.6rem, 5vw, 4.75rem);
  background: linear-gradient(115deg, rgba(8, 68, 55, 0.98) 0%, rgba(0, 88, 122, 0.9) 100%), #0d151d;
  color: #fff;
}

.ai-portfolio-transition__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 18, 27, 0.1), rgba(8, 18, 27, 0.42)), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 120px);
  opacity: 0.48;
  pointer-events: none;
}

.ai-portfolio-transition__copy {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.ai-portfolio-transition__mark {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1rem, 2vw, 1.35rem);
  justify-self: end;
  width: min(100%, 280px);
}

.ai-portfolio-transition__mark span {
  display: block;
  height: clamp(3.8rem, 6vw, 5.75rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(119, 218, 245, 0.26), rgba(255, 255, 255, 0.07)), rgba(255, 255, 255, 0.03);
}

.ai-portfolio-transition__mark span:nth-child(2) {
  width: 78%;
  margin-left: auto;
}

.ai-portfolio-transition__mark span:nth-child(3) {
  width: 56%;
  margin-left: auto;
}

.ai-portfolio-transition h2 {
  max-width: 14ch;
  margin-bottom: 1rem;
  color: #fff;
  font-size: var(--ai-heading-section-size);
  font-weight: 400;
  line-height: 1.08;
}

.ai-portfolio-transition p {
  max-width: 66ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.68;
}

.ai-portfolio-cta {
  padding-top: clamp(2.5rem, 5vw, 3.75rem);
  padding-bottom: clamp(3.75rem, 6vw, 5rem);
  background: transparent !important;
  background-image: none !important;
}

.ai-portfolio-transition + .ai-portfolio-cta {
  padding-top: clamp(2.25rem, 4vw, 3.5rem);
}

.ai-portfolio-cta .container {
  max-width: 1040px;
}

.ai-portfolio-cta h2 {
  max-width: 22ch;
  margin: 0 auto 1rem;
  color: var(--ai-heading-color);
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  font-weight: var(--ai-heading-weight, 300);
  line-height: 1.12;
  letter-spacing: 0;
}

.ai-portfolio-cta p {
  max-width: 64ch;
  margin: 0 auto;
  color: var(--ai-body-color);
  font-size: 1rem;
  line-height: 1.68;
}

html[data-ai-theme=dark] .ai-portfolio-card {
  box-shadow: none;
}

html[data-ai-theme=dark] .ai-portfolio-card__services li,
html[data-ai-theme=dark] .ai-portfolio-filters li {
  background: rgba(119, 218, 245, 0.08);
}

html[data-ai-theme=dark] .ai-portfolio-filters li:hover,
html[data-ai-theme=dark] .ai-portfolio-filters li.active,
html[data-ai-theme=dark] .ai-portfolio-filters li.mixitup-control-active {
  border-color: rgba(119, 218, 245, 0.28);
  background: rgba(119, 218, 245, 0.16);
  color: var(--ai-heading-color);
}

html[data-ai-theme=dark] .ai-portfolio-hero__panel::before {
  background: linear-gradient(90deg, rgba(72, 52, 89, 0.96) 0%, rgba(72, 52, 89, 0.8) 48%, rgba(72, 52, 89, 0.6) 100%), radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.12), transparent 34%);
}

html[data-ai-theme=dark] .ai-portfolio-transition__inner {
  background: linear-gradient(115deg, rgba(14, 35, 48, 0.98) 0%, rgba(0, 88, 122, 0.62) 100%), #0d151d;
}

html[data-ai-theme=dark] .ai-portfolio-cta {
  background: transparent !important;
  background-image: none !important;
}

@media (max-width: 1199.98px) {
  .ai-portfolio-featured__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ai-portfolio-featured__grid .ai-portfolio-card__media {
    height: clamp(180px, 24vw, 235px);
  }
  .ai-portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ai-portfolio-card {
    grid-column: auto;
  }
  .ai-portfolio-card--wide {
    grid-column: auto;
  }
}
@media (max-width: 991.98px) {
  .ai-portfolio-selected__header {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .ai-portfolio-selected__layout {
    display: block;
  }
  .ai-portfolio-filters {
    margin-bottom: 1.75rem;
  }
  .ai-portfolio-filters ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.65rem;
  }
  .ai-portfolio-filters li {
    width: auto;
    min-height: 2.35rem;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .ai-portfolio-transition__inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .ai-portfolio-transition__mark {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
    justify-self: stretch;
    width: 100%;
  }
  .ai-portfolio-transition__mark span,
  .ai-portfolio-transition__mark span:nth-child(2),
  .ai-portfolio-transition__mark span:nth-child(3) {
    width: 100%;
    height: 3.25rem;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .ai-portfolio-hero__panel {
    min-height: auto;
  }
  .ai-portfolio-hero__copy {
    padding: 3.25rem 0;
  }
  .ai-portfolio-hero__copy h1 {
    max-width: 11ch;
  }
  .ai-portfolio-grid {
    grid-template-columns: 1fr;
  }
  .ai-portfolio-featured__grid {
    grid-template-columns: 1fr;
  }
  .ai-portfolio-featured__grid .ai-portfolio-card__media {
    height: auto;
    aspect-ratio: 16/9.4;
  }
  .ai-portfolio-featured__grid .ai-portfolio-card__services {
    flex-wrap: wrap;
    overflow: visible;
  }
  .ai-portfolio-card--wide {
    grid-column: auto;
  }
  .ai-portfolio-card__body,
  .ai-portfolio-card--wide .ai-portfolio-card__body {
    min-height: 0;
  }
  .ai-portfolio-card--wide .ai-portfolio-card__media {
    aspect-ratio: 16/9.6;
  }
  .ai-portfolio-filters ul {
    flex-wrap: nowrap;
    margin-right: -1rem;
    padding-bottom: 0.35rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ai-portfolio-filters li {
    white-space: nowrap;
  }
}
/* Portfolio Single */
.ai-portfolio-single {
  background: var(--ai-page-bg);
  color: var(--ai-text-color);
}

.ai-portfolio-single-hero {
  padding: 0;
}

.ai-portfolio-single-hero__panel {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(390px, 42vw, 570px);
  overflow: hidden;
  border-radius: 8px;
  background: radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.14), transparent 32%), linear-gradient(110deg, rgba(72, 52, 89, 0.96) 0%, rgba(72, 52, 89, 0.82) 58%, rgba(0, 88, 122, 0.42) 100%), var(--ai-surface-bg);
  background-size: cover;
  background-position: center;
}

.ai-portfolio-single-hero__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(18, 14, 24, 0.64) 0%, rgba(18, 14, 24, 0.34) 42%, rgba(18, 14, 24, 0.18) 100%), linear-gradient(90deg, rgba(72, 52, 89, 0.96) 0%, rgba(72, 52, 89, 0.84) 48%, rgba(72, 52, 89, 0.72) 100%), linear-gradient(180deg, rgba(8, 20, 30, 0.18), rgba(8, 20, 30, 0.48)), radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.08), transparent 34%);
}

.ai-portfolio-single-hero__copy {
  position: relative;
  z-index: 1;
  max-width: max-content;
  color: #fff;
}

.ai-portfolio-single-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding: clamp(3.75rem, 6vw, 6.25rem) 0 clamp(2.25rem, 4vw, 3.25rem);
}

.ai-portfolio-single-hero__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
}

.ai-portfolio-single-hero__logo img {
  display: block;
  width: auto;
  max-width: min(100%, 260px);
  max-height: 150px;
  object-fit: contain;
}

.ai-portfolio-single-hero__copy .ai-section-eyebrow,
.ai-portfolio-single-overview .ai-section-eyebrow,
.ai-portfolio-single-gallery .ai-section-eyebrow {
  display: inline-block;
  margin-bottom: 1.1rem;
}

.ai-portfolio-single-hero__copy h1 {
  max-width: max-content;
  margin-bottom: 1.35rem;
  color: #fff;
  font-size: var(--ai-heading-hero-size);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0;
}

.ai-portfolio-single-hero__intro {
  max-width: 66ch;
}

.ai-portfolio-single-hero__intro p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.04rem;
  line-height: 1.7;
}

.ai-portfolio-single-hero__link {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: baseline;
  margin-top: 1.35rem;
  color: #fff;
}

.ai-portfolio-single-hero__link span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 400;
}

.ai-portfolio-single-overview {
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.ai-portfolio-single-hero .ai-portfolio-single-overview__meta {
  position: relative;
  z-index: 1;
  margin: 0 calc(var(--bs-gutter-x, 1.5rem) * -0.5);
  color: #fff;
}

.ai-portfolio-single-overview__meta,
.ai-portfolio-single-overview__content {
  min-width: 0;
}

.ai-portfolio-single-overview__meta {
  display: grid;
  grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: start;
}

.ai-portfolio-single-meta--services:only-child {
  grid-column: 1/-1;
}

.ai-portfolio-single-meta {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: transparent;
  padding: 1.05rem 0 0;
  box-shadow: none;
}

.ai-portfolio-single-meta span {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-portfolio-single-meta strong {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.36;
}

.ai-portfolio-single-meta h1.portfolio-title {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.36;
}

.ai-portfolio-single-meta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-portfolio-single-meta li {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
  padding: 0.38rem 0.65rem;
  font-size: 0.76rem;
  line-height: 1;
}

.ai-portfolio-single-overview__content {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ai-portfolio-single-overview__content > h2 {
  max-width: 22ch;
  margin: 0 auto 1.1rem;
  color: var(--ai-heading-color);
  font-size: clamp(2.35rem, 5vw, 3.6rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.ai-portfolio-single-content {
  color: var(--ai-body-color);
  font-size: 1rem;
  line-height: 1.72;
}

.ai-portfolio-single-content > *:last-child {
  margin-bottom: 0;
}

.ai-portfolio-single-content h2,
.ai-portfolio-single-content h3 {
  color: var(--ai-heading-color);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.ai-portfolio-single-gallery__header h2 {
  color: var(--ai-heading-color);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.ai-portfolio-single-content h2 {
  max-width: 14ch;
  margin-bottom: 1rem;
  font-size: var(--ai-heading-section-size);
}

.ai-portfolio-single-gallery__header h2 {
  max-width: 24ch;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 2.5rem);
}

.ai-portfolio-single-content h3 {
  margin-top: 2rem;
  margin-bottom: 0.8rem;
  font-size: var(--ai-heading-card-size);
}

.ai-portfolio-single-content p {
  color: var(--ai-body-color);
  font-size: 1rem;
  line-height: 1.68;
}

.ai-portfolio-single-gallery__header p {
  color: var(--ai-body-color);
  font-size: 1rem;
  line-height: 1.68;
}

.ai-portfolio-single-content ul,
.ai-portfolio-single-content ol {
  padding-left: 1.2rem;
}

.ai-portfolio-highlights {
  margin-top: clamp(2rem, 4vw, 3.25rem);
  text-align: left;
}

.ai-portfolio-highlights--merged {
  padding-top: 0;
  padding-bottom: 0;
}

.ai-portfolio-highlights__layout {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: center;
}

.ai-portfolio-highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
}

.ai-portfolio-highlights__card {
  display: flex;
  gap: 1rem;
  min-width: 0;
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-surface-bg);
  box-shadow: none;
  padding: clamp(1.1rem, 2vw, 1.35rem);
}

.ai-portfolio-highlights__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  border: 1px solid rgba(0, 147, 233, 0.18);
  border-radius: 50%;
  background: rgba(0, 147, 233, 0.1);
  color: var(--ai-link-color);
  font-size: 1.35rem;
}

.ai-portfolio-highlights__card-copy {
  min-width: 0;
}

.ai-portfolio-highlights__title {
  margin: 0 0 0.4rem;
  color: var(--ai-heading-color);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.3;
}

.ai-portfolio-highlights__description {
  margin: 0;
  color: var(--ai-body-color);
  font-size: 0.95rem;
  line-height: 1.55;
}

.ai-portfolio-single-story {
  padding-top: clamp(2.25rem, 4vw, 3.75rem);
  padding-bottom: clamp(2.25rem, 4vw, 3.75rem);
}

.ai-portfolio-single-story__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}

.ai-portfolio-single-story__row--spaced {
  margin-top: clamp(3rem, 6vw, 5.5rem);
}

.ai-portfolio-single-story__row--reverse .ai-portfolio-single-story__media {
  order: 2;
}

.ai-portfolio-single-story__row--reverse .ai-portfolio-single-story__copy {
  order: 1;
}

.ai-portfolio-single-story__media {
  overflow: hidden;
  border-radius: 8px;
  background: rgba(0, 88, 122, 0.08);
}

.ai-portfolio-single-story__media a {
  display: block;
}

.ai-portfolio-single-story__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.ai-portfolio-single-story__copy {
  max-width: 620px;
}

.ai-portfolio-single-story__copy .ai-section-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
}

.ai-portfolio-single-story__copy h2 {
  margin-bottom: 1.1rem;
  color: var(--ai-heading-color);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.ai-portfolio-single-story__text {
  color: var(--ai-body-color);
  font-size: 1rem;
  line-height: 1.68;
}

.ai-portfolio-single-story__text > *:last-child {
  margin-bottom: 0;
}

.ai-portfolio-single-closing-flow {
  margin-top: clamp(2rem, 4vw, 3.5rem);
  background: linear-gradient(180deg, #ffffff 0%, #f3f9fc 18%, #edf6fa 58%, #ffffff 86%, #ffffff 100%);
}

.ai-portfolio-single-gallery {
  padding-top: clamp(2.25rem, 4vw, 3.5rem);
  padding-bottom: clamp(1.75rem, 3vw, 2.5rem);
  background: transparent;
}

.ai-portfolio-single-gallery__header {
  max-width: none;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.ai-portfolio-single-gallery__header p {
  max-width: 72rem;
  margin-bottom: 0;
}

.ai-portfolio-single-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.45rem);
}

.ai-portfolio-single-gallery__grid--full {
  margin-top: clamp(1rem, 2vw, 1.45rem);
}

.ai-portfolio-single-gallery__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-surface-bg);
  box-shadow: 0 20px 50px rgba(0, 88, 122, 0.06);
  margin: 0;
}

.ai-portfolio-single-gallery__item a {
  display: block;
  flex: 1;
  overflow: hidden;
}

.ai-portfolio-single-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(220px, 24vw, 360px);
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ai-portfolio-single-gallery__item:hover img {
  transform: scale(1.025);
}

.ai-portfolio-single-gallery__item figcaption {
  border-top: 1px solid var(--ai-border-color);
  color: var(--ai-body-color);
  font-size: 0.86rem;
  line-height: 1.45;
  padding: 0.85rem 1rem;
}

.ai-portfolio-single-gallery__full {
  margin-top: clamp(1.35rem, 3vw, 2.25rem);
}

.ai-portfolio-single-gallery__full summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: fit-content;
  min-height: 0;
  margin: 0 auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ai-heading-color);
  cursor: pointer;
  list-style: none;
  padding: 0.25rem 0;
  text-align: center;
  transition: color 0.2s ease;
}

.ai-portfolio-single-gallery__full summary::-webkit-details-marker {
  display: none;
}

.ai-portfolio-single-gallery__full summary:hover,
.ai-portfolio-single-gallery__full summary:focus {
  color: var(--ai-link-color);
}

.ai-portfolio-single-gallery__full summary span {
  color: currentColor;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.ai-portfolio-single-gallery__summary-label--open {
  display: none;
}

.ai-portfolio-single-gallery__full[open] .ai-portfolio-single-gallery__summary-label--closed {
  display: none;
}

.ai-portfolio-single-gallery__full[open] .ai-portfolio-single-gallery__summary-label--open {
  display: inline;
}

.ai-portfolio-single-gallery__full summary small {
  color: var(--ai-body-color);
  font-size: 0.8rem;
  line-height: 1;
}

.ai-portfolio-single-gallery__full[open] summary {
  margin-bottom: clamp(1rem, 2vw, 1.45rem);
}

.ai-portfolio-single-nav {
  padding-top: 0;
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
  background: transparent;
}

.ai-portfolio-single-nav__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ai-portfolio-single-nav__item {
  display: block;
  min-width: 0;
  border: 1px solid var(--ai-border-color);
  border-radius: 8px;
  background: var(--ai-surface-bg);
  color: inherit;
  padding: 1.1rem;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ai-portfolio-single-nav__item:hover,
.ai-portfolio-single-nav__item:focus {
  border-color: rgba(0, 147, 233, 0.35);
  background: rgba(0, 147, 233, 0.06);
  box-shadow: 0 18px 42px rgba(0, 88, 122, 0.1);
  transform: translateY(-2px);
}

.ai-portfolio-single-nav__item--next {
  grid-column: 2;
  text-align: right;
}

.ai-portfolio-single-nav__item span {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--ai-link-color);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ai-portfolio-single-nav__item strong {
  display: block;
  color: var(--ai-heading-color);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.34;
}

.ai-portfolio-cta.ai-portfolio-single-cta {
  padding-top: clamp(4rem, 7vw, 6rem) !important;
  padding-bottom: clamp(4.75rem, 7vw, 6.5rem) !important;
  background: transparent !important;
}

html[data-ai-theme=dark] .ai-portfolio-single-hero__panel::before {
  background: linear-gradient(90deg, rgba(8, 21, 30, 0.78) 0%, rgba(8, 21, 30, 0.42) 46%, rgba(8, 21, 30, 0.24) 100%), linear-gradient(90deg, rgba(72, 52, 89, 0.98) 0%, rgba(72, 52, 89, 0.88) 48%, rgba(72, 52, 89, 0.76) 100%), linear-gradient(180deg, rgba(8, 21, 30, 0.2), rgba(8, 21, 30, 0.54)), radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.06), transparent 34%);
}

html[data-ai-theme=dark] .ai-portfolio-single-hero__logo {
  background: none;
  box-shadow: none;
}

html[data-ai-theme=dark] .ai-portfolio-single-meta,
html[data-ai-theme=dark] .ai-portfolio-highlights__card,
html[data-ai-theme=dark] .ai-portfolio-single-gallery__item,
html[data-ai-theme=dark] .ai-portfolio-single-nav__item {
  box-shadow: none;
}

html[data-ai-theme=dark] .ai-portfolio-highlights__icon {
  border-color: rgba(119, 218, 245, 0.22);
  background: rgba(119, 218, 245, 0.08);
  color: #77daf5;
}

html[data-ai-theme=dark] .ai-portfolio-highlights__grid::-webkit-scrollbar-thumb {
  background: rgba(119, 218, 245, 0.28);
}

html[data-ai-theme=dark] .ai-portfolio-single-gallery__full summary {
  box-shadow: none;
}

html[data-ai-theme=dark] .ai-portfolio-single-gallery__full summary:hover,
html[data-ai-theme=dark] .ai-portfolio-single-gallery__full summary:focus {
  color: #77daf5;
}

html[data-ai-theme=dark] .ai-portfolio-single-closing-flow {
  background: linear-gradient(180deg, var(--ai-page-bg) 0%, #14232e 18%, #1a3040 58%, var(--ai-page-bg) 86%, var(--ai-page-bg) 100%);
}

html[data-ai-theme=dark] .ai-portfolio-single-nav__item:hover,
html[data-ai-theme=dark] .ai-portfolio-single-nav__item:focus {
  border-color: rgba(119, 218, 245, 0.28);
  background: rgba(119, 218, 245, 0.08);
  box-shadow: none;
}

html[data-ai-theme=dark] .ai-portfolio-single-meta li {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991.98px) {
  .ai-portfolio-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ai-portfolio-single-overview__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ai-portfolio-single-meta--services {
    grid-column: auto;
  }
}
@media (max-width: 767.98px) {
  .ai-portfolio-single-hero__panel {
    min-height: auto;
    border-radius: 0 0 8px 8px;
    background-position: center top;
  }
  .ai-portfolio-single-hero__panel::before {
    background: linear-gradient(180deg, rgba(18, 14, 24, 0.88) 0%, rgba(72, 52, 89, 0.88) 48%, rgba(18, 14, 24, 0.86) 100%), linear-gradient(90deg, rgba(72, 52, 89, 0.94) 0%, rgba(72, 52, 89, 0.82) 100%);
  }
  .ai-portfolio-single-hero__copy {
    padding: 0;
  }
  .ai-portfolio-single-hero__layout {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    padding: 2.2rem 0 1.6rem;
  }
  .ai-portfolio-single-hero__copy h1 {
    max-width: 9ch;
    margin-bottom: 1rem;
    font-size: clamp(2.55rem, 14vw, 3.6rem);
  }
  .ai-portfolio-single-hero__logo {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    padding: 1.25rem;
  }
  .ai-portfolio-single-hero__logo img {
    max-width: min(100%, 300px);
    max-height: 92px;
  }
  .ai-portfolio-single-hero .ai-portfolio-single-overview__meta {
    margin: 0;
    padding-bottom: 1rem;
  }
  .ai-portfolio-single-meta {
    border-top: 0;
    padding-top: 0.85rem;
  }
  .ai-portfolio-single-meta span {
    margin-bottom: 0.45rem;
    font-size: 0.66rem;
  }
  .ai-portfolio-single-meta strong {
    font-size: 0.95rem;
  }
  .ai-portfolio-single-meta li {
    font-size: 0.72rem;
  }
  .ai-portfolio-single-overview__meta,
  .ai-portfolio-single-story__row,
  .ai-portfolio-single-gallery__grid,
  .ai-portfolio-single-nav__inner {
    grid-template-columns: 1fr;
  }
  .ai-portfolio-highlights__grid {
    display: flex;
    grid-template-columns: none;
    gap: 0.9rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 0.75rem;
    scroll-padding-left: 0.25rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .ai-portfolio-highlights__grid::-webkit-scrollbar {
    height: 0.35rem;
  }
  .ai-portfolio-highlights__grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(0, 147, 233, 0.28);
  }
  .ai-portfolio-highlights__card {
    flex: 0 0 min(86%, 360px);
    scroll-snap-align: start;
  }
  .ai-portfolio-single-story__row--reverse .ai-portfolio-single-story__media,
  .ai-portfolio-single-story__row--reverse .ai-portfolio-single-story__copy {
    order: initial;
  }
  .ai-portfolio-single-story__copy {
    max-width: none;
  }
  .ai-portfolio-single-gallery__item img {
    min-height: 0;
    aspect-ratio: 16/10;
  }
  .ai-portfolio-single-nav__item--next {
    grid-column: auto;
    text-align: left;
  }
}
/* Customizer migration overrides */
.theme-color-blue .accordion li .accordion-title h3 {
  color: #ffffff;
}

@media (min-width: 767.98px) {
  .domains-search-panel button,
  .domains-search-panel button#thc-domain-lookup-btn-\:r0\: {
    border-radius: 0 30px 30px 0 !important;
    background: #d27700 !important;
  }
}
.ai-theme-mode__trigger,
.ai-theme-mode__button {
  color: var(--ai-link-color);
}

@media (max-width: 767px) {
  .domains-search-panel button,
  .domains-search-panel button#thc-domain-lookup-btn-\:r0\: {
    margin-top: 0;
    border-radius: 0 30px 30px 0 !important;
    background: #d27700 !important;
  }
}
@media (max-width: 639px) {
  .domains-search-panel button,
  .domains-search-panel button#thc-domain-lookup-btn-\:r0\: {
    margin-top: 0.65rem;
    border-radius: 30px !important;
  }
}
.bi::before,
[class*=" bi-"]::before,
[class^=bi-]::before {
  font-weight: 600 !important;
}

html[data-ai-theme=dark] .feature-box {
  background-color: transparent !important;
  box-shadow: none;
}

@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.25rem;
  }
}
.ai-blog-toc a.is-active {
  color: var(--ai-link-color);
  text-decoration: underline !important;
}

.ai-related-articles__header {
  display: inline-flex;
}

.ai-related-articles__copy {
  max-width: max-content;
}

.filter ul li.active,
.filter ul li.mixitup-control-active {
  background: var(--ai-heading-color);
  color: #ffffff;
}

.ai-portfolio-filters li {
  border: none;
}

.filter ul li:hover {
  color: var(--ai-heading-color);
}

.filter ul li.active:hover,
.filter ul li.mixitup-control-active:hover {
  color: #ffffff;
}

.ai-theme-mode {
  border: none;
  background: none;
  box-shadow: none;
}

h2,
.h2 {
  font-weight: var(--ai-heading-weight, 400) !important;
}

#cta,
.ai-cta,
.hosting-domain-cta,
.domains-final-cta,
.cdn-final-cta,
.ai-portfolio-cta,
.section-lg.bg-gradient-1.bg-image {
  padding-top: var(--ai-cta-padding-y) !important;
  padding-bottom: var(--ai-cta-padding-y) !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}

.section-lg.bg-gradient-1.bg-image > [class*=bg-color-] {
  background: transparent !important;
}

#cta .container,
.ai-cta .container,
.hosting-domain-cta .container,
.domains-final-cta .container,
.cdn-final-cta .container,
.ai-portfolio-cta .container,
.section-lg.bg-gradient-1.bg-image .container {
  max-width: 1120px;
}

#cta .row,
.ai-cta .row,
.hosting-domain-cta .row,
.section-lg.bg-gradient-1.bg-image .row {
  justify-content: center;
}

#cta h2,
#cta .h1,
#cta .display-4,
#cta .display-5,
#cta .display-6,
.ai-cta h2,
.hosting-domain-cta h2,
.domains-final-cta h2,
.cdn-final-cta h2,
.cdn-final-cta__inner h2,
.ai-portfolio-cta h2,
.section-lg.bg-gradient-1.bg-image h2 {
  max-width: 24ch;
  margin-right: auto !important;
  margin-bottom: 1rem !important;
  margin-left: auto !important;
  color: var(--ai-heading-color) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: var(--ai-cta-heading-size) !important;
  font-weight: var(--ai-heading-weight, 400) !important;
  line-height: var(--ai-heading-line-height) !important;
  letter-spacing: 0 !important;
  text-align: center;
}

#cta p,
#cta .display-10,
.ai-cta p,
.ai-cta .display-10,
.hosting-domain-cta p,
.domains-final-cta p,
.cdn-final-cta p,
.cdn-final-cta__inner p,
.ai-portfolio-cta p,
.section-lg.bg-gradient-1.bg-image p {
  max-width: var(--ai-cta-max-width);
  margin-right: auto !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  color: var(--ai-text-color) !important;
  font-size: var(--ai-cta-copy-size) !important;
  font-weight: 400 !important;
  line-height: 1.68 !important;
  letter-spacing: 0 !important;
  text-align: center;
}

#cta .button,
#cta a.button,
.ai-cta .button,
.ai-cta a.button,
.hosting-domain-cta .button,
.domains-final-cta a,
.cdn-final-cta .button,
.cdn-final-cta__inner .button,
.ai-portfolio-cta .button,
.section-lg.bg-gradient-1.bg-image .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 2.8rem;
  margin-top: clamp(1.35rem, 2.5vw, 1.85rem);
  padding: 0.85rem 1.45rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--ai-cta-button-bg) !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 0.76rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  -webkit-text-fill-color: currentColor !important;
}

#cta .button span,
#cta .button i,
#cta a.button span,
#cta a.button i,
.ai-cta .button span,
.ai-cta .button i,
.ai-cta a.button span,
.ai-cta a.button i,
.hosting-domain-cta .button span,
.hosting-domain-cta .button i,
.domains-final-cta a span,
.domains-final-cta a i,
.cdn-final-cta .button span,
.cdn-final-cta .button i,
.cdn-final-cta__inner .button span,
.cdn-final-cta__inner .button i,
.ai-portfolio-cta .button span,
.ai-portfolio-cta .button i,
.section-lg.bg-gradient-1.bg-image .button span,
.section-lg.bg-gradient-1.bg-image .button i {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

#cta .button:hover,
#cta .button:focus-visible,
.ai-cta .button:hover,
.ai-cta .button:focus-visible,
.hosting-domain-cta .button:hover,
.hosting-domain-cta .button:focus-visible,
.domains-final-cta a:hover,
.domains-final-cta a:focus-visible,
.cdn-final-cta .button:hover,
.cdn-final-cta .button:focus-visible,
.cdn-final-cta__inner .button:hover,
.cdn-final-cta__inner .button:focus-visible,
.ai-portfolio-cta .button:hover,
.ai-portfolio-cta .button:focus-visible,
.section-lg.bg-gradient-1.bg-image .button:hover,
.section-lg.bg-gradient-1.bg-image .button:focus-visible {
  background: var(--ai-cta-button-bg-hover) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.domains-final-cta__inner,
.cdn-final-cta__inner,
.ai-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
}

.ai-cta__media {
  width: 100%;
  max-width: 38rem;
  margin: 0 auto clamp(1.5rem, 3vw, 2.25rem);
  overflow: hidden;
  border-radius: 8px;
}
.ai-cta__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}

@media (min-width: 992px) {
  .ai-cta--split .ai-cta__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    text-align: left;
  }
  .ai-cta--split .ai-cta__media {
    max-width: none;
    margin: 0;
  }
  .ai-cta--split .ai-cta__copy,
  .ai-cta--split .ai-cta__copy h2,
  .ai-cta--split .ai-cta__copy p,
  .ai-cta--split .ai-section-heading__description p {
    margin-left: 0 !important;
    text-align: left;
  }
}
.domains-final-cta__inner h2:last-child,
.cdn-final-cta__inner h2:last-child,
.ai-portfolio-cta h2:last-child {
  margin-bottom: 0 !important;
}

html[data-ai-theme=dark] #cta,
html[data-ai-theme=dark] .ai-cta,
html[data-ai-theme=dark] .hosting-domain-cta,
html[data-ai-theme=dark] .domains-final-cta,
html[data-ai-theme=dark] .cdn-final-cta,
html[data-ai-theme=dark] .ai-portfolio-cta,
html[data-ai-theme=dark] .section-lg.bg-gradient-1.bg-image {
  background: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 767.98px) {
  #cta,
  .ai-cta,
  .hosting-domain-cta,
  .domains-final-cta,
  .cdn-final-cta,
  .ai-portfolio-cta,
  .section-lg.bg-gradient-1.bg-image {
    padding-top: clamp(3.25rem, 12vw, 4.25rem) !important;
    padding-bottom: clamp(3.25rem, 12vw, 4.5rem) !important;
  }
  #cta .button,
  #cta a.button,
  .ai-cta .button,
  .ai-cta a.button,
  .hosting-domain-cta .button,
  .domains-final-cta a,
  .cdn-final-cta .button,
  .cdn-final-cta__inner .button,
  .ai-portfolio-cta .button,
  .section-lg.bg-gradient-1.bg-image .button {
    width: auto;
    max-width: 100%;
    min-height: 2.75rem;
    white-space: normal;
  }
}
