.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #67065d;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #24c279 !important;
}
.bg-info {
  background-color: #0cb8da !important;
}
.bg-warning {
  background-color: #e6ad00 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #67065d !important;
  border-color: #67065d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #970989 !important;
  border-color: #970989 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #970989 !important;
  border-color: #970989 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cb8da !important;
  border-color: #0cb8da !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #26d1f3 !important;
  border-color: #26d1f3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26d1f3 !important;
  border-color: #26d1f3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #24c279 !important;
  border-color: #24c279 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3edb92 !important;
  border-color: #3edb92 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3edb92 !important;
  border-color: #3edb92 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e6ad00 !important;
  border-color: #e6ad00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc61a !important;
  border-color: #ffc61a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc61a !important;
  border-color: #ffc61a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #67065d;
  color: #67065d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #150113 !important;
  background-color: transparent !important;
  border-color: #150113 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #67065d !important;
  border-color: #67065d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cb8da;
  color: #0cb8da;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #077388 !important;
  background-color: transparent !important;
  border-color: #077388 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cb8da !important;
  border-color: #0cb8da !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #24c279;
  color: #24c279;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #16794b !important;
  background-color: transparent !important;
  border-color: #16794b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #24c279 !important;
  border-color: #24c279 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e6ad00;
  color: #e6ad00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8f6c00 !important;
  background-color: transparent !important;
  border-color: #8f6c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e6ad00 !important;
  border-color: #e6ad00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #67065d !important;
}
.text-success {
  color: #24c279 !important;
}
.text-info {
  color: #0cb8da !important;
}
.text-warning {
  color: #e6ad00 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #070006 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #146c43 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #076679 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #806000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cb8da;
}
.alert-warning {
  background-color: #e6ad00;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7ee7b7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b7f0fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffecb3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #67065d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1JqHLSFvd {
  z-index: 1000;
  width: 100%;
}
.cid-v1JqHLSFvd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1JqHLSFvd .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-nav {
    max-width: 45%;
  }
}
.cid-v1JqHLSFvd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1JqHLSFvd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1JqHLSFvd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1JqHLSFvd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1JqHLSFvd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1JqHLSFvd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1JqHLSFvd .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1JqHLSFvd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1JqHLSFvd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1JqHLSFvd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1JqHLSFvd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1JqHLSFvd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1JqHLSFvd .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1JqHLSFvd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1JqHLSFvd .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1JqHLSFvd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1JqHLSFvd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1JqHLSFvd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.7) !important;
}
.cid-v1JqHLSFvd .nav-item:focus,
.cid-v1JqHLSFvd .nav-link:focus {
  outline: none;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1JqHLSFvd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1JqHLSFvd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1JqHLSFvd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1JqHLSFvd .navbar.opened {
  transition: all 0.3s;
}
.cid-v1JqHLSFvd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1JqHLSFvd .navbar .navbar-logo img {
  width: auto;
}
.cid-v1JqHLSFvd .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-v1JqHLSFvd .navbar.collapsed {
  justify-content: center;
}
.cid-v1JqHLSFvd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1JqHLSFvd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1JqHLSFvd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1JqHLSFvd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar {
    min-height: 72px;
  }
  .cid-v1JqHLSFvd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1JqHLSFvd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1JqHLSFvd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1JqHLSFvd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1JqHLSFvd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1JqHLSFvd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1JqHLSFvd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1JqHLSFvd .dropdown-item.active,
.cid-v1JqHLSFvd .dropdown-item:active {
  background-color: transparent;
}
.cid-v1JqHLSFvd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1JqHLSFvd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1JqHLSFvd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1JqHLSFvd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1JqHLSFvd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1JqHLSFvd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1JqHLSFvd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1JqHLSFvd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1JqHLSFvd .navbar-buttons {
    text-align: left;
  }
}
.cid-v1JqHLSFvd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1JqHLSFvd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1JqHLSFvd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1JqHLSFvd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1JqHLSFvd .navbar {
    height: 70px;
  }
  .cid-v1JqHLSFvd .navbar.opened {
    height: auto;
  }
  .cid-v1JqHLSFvd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1JqHLSFvd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1JqHLSFvd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1JqHLSFvd .navbar-brand {
    margin-right: auto;
  }
  .cid-v1JqHLSFvd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.7) !important;
    background: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1JqHLSFvd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1JqHLSFvd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1JqHLSFvd .navbar-collapse {
    padding: 1rem;
  }
}
#custom-html-o .agx-hero-block,
#custom-html-o .agx-hero-block * {
  box-sizing: border-box;
}
#custom-html-o .agx-hero-block {
  position: relative;
  overflow: hidden;
  padding: 100px 20px 86px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 82% 20%, rgba(157, 18, 151, 0.32), transparent 320px), radial-gradient(circle at 18% 84%, rgba(214, 177, 90, 0.16), transparent 300px), linear-gradient(115deg, rgba(255, 255, 255, 0.032) 0, rgba(255, 255, 255, 0.032) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, #080809 0%, #15151b 52%, #09090b 100%);
  background-size: auto, auto, 24px 24px, auto;
}
#custom-html-o .agx-hero-block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 90px;
  background: linear-gradient(180deg, rgba(8, 8, 9, 0), #09090b 85%);
  pointer-events: none;
}
#custom-html-o .agx-hero-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}
#custom-html-o .agx-hero-copy {
  max-width: 760px;
}
#custom-html-o .agx-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-o .agx-hero-block h1 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 76px;
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 950;
}
#custom-html-o .agx-hero-copy p {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(247, 243, 234, 0.78) !important;
  font-size: 18px;
  line-height: 1.7;
}
#custom-html-o .agx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}
#custom-html-o .agx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
#custom-html-o .agx-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
#custom-html-o .agx-btn-primary {
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 16px 36px rgba(214, 177, 90, 0.24);
}
#custom-html-o .agx-btn-secondary {
  color: #f7f3ea !important;
  background: rgba(247, 243, 234, 0.08);
  border: 1px solid rgba(247, 243, 234, 0.16);
}
#custom-html-o .agx-btn-secondary:hover {
  border-color: rgba(214, 177, 90, 0.45);
  background: rgba(247, 243, 234, 0.12);
}
#custom-html-o .agx-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
#custom-html-o .agx-proof-row span {
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(247, 243, 234, 0.17);
  background: rgba(247, 243, 234, 0.08);
  color: rgba(247, 243, 234, 0.88) !important;
  font-size: 14px;
  font-weight: 750;
}
#custom-html-o .agx-hero-feature {
  position: relative;
  min-height: 360px;
  padding: 28px;
  border-radius: 32px;
  border: 1px solid rgba(247, 243, 234, 0.15);
  background-color: #17171c;
  background-image: radial-gradient(circle at 72% 18%, rgba(214, 177, 90, 0.24), transparent 180px), radial-gradient(circle at 18% 88%, rgba(157, 18, 151, 0.35), transparent 220px), linear-gradient(115deg, rgba(255, 255, 255, 0.03) 0, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 18px), linear-gradient(145deg, #1b1b21, #0d0d10);
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
#custom-html-o .agx-hero-feature::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 24px;
  border: 1px solid rgba(247, 243, 234, 0.08);
  pointer-events: none;
}
#custom-html-o .agx-feature-top,
#custom-html-o .agx-feature-bottom {
  position: relative;
  z-index: 2;
}
#custom-html-o .agx-feature-top {
  display: inline-block;
  width: auto;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(214, 177, 90, 0.38);
  background: rgba(0, 0, 0, 0.28);
}
#custom-html-o .agx-feature-brand {
  display: block;
  color: #f7f3ea !important;
  font-size: 20px;
  font-weight: 950;
  letter-spacing: -0.035em;
}
#custom-html-o .agx-feature-sub {
  display: block;
  margin-top: 4px;
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#custom-html-o .agx-feature-bottom {
  padding: 20px;
  border-radius: 22px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background: rgba(0, 0, 0, 0.32);
}
#custom-html-o .agx-feature-bottom h3 {
  margin: 0 0 10px;
  color: #f7f3ea !important;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 900;
}
#custom-html-o .agx-feature-bottom p {
  margin: 0;
  color: rgba(247, 243, 234, 0.78) !important;
  line-height: 1.65;
}
@media (max-width: 1050px) {
  #custom-html-o .agx-hero-wrap {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  #custom-html-o .agx-hero-block h1 {
    font-size: 58px;
  }
  #custom-html-o .agx-hero-feature {
    min-height: 280px;
  }
}
@media (max-width: 620px) {
  #custom-html-o .agx-hero-block {
    padding: 54px 18px;
  }
  #custom-html-o .agx-hero-block h1 {
    font-size: 42px;
  }
  #custom-html-o .agx-hero-copy p {
    font-size: 16px;
  }
  #custom-html-o .agx-btn {
    width: 100%;
  }
  #custom-html-o .agx-proof-row span {
    width: 100%;
    text-align: center;
  }
}
#custom-html-o .agx-hero-block {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
#custom-html-o .agx-hero-block::after {
  display: none !important;
}
@media (max-width: 768px) {
  #custom-html-o .agx-hero-block {
    background-attachment: scroll !important;
  }
}
#custom-html-p .agx-service-block,
#custom-html-p .agx-service-block * {
  box-sizing: border-box;
}
#custom-html-p .agx-service-block {
  position: relative;
  overflow: hidden;
  padding: 68px 20px 64px;
  color: #f7f3ea !important;
  background-color: #09090b;
  background-image: radial-gradient(circle at 82% 18%, rgba(157, 18, 151, 0.18), transparent 300px), radial-gradient(circle at 18% 78%, rgba(214, 177, 90, 0.1), transparent 260px), linear-gradient(115deg, rgba(255, 255, 255, 0.026) 0, rgba(255, 255, 255, 0.026) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #09090b 0%, #101015 50%, #09090b 100%);
  background-size: auto, auto, 24px 24px, auto;
}
#custom-html-p .agx-service-block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 70px;
  background: linear-gradient(180deg, rgba(9, 9, 11, 0), #080809 88%);
  pointer-events: none;
}
#custom-html-p .agx-service-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-p .agx-service-intro {
  max-width: 780px;
  margin-bottom: 28px;
}
#custom-html-p .agx-service-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-p .agx-service-intro h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-p .agx-service-intro p {
  margin: 16px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 17px;
  line-height: 1.68;
  max-width: 720px;
}
#custom-html-p .agx-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
#custom-html-p .agx-service-card {
  position: relative;
  min-height: 250px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background-color: #17171c;
  background-image: radial-gradient(circle at 78% 12%, rgba(214, 177, 90, 0.1), transparent 120px), radial-gradient(circle at 18% 88%, rgba(157, 18, 151, 0.16), transparent 160px), linear-gradient(115deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  color: #f7f3ea !important;
  text-decoration: none !important;
  transition: transform 0.22s ease, border-color 0.22s ease;
}
#custom-html-p .agx-service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 177, 90, 0.44);
  text-decoration: none !important;
}
#custom-html-p .agx-service-number {
  display: inline-block;
  color: #f2d889 !important;
  font-size: 25px;
  font-weight: 950;
  letter-spacing: -0.04em;
}
#custom-html-p .agx-service-card h3 {
  margin: 24px 0 10px;
  color: #f7f3ea !important;
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 900;
}
#custom-html-p .agx-service-card p {
  margin: 0 0 16px;
  color: rgba(247, 243, 234, 0.74) !important;
  line-height: 1.58;
  font-size: 15px;
}
#custom-html-p .agx-service-card strong {
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  #custom-html-p .agx-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-p .agx-service-intro h2 {
    font-size: 44px;
  }
}
@media (max-width: 680px) {
  #custom-html-p .agx-service-block {
    padding: 48px 18px 46px;
  }
  #custom-html-p .agx-service-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-p .agx-service-card {
    min-height: auto;
  }
  #custom-html-p .agx-service-intro h2 {
    font-size: 34px;
  }
  #custom-html-p .agx-service-intro p {
    font-size: 16px;
  }
}
#custom-html-p .agx-service-block {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
#custom-html-p .agx-service-block::after {
  display: none !important;
}
@media (max-width: 768px) {
  #custom-html-p .agx-service-block {
    background-attachment: scroll !important;
  }
}
#custom-html-q .agx-trust-block,
#custom-html-q .agx-trust-block * {
  box-sizing: border-box;
}
#custom-html-q .agx-trust-block {
  position: relative;
  overflow: hidden;
  padding: 66px 20px 62px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-q .agx-trust-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-q .agx-trust-intro {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 26px;
  align-items: end;
  margin-bottom: 28px;
}
#custom-html-q .agx-trust-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-q .agx-trust-intro h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-q .agx-trust-intro p {
  margin: 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 17px;
  line-height: 1.68;
}
#custom-html-q .agx-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
#custom-html-q .agx-trust-card {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 132px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background-color: #17171c;
  background-image: radial-gradient(circle at 80% 15%, rgba(214, 177, 90, 0.08), transparent 120px), radial-gradient(circle at 20% 88%, rgba(157, 18, 151, 0.14), transparent 160px), linear-gradient(115deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
#custom-html-q .agx-trust-logo-box {
  width: 128px;
  height: 78px;
  padding: 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 243, 234, 0.13);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#custom-html-q .agx-gtechniq-box {
  background: #ffffff;
}
#custom-html-q .agx-rupes-box {
  background: #ffffff;
}
#custom-html-q .agx-trust-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
#custom-html-q .agx-trust-logo-gtechniq {
  max-height: 54px;
}
#custom-html-q .agx-trust-logo-rupes {
  max-height: 48px;
}
#custom-html-q .agx-trust-copy h3 {
  margin: 0 0 9px;
  color: #f7f3ea !important;
  font-size: 21px;
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.03em;
}
#custom-html-q .agx-trust-copy p {
  margin: 0;
  color: rgba(247, 243, 234, 0.74) !important;
  line-height: 1.6;
  font-size: 15px;
}
@media (max-width: 900px) {
  #custom-html-q .agx-trust-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }
  #custom-html-q .agx-trust-intro h2 {
    font-size: 44px;
  }
  #custom-html-q .agx-trust-block {
    background-attachment: scroll;
  }
}
@media (max-width: 760px) {
  #custom-html-q .agx-trust-block {
    padding: 48px 18px 46px;
  }
  #custom-html-q .agx-trust-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-q .agx-trust-card {
    grid-template-columns: 1fr;
    align-items: start;
  }
  #custom-html-q .agx-trust-logo-box {
    width: 140px;
    height: 82px;
  }
  #custom-html-q .agx-trust-intro h2 {
    font-size: 34px;
  }
  #custom-html-q .agx-trust-intro p {
    font-size: 16px;
  }
}
#custom-html-r .agx-package-block,
#custom-html-r .agx-package-block * {
  box-sizing: border-box;
}
#custom-html-r .agx-package-block {
  position: relative;
  overflow: hidden;
  padding: 68px 20px 64px;
  color: #f7f3ea !important;
  background-color: #09090b;
  background-image: radial-gradient(circle at 82% 18%, rgba(157, 18, 151, 0.18), transparent 320px), radial-gradient(circle at 22% 84%, rgba(214, 177, 90, 0.12), transparent 280px), linear-gradient(115deg, rgba(255, 255, 255, 0.026) 0, rgba(255, 255, 255, 0.026) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #09090b 0%, #121218 52%, #09090b 100%);
  background-size: auto, auto, 24px 24px, auto;
}
#custom-html-r .agx-package-block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 70px;
  background: linear-gradient(180deg, rgba(9, 9, 11, 0), #080809 88%);
  pointer-events: none;
}
#custom-html-r .agx-package-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-r .agx-package-intro {
  max-width: 800px;
  margin-bottom: 28px;
}
#custom-html-r .agx-package-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-r .agx-package-intro h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-r .agx-package-intro p {
  margin: 16px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 17px;
  line-height: 1.68;
  max-width: 720px;
}
#custom-html-r .agx-package-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
#custom-html-r .agx-package-card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background-color: #17171c;
  background-image: radial-gradient(circle at 78% 12%, rgba(214, 177, 90, 0.08), transparent 120px), radial-gradient(circle at 18% 88%, rgba(157, 18, 151, 0.14), transparent 160px), linear-gradient(115deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  color: #f7f3ea !important;
}
#custom-html-r .agx-package-featured {
  border-color: rgba(214, 177, 90, 0.44);
  background-image: radial-gradient(circle at 50% 0%, rgba(214, 177, 90, 0.18), transparent 150px), radial-gradient(circle at 18% 88%, rgba(157, 18, 151, 0.16), transparent 170px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
}
#custom-html-r .agx-package-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #f2d889 !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 900;
}
#custom-html-r .agx-package-card h3 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 21px;
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.03em;
}
#custom-html-r .agx-package-card p {
  margin: 12px 0 16px;
  color: rgba(247, 243, 234, 0.74) !important;
  line-height: 1.58;
  font-size: 15px;
}
#custom-html-r .agx-package-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 8px;
}
#custom-html-r .agx-package-card li {
  position: relative;
  padding-left: 20px;
  color: rgba(247, 243, 234, 0.82) !important;
  line-height: 1.48;
  font-size: 14px;
}
#custom-html-r .agx-package-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f2d889;
  font-weight: 950;
}
#custom-html-r .agx-package-card a {
  color: #f2d889 !important;
  font-weight: 850;
  text-decoration: none !important;
}
#custom-html-r .agx-package-card a:hover {
  text-decoration: underline !important;
}
@media (max-width: 1100px) {
  #custom-html-r .agx-package-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-r .agx-package-intro h2 {
    font-size: 44px;
  }
}
@media (max-width: 680px) {
  #custom-html-r .agx-package-block {
    padding: 48px 18px 46px;
  }
  #custom-html-r .agx-package-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-r .agx-package-intro h2 {
    font-size: 34px;
  }
  #custom-html-r .agx-package-intro p {
    font-size: 16px;
  }
}
#custom-html-r .agx-package-block {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
#custom-html-r .agx-package-block::after {
  display: none !important;
}
@media (max-width: 768px) {
  #custom-html-r .agx-package-block {
    background-attachment: scroll !important;
  }
}
#custom-html-s .agx-results-block,
#custom-html-s .agx-results-block * {
  box-sizing: border-box;
}
#custom-html-s .agx-results-block {
  position: relative;
  overflow: hidden;
  padding: 66px 20px 62px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 84% 24%, rgba(157, 18, 151, 0.24), transparent 320px), radial-gradient(circle at 16% 84%, rgba(214, 177, 90, 0.12), transparent 280px), linear-gradient(115deg, rgba(255, 255, 255, 0.026) 0, rgba(255, 255, 255, 0.026) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0f1014 50%, #080809 100%);
  background-size: auto, auto, 24px 24px, auto;
}
#custom-html-s .agx-results-block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 68px;
  background: linear-gradient(180deg, rgba(8, 8, 9, 0), #0f1014 88%);
  pointer-events: none;
}
#custom-html-s .agx-results-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 30px;
  align-items: center;
}
#custom-html-s .agx-results-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-s .agx-results-copy h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-s .agx-results-copy p {
  margin: 16px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 17px;
  line-height: 1.68;
  max-width: 620px;
}
#custom-html-s .agx-results-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}
#custom-html-s .agx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}
#custom-html-s .agx-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
#custom-html-s .agx-btn-primary {
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.22);
}
#custom-html-s .agx-btn-secondary {
  color: #f7f3ea !important;
  background: rgba(247, 243, 234, 0.08);
  border: 1px solid rgba(247, 243, 234, 0.16);
}
#custom-html-s .agx-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 200px 200px;
  gap: 14px;
}
#custom-html-s .agx-gallery-item {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  background: #17171c;
}
#custom-html-s .agx-gallery-large {
  grid-row: span 2;
}
#custom-html-s .agx-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
#custom-html-s .agx-gallery-item:hover img {
  transform: scale(1.04);
}
@media (max-width: 960px) {
  #custom-html-s .agx-results-wrap {
    grid-template-columns: 1fr;
  }
  #custom-html-s .agx-results-copy h2 {
    font-size: 44px;
  }
}
@media (max-width: 700px) {
  #custom-html-s .agx-results-block {
    padding: 48px 18px 46px;
  }
  #custom-html-s .agx-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  #custom-html-s .agx-gallery-item,
  #custom-html-s .agx-gallery-large {
    height: 220px;
    grid-row: auto;
  }
  #custom-html-s .agx-results-copy h2 {
    font-size: 34px;
  }
  #custom-html-s .agx-results-copy p {
    font-size: 16px;
  }
  #custom-html-s .agx-btn {
    width: 100%;
  }
}
#custom-html-s .agx-results-block {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
#custom-html-s .agx-results-block::after {
  display: none !important;
}
@media (max-width: 768px) {
  #custom-html-s .agx-results-block {
    background-attachment: scroll !important;
  }
}
#custom-html-t .agx-story-block,
#custom-html-t .agx-story-block * {
  box-sizing: border-box;
}
#custom-html-t .agx-story-block {
  position: relative;
  overflow: hidden;
  padding: 66px 20px 62px;
  color: #f7f3ea !important;
  background-color: #0b0b0e;
  background-image: radial-gradient(circle at 18% 24%, rgba(157, 18, 151, 0.24), transparent 300px), radial-gradient(circle at 84% 76%, rgba(214, 177, 90, 0.1), transparent 260px), linear-gradient(115deg, rgba(255, 255, 255, 0.026) 0, rgba(255, 255, 255, 0.026) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #0b0b0e 0%, #101016 50%, #09090b 100%);
  background-size: auto, auto, 24px 24px, auto;
}
#custom-html-t .agx-story-block::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 68px;
  background: linear-gradient(180deg, rgba(11, 11, 14, 0), #080809 88%);
  pointer-events: none;
}
#custom-html-t .agx-story-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: center;
}
#custom-html-t .agx-story-card {
  padding: 28px;
  border-radius: 26px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background-color: #17171c;
  background-image: radial-gradient(circle at 20% 18%, rgba(157, 18, 151, 0.2), transparent 140px), linear-gradient(115deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  background-size: auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
#custom-html-t .agx-story-label {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 20px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-t .agx-story-card h3 {
  margin: 0 0 14px;
  color: #f7f3ea !important;
  font-size: 27px;
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 950;
}
#custom-html-t .agx-story-card p {
  color: rgba(247, 243, 234, 0.74) !important;
  line-height: 1.64;
  margin: 0 0 12px;
  font-size: 15px;
}
#custom-html-t .agx-story-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 10px;
  padding: 0 20px;
  border-radius: 999px;
  color: #f7f3ea !important;
  background: rgba(247, 243, 234, 0.08);
  border: 1px solid rgba(247, 243, 234, 0.16);
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}
#custom-html-t .agx-story-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 177, 90, 0.42);
  background: rgba(247, 243, 234, 0.11);
}
#custom-html-t .agx-story-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-t .agx-story-copy h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 50px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-t .agx-story-copy p {
  margin: 16px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 17px;
  line-height: 1.68;
  max-width: 700px;
}
#custom-html-t .agx-story-points {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
#custom-html-t .agx-story-points div {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background: rgba(247, 243, 234, 0.05);
}
#custom-html-t .agx-story-points strong {
  display: block;
  color: #f2d889 !important;
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 14px;
}
#custom-html-t .agx-story-points span {
  display: block;
  color: rgba(247, 243, 234, 0.74) !important;
  line-height: 1.55;
  font-size: 14px;
}
@media (max-width: 940px) {
  #custom-html-t .agx-story-wrap {
    grid-template-columns: 1fr;
  }
  #custom-html-t .agx-story-copy h2 {
    font-size: 42px;
  }
}
@media (max-width: 680px) {
  #custom-html-t .agx-story-block {
    padding: 48px 18px 46px;
  }
  #custom-html-t .agx-story-copy h2 {
    font-size: 34px;
  }
  #custom-html-t .agx-story-copy p {
    font-size: 16px;
  }
  #custom-html-t .agx-story-btn {
    width: 100%;
  }
}
#custom-html-t .agx-story-block {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
#custom-html-t .agx-story-block::after {
  display: none !important;
}
@media (max-width: 768px) {
  #custom-html-t .agx-story-block {
    background-attachment: scroll !important;
  }
}
#custom-html-u .agx-guide-block,
#custom-html-u .agx-guide-block * {
  box-sizing: border-box;
}
#custom-html-u .agx-guide-block {
  position: relative;
  overflow: hidden;
  padding: 32px 20px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 82% 20%, rgba(214, 177, 90, 0.14), transparent 260px), radial-gradient(circle at 18% 76%, rgba(157, 18, 151, 0.16), transparent 220px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 100%);
  background-size: auto, auto, 24px 24px, auto;
}
#custom-html-u .agx-guide-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-u .agx-guide-card {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: center;
  padding: 32px 34px;
  border-radius: 28px;
  border: 1px solid rgba(214, 177, 90, 0.28);
  background-color: #17171c;
  background-image: radial-gradient(circle at 80% 20%, rgba(214, 177, 90, 0.16), transparent 160px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.16), transparent 180px), linear-gradient(115deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
#custom-html-u .agx-guide-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-u .agx-guide-copy h2 {
  margin: 0 0 12px;
  color: #f7f3ea !important;
  font-size: 42px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-u .agx-guide-copy p {
  margin: 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 16px;
  line-height: 1.65;
}
#custom-html-u .agx-guide-action {
  display: grid;
  justify-items: start;
  gap: 10px;
}
#custom-html-u .agx-guide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.22);
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease;
}
#custom-html-u .agx-guide-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
#custom-html-u .agx-guide-action span {
  color: rgba(247, 243, 234, 0.52) !important;
  font-size: 14px;
}
@media (max-width: 900px) {
  #custom-html-u .agx-guide-card {
    grid-template-columns: 1fr;
  }
  #custom-html-u .agx-guide-copy h2 {
    font-size: 34px;
  }
}
@media (max-width: 680px) {
  #custom-html-u .agx-guide-block {
    padding: 26px 18px;
  }
  #custom-html-u .agx-guide-card {
    padding: 24px;
  }
  #custom-html-u .agx-guide-copy h2 {
    font-size: 28px;
  }
  #custom-html-u .agx-guide-copy p {
    font-size: 15px;
  }
  #custom-html-u .agx-guide-btn {
    width: 100%;
  }
}
#custom-html-u .agx-guide-block {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
@media (max-width: 768px) {
  #custom-html-u .agx-guide-block {
    background-attachment: scroll !important;
  }
}
#custom-html-v .agx-final-block,
#custom-html-v .agx-final-block * {
  box-sizing: border-box;
}
#custom-html-v .agx-final-block {
  position: relative;
  overflow: hidden;
  padding: 66px 20px 70px;
  text-align: center;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 50% 10%, rgba(214, 177, 90, 0.14), transparent 240px), radial-gradient(circle at 20% 76%, rgba(157, 18, 151, 0.12), transparent 220px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0d0d11 100%);
  background-size: auto, auto, 24px 24px, auto;
}
#custom-html-v .agx-final-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
#custom-html-v .agx-final-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-v .agx-final-block h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 50px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-v .agx-final-block p {
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 17px;
  line-height: 1.68;
}
#custom-html-v .agx-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}
#custom-html-v .agx-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}
#custom-html-v .agx-final-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
#custom-html-v .agx-final-primary {
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.22);
}
#custom-html-v .agx-final-secondary {
  color: #f7f3ea !important;
  background: rgba(247, 243, 234, 0.08);
  border: 1px solid rgba(247, 243, 234, 0.16);
}
#custom-html-v .agx-final-secondary:hover {
  border-color: rgba(214, 177, 90, 0.42);
  background: rgba(247, 243, 234, 0.11);
}
@media (max-width: 680px) {
  #custom-html-v .agx-final-block {
    padding: 48px 18px 52px;
  }
  #custom-html-v .agx-final-block h2 {
    font-size: 34px;
  }
  #custom-html-v .agx-final-block p {
    font-size: 16px;
  }
  #custom-html-v .agx-final-btn {
    width: 100%;
  }
}
#custom-html-v .agx-final-block {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
@media (max-width: 768px) {
  #custom-html-v .agx-final-block {
    background-attachment: scroll !important;
  }
}
#custom-html-v .agx-final-block {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
#custom-html-w .agx-footer-block,
#custom-html-w .agx-footer-block * {
  box-sizing: border-box;
}
#custom-html-w .agx-footer-block {
  position: relative;
  overflow: hidden;
  padding: 34px 20px 24px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-w .agx-footer-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-w .agx-footer-newsletter {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 90, 0.28);
  background-color: #17171c;
  background-image: radial-gradient(circle at 82% 18%, rgba(214, 177, 90, 0.15), transparent 180px), radial-gradient(circle at 18% 84%, rgba(157, 18, 151, 0.2), transparent 200px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}
#custom-html-w .agx-footer-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-w .agx-footer-newsletter h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 42px;
  line-height: 1.03;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-w .agx-footer-newsletter p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 16px;
  line-height: 1.65;
}
#custom-html-w .agx-footer-form-wrap {
  display: grid;
  gap: 10px;
}
#custom-html-w .agx-footer-form {
  display: flex;
  gap: 10px;
  padding: 7px;
  border-radius: 999px;
  border: 1px solid rgba(247, 243, 234, 0.14);
  background: rgba(0, 0, 0, 0.32);
}
#custom-html-w .agx-footer-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border: none;
  outline: none;
  border-radius: 999px;
  background: transparent;
  color: #f7f3ea !important;
  font-size: 15px;
}
#custom-html-w .agx-footer-form input::placeholder {
  color: rgba(247, 243, 234, 0.48);
}
#custom-html-w .agx-footer-form button {
  min-height: 46px;
  padding: 0 22px;
  border: none;
  border-radius: 999px;
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.2);
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.22s ease;
}
#custom-html-w .agx-footer-form button:hover {
  transform: translateY(-1px);
}
#custom-html-w .agx-footer-note {
  color: rgba(247, 243, 234, 0.52) !important;
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-w .agx-footer-main {
  display: grid;
  grid-template-columns: 1.3fr 0.65fr 0.85fr 0.7fr;
  gap: 28px;
  padding: 42px 0 30px;
}
#custom-html-w .agx-footer-logo-text {
  color: #f7f3ea !important;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-w .agx-footer-brand p {
  max-width: 390px;
  margin: 14px 0 0;
  color: rgba(247, 243, 234, 0.68) !important;
  font-size: 15px;
  line-height: 1.65;
}
#custom-html-w .agx-footer-email {
  display: inline-flex;
  margin-top: 14px;
  color: #f2d889 !important;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
}
#custom-html-w .agx-footer-email:hover {
  text-decoration: underline !important;
}
#custom-html-w .agx-footer-links h3,
#custom-html-w .agx-footer-social h3 {
  margin: 0 0 14px;
  color: #f2d889 !important;
  font-size: 13px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-weight: 900;
}
#custom-html-w .agx-footer-links a {
  display: block;
  margin-bottom: 10px;
  color: rgba(247, 243, 234, 0.7) !important;
  font-size: 15px;
  text-decoration: none !important;
  transition: color 0.22s ease;
}
#custom-html-w .agx-footer-links a:hover {
  color: #f2d889 !important;
}
#custom-html-w .agx-social-row {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}
#custom-html-w .agx-social-row a {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #f7f3ea !important;
  background-color: #651060;
  background-image: radial-gradient(circle at 70% 20%, rgba(214, 177, 90, 0.18), transparent 60%), linear-gradient(135deg, rgba(157, 18, 151, 0.72), rgba(54, 5, 52, 0.86));
  border: 1px solid rgba(247, 243, 234, 0.15);
  text-decoration: none !important;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
#custom-html-w .agx-social-row a:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 177, 90, 0.44);
  box-shadow: 0 12px 28px rgba(157, 18, 151, 0.24);
}
#custom-html-w .agx-social-icon {
  width: 21px;
  height: 21px;
  display: block;
}
#custom-html-w .agx-facebook-icon {
  fill: currentColor;
}
#custom-html-w .agx-instagram-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-w .agx-footer-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #f7f3ea !important;
  background: rgba(247, 243, 234, 0.08);
  border: 1px solid rgba(247, 243, 234, 0.15);
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
#custom-html-w .agx-footer-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 177, 90, 0.4);
  background: rgba(247, 243, 234, 0.11);
}
#custom-html-w .agx-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(247, 243, 234, 0.11);
  color: rgba(247, 243, 234, 0.52) !important;
  font-size: 13px;
}
@media (max-width: 980px) {
  #custom-html-w .agx-footer-newsletter {
    grid-template-columns: 1fr;
  }
  #custom-html-w .agx-footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-w .agx-footer-newsletter h2 {
    font-size: 34px;
  }
}
@media (max-width: 680px) {
  #custom-html-w .agx-footer-block {
    padding: 38px 18px 22px;
    background-attachment: scroll;
  }
  #custom-html-w .agx-footer-newsletter {
    padding: 24px;
  }
  #custom-html-w .agx-footer-newsletter h2 {
    font-size: 30px;
  }
  #custom-html-w .agx-footer-form {
    border-radius: 24px;
    flex-direction: column;
  }
  #custom-html-w .agx-footer-form input,
  #custom-html-w .agx-footer-form button {
    width: 100%;
  }
  #custom-html-w .agx-footer-main {
    grid-template-columns: 1fr;
    padding: 34px 0 24px;
  }
  #custom-html-w .agx-footer-bottom {
    flex-direction: column;
  }
}
.cid-v1JqHLSFvd {
  z-index: 1000;
  width: 100%;
}
.cid-v1JqHLSFvd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1JqHLSFvd .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-nav {
    max-width: 45%;
  }
}
.cid-v1JqHLSFvd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1JqHLSFvd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1JqHLSFvd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1JqHLSFvd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1JqHLSFvd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1JqHLSFvd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1JqHLSFvd .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1JqHLSFvd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1JqHLSFvd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1JqHLSFvd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1JqHLSFvd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1JqHLSFvd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1JqHLSFvd .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1JqHLSFvd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1JqHLSFvd .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1JqHLSFvd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1JqHLSFvd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1JqHLSFvd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.7) !important;
}
.cid-v1JqHLSFvd .nav-item:focus,
.cid-v1JqHLSFvd .nav-link:focus {
  outline: none;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1JqHLSFvd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1JqHLSFvd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1JqHLSFvd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1JqHLSFvd .navbar.opened {
  transition: all 0.3s;
}
.cid-v1JqHLSFvd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1JqHLSFvd .navbar .navbar-logo img {
  width: auto;
}
.cid-v1JqHLSFvd .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-v1JqHLSFvd .navbar.collapsed {
  justify-content: center;
}
.cid-v1JqHLSFvd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1JqHLSFvd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1JqHLSFvd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1JqHLSFvd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar {
    min-height: 72px;
  }
  .cid-v1JqHLSFvd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1JqHLSFvd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1JqHLSFvd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1JqHLSFvd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1JqHLSFvd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1JqHLSFvd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1JqHLSFvd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1JqHLSFvd .dropdown-item.active,
.cid-v1JqHLSFvd .dropdown-item:active {
  background-color: transparent;
}
.cid-v1JqHLSFvd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1JqHLSFvd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1JqHLSFvd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1JqHLSFvd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1JqHLSFvd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1JqHLSFvd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1JqHLSFvd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1JqHLSFvd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1JqHLSFvd .navbar-buttons {
    text-align: left;
  }
}
.cid-v1JqHLSFvd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1JqHLSFvd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1JqHLSFvd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1JqHLSFvd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1JqHLSFvd .navbar {
    height: 70px;
  }
  .cid-v1JqHLSFvd .navbar.opened {
    height: auto;
  }
  .cid-v1JqHLSFvd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1JqHLSFvd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1JqHLSFvd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1JqHLSFvd .navbar-brand {
    margin-right: auto;
  }
  .cid-v1JqHLSFvd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.7) !important;
    background: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1JqHLSFvd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1JqHLSFvd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1JqHLSFvd .navbar-collapse {
    padding: 1rem;
  }
}
#custom-html-18 .agx-contact-block,
#custom-html-18 .agx-contact-block * {
  box-sizing: border-box;
}
#custom-html-18 .agx-contact-block {
  position: relative;
  overflow: hidden;
  padding: 104px 20px 68px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-18 .agx-contact-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}
#custom-html-18 .agx-contact-kicker,
#custom-html-18 .agx-contact-panel-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-18 .agx-contact-copy h1 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 58px;
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}
#custom-html-18 .agx-contact-copy p {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(247, 243, 234, 0.76) !important;
  font-size: 18px;
  line-height: 1.7;
}
#custom-html-18 .agx-contact-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 28px;
  max-width: 520px;
}
#custom-html-18 .agx-contact-info-card {
  display: block;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background-color: #17171c;
  background-image: radial-gradient(circle at 82% 18%, rgba(214, 177, 90, 0.1), transparent 140px), radial-gradient(circle at 18% 84%, rgba(157, 18, 151, 0.16), transparent 160px), linear-gradient(115deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035));
  background-size: auto, auto, 24px 24px, auto;
  color: #f7f3ea !important;
  text-decoration: none !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
  transition: transform 0.22s ease, border-color 0.22s ease;
}
#custom-html-18 .agx-contact-info-card:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 177, 90, 0.4);
  text-decoration: none !important;
}
#custom-html-18 .agx-contact-info-card span {
  display: block;
  margin-bottom: 6px;
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-18 .agx-contact-info-card strong {
  display: block;
  color: rgba(247, 243, 234, 0.84) !important;
  font-size: 15px;
  line-height: 1.45;
  word-break: break-word;
}
#custom-html-18 .agx-contact-social {
  margin-top: 26px;
}
#custom-html-18 .agx-contact-social span {
  display: block;
  margin-bottom: 10px;
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-18 .agx-contact-social-row {
  display: flex;
  gap: 10px;
}
#custom-html-18 .agx-contact-social-row a {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #f7f3ea !important;
  background-color: #651060;
  background-image: radial-gradient(circle at 70% 20%, rgba(214, 177, 90, 0.18), transparent 60%), linear-gradient(135deg, rgba(157, 18, 151, 0.72), rgba(54, 5, 52, 0.86));
  border: 1px solid rgba(247, 243, 234, 0.15);
  text-decoration: none !important;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
#custom-html-18 .agx-contact-social-row a:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 177, 90, 0.44);
  box-shadow: 0 12px 28px rgba(157, 18, 151, 0.24);
}
#custom-html-18 .agx-contact-social-icon {
  width: 21px;
  height: 21px;
  display: block;
}
#custom-html-18 .agx-contact-facebook-icon {
  fill: currentColor;
}
#custom-html-18 .agx-contact-instagram-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-18 .agx-contact-panel {
  padding: 32px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 90, 0.28);
  background-color: #17171c;
  background-image: radial-gradient(circle at 82% 18%, rgba(214, 177, 90, 0.14), transparent 180px), radial-gradient(circle at 18% 84%, rgba(157, 18, 151, 0.2), transparent 200px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}
#custom-html-18 .agx-contact-panel h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 38px;
  line-height: 1.03;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-18 .agx-contact-panel p {
  margin: 12px 0 0;
  color: rgba(247, 243, 234, 0.7) !important;
  font-size: 15px;
  line-height: 1.62;
}
#custom-html-18 .agx-contact-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
#custom-html-18 .agx-contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
#custom-html-18 .agx-contact-form label {
  display: grid;
  gap: 8px;
}
#custom-html-18 .agx-contact-form label span {
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-18 .agx-contact-form input,
#custom-html-18 .agx-contact-form select,
#custom-html-18 .agx-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(247, 243, 234, 0.14);
  outline: none;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.32);
  color: #f7f3ea !important;
  padding: 14px 15px;
  font-size: 15px;
  line-height: 1.4;
}
#custom-html-18 .agx-contact-form textarea {
  resize: vertical;
  min-height: 130px;
}
#custom-html-18 .agx-contact-form input::placeholder,
#custom-html-18 .agx-contact-form textarea::placeholder {
  color: rgba(247, 243, 234, 0.42);
}
#custom-html-18 .agx-contact-form select {
  appearance: auto;
}
#custom-html-18 .agx-contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  width: fit-content;
  padding: 0 24px;
  border: none;
  border-radius: 999px;
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.22);
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.22s ease;
}
#custom-html-18 .agx-contact-form button:hover {
  transform: translateY(-2px);
}
#custom-html-18 .agx-contact-form-note {
  margin: 0 !important;
  color: rgba(247, 243, 234, 0.52) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}
@media (max-width: 960px) {
  #custom-html-18 .agx-contact-wrap {
    grid-template-columns: 1fr;
  }
  #custom-html-18 .agx-contact-copy h1 {
    font-size: 44px;
  }
  #custom-html-18 .agx-contact-block {
    background-attachment: scroll;
  }
}
@media (max-width: 680px) {
  #custom-html-18 .agx-contact-block {
    padding: 88px 18px 48px;
  }
  #custom-html-18 .agx-contact-copy h1 {
    font-size: 36px;
  }
  #custom-html-18 .agx-contact-copy p {
    font-size: 16px;
  }
  #custom-html-18 .agx-contact-panel {
    padding: 24px;
  }
  #custom-html-18 .agx-contact-panel h2 {
    font-size: 30px;
  }
  #custom-html-18 .agx-contact-form-row {
    grid-template-columns: 1fr;
  }
  #custom-html-18 .agx-contact-form button {
    width: 100%;
  }
}
#custom-html-19 .agx-final-block,
#custom-html-19 .agx-final-block * {
  box-sizing: border-box;
}
#custom-html-19 .agx-final-block {
  position: relative;
  overflow: hidden;
  padding: 66px 20px 70px;
  text-align: center;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 50% 10%, rgba(214, 177, 90, 0.14), transparent 240px), radial-gradient(circle at 20% 76%, rgba(157, 18, 151, 0.12), transparent 220px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0d0d11 100%);
  background-size: auto, auto, 24px 24px, auto;
}
#custom-html-19 .agx-final-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
#custom-html-19 .agx-final-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-19 .agx-final-block h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 50px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-19 .agx-final-block p {
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 17px;
  line-height: 1.68;
}
#custom-html-19 .agx-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}
#custom-html-19 .agx-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}
#custom-html-19 .agx-final-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
#custom-html-19 .agx-final-primary {
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.22);
}
#custom-html-19 .agx-final-secondary {
  color: #f7f3ea !important;
  background: rgba(247, 243, 234, 0.08);
  border: 1px solid rgba(247, 243, 234, 0.16);
}
#custom-html-19 .agx-final-secondary:hover {
  border-color: rgba(214, 177, 90, 0.42);
  background: rgba(247, 243, 234, 0.11);
}
@media (max-width: 680px) {
  #custom-html-19 .agx-final-block {
    padding: 48px 18px 52px;
  }
  #custom-html-19 .agx-final-block h2 {
    font-size: 34px;
  }
  #custom-html-19 .agx-final-block p {
    font-size: 16px;
  }
  #custom-html-19 .agx-final-btn {
    width: 100%;
  }
}
#custom-html-19 .agx-final-block {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
@media (max-width: 768px) {
  #custom-html-19 .agx-final-block {
    background-attachment: scroll !important;
  }
}
#custom-html-19 .agx-final-block {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
#custom-html-1a .agx-footer-block,
#custom-html-1a .agx-footer-block * {
  box-sizing: border-box;
}
#custom-html-1a .agx-footer-block {
  position: relative;
  overflow: hidden;
  padding: 34px 20px 24px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-1a .agx-footer-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-1a .agx-footer-newsletter {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 90, 0.28);
  background-color: #17171c;
  background-image: radial-gradient(circle at 82% 18%, rgba(214, 177, 90, 0.15), transparent 180px), radial-gradient(circle at 18% 84%, rgba(157, 18, 151, 0.2), transparent 200px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}
#custom-html-1a .agx-footer-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-1a .agx-footer-newsletter h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 42px;
  line-height: 1.03;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-1a .agx-footer-newsletter p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 16px;
  line-height: 1.65;
}
#custom-html-1a .agx-footer-form-wrap {
  display: grid;
  gap: 10px;
}
#custom-html-1a .agx-footer-form {
  display: flex;
  gap: 10px;
  padding: 7px;
  border-radius: 999px;
  border: 1px solid rgba(247, 243, 234, 0.14);
  background: rgba(0, 0, 0, 0.32);
}
#custom-html-1a .agx-footer-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border: none;
  outline: none;
  border-radius: 999px;
  background: transparent;
  color: #f7f3ea !important;
  font-size: 15px;
}
#custom-html-1a .agx-footer-form input::placeholder {
  color: rgba(247, 243, 234, 0.48);
}
#custom-html-1a .agx-footer-form button {
  min-height: 46px;
  padding: 0 22px;
  border: none;
  border-radius: 999px;
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.2);
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.22s ease;
}
#custom-html-1a .agx-footer-form button:hover {
  transform: translateY(-1px);
}
#custom-html-1a .agx-footer-note {
  color: rgba(247, 243, 234, 0.52) !important;
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-1a .agx-footer-main {
  display: grid;
  grid-template-columns: 1.3fr 0.65fr 0.85fr 0.7fr;
  gap: 28px;
  padding: 42px 0 30px;
}
#custom-html-1a .agx-footer-logo-text {
  color: #f7f3ea !important;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-1a .agx-footer-brand p {
  max-width: 390px;
  margin: 14px 0 0;
  color: rgba(247, 243, 234, 0.68) !important;
  font-size: 15px;
  line-height: 1.65;
}
#custom-html-1a .agx-footer-email {
  display: inline-flex;
  margin-top: 14px;
  color: #f2d889 !important;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
}
#custom-html-1a .agx-footer-email:hover {
  text-decoration: underline !important;
}
#custom-html-1a .agx-footer-links h3,
#custom-html-1a .agx-footer-social h3 {
  margin: 0 0 14px;
  color: #f2d889 !important;
  font-size: 13px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-weight: 900;
}
#custom-html-1a .agx-footer-links a {
  display: block;
  margin-bottom: 10px;
  color: rgba(247, 243, 234, 0.7) !important;
  font-size: 15px;
  text-decoration: none !important;
  transition: color 0.22s ease;
}
#custom-html-1a .agx-footer-links a:hover {
  color: #f2d889 !important;
}
#custom-html-1a .agx-social-row {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}
#custom-html-1a .agx-social-row a {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #f7f3ea !important;
  background-color: #651060;
  background-image: radial-gradient(circle at 70% 20%, rgba(214, 177, 90, 0.18), transparent 60%), linear-gradient(135deg, rgba(157, 18, 151, 0.72), rgba(54, 5, 52, 0.86));
  border: 1px solid rgba(247, 243, 234, 0.15);
  text-decoration: none !important;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
#custom-html-1a .agx-social-row a:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 177, 90, 0.44);
  box-shadow: 0 12px 28px rgba(157, 18, 151, 0.24);
}
#custom-html-1a .agx-social-icon {
  width: 21px;
  height: 21px;
  display: block;
}
#custom-html-1a .agx-facebook-icon {
  fill: currentColor;
}
#custom-html-1a .agx-instagram-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-1a .agx-footer-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #f7f3ea !important;
  background: rgba(247, 243, 234, 0.08);
  border: 1px solid rgba(247, 243, 234, 0.15);
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
#custom-html-1a .agx-footer-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 177, 90, 0.4);
  background: rgba(247, 243, 234, 0.11);
}
#custom-html-1a .agx-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(247, 243, 234, 0.11);
  color: rgba(247, 243, 234, 0.52) !important;
  font-size: 13px;
}
@media (max-width: 980px) {
  #custom-html-1a .agx-footer-newsletter {
    grid-template-columns: 1fr;
  }
  #custom-html-1a .agx-footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-1a .agx-footer-newsletter h2 {
    font-size: 34px;
  }
}
@media (max-width: 680px) {
  #custom-html-1a .agx-footer-block {
    padding: 38px 18px 22px;
    background-attachment: scroll;
  }
  #custom-html-1a .agx-footer-newsletter {
    padding: 24px;
  }
  #custom-html-1a .agx-footer-newsletter h2 {
    font-size: 30px;
  }
  #custom-html-1a .agx-footer-form {
    border-radius: 24px;
    flex-direction: column;
  }
  #custom-html-1a .agx-footer-form input,
  #custom-html-1a .agx-footer-form button {
    width: 100%;
  }
  #custom-html-1a .agx-footer-main {
    grid-template-columns: 1fr;
    padding: 34px 0 24px;
  }
  #custom-html-1a .agx-footer-bottom {
    flex-direction: column;
  }
}
.cid-v1JqHLSFvd {
  z-index: 1000;
  width: 100%;
}
.cid-v1JqHLSFvd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1JqHLSFvd .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-nav {
    max-width: 45%;
  }
}
.cid-v1JqHLSFvd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1JqHLSFvd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1JqHLSFvd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1JqHLSFvd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1JqHLSFvd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1JqHLSFvd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1JqHLSFvd .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1JqHLSFvd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1JqHLSFvd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1JqHLSFvd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1JqHLSFvd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1JqHLSFvd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1JqHLSFvd .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1JqHLSFvd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1JqHLSFvd .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1JqHLSFvd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1JqHLSFvd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1JqHLSFvd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.7) !important;
}
.cid-v1JqHLSFvd .nav-item:focus,
.cid-v1JqHLSFvd .nav-link:focus {
  outline: none;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1JqHLSFvd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1JqHLSFvd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1JqHLSFvd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1JqHLSFvd .navbar.opened {
  transition: all 0.3s;
}
.cid-v1JqHLSFvd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1JqHLSFvd .navbar .navbar-logo img {
  width: auto;
}
.cid-v1JqHLSFvd .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-v1JqHLSFvd .navbar.collapsed {
  justify-content: center;
}
.cid-v1JqHLSFvd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1JqHLSFvd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1JqHLSFvd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1JqHLSFvd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar {
    min-height: 72px;
  }
  .cid-v1JqHLSFvd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1JqHLSFvd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1JqHLSFvd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1JqHLSFvd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1JqHLSFvd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1JqHLSFvd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1JqHLSFvd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1JqHLSFvd .dropdown-item.active,
.cid-v1JqHLSFvd .dropdown-item:active {
  background-color: transparent;
}
.cid-v1JqHLSFvd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1JqHLSFvd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1JqHLSFvd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1JqHLSFvd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1JqHLSFvd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1JqHLSFvd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1JqHLSFvd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1JqHLSFvd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1JqHLSFvd .navbar-buttons {
    text-align: left;
  }
}
.cid-v1JqHLSFvd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1JqHLSFvd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1JqHLSFvd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1JqHLSFvd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1JqHLSFvd .navbar {
    height: 70px;
  }
  .cid-v1JqHLSFvd .navbar.opened {
    height: auto;
  }
  .cid-v1JqHLSFvd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1JqHLSFvd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1JqHLSFvd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1JqHLSFvd .navbar-brand {
    margin-right: auto;
  }
  .cid-v1JqHLSFvd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.7) !important;
    background: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1JqHLSFvd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1JqHLSFvd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1JqHLSFvd .navbar-collapse {
    padding: 1rem;
  }
}
#custom-html-1b .agx-services-hero,
#custom-html-1b .agx-services-hero * {
  box-sizing: border-box;
}
#custom-html-1b .agx-services-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 20px 66px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-1b .agx-services-hero-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 42px;
  align-items: center;
}
#custom-html-1b .agx-services-kicker,
#custom-html-1b .agx-services-card-label {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-1b .agx-services-hero-copy h1 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 58px;
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}
#custom-html-1b .agx-services-hero-copy p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(247, 243, 234, 0.76) !important;
  font-size: 18px;
  line-height: 1.7;
}
#custom-html-1b .agx-services-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
#custom-html-1b .agx-services-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}
#custom-html-1b .agx-services-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
#custom-html-1b .agx-services-primary {
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.22);
}
#custom-html-1b .agx-services-secondary {
  color: #f7f3ea !important;
  background: rgba(247, 243, 234, 0.08);
  border: 1px solid rgba(247, 243, 234, 0.16);
}
#custom-html-1b .agx-services-hero-card {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 90, 0.28);
  background-color: #17171c;
  background-image: radial-gradient(circle at 82% 18%, rgba(214, 177, 90, 0.14), transparent 180px), radial-gradient(circle at 18% 84%, rgba(157, 18, 151, 0.2), transparent 200px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}
#custom-html-1b .agx-services-hero-card h3 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 950;
}
#custom-html-1b .agx-services-steps {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
#custom-html-1b .agx-services-steps span {
  position: relative;
  padding-left: 22px;
  color: rgba(247, 243, 234, 0.82) !important;
  font-size: 15px;
  line-height: 1.5;
}
#custom-html-1b .agx-services-steps span:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f2d889;
  font-weight: 950;
}
@media (max-width: 960px) {
  #custom-html-1b .agx-services-hero-wrap {
    grid-template-columns: 1fr;
  }
  #custom-html-1b .agx-services-hero-copy h1 {
    font-size: 44px;
  }
  #custom-html-1b .agx-services-hero {
    background-attachment: scroll;
  }
}
@media (max-width: 680px) {
  #custom-html-1b .agx-services-hero {
    padding: 88px 18px 48px;
  }
  #custom-html-1b .agx-services-hero-copy h1 {
    font-size: 36px;
  }
  #custom-html-1b .agx-services-hero-copy p {
    font-size: 16px;
  }
  #custom-html-1b .agx-services-btn {
    width: 100%;
  }
}
#custom-html-1b .agx-services-hero {
  padding-top: 98px !important;
  padding-bottom: 58px !important;
}
#custom-html-1b .agx-services-hero-copy h1 {
  max-width: 760px;
}
#custom-html-1b .agx-services-hero-card {
  min-height: 260px;
}
@media (max-width: 680px) {
  #custom-html-1b .agx-services-hero {
    padding-top: 84px !important;
    padding-bottom: 44px !important;
  }
}
#custom-html-1b .agx-services-hero {
  padding-top: 122px !important;
  padding-bottom: 58px !important;
}
@media (max-width: 680px) {
  #custom-html-1b .agx-services-hero {
    padding-top: 98px !important;
    padding-bottom: 46px !important;
  }
}
#custom-html-1b .agx-services-hero-card {
  position: relative;
  overflow: hidden;
}
#custom-html-1b .agx-services-hero-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 2px;
  background: linear-gradient(90deg, rgba(157, 18, 151, 0), rgba(242, 216, 137, 0.85), rgba(157, 18, 151, 0));
}
#custom-html-1b .agx-services-hero-card:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -55px;
  bottom: -55px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(157, 18, 151, 0.22), transparent 70%);
  pointer-events: none;
}
#custom-html-1b .agx-services-steps {
  position: relative;
  z-index: 2;
}
#custom-html-1c .agx-basic-block,
#custom-html-1c .agx-basic-block * {
  box-sizing: border-box;
}
#custom-html-1c .agx-basic-block {
  position: relative;
  overflow: hidden;
  padding: 62px 20px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-1c .agx-basic-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-1c .agx-basic-intro {
  max-width: 780px;
  margin-bottom: 28px;
}
#custom-html-1c .agx-basic-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-1c .agx-basic-intro h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-1c .agx-basic-intro p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 17px;
  line-height: 1.68;
}
#custom-html-1c .agx-basic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
#custom-html-1c .agx-basic-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background-color: #17171c;
  background-image: radial-gradient(circle at 78% 12%, rgba(214, 177, 90, 0.08), transparent 120px), radial-gradient(circle at 18% 88%, rgba(157, 18, 151, 0.14), transparent 160px), linear-gradient(115deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
#custom-html-1c .agx-basic-featured {
  border-color: rgba(214, 177, 90, 0.42);
}
#custom-html-1c .agx-basic-label {
  display: inline-block;
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
#custom-html-1c .agx-basic-card h3 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 24px;
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.035em;
}
#custom-html-1c .agx-basic-price {
  margin: 12px 0 18px;
  color: #f2d889 !important;
  font-size: 42px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.05em;
}
#custom-html-1c .agx-basic-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 9px;
}
#custom-html-1c .agx-basic-card li {
  position: relative;
  padding-left: 22px;
  color: rgba(247, 243, 234, 0.78) !important;
  font-size: 15px;
  line-height: 1.5;
}
#custom-html-1c .agx-basic-card li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f2d889;
  font-weight: 950;
}
#custom-html-1c .agx-basic-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.22);
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease;
}
#custom-html-1c .agx-basic-card a:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
@media (max-width: 900px) {
  #custom-html-1c .agx-basic-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-1c .agx-basic-intro h2 {
    font-size: 40px;
  }
  #custom-html-1c .agx-basic-block {
    background-attachment: scroll;
  }
}
@media (max-width: 680px) {
  #custom-html-1c .agx-basic-block {
    padding: 48px 18px;
  }
  #custom-html-1c .agx-basic-intro h2 {
    font-size: 34px;
  }
  #custom-html-1c .agx-basic-intro p {
    font-size: 16px;
  }
  #custom-html-1c .agx-basic-card a {
    width: 100%;
  }
}
#custom-html-1c .agx-basic-note {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(247, 243, 234, 0.58) !important;
  font-size: 14px;
  line-height: 1.55;
}
#custom-html-1c .agx-basic-block {
  padding-top: 54px !important;
  padding-bottom: 56px !important;
}
#custom-html-1c .agx-basic-note {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(247, 243, 234, 0.58) !important;
  font-size: 14px;
  line-height: 1.55;
}
#custom-html-1c .agx-basic-card {
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
#custom-html-1c .agx-basic-card:hover {
  transform: translateY(-4px);
  border-color: rgba(214, 177, 90, 0.42);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.38);
}
#custom-html-1c .agx-basic-card {
  position: relative;
  overflow: hidden;
}
#custom-html-1c .agx-basic-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 2px;
  background: linear-gradient(90deg, rgba(157, 18, 151, 0), rgba(242, 216, 137, 0.78), rgba(157, 18, 151, 0));
  opacity: 0.72;
}
#custom-html-1c .agx-basic-featured:before {
  background: linear-gradient(90deg, rgba(157, 18, 151, 0.15), #f2d889, rgba(157, 18, 151, 0.15));
}
#custom-html-1c .agx-basic-card:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -58px;
  bottom: -58px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(157, 18, 151, 0.18), transparent 70%);
  pointer-events: none;
}
#custom-html-1c .agx-basic-card h3,
#custom-html-1c .agx-basic-card .agx-basic-price,
#custom-html-1c .agx-basic-card ul,
#custom-html-1c .agx-basic-card a,
#custom-html-1c .agx-basic-card .agx-basic-label {
  position: relative;
  z-index: 2;
}
#custom-html-1d .agx-coating-block,
#custom-html-1d .agx-coating-block * {
  box-sizing: border-box;
}
#custom-html-1d .agx-coating-block {
  position: relative;
  overflow: hidden;
  padding: 62px 20px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-1d .agx-coating-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-1d .agx-coating-intro {
  max-width: 820px;
  margin-bottom: 28px;
}
#custom-html-1d .agx-coating-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-1d .agx-coating-intro h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-1d .agx-coating-intro p {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 17px;
  line-height: 1.68;
}
#custom-html-1d .agx-coating-stack {
  display: grid;
  gap: 18px;
}
#custom-html-1d .agx-coating-package {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 22px;
  align-items: center;
  padding: 26px;
  border-radius: 26px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background-color: #17171c;
  background-image: radial-gradient(circle at 82% 18%, rgba(214, 177, 90, 0.1), transparent 180px), radial-gradient(circle at 18% 84%, rgba(157, 18, 151, 0.18), transparent 200px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
#custom-html-1d .agx-coating-featured {
  border-color: rgba(214, 177, 90, 0.42);
}
#custom-html-1d .agx-coating-package-head span {
  display: inline-block;
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#custom-html-1d .agx-coating-package-head h3 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 950;
}
#custom-html-1d .agx-coating-package-head p {
  margin: 14px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 15px;
  line-height: 1.62;
}
#custom-html-1d .agx-size-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
#custom-html-1d .agx-size-grid a {
  display: block;
  min-height: 124px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background: rgba(0, 0, 0, 0.24);
  color: #f7f3ea !important;
  text-decoration: none !important;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
#custom-html-1d .agx-size-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(214, 177, 90, 0.42);
  background: rgba(247, 243, 234, 0.07);
}
#custom-html-1d .agx-size-grid span {
  display: block;
  color: rgba(247, 243, 234, 0.72) !important;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
#custom-html-1d .agx-size-grid strong {
  display: block;
  margin-top: 18px;
  color: #f2d889 !important;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 950;
}
@media (max-width: 980px) {
  #custom-html-1d .agx-coating-package {
    grid-template-columns: 1fr;
  }
  #custom-html-1d .agx-coating-intro h2 {
    font-size: 40px;
  }
  #custom-html-1d .agx-coating-block {
    background-attachment: scroll;
  }
}
@media (max-width: 760px) {
  #custom-html-1d .agx-size-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-1d .agx-coating-block {
    padding: 48px 18px;
  }
  #custom-html-1d .agx-coating-package {
    padding: 22px;
  }
  #custom-html-1d .agx-coating-intro h2 {
    font-size: 34px;
  }
  #custom-html-1d .agx-coating-intro p {
    font-size: 16px;
  }
}
#custom-html-1d .agx-basic-note {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(247, 243, 234, 0.58) !important;
  font-size: 14px;
  line-height: 1.55;
}
#custom-html-1d .agx-size-grid em {
  display: inline-block;
  margin-top: 14px;
  color: rgba(247, 243, 234, 0.64) !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-1d .agx-coating-note {
  max-width: 820px;
  margin: 18px 0 0;
  color: rgba(247, 243, 234, 0.58) !important;
  font-size: 14px;
  line-height: 1.55;
}
#custom-html-1d .agx-coating-package {
  position: relative;
  overflow: hidden;
}
#custom-html-1d .agx-coating-package:before {
  content: "";
  position: absolute;
  top: 0;
  left: 26px;
  right: 26px;
  height: 2px;
  background: linear-gradient(90deg, rgba(157, 18, 151, 0), rgba(242, 216, 137, 0.76), rgba(157, 18, 151, 0));
  opacity: 0.72;
}
#custom-html-1d .agx-coating-featured:before {
  background: linear-gradient(90deg, rgba(157, 18, 151, 0.18), #f2d889, rgba(157, 18, 151, 0.18));
}
#custom-html-1d .agx-coating-package:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -72px;
  bottom: -72px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(157, 18, 151, 0.2), transparent 70%);
  pointer-events: none;
}
#custom-html-1d .agx-coating-package-head,
#custom-html-1d .agx-size-grid {
  position: relative;
  z-index: 2;
}
#custom-html-1d .agx-size-grid a {
  box-shadow: inset 0 0 0 1px rgba(247, 243, 234, 0.02);
}
#custom-html-1d .agx-size-grid a:hover strong {
  color: #ffffff !important;
}
#custom-html-1e .agx-choice-block,
#custom-html-1e .agx-choice-block * {
  box-sizing: border-box;
}
#custom-html-1e .agx-choice-block {
  position: relative;
  overflow: hidden;
  padding: 42px 20px 62px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-1e .agx-choice-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-1e .agx-choice-panel {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 30px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 90, 0.28);
  background-color: #17171c;
  background-image: radial-gradient(circle at 82% 18%, rgba(214, 177, 90, 0.15), transparent 180px), radial-gradient(circle at 18% 84%, rgba(157, 18, 151, 0.2), transparent 200px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}
#custom-html-1e .agx-choice-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-1e .agx-choice-copy h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 44px;
  line-height: 1.03;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-1e .agx-choice-copy p {
  margin: 16px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 16px;
  line-height: 1.68;
}
#custom-html-1e .agx-choice-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 22px;
  padding: 0 20px;
  border-radius: 999px;
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.22);
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease;
}
#custom-html-1e .agx-choice-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
#custom-html-1e .agx-choice-list {
  display: grid;
  gap: 12px;
}
#custom-html-1e .agx-choice-list div {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background: rgba(0, 0, 0, 0.22);
}
#custom-html-1e .agx-choice-list strong {
  display: block;
  color: #f2d889 !important;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 900;
}
#custom-html-1e .agx-choice-list span {
  display: block;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 14px;
  line-height: 1.55;
}
@media (max-width: 900px) {
  #custom-html-1e .agx-choice-panel {
    grid-template-columns: 1fr;
  }
  #custom-html-1e .agx-choice-copy h2 {
    font-size: 36px;
  }
  #custom-html-1e .agx-choice-block {
    background-attachment: scroll;
  }
}
@media (max-width: 680px) {
  #custom-html-1e .agx-choice-block {
    padding: 34px 18px 48px;
  }
  #custom-html-1e .agx-choice-panel {
    padding: 24px;
  }
  #custom-html-1e .agx-choice-copy h2 {
    font-size: 30px;
  }
  #custom-html-1e .agx-choice-btn {
    width: 100%;
  }
}
#custom-html-1e .agx-choice-panel {
  position: relative;
  overflow: hidden;
}
#custom-html-1e .agx-choice-panel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 2px;
  background: linear-gradient(90deg, rgba(157, 18, 151, 0), rgba(242, 216, 137, 0.82), rgba(157, 18, 151, 0));
}
#custom-html-1e .agx-choice-panel:after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  left: -80px;
  bottom: -80px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(157, 18, 151, 0.24), transparent 70%);
  pointer-events: none;
}
#custom-html-1e .agx-choice-copy,
#custom-html-1e .agx-choice-list {
  position: relative;
  z-index: 2;
}
#custom-html-1e .agx-choice-list div {
  box-shadow: inset 0 0 0 1px rgba(247, 243, 234, 0.02);
}
#custom-html-1f .agx-trust-block,
#custom-html-1f .agx-trust-block * {
  box-sizing: border-box;
}
#custom-html-1f .agx-trust-block {
  position: relative;
  overflow: hidden;
  padding: 66px 20px 62px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-1f .agx-trust-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-1f .agx-trust-intro {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 26px;
  align-items: end;
  margin-bottom: 28px;
}
#custom-html-1f .agx-trust-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-1f .agx-trust-intro h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-1f .agx-trust-intro p {
  margin: 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 17px;
  line-height: 1.68;
}
#custom-html-1f .agx-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
#custom-html-1f .agx-trust-card {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 132px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background-color: #17171c;
  background-image: radial-gradient(circle at 80% 15%, rgba(214, 177, 90, 0.08), transparent 120px), radial-gradient(circle at 20% 88%, rgba(157, 18, 151, 0.14), transparent 160px), linear-gradient(115deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
#custom-html-1f .agx-trust-logo-box {
  width: 128px;
  height: 78px;
  padding: 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 243, 234, 0.13);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#custom-html-1f .agx-gtechniq-box {
  background: #ffffff;
}
#custom-html-1f .agx-rupes-box {
  background: #ffffff;
}
#custom-html-1f .agx-trust-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
#custom-html-1f .agx-trust-logo-gtechniq {
  max-height: 54px;
}
#custom-html-1f .agx-trust-logo-rupes {
  max-height: 48px;
}
#custom-html-1f .agx-trust-copy h3 {
  margin: 0 0 9px;
  color: #f7f3ea !important;
  font-size: 21px;
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.03em;
}
#custom-html-1f .agx-trust-copy p {
  margin: 0;
  color: rgba(247, 243, 234, 0.74) !important;
  line-height: 1.6;
  font-size: 15px;
}
@media (max-width: 900px) {
  #custom-html-1f .agx-trust-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }
  #custom-html-1f .agx-trust-intro h2 {
    font-size: 44px;
  }
  #custom-html-1f .agx-trust-block {
    background-attachment: scroll;
  }
}
@media (max-width: 760px) {
  #custom-html-1f .agx-trust-block {
    padding: 48px 18px 46px;
  }
  #custom-html-1f .agx-trust-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-1f .agx-trust-card {
    grid-template-columns: 1fr;
    align-items: start;
  }
  #custom-html-1f .agx-trust-logo-box {
    width: 140px;
    height: 82px;
  }
  #custom-html-1f .agx-trust-intro h2 {
    font-size: 34px;
  }
  #custom-html-1f .agx-trust-intro p {
    font-size: 16px;
  }
}
#custom-html-1g .agx-guide-block,
#custom-html-1g .agx-guide-block * {
  box-sizing: border-box;
}
#custom-html-1g .agx-guide-block {
  position: relative;
  overflow: hidden;
  padding: 32px 20px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 82% 20%, rgba(214, 177, 90, 0.14), transparent 260px), radial-gradient(circle at 18% 76%, rgba(157, 18, 151, 0.16), transparent 220px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 100%);
  background-size: auto, auto, 24px 24px, auto;
}
#custom-html-1g .agx-guide-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-1g .agx-guide-card {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: center;
  padding: 32px 34px;
  border-radius: 28px;
  border: 1px solid rgba(214, 177, 90, 0.28);
  background-color: #17171c;
  background-image: radial-gradient(circle at 80% 20%, rgba(214, 177, 90, 0.16), transparent 160px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.16), transparent 180px), linear-gradient(115deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
#custom-html-1g .agx-guide-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-1g .agx-guide-copy h2 {
  margin: 0 0 12px;
  color: #f7f3ea !important;
  font-size: 42px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-1g .agx-guide-copy p {
  margin: 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 16px;
  line-height: 1.65;
}
#custom-html-1g .agx-guide-action {
  display: grid;
  justify-items: start;
  gap: 10px;
}
#custom-html-1g .agx-guide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.22);
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease;
}
#custom-html-1g .agx-guide-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
#custom-html-1g .agx-guide-action span {
  color: rgba(247, 243, 234, 0.52) !important;
  font-size: 14px;
}
@media (max-width: 900px) {
  #custom-html-1g .agx-guide-card {
    grid-template-columns: 1fr;
  }
  #custom-html-1g .agx-guide-copy h2 {
    font-size: 34px;
  }
}
@media (max-width: 680px) {
  #custom-html-1g .agx-guide-block {
    padding: 26px 18px;
  }
  #custom-html-1g .agx-guide-card {
    padding: 24px;
  }
  #custom-html-1g .agx-guide-copy h2 {
    font-size: 28px;
  }
  #custom-html-1g .agx-guide-copy p {
    font-size: 15px;
  }
  #custom-html-1g .agx-guide-btn {
    width: 100%;
  }
}
#custom-html-1g .agx-guide-block {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
@media (max-width: 768px) {
  #custom-html-1g .agx-guide-block {
    background-attachment: scroll !important;
  }
}
#custom-html-1g .agx-final-block {
  padding-top: 48px !important;
  padding-bottom: 46px !important;
}
#custom-html-1g .agx-final-block h2 {
  font-size: 44px !important;
}
@media (max-width: 680px) {
  #custom-html-1g .agx-final-block h2 {
    font-size: 32px !important;
  }
}
#custom-html-1i .agx-footer-block,
#custom-html-1i .agx-footer-block * {
  box-sizing: border-box;
}
#custom-html-1i .agx-footer-block {
  position: relative;
  overflow: hidden;
  padding: 34px 20px 24px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-1i .agx-footer-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-1i .agx-footer-newsletter {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 90, 0.28);
  background-color: #17171c;
  background-image: radial-gradient(circle at 82% 18%, rgba(214, 177, 90, 0.15), transparent 180px), radial-gradient(circle at 18% 84%, rgba(157, 18, 151, 0.2), transparent 200px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}
#custom-html-1i .agx-footer-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-1i .agx-footer-newsletter h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 42px;
  line-height: 1.03;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-1i .agx-footer-newsletter p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 16px;
  line-height: 1.65;
}
#custom-html-1i .agx-footer-form-wrap {
  display: grid;
  gap: 10px;
}
#custom-html-1i .agx-footer-form {
  display: flex;
  gap: 10px;
  padding: 7px;
  border-radius: 999px;
  border: 1px solid rgba(247, 243, 234, 0.14);
  background: rgba(0, 0, 0, 0.32);
}
#custom-html-1i .agx-footer-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border: none;
  outline: none;
  border-radius: 999px;
  background: transparent;
  color: #f7f3ea !important;
  font-size: 15px;
}
#custom-html-1i .agx-footer-form input::placeholder {
  color: rgba(247, 243, 234, 0.48);
}
#custom-html-1i .agx-footer-form button {
  min-height: 46px;
  padding: 0 22px;
  border: none;
  border-radius: 999px;
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.2);
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.22s ease;
}
#custom-html-1i .agx-footer-form button:hover {
  transform: translateY(-1px);
}
#custom-html-1i .agx-footer-note {
  color: rgba(247, 243, 234, 0.52) !important;
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-1i .agx-footer-main {
  display: grid;
  grid-template-columns: 1.3fr 0.65fr 0.85fr 0.7fr;
  gap: 28px;
  padding: 42px 0 30px;
}
#custom-html-1i .agx-footer-logo-text {
  color: #f7f3ea !important;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-1i .agx-footer-brand p {
  max-width: 390px;
  margin: 14px 0 0;
  color: rgba(247, 243, 234, 0.68) !important;
  font-size: 15px;
  line-height: 1.65;
}
#custom-html-1i .agx-footer-email {
  display: inline-flex;
  margin-top: 14px;
  color: #f2d889 !important;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
}
#custom-html-1i .agx-footer-email:hover {
  text-decoration: underline !important;
}
#custom-html-1i .agx-footer-links h3,
#custom-html-1i .agx-footer-social h3 {
  margin: 0 0 14px;
  color: #f2d889 !important;
  font-size: 13px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-weight: 900;
}
#custom-html-1i .agx-footer-links a {
  display: block;
  margin-bottom: 10px;
  color: rgba(247, 243, 234, 0.7) !important;
  font-size: 15px;
  text-decoration: none !important;
  transition: color 0.22s ease;
}
#custom-html-1i .agx-footer-links a:hover {
  color: #f2d889 !important;
}
#custom-html-1i .agx-social-row {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}
#custom-html-1i .agx-social-row a {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #f7f3ea !important;
  background-color: #651060;
  background-image: radial-gradient(circle at 70% 20%, rgba(214, 177, 90, 0.18), transparent 60%), linear-gradient(135deg, rgba(157, 18, 151, 0.72), rgba(54, 5, 52, 0.86));
  border: 1px solid rgba(247, 243, 234, 0.15);
  text-decoration: none !important;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
#custom-html-1i .agx-social-row a:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 177, 90, 0.44);
  box-shadow: 0 12px 28px rgba(157, 18, 151, 0.24);
}
#custom-html-1i .agx-social-icon {
  width: 21px;
  height: 21px;
  display: block;
}
#custom-html-1i .agx-facebook-icon {
  fill: currentColor;
}
#custom-html-1i .agx-instagram-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-1i .agx-footer-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #f7f3ea !important;
  background: rgba(247, 243, 234, 0.08);
  border: 1px solid rgba(247, 243, 234, 0.15);
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
#custom-html-1i .agx-footer-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 177, 90, 0.4);
  background: rgba(247, 243, 234, 0.11);
}
#custom-html-1i .agx-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(247, 243, 234, 0.11);
  color: rgba(247, 243, 234, 0.52) !important;
  font-size: 13px;
}
@media (max-width: 980px) {
  #custom-html-1i .agx-footer-newsletter {
    grid-template-columns: 1fr;
  }
  #custom-html-1i .agx-footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-1i .agx-footer-newsletter h2 {
    font-size: 34px;
  }
}
@media (max-width: 680px) {
  #custom-html-1i .agx-footer-block {
    padding: 38px 18px 22px;
    background-attachment: scroll;
  }
  #custom-html-1i .agx-footer-newsletter {
    padding: 24px;
  }
  #custom-html-1i .agx-footer-newsletter h2 {
    font-size: 30px;
  }
  #custom-html-1i .agx-footer-form {
    border-radius: 24px;
    flex-direction: column;
  }
  #custom-html-1i .agx-footer-form input,
  #custom-html-1i .agx-footer-form button {
    width: 100%;
  }
  #custom-html-1i .agx-footer-main {
    grid-template-columns: 1fr;
    padding: 34px 0 24px;
  }
  #custom-html-1i .agx-footer-bottom {
    flex-direction: column;
  }
}
#custom-html-1i .agx-footer-block {
  padding-top: 30px !important;
}
.cid-v1JqHLSFvd {
  z-index: 1000;
  width: 100%;
}
.cid-v1JqHLSFvd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1JqHLSFvd .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-nav {
    max-width: 45%;
  }
}
.cid-v1JqHLSFvd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1JqHLSFvd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1JqHLSFvd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1JqHLSFvd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1JqHLSFvd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1JqHLSFvd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1JqHLSFvd .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1JqHLSFvd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1JqHLSFvd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1JqHLSFvd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1JqHLSFvd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1JqHLSFvd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1JqHLSFvd .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1JqHLSFvd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1JqHLSFvd .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1JqHLSFvd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1JqHLSFvd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1JqHLSFvd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.7) !important;
}
.cid-v1JqHLSFvd .nav-item:focus,
.cid-v1JqHLSFvd .nav-link:focus {
  outline: none;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1JqHLSFvd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1JqHLSFvd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1JqHLSFvd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1JqHLSFvd .navbar.opened {
  transition: all 0.3s;
}
.cid-v1JqHLSFvd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1JqHLSFvd .navbar .navbar-logo img {
  width: auto;
}
.cid-v1JqHLSFvd .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-v1JqHLSFvd .navbar.collapsed {
  justify-content: center;
}
.cid-v1JqHLSFvd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1JqHLSFvd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1JqHLSFvd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1JqHLSFvd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar {
    min-height: 72px;
  }
  .cid-v1JqHLSFvd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1JqHLSFvd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1JqHLSFvd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1JqHLSFvd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1JqHLSFvd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1JqHLSFvd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1JqHLSFvd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1JqHLSFvd .dropdown-item.active,
.cid-v1JqHLSFvd .dropdown-item:active {
  background-color: transparent;
}
.cid-v1JqHLSFvd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1JqHLSFvd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1JqHLSFvd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1JqHLSFvd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1JqHLSFvd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1JqHLSFvd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1JqHLSFvd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1JqHLSFvd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1JqHLSFvd .navbar-buttons {
    text-align: left;
  }
}
.cid-v1JqHLSFvd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1JqHLSFvd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1JqHLSFvd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1JqHLSFvd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1JqHLSFvd .navbar {
    height: 70px;
  }
  .cid-v1JqHLSFvd .navbar.opened {
    height: auto;
  }
  .cid-v1JqHLSFvd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1JqHLSFvd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1JqHLSFvd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1JqHLSFvd .navbar-brand {
    margin-right: auto;
  }
  .cid-v1JqHLSFvd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.7) !important;
    background: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1JqHLSFvd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1JqHLSFvd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1JqHLSFvd .navbar-collapse {
    padding: 1rem;
  }
}
#custom-html-11 .agx-about-hero,
#custom-html-11 .agx-about-hero * {
  box-sizing: border-box;
}
#custom-html-11 .agx-about-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 20px 66px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-11 .agx-about-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 44px;
  align-items: center;
}
#custom-html-11 .agx-about-image {
  position: relative;
  min-height: 520px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(247, 243, 234, 0.14);
  background: #17171c;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
}
#custom-html-11 .agx-about-image:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.3)), radial-gradient(circle at 20% 80%, rgba(157, 18, 151, 0.18), transparent 260px);
  z-index: 2;
  pointer-events: none;
}
#custom-html-11 .agx-about-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}
#custom-html-11 .agx-about-copy {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background-color: rgba(23, 23, 28, 0.78);
  background-image: radial-gradient(circle at 82% 18%, rgba(214, 177, 90, 0.12), transparent 180px), radial-gradient(circle at 18% 84%, rgba(157, 18, 151, 0.18), transparent 200px), linear-gradient(115deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
#custom-html-11 .agx-about-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-11 .agx-about-copy h1 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 54px;
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}
#custom-html-11 .agx-about-copy p {
  margin: 18px 0 0;
  color: rgba(247, 243, 234, 0.76) !important;
  font-size: 16px;
  line-height: 1.72;
}
#custom-html-11 .agx-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
#custom-html-11 .agx-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}
#custom-html-11 .agx-about-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
#custom-html-11 .agx-about-primary {
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.22);
}
#custom-html-11 .agx-about-secondary {
  color: #f7f3ea !important;
  background: rgba(247, 243, 234, 0.08);
  border: 1px solid rgba(247, 243, 234, 0.16);
}
#custom-html-11 .agx-about-secondary:hover {
  border-color: rgba(214, 177, 90, 0.42);
  background: rgba(247, 243, 234, 0.11);
}
@media (max-width: 980px) {
  #custom-html-11 .agx-about-wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  #custom-html-11 .agx-about-image {
    min-height: 420px;
  }
  #custom-html-11 .agx-about-image img {
    min-height: 420px;
  }
  #custom-html-11 .agx-about-copy h1 {
    font-size: 44px;
  }
  #custom-html-11 .agx-about-hero {
    background-attachment: scroll;
  }
}
@media (max-width: 680px) {
  #custom-html-11 .agx-about-hero {
    padding: 88px 18px 48px;
  }
  #custom-html-11 .agx-about-copy {
    padding: 24px;
  }
  #custom-html-11 .agx-about-copy h1 {
    font-size: 34px;
  }
  #custom-html-11 .agx-about-copy p {
    font-size: 15px;
  }
  #custom-html-11 .agx-about-image {
    min-height: 320px;
  }
  #custom-html-11 .agx-about-image img {
    min-height: 320px;
  }
  #custom-html-11 .agx-about-btn {
    width: 100%;
  }
}
#custom-html-11 .agx-about-hero {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
#custom-html-11 .agx-about-hero:after {
  display: none !important;
}
@media (max-width: 768px) {
  #custom-html-11 .agx-about-hero {
    background-attachment: scroll !important;
  }
}
#custom-html-14 .agx-about-trust,
#custom-html-14 .agx-about-trust * {
  box-sizing: border-box;
}
#custom-html-14 .agx-about-trust {
  position: relative;
  overflow: hidden;
  padding: 64px 20px 62px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-14 .agx-about-trust-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-14 .agx-about-trust-intro {
  max-width: 780px;
  margin-bottom: 28px;
}
#custom-html-14 .agx-about-trust-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-14 .agx-about-trust-intro h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-14 .agx-about-trust-intro p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 17px;
  line-height: 1.68;
}
#custom-html-14 .agx-about-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
#custom-html-14 .agx-about-trust-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background-color: #17171c;
  background-image: radial-gradient(circle at 78% 12%, rgba(214, 177, 90, 0.08), transparent 120px), radial-gradient(circle at 18% 88%, rgba(157, 18, 151, 0.14), transparent 160px), linear-gradient(115deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
#custom-html-14 .agx-about-trust-card span {
  display: inline-block;
  color: #f2d889 !important;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}
#custom-html-14 .agx-about-trust-card h3 {
  margin: 0 0 10px;
  color: #f7f3ea !important;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 900;
}
#custom-html-14 .agx-about-trust-card p {
  margin: 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 15px;
  line-height: 1.62;
}
@media (max-width: 900px) {
  #custom-html-14 .agx-about-trust-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-14 .agx-about-trust-intro h2 {
    font-size: 40px;
  }
  #custom-html-14 .agx-about-trust {
    background-attachment: scroll;
  }
}
@media (max-width: 680px) {
  #custom-html-14 .agx-about-trust {
    padding: 48px 18px;
  }
  #custom-html-14 .agx-about-trust-intro h2 {
    font-size: 34px;
  }
  #custom-html-14 .agx-about-trust-intro p {
    font-size: 16px;
  }
}
#custom-html-14 .agx-about-trust {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
#custom-html-14 .agx-about-trust:after {
  display: none !important;
}
@media (max-width: 768px) {
  #custom-html-14 .agx-about-trust {
    background-attachment: scroll !important;
  }
}
#custom-html-15 .agx-about-standards,
#custom-html-15 .agx-about-standards * {
  box-sizing: border-box;
}
#custom-html-15 .agx-about-standards {
  position: relative;
  overflow: hidden;
  padding: 42px 20px 64px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-15 .agx-about-standards-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-15 .agx-about-standards-card {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 30px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 90, 0.28);
  background-color: #17171c;
  background-image: radial-gradient(circle at 82% 18%, rgba(214, 177, 90, 0.15), transparent 180px), radial-gradient(circle at 18% 84%, rgba(157, 18, 151, 0.2), transparent 200px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}
#custom-html-15 .agx-about-standards-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-15 .agx-about-standards-copy h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 44px;
  line-height: 1.03;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-15 .agx-about-standards-copy p {
  margin: 16px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 16px;
  line-height: 1.68;
}
#custom-html-15 .agx-about-standards-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 22px;
  padding: 0 20px;
  border-radius: 999px;
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.22);
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease;
}
#custom-html-15 .agx-about-standards-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
#custom-html-15 .agx-about-standards-list {
  display: grid;
  gap: 12px;
}
#custom-html-15 .agx-about-standards-list div {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background: rgba(0, 0, 0, 0.22);
}
#custom-html-15 .agx-about-standards-list strong {
  display: block;
  color: #f2d889 !important;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 900;
}
#custom-html-15 .agx-about-standards-list span {
  display: block;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 14px;
  line-height: 1.55;
}
@media (max-width: 900px) {
  #custom-html-15 .agx-about-standards-card {
    grid-template-columns: 1fr;
  }
  #custom-html-15 .agx-about-standards-copy h2 {
    font-size: 36px;
  }
  #custom-html-15 .agx-about-standards {
    background-attachment: scroll;
  }
}
@media (max-width: 680px) {
  #custom-html-15 .agx-about-standards {
    padding: 34px 18px 48px;
  }
  #custom-html-15 .agx-about-standards-card {
    padding: 24px;
  }
  #custom-html-15 .agx-about-standards-copy h2 {
    font-size: 30px;
  }
  #custom-html-15 .agx-about-standards-btn {
    width: 100%;
  }
}
#custom-html-15 .agx-about-standards {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
#custom-html-15 .agx-about-standards:after {
  display: none !important;
}
@media (max-width: 768px) {
  #custom-html-15 .agx-about-standards {
    background-attachment: scroll !important;
  }
}
#custom-html-16 .agx-trust-block,
#custom-html-16 .agx-trust-block * {
  box-sizing: border-box;
}
#custom-html-16 .agx-trust-block {
  position: relative;
  overflow: hidden;
  padding: 66px 20px 62px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-16 .agx-trust-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-16 .agx-trust-intro {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 26px;
  align-items: end;
  margin-bottom: 28px;
}
#custom-html-16 .agx-trust-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-16 .agx-trust-intro h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 52px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-16 .agx-trust-intro p {
  margin: 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 17px;
  line-height: 1.68;
}
#custom-html-16 .agx-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
#custom-html-16 .agx-trust-card {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 132px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background-color: #17171c;
  background-image: radial-gradient(circle at 80% 15%, rgba(214, 177, 90, 0.08), transparent 120px), radial-gradient(circle at 20% 88%, rgba(157, 18, 151, 0.14), transparent 160px), linear-gradient(115deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
#custom-html-16 .agx-trust-logo-box {
  width: 128px;
  height: 78px;
  padding: 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 243, 234, 0.13);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#custom-html-16 .agx-gtechniq-box {
  background: #ffffff;
}
#custom-html-16 .agx-rupes-box {
  background: #ffffff;
}
#custom-html-16 .agx-trust-logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
#custom-html-16 .agx-trust-logo-gtechniq {
  max-height: 54px;
}
#custom-html-16 .agx-trust-logo-rupes {
  max-height: 48px;
}
#custom-html-16 .agx-trust-copy h3 {
  margin: 0 0 9px;
  color: #f7f3ea !important;
  font-size: 21px;
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.03em;
}
#custom-html-16 .agx-trust-copy p {
  margin: 0;
  color: rgba(247, 243, 234, 0.74) !important;
  line-height: 1.6;
  font-size: 15px;
}
@media (max-width: 900px) {
  #custom-html-16 .agx-trust-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }
  #custom-html-16 .agx-trust-intro h2 {
    font-size: 44px;
  }
  #custom-html-16 .agx-trust-block {
    background-attachment: scroll;
  }
}
@media (max-width: 760px) {
  #custom-html-16 .agx-trust-block {
    padding: 48px 18px 46px;
  }
  #custom-html-16 .agx-trust-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-16 .agx-trust-card {
    grid-template-columns: 1fr;
    align-items: start;
  }
  #custom-html-16 .agx-trust-logo-box {
    width: 140px;
    height: 82px;
  }
  #custom-html-16 .agx-trust-intro h2 {
    font-size: 34px;
  }
  #custom-html-16 .agx-trust-intro p {
    font-size: 16px;
  }
}
#custom-html-16 .agx-trust-block {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
#custom-html-16 .agx-trust-block:after {
  display: none !important;
}
@media (max-width: 768px) {
  #custom-html-16 .agx-trust-block {
    background-attachment: scroll !important;
  }
}
#custom-html-17 .agx-final-block,
#custom-html-17 .agx-final-block * {
  box-sizing: border-box;
}
#custom-html-17 .agx-final-block {
  position: relative;
  overflow: hidden;
  padding: 66px 20px 70px;
  text-align: center;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 50% 10%, rgba(214, 177, 90, 0.14), transparent 240px), radial-gradient(circle at 20% 76%, rgba(157, 18, 151, 0.12), transparent 220px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0d0d11 100%);
  background-size: auto, auto, 24px 24px, auto;
}
#custom-html-17 .agx-final-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
#custom-html-17 .agx-final-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-17 .agx-final-block h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 50px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-17 .agx-final-block p {
  max-width: 720px;
  margin: 16px auto 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 17px;
  line-height: 1.68;
}
#custom-html-17 .agx-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}
#custom-html-17 .agx-final-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}
#custom-html-17 .agx-final-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
#custom-html-17 .agx-final-primary {
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.22);
}
#custom-html-17 .agx-final-secondary {
  color: #f7f3ea !important;
  background: rgba(247, 243, 234, 0.08);
  border: 1px solid rgba(247, 243, 234, 0.16);
}
#custom-html-17 .agx-final-secondary:hover {
  border-color: rgba(214, 177, 90, 0.42);
  background: rgba(247, 243, 234, 0.11);
}
@media (max-width: 680px) {
  #custom-html-17 .agx-final-block {
    padding: 48px 18px 52px;
  }
  #custom-html-17 .agx-final-block h2 {
    font-size: 34px;
  }
  #custom-html-17 .agx-final-block p {
    font-size: 16px;
  }
  #custom-html-17 .agx-final-btn {
    width: 100%;
  }
}
#custom-html-17 .agx-final-block {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
@media (max-width: 768px) {
  #custom-html-17 .agx-final-block {
    background-attachment: scroll !important;
  }
}
#custom-html-17 .agx-final-block {
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
#custom-html-17 .agx-final-block {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
@media (max-width: 768px) {
  #custom-html-17 .agx-final-block {
    background-attachment: scroll !important;
  }
}
#custom-html-13 .agx-guide-block,
#custom-html-13 .agx-guide-block * {
  box-sizing: border-box;
}
#custom-html-13 .agx-guide-block {
  position: relative;
  overflow: hidden;
  padding: 32px 20px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 82% 20%, rgba(214, 177, 90, 0.14), transparent 260px), radial-gradient(circle at 18% 76%, rgba(157, 18, 151, 0.16), transparent 220px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 100%);
  background-size: auto, auto, 24px 24px, auto;
}
#custom-html-13 .agx-guide-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-13 .agx-guide-card {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: center;
  padding: 32px 34px;
  border-radius: 28px;
  border: 1px solid rgba(214, 177, 90, 0.28);
  background-color: #17171c;
  background-image: radial-gradient(circle at 80% 20%, rgba(214, 177, 90, 0.16), transparent 160px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.16), transparent 180px), linear-gradient(115deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
#custom-html-13 .agx-guide-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-13 .agx-guide-copy h2 {
  margin: 0 0 12px;
  color: #f7f3ea !important;
  font-size: 42px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-13 .agx-guide-copy p {
  margin: 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 16px;
  line-height: 1.65;
}
#custom-html-13 .agx-guide-action {
  display: grid;
  justify-items: start;
  gap: 10px;
}
#custom-html-13 .agx-guide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.22);
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease;
}
#custom-html-13 .agx-guide-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
#custom-html-13 .agx-guide-action span {
  color: rgba(247, 243, 234, 0.52) !important;
  font-size: 14px;
}
@media (max-width: 900px) {
  #custom-html-13 .agx-guide-card {
    grid-template-columns: 1fr;
  }
  #custom-html-13 .agx-guide-copy h2 {
    font-size: 34px;
  }
}
@media (max-width: 680px) {
  #custom-html-13 .agx-guide-block {
    padding: 26px 18px;
  }
  #custom-html-13 .agx-guide-card {
    padding: 24px;
  }
  #custom-html-13 .agx-guide-copy h2 {
    font-size: 28px;
  }
  #custom-html-13 .agx-guide-copy p {
    font-size: 15px;
  }
  #custom-html-13 .agx-guide-btn {
    width: 100%;
  }
}
#custom-html-13 .agx-guide-block {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
@media (max-width: 768px) {
  #custom-html-13 .agx-guide-block {
    background-attachment: scroll !important;
  }
}
#custom-html-12 .agx-footer-block,
#custom-html-12 .agx-footer-block * {
  box-sizing: border-box;
}
#custom-html-12 .agx-footer-block {
  position: relative;
  overflow: hidden;
  padding: 34px 20px 24px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-12 .agx-footer-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-12 .agx-footer-newsletter {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 90, 0.28);
  background-color: #17171c;
  background-image: radial-gradient(circle at 82% 18%, rgba(214, 177, 90, 0.15), transparent 180px), radial-gradient(circle at 18% 84%, rgba(157, 18, 151, 0.2), transparent 200px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}
#custom-html-12 .agx-footer-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-12 .agx-footer-newsletter h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 42px;
  line-height: 1.03;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-12 .agx-footer-newsletter p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 16px;
  line-height: 1.65;
}
#custom-html-12 .agx-footer-form-wrap {
  display: grid;
  gap: 10px;
}
#custom-html-12 .agx-footer-form {
  display: flex;
  gap: 10px;
  padding: 7px;
  border-radius: 999px;
  border: 1px solid rgba(247, 243, 234, 0.14);
  background: rgba(0, 0, 0, 0.32);
}
#custom-html-12 .agx-footer-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border: none;
  outline: none;
  border-radius: 999px;
  background: transparent;
  color: #f7f3ea !important;
  font-size: 15px;
}
#custom-html-12 .agx-footer-form input::placeholder {
  color: rgba(247, 243, 234, 0.48);
}
#custom-html-12 .agx-footer-form button {
  min-height: 46px;
  padding: 0 22px;
  border: none;
  border-radius: 999px;
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.2);
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.22s ease;
}
#custom-html-12 .agx-footer-form button:hover {
  transform: translateY(-1px);
}
#custom-html-12 .agx-footer-note {
  color: rgba(247, 243, 234, 0.52) !important;
  font-size: 13px;
  line-height: 1.45;
}
#custom-html-12 .agx-footer-main {
  display: grid;
  grid-template-columns: 1.3fr 0.65fr 0.85fr 0.7fr;
  gap: 28px;
  padding: 42px 0 30px;
}
#custom-html-12 .agx-footer-logo-text {
  color: #f7f3ea !important;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-12 .agx-footer-brand p {
  max-width: 390px;
  margin: 14px 0 0;
  color: rgba(247, 243, 234, 0.68) !important;
  font-size: 15px;
  line-height: 1.65;
}
#custom-html-12 .agx-footer-email {
  display: inline-flex;
  margin-top: 14px;
  color: #f2d889 !important;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none !important;
}
#custom-html-12 .agx-footer-email:hover {
  text-decoration: underline !important;
}
#custom-html-12 .agx-footer-links h3,
#custom-html-12 .agx-footer-social h3 {
  margin: 0 0 14px;
  color: #f2d889 !important;
  font-size: 13px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-weight: 900;
}
#custom-html-12 .agx-footer-links a {
  display: block;
  margin-bottom: 10px;
  color: rgba(247, 243, 234, 0.7) !important;
  font-size: 15px;
  text-decoration: none !important;
  transition: color 0.22s ease;
}
#custom-html-12 .agx-footer-links a:hover {
  color: #f2d889 !important;
}
#custom-html-12 .agx-social-row {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}
#custom-html-12 .agx-social-row a {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #f7f3ea !important;
  background-color: #651060;
  background-image: radial-gradient(circle at 70% 20%, rgba(214, 177, 90, 0.18), transparent 60%), linear-gradient(135deg, rgba(157, 18, 151, 0.72), rgba(54, 5, 52, 0.86));
  border: 1px solid rgba(247, 243, 234, 0.15);
  text-decoration: none !important;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
#custom-html-12 .agx-social-row a:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 177, 90, 0.44);
  box-shadow: 0 12px 28px rgba(157, 18, 151, 0.24);
}
#custom-html-12 .agx-social-icon {
  width: 21px;
  height: 21px;
  display: block;
}
#custom-html-12 .agx-facebook-icon {
  fill: currentColor;
}
#custom-html-12 .agx-instagram-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#custom-html-12 .agx-footer-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  color: #f7f3ea !important;
  background: rgba(247, 243, 234, 0.08);
  border: 1px solid rgba(247, 243, 234, 0.15);
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
#custom-html-12 .agx-footer-cta:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 177, 90, 0.4);
  background: rgba(247, 243, 234, 0.11);
}
#custom-html-12 .agx-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(247, 243, 234, 0.11);
  color: rgba(247, 243, 234, 0.52) !important;
  font-size: 13px;
}
@media (max-width: 980px) {
  #custom-html-12 .agx-footer-newsletter {
    grid-template-columns: 1fr;
  }
  #custom-html-12 .agx-footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
  #custom-html-12 .agx-footer-newsletter h2 {
    font-size: 34px;
  }
}
@media (max-width: 680px) {
  #custom-html-12 .agx-footer-block {
    padding: 38px 18px 22px;
    background-attachment: scroll;
  }
  #custom-html-12 .agx-footer-newsletter {
    padding: 24px;
  }
  #custom-html-12 .agx-footer-newsletter h2 {
    font-size: 30px;
  }
  #custom-html-12 .agx-footer-form {
    border-radius: 24px;
    flex-direction: column;
  }
  #custom-html-12 .agx-footer-form input,
  #custom-html-12 .agx-footer-form button {
    width: 100%;
  }
  #custom-html-12 .agx-footer-main {
    grid-template-columns: 1fr;
    padding: 34px 0 24px;
  }
  #custom-html-12 .agx-footer-bottom {
    flex-direction: column;
  }
}
#custom-html-12 .agx-footer-block {
  background-color: #080809 !important;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%) !important;
  background-size: auto, auto, auto, 24px 24px, auto !important;
  background-position: center top !important;
  background-attachment: fixed !important;
}
@media (max-width: 768px) {
  #custom-html-12 .agx-footer-block {
    background-attachment: scroll !important;
  }
}
.cid-v1JqHLSFvd {
  z-index: 1000;
  width: 100%;
}
.cid-v1JqHLSFvd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v1JqHLSFvd .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-nav {
    max-width: 45%;
  }
}
.cid-v1JqHLSFvd .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v1JqHLSFvd .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v1JqHLSFvd .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-v1JqHLSFvd .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v1JqHLSFvd .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v1JqHLSFvd .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-v1JqHLSFvd .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v1JqHLSFvd .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1JqHLSFvd .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v1JqHLSFvd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1JqHLSFvd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1JqHLSFvd .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v1JqHLSFvd .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v1JqHLSFvd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v1JqHLSFvd .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.7) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-v1JqHLSFvd .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-v1JqHLSFvd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1JqHLSFvd .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.7) !important;
}
.cid-v1JqHLSFvd .nav-item:focus,
.cid-v1JqHLSFvd .nav-link:focus {
  outline: none;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1JqHLSFvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1JqHLSFvd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1JqHLSFvd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1JqHLSFvd .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v1JqHLSFvd .navbar.opened {
  transition: all 0.3s;
}
.cid-v1JqHLSFvd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1JqHLSFvd .navbar .navbar-logo img {
  width: auto;
}
.cid-v1JqHLSFvd .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-v1JqHLSFvd .navbar.collapsed {
  justify-content: center;
}
.cid-v1JqHLSFvd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1JqHLSFvd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1JqHLSFvd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1JqHLSFvd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1JqHLSFvd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1JqHLSFvd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v1JqHLSFvd .navbar {
    min-height: 72px;
  }
  .cid-v1JqHLSFvd .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v1JqHLSFvd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1JqHLSFvd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1JqHLSFvd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1JqHLSFvd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v1JqHLSFvd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1JqHLSFvd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1JqHLSFvd .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v1JqHLSFvd .dropdown-item.active,
.cid-v1JqHLSFvd .dropdown-item:active {
  background-color: transparent;
}
.cid-v1JqHLSFvd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1JqHLSFvd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1JqHLSFvd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1JqHLSFvd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v1JqHLSFvd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v1JqHLSFvd .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v1JqHLSFvd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1JqHLSFvd .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v1JqHLSFvd .navbar-buttons {
    text-align: left;
  }
}
.cid-v1JqHLSFvd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1JqHLSFvd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1JqHLSFvd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1JqHLSFvd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1JqHLSFvd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1JqHLSFvd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v1JqHLSFvd .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1JqHLSFvd .navbar {
    height: 70px;
  }
  .cid-v1JqHLSFvd .navbar.opened {
    height: auto;
  }
  .cid-v1JqHLSFvd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v1JqHLSFvd .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v1JqHLSFvd .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v1JqHLSFvd .navbar-brand {
    margin-right: auto;
  }
  .cid-v1JqHLSFvd .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.7) !important;
    background: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v1JqHLSFvd .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v1JqHLSFvd .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v1JqHLSFvd .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v1JqHLSFvd .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v1JqHLSFvd .navbar-collapse {
    padding: 1rem;
  }
}
#custom-html-x .agx-thanks-hero,
#custom-html-x .agx-thanks-hero * {
  box-sizing: border-box;
}
#custom-html-x .agx-thanks-hero {
  position: relative;
  overflow: hidden;
  padding: 78px 20px 64px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.22), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.12), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-x .agx-thanks-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 42px;
  align-items: center;
}
#custom-html-x .agx-thanks-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-x .agx-thanks-copy h1 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 58px;
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}
#custom-html-x .agx-thanks-copy p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(247, 243, 234, 0.76) !important;
  font-size: 18px;
  line-height: 1.7;
}
#custom-html-x .agx-thanks-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
#custom-html-x .agx-thanks-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}
#custom-html-x .agx-thanks-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
#custom-html-x .agx-thanks-primary {
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.22);
}
#custom-html-x .agx-thanks-secondary {
  color: #f7f3ea !important;
  background: rgba(247, 243, 234, 0.08);
  border: 1px solid rgba(247, 243, 234, 0.16);
}
#custom-html-x .agx-thanks-card {
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background-color: #17171c;
  background-image: radial-gradient(circle at 80% 18%, rgba(214, 177, 90, 0.14), transparent 180px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.18), transparent 200px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}
#custom-html-x .agx-thanks-card-label {
  display: inline-block;
  margin-bottom: 18px;
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-x .agx-thanks-card h3 {
  margin: 0 0 12px;
  color: #f7f3ea !important;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.045em;
  font-weight: 950;
}
#custom-html-x .agx-thanks-card p {
  margin: 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 16px;
  line-height: 1.65;
}
#custom-html-x .agx-thanks-mini-list {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
#custom-html-x .agx-thanks-mini-list span {
  position: relative;
  padding-left: 22px;
  color: rgba(247, 243, 234, 0.82) !important;
  font-size: 15px;
}
#custom-html-x .agx-thanks-mini-list span:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f2d889;
  font-weight: 950;
}
@media (max-width: 900px) {
  #custom-html-x .agx-thanks-wrap {
    grid-template-columns: 1fr;
  }
  #custom-html-x .agx-thanks-copy h1 {
    font-size: 44px;
  }
  #custom-html-x .agx-thanks-hero {
    background-attachment: scroll;
  }
}
@media (max-width: 680px) {
  #custom-html-x .agx-thanks-hero {
    padding: 52px 18px 46px;
  }
  #custom-html-x .agx-thanks-copy h1 {
    font-size: 36px;
  }
  #custom-html-x .agx-thanks-copy p {
    font-size: 16px;
  }
  #custom-html-x .agx-thanks-btn {
    width: 100%;
  }
}
#custom-html-x .agx-thanks-copy {
  padding-top: 35px;
}
#custom-html-y .agx-care-notes,
#custom-html-y .agx-care-notes * {
  box-sizing: border-box;
}
#custom-html-y .agx-care-notes {
  position: relative;
  overflow: hidden;
  padding: 62px 20px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-y .agx-care-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-y .agx-care-intro {
  max-width: 780px;
  margin-bottom: 28px;
}
#custom-html-y .agx-care-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-y .agx-care-intro h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 48px;
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-y .agx-care-intro p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 17px;
  line-height: 1.68;
}
#custom-html-y .agx-care-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
#custom-html-y .agx-care-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background-color: #17171c;
  background-image: radial-gradient(circle at 78% 12%, rgba(214, 177, 90, 0.08), transparent 120px), radial-gradient(circle at 18% 88%, rgba(157, 18, 151, 0.14), transparent 160px), linear-gradient(115deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}
#custom-html-y .agx-care-card span {
  display: inline-block;
  color: #f2d889 !important;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}
#custom-html-y .agx-care-card h3 {
  margin: 0 0 10px;
  color: #f7f3ea !important;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 900;
}
#custom-html-y .agx-care-card p {
  margin: 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 15px;
  line-height: 1.62;
}
@media (max-width: 900px) {
  #custom-html-y .agx-care-grid {
    grid-template-columns: 1fr;
  }
  #custom-html-y .agx-care-intro h2 {
    font-size: 40px;
  }
  #custom-html-y .agx-care-notes {
    background-attachment: scroll;
  }
}
@media (max-width: 680px) {
  #custom-html-y .agx-care-notes {
    padding: 48px 18px;
  }
  #custom-html-y .agx-care-intro h2 {
    font-size: 34px;
  }
  #custom-html-y .agx-care-intro p {
    font-size: 16px;
  }
}
#custom-html-z .agx-product-care,
#custom-html-z .agx-product-care * {
  box-sizing: border-box;
}
#custom-html-z .agx-product-care {
  position: relative;
  overflow: hidden;
  padding: 42px 20px 62px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), radial-gradient(circle at 18% 86%, rgba(157, 18, 151, 0.12), transparent 380px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 50%, #080809 100%);
  background-size: auto, auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
}
#custom-html-z .agx-product-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
#custom-html-z .agx-product-panel {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 30px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(214, 177, 90, 0.28);
  background-color: #17171c;
  background-image: radial-gradient(circle at 82% 18%, rgba(214, 177, 90, 0.15), transparent 180px), radial-gradient(circle at 18% 84%, rgba(157, 18, 151, 0.2), transparent 200px), linear-gradient(115deg, rgba(255, 255, 255, 0.022) 0, rgba(255, 255, 255, 0.022) 1px, transparent 1px, transparent 18px), linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  background-size: auto, auto, 24px 24px, auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
}
#custom-html-z .agx-product-kicker {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(214, 177, 90, 0.4);
  background: rgba(214, 177, 90, 0.1);
  color: #f2d889 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#custom-html-z .agx-product-copy h2 {
  margin: 0;
  color: #f7f3ea !important;
  font-size: 44px;
  line-height: 1.03;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-z .agx-product-copy p {
  margin: 16px 0 0;
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 16px;
  line-height: 1.65;
}
#custom-html-z .agx-product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 22px;
  padding: 0 20px;
  border-radius: 999px;
  color: #090909 !important;
  background: linear-gradient(135deg, #f2d889, #d6b15a);
  box-shadow: 0 14px 30px rgba(214, 177, 90, 0.22);
  font-weight: 850;
  text-decoration: none !important;
  transition: transform 0.22s ease;
}
#custom-html-z .agx-product-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}
#custom-html-z .agx-product-list {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(247, 243, 234, 0.13);
  background: rgba(0, 0, 0, 0.22);
}
#custom-html-z .agx-product-list h3 {
  margin: 0 0 16px;
  color: #f7f3ea !important;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 900;
}
#custom-html-z .agx-product-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 11px;
}
#custom-html-z .agx-product-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(247, 243, 234, 0.78) !important;
  font-size: 15px;
  line-height: 1.55;
}
#custom-html-z .agx-product-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #f2d889;
  font-weight: 950;
}
#custom-html-z .agx-product-list strong {
  color: #f2d889 !important;
  font-weight: 900;
}
#custom-html-z .agx-product-warning {
  margin-top: 18px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(214, 177, 90, 0.24);
  background: rgba(214, 177, 90, 0.07);
  color: rgba(247, 243, 234, 0.76) !important;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 900px) {
  #custom-html-z .agx-product-panel {
    grid-template-columns: 1fr;
  }
  #custom-html-z .agx-product-copy h2 {
    font-size: 36px;
  }
  #custom-html-z .agx-product-care {
    background-attachment: scroll;
  }
}
@media (max-width: 680px) {
  #custom-html-z .agx-product-care {
    padding: 34px 18px 48px;
  }
  #custom-html-z .agx-product-panel {
    padding: 24px;
  }
  #custom-html-z .agx-product-copy h2 {
    font-size: 30px;
  }
  #custom-html-z .agx-product-btn {
    width: 100%;
  }
}
#custom-html-10 .agx-thanks-footer,
#custom-html-10 .agx-thanks-footer * {
  box-sizing: border-box;
}
#custom-html-10 .agx-thanks-footer {
  position: relative;
  overflow: hidden;
  padding: 26px 20px;
  color: #f7f3ea !important;
  background-color: #080809;
  background-image: radial-gradient(circle at 18% 20%, rgba(157, 18, 151, 0.2), transparent 360px), radial-gradient(circle at 82% 48%, rgba(214, 177, 90, 0.1), transparent 420px), linear-gradient(115deg, rgba(255, 255, 255, 0.024) 0, rgba(255, 255, 255, 0.024) 1px, transparent 1px, transparent 18px), linear-gradient(180deg, #080809 0%, #0c0c10 100%);
  background-size: auto, auto, 24px 24px, auto;
  background-position: center top;
  background-attachment: fixed;
  border-top: 1px solid rgba(247, 243, 234, 0.11);
}
#custom-html-10 .agx-thanks-footer-wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
#custom-html-10 .agx-thanks-footer-brand {
  color: #f7f3ea !important;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 950;
}
#custom-html-10 .agx-thanks-footer p {
  margin: 8px 0 0;
  color: rgba(247, 243, 234, 0.6) !important;
  font-size: 14px;
}
#custom-html-10 .agx-thanks-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}
#custom-html-10 .agx-thanks-footer-links a {
  color: rgba(247, 243, 234, 0.74) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}
#custom-html-10 .agx-thanks-footer-links a:hover {
  color: #f2d889 !important;
}
@media (max-width: 720px) {
  #custom-html-10 .agx-thanks-footer {
    padding: 24px 18px;
    background-attachment: scroll;
  }
  #custom-html-10 .agx-thanks-footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  #custom-html-10 .agx-thanks-footer-links {
    justify-content: flex-start;
  }
}
