body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 10.625rem;
  line-height: 1;
}
.display-1 > .iteration-iconfont {
  font-size: 13.28125rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .iteration-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-4 > .iteration-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 3.375rem;
  line-height: 1;
}
.display-5 > .iteration-iconfont {
  font-size: 4.21875rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .iteration-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 8.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7.4375rem;
    font-size: calc( 4.3687499999999995rem + (10.625 - 4.3687499999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -1vw;
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -0.75vw;
  }
  .display-4 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.7rem;
    font-size: calc( 1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -0.5vw;
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #131313 !important;
}
.bg-success {
  background-color: #c5e8c0 !important;
}
.bg-info {
  background-color: #c5d4fe !important;
}
.bg-warning {
  background-color: #ff9081 !important;
}
.bg-danger {
  background-color: #ce5545 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #131313 !important;
  border-color: #131313 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ede7e2 !important;
  border-color: #ede7e2 !important;
  color: #806650 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ccbbad !important;
  border-color: #ccbbad !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #806650 !important;
  background-color: #ccbbad !important;
  border-color: #ccbbad !important;
}
.btn-info,
.btn-info:active {
  background-color: #c5d4fe !important;
  border-color: #c5d4fe !important;
  color: #0335c1 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #7095fd !important;
  border-color: #7095fd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0335c1 !important;
  background-color: #7095fd !important;
  border-color: #7095fd !important;
}
.btn-success,
.btn-success:active {
  background-color: #c5e8c0 !important;
  border-color: #c5e8c0 !important;
  color: #377c2d !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8bd180 !important;
  border-color: #8bd180 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #377c2d !important;
  background-color: #8bd180 !important;
  border-color: #8bd180 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9081 !important;
  border-color: #ff9081 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff442a !important;
  border-color: #ff442a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff442a !important;
  border-color: #ff442a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ce5545 !important;
  border-color: #ce5545 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #953427 !important;
  border-color: #953427 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #953427 !important;
  border-color: #953427 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #131313;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #131313 !important;
  border-color: #131313 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ede7e2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ccbbad !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #806650 !important;
  background-color: #ede7e2 !important;
  border-color: #ede7e2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c5d4fe;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #7095fd !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #0335c1 !important;
  background-color: #c5d4fe !important;
  border-color: #c5d4fe !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c5e8c0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8bd180 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #377c2d !important;
  background-color: #c5e8c0 !important;
  border-color: #c5e8c0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9081;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff442a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9081 !important;
  border-color: #ff9081 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ce5545;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #953427 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ce5545 !important;
  border-color: #ce5545 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #131313 !important;
}
.text-secondary {
  color: #ede7e2 !important;
}
.text-success {
  color: #c5e8c0 !important;
}
.text-info {
  color: #c5d4fe !important;
}
.text-warning {
  color: #ff9081 !important;
}
.text-danger {
  color: #ce5545 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c6b3a3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #80cd75 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #618afc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff361b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #893024 !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: #131313;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c5d4fe;
}
.alert-warning {
  background-color: #ff9081;
}
.alert-danger {
  background-color: #ce5545;
}
.iteration-gallery-filter li.active .btn {
  background-color: #131313;
  border-color: #131313;
  color: #ffffff;
}
.iteration-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #131313;
}
.iteration-plan-header.bg-primary .iteration-plan-subtitle,
.iteration-plan-header.bg-primary .iteration-plan-price-desc {
  color: #c5c5c5;
}
.iteration-plan-header.bg-success .iteration-plan-subtitle,
.iteration-plan-header.bg-success .iteration-plan-price-desc {
  color: #ffffff;
}
.iteration-plan-header.bg-info .iteration-plan-subtitle,
.iteration-plan-header.bg-info .iteration-plan-price-desc {
  color: #ffffff;
}
.iteration-plan-header.bg-warning .iteration-plan-subtitle,
.iteration-plan-header.bg-warning .iteration-plan-price-desc {
  color: #ffffff;
}
.iteration-plan-header.bg-danger .iteration-plan-subtitle,
.iteration-plan-header.bg-danger .iteration-plan-price-desc {
  color: #f9e9e6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control > .iteration-iconfont {
  font-size: 2.5rem;
}
.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: #131313 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .iteration-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #131313;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #131313;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #131313;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #131313;
  border-bottom-color: #131313;
}
.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: #ffffff !important;
  background-color: #131313 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ede7e2 !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='%23131313' %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-duration: .3s;
  transition: 0.4s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.8vw;
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding: 0 5.3vw;
  }
}
.row {
  margin-left: -0.7vw;
  margin-right: -0.7vw;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0.7vw;
  padding-right: 0.7vw;
}
@media (max-width: 767px) {
  .row {
    margin-left: -1vw;
    margin-right: -1vw;
  }
  .row > [class*="col"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
.iteration-section-btn .btn {
  min-width: 80px;
  min-height: 66px;
  padding: 22px 38px;
  border-radius: 100rem !important;
  border-width: 1px;
  font-weight: 500;
  box-shadow: none !important;
  transition: .6s all !important;
}
@media (max-width: 575px) {
  .iteration-section-btn {
    width: 100%;
  }
  .iteration-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  overflow: hidden;
}
.custom-section-btn .btn-transform {
  position: relative;
  z-index: 4;
  width: 100%;
  min-width: 100%;
  animation: btn-move-out 0.6s ease-in-out;
}
.custom-section-btn .btn-primary {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-primary:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #131313;
  transition: .6s all;
}
.custom-section-btn .btn-primary:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-primary:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-primary:hover:after {
  left: 100%;
}
.custom-section-btn .btn-white {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-white:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #ede7e2;
  transition: .6s all;
}
.custom-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-white:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-white:hover:after {
  left: 100%;
}
.custom-section-btn .btn-black {
  color: #FFFFFF !important;
  background: #131313 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #000000;
  transition: .6s all;
}
.custom-section-btn .btn-black:hover {
  color: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-black:hover:after {
  left: 100%;
}
.custom-section-btn .btn-black-outline {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black-outline:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #FFFFFF;
  transition: .6s all;
}
.custom-section-btn .btn-black-outline:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-black-outline:hover:after {
  left: 100%;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    z-index: 2;
  }
  51% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
    z-index: 2;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(-100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-100%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.form-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.form-wrapper form {
  width: 100%;
}
.form-wrapper form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.form-wrapper form p {
  color: #000000;
}
.form-wrapper form .iteration-section-btn {
  text-align: right;
  justify-content: flex-end;
  margin-right: auto;
}
.form-wrapper form .form-group {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}
.form-wrapper form .form-control {
  height: 62px;
  border: 1px solid #000000 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 20px 32px;
  font-size: 18px;
  line-height: normal !important;
  color: #000000;
  font-weight: 500;
}
.form-wrapper form .form-control::-webkit-input-placeholder {
  color: #757575;
}
.form-wrapper form .form-control::-moz-placeholder {
  color: #757575;
}
.form-wrapper form .form-control:-moz-placeholder {
  color: #757575;
}
.form-wrapper form .form-control:-ms-input-placeholder {
  color: #757575;
}
.form-wrapper form select {
  color: #757575 !important;
}
.form-wrapper form textarea {
  height: 100px !important;
  min-height: 100px !important;
  padding: 20px 32px !important;
  resize: none;
}
.form-wrapper form textarea::-webkit-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea::-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea:-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea:-ms-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form input,
.form-wrapper form textarea {
  transition: .5s all;
}
.form-wrapper form input:active,
.form-wrapper form textarea:active,
.form-wrapper form input:focus,
.form-wrapper form textarea:focus {
  background-color: transparent !important;
  border-color: #000000 !important;
  outline: none !important;
}
.form-wrapper form input:active::-webkit-input-placeholder,
.form-wrapper form textarea:active::-webkit-input-placeholder,
.form-wrapper form input:focus::-webkit-input-placeholder,
.form-wrapper form textarea:focus::-webkit-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active::-moz-placeholder,
.form-wrapper form textarea:active::-moz-placeholder,
.form-wrapper form input:focus::-moz-placeholder,
.form-wrapper form textarea:focus::-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active:-moz-placeholder,
.form-wrapper form textarea:active:-moz-placeholder,
.form-wrapper form input:focus:-moz-placeholder,
.form-wrapper form textarea:focus:-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active:-ms-input-placeholder,
.form-wrapper form textarea:active:-ms-input-placeholder,
.form-wrapper form input:focus:-ms-input-placeholder,
.form-wrapper form textarea:focus:-ms-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form .row {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.form-wrapper form .row [class*=col] {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.form-wrapper form label {
  width: 100%;
  color: #000000;
  margin-bottom: 0.5rem;
}
.form-wrapper form .form-check-input {
  border-color: #757575 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.form-wrapper form .form-check-input:focus,
.form-wrapper form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.form-wrapper form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #757575 !important;
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  background-color: #c5d4fe !important;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c5d4fe !important;
  background: #c5d4fe;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.b640G-uHHKhvSAbm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .b640G-uHHKhvSAbm .menu_box .navbar.opened,
  .b640G-uHHKhvSAbm .menu_box .navbar-collapse {
    background-color: #c5d4fe !important;
    transition: all 0s ease 0s;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  position: relative !important;
}
.b640G-uHHKhvSAbm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main {
    margin-top: 1rem;
  }
}
.b640G-uHHKhvSAbm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .b640G-uHHKhvSAbm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .b640G-uHHKhvSAbm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-text,
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-section-subtitle {
    margin-bottom: 32px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .b640G-uHHKhvSAbm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .b640G-uHHKhvSAbm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .b640G-uHHKhvSAbm .lg_brand {
    margin: 0 1rem;
  }
}
.b640G-uHHKhvSAbm .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-item:hover,
  .b640G-uHHKhvSAbm .nav-item:focus {
    background-color: #ffffff;
    border-color: #ede7e2;
  }
}
.b640G-uHHKhvSAbm .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.b640G-uHHKhvSAbm .nav-item .nav-link:hover,
.b640G-uHHKhvSAbm .nav-item .nav-link:focus {
  opacity: 1;
  color: #131313 !important;
}
.b640G-uHHKhvSAbm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .b640G-uHHKhvSAbm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box {
    display: none;
  }
}
.b640G-uHHKhvSAbm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .container {
  display: flex;
  margin: auto;
}
.b640G-uHHKhvSAbm .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:hover {
  opacity: .5;
}
.b640G-uHHKhvSAbm .navbar-caption {
  color: #222222;
}
.b640G-uHHKhvSAbm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .navbar-nav {
    margin: 0;
  }
}
.b640G-uHHKhvSAbm .dropdown-menu,
.b640G-uHHKhvSAbm .navbar.opened {
  background-color: false !important;
}
.b640G-uHHKhvSAbm .nav-item:focus,
.b640G-uHHKhvSAbm .nav-link:focus {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.b640G-uHHKhvSAbm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.b640G-uHHKhvSAbm .navbar.opened {
  transition: all 0.3s;
}
.b640G-uHHKhvSAbm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.b640G-uHHKhvSAbm .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 8px;
}
.b640G-uHHKhvSAbm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar.collapsed {
  justify-content: center;
}
.b640G-uHHKhvSAbm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.b640G-uHHKhvSAbm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.b640G-uHHKhvSAbm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .navbar .nav-item {
    padding: .5rem 0;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .b640G-uHHKhvSAbm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .b640G-uHHKhvSAbm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .b640G-uHHKhvSAbm .navbar .icons-menu {
    padding: 0;
  }
}
.b640G-uHHKhvSAbm .navbar.navbar-short {
  min-height: 60px;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-logo a {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown-item.active,
.b640G-uHHKhvSAbm .dropdown-item:active {
  background-color: transparent;
}
.b640G-uHHKhvSAbm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.b640G-uHHKhvSAbm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.b640G-uHHKhvSAbm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.b640G-uHHKhvSAbm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c5d4fe;
  background: #ffffff;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.b640G-uHHKhvSAbm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .b640G-uHHKhvSAbm .navbar {
    height: 70px;
  }
  .b640G-uHHKhvSAbm .navbar.opened {
    height: auto;
  }
  .b640G-uHHKhvSAbm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .b640G-uHHKhvSAbm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.b640G-uHHKhvSAbm .iteration-section-btn-main {
  padding-top: 5px;
}
.b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.b640G-uHHKhvSAbm .navbar-caption:hover {
  color: #131313;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-dropdown {
    margin: 0 auto;
  }
}
.b640G-uHHKhvSAbm .text_widget {
  margin-bottom: 24px;
}
.b640G-uHHKhvSAbm .text_widget a {
  transition: all 0.3s ease-out;
}
.b640G-uHHKhvSAbm .text_widget a:hover {
  color: #ede7e2 !important;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-text {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle,
.b640G-uHHKhvSAbm .text_widget,
.b640G-uHHKhvSAbm .iteration-section-btn {
  text-align: center;
}
.b640G-uHHKhvSAbm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.b640G-uHHKFBOF1w {
  padding-top: 195px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/clep6.jpg-1184x896.jpg");
}
.b640G-uHHKFBOF1w H2 {
  color: #d58f76;
}
.b640G-uHHKFBOF1w .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHKFBOF1w .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHLEiKhbj {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f9f7ff;
  position: relative;
  overflow: hidden;
}
.b640G-uHHLEiKhbj svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.b640G-uHHLEiKhbj H1 {
  color: #000000;
}
.b640G-uHHLEiKhbj .iteration-text,
.b640G-uHHLEiKhbj .iteration-section-btn {
  color: #000000;
}
.b640G-uHHLEiKhbj #e1_ellipse {
  fill: #c5d4fe !important;
}
.b640G-uHHLEiKhbj img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .b640G-uHHLEiKhbj img {
    width: 100%;
  }
}
.b640G-uHHLEiKhbj .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHLEiKhbj .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHKM1OtVx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f9f7ff;
}
@media (max-width: 767px) {
  .b640G-uHHKM1OtVx {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.b640G-uHHKM1OtVx img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.b640G-uHHKM1OtVx .right-wrapper {
  padding-left: 5rem;
}
.b640G-uHHKM1OtVx .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.b640G-uHHKM1OtVx .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.b640G-uHHKM1OtVx .iteration-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.b640G-uHHKM1OtVx .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.b640G-uHHKM1OtVx .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #ff9081;
  border-radius: 30px;
  z-index: -1;
}
.b640G-uHHKM1OtVx .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.b640G-uHHKM1OtVx .svg1 {
  position: absolute;
  padding: 2px;
}
.b640G-uHHKM1OtVx .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .b640G-uHHKM1OtVx .imageContainer {
    margin-bottom: 4.2rem;
  }
  .b640G-uHHKM1OtVx .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .b640G-uHHKM1OtVx .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .b640G-uHHKM1OtVx .container-fluid {
    padding: 0 1rem;
  }
  .b640G-uHHKM1OtVx .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.b640G-uHHKM1OtVx .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHKM1OtVx .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHKM1OtVx .iteration-section-subtitle {
  color: #000000;
  text-align: center;
}
.b640G-uHHKM1OtVx .iteration-text,
.b640G-uHHKM1OtVx .iteration-section-btn {
  color: #000000;
}
.b640G-uHHZCPcHYi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #f9f7ff;
}
.b640G-uHHZCPcHYi .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHZCPcHYi .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHZCPcHYi .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .b640G-uHHZCPcHYi .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .b640G-uHHZCPcHYi .content-wrapper {
    padding: 0;
  }
}
.b640G-uHHZCPcHYi .content-wrapper .iteration-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .b640G-uHHZCPcHYi .content-wrapper .iteration-section-title {
    margin-bottom: 32px;
  }
}
.b640G-uHHZCPcHYi .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1600px) {
  .b640G-uHHZCPcHYi .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .b640G-uHHZCPcHYi .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .b640G-uHHZCPcHYi .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .b640G-uHHZCPcHYi .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper {
  padding: 64px 42px;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper .item-title1,
.b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper .item-title2,
.b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper .item-title3,
.b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper .item-title4 {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper .item-title1,
  .b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper .item-title2,
  .b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper .item-title3,
  .b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper .item-title4 {
    margin-bottom: 32px;
  }
}
.b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper .card-box {
  margin-bottom: 0;
}
.b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper .card-box .item-text1,
.b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper .card-box .item-text2,
.b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper .card-box .item-text3,
.b640G-uHHZCPcHYi .items-wrapper .item .item-wrapper .card-box .item-text4 {
  margin-bottom: 32px;
}
.b640G-uHHZCPcHYi .items-wrapper .card_1 .item-wrapper {
  background-color: #c5d4fe;
}
.b640G-uHHZCPcHYi .items-wrapper .card_2 .item-wrapper {
  background-color: #c5d4fe;
}
.b640G-uHHZCPcHYi .items-wrapper .card_3 .item-wrapper {
  background-color: #c5d4fe;
}
.b640G-uHHZCPcHYi .items-wrapper .card_4 .item-wrapper {
  background-color: #c5d4fe;
}
.b640G-uHHZCPcHYi .iteration-section-title {
  color: #ffffff;
  text-align: center;
}
.b640G-uHHZCPcHYi .item-title1 {
  color: #2C2625;
  text-align: center;
}
.b640G-uHHZCPcHYi .item-title2 {
  color: #2C2625;
  text-align: center;
}
.b640G-uHHZCPcHYi .item-title3 {
  color: #2C2625;
  text-align: center;
}
.b640G-uHHZCPcHYi .item-title4 {
  color: #2C2625;
  text-align: center;
}
.b640G-uHHZCPcHYi .item-text1 {
  color: #2C2625;
}
.b640G-uHHZCPcHYi .item-text2 {
  color: #2C2625;
}
.b640G-uHHZCPcHYi .item-text3 {
  color: #2C2625;
}
.b640G-uHHZCPcHYi .item-text4 {
  color: #2C2625;
}
.b640G-uHHZCPcHYi .iteration-section-title,
.b640G-uHHZCPcHYi .iteration-section-btn {
  color: #131313;
}
.b640G-uHHLKRKFDv {
  overflow: hidden !important;
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #c5d4fe;
}
.b640G-uHHLKRKFDv .container-fluid {
  padding: 0 5rem;
}
.b640G-uHHLKRKFDv .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.b640G-uHHLKRKFDv .iteration-section-title {
  padding-bottom: 2rem;
  color: #000000;
  text-align: center;
}
.b640G-uHHLKRKFDv .iteration-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.b640G-uHHLKRKFDv .iteration-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .b640G-uHHLKRKFDv .iteration-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .b640G-uHHLKRKFDv .container-fluid {
    padding: 0 1rem;
  }
  .b640G-uHHLKRKFDv .iteration-figure {
    margin-top: 1rem;
  }
  .b640G-uHHLKRKFDv .iteration-section-title {
    text-align: center !important;
  }
  .b640G-uHHLKRKFDv .iteration-section-subtitle {
    text-align: center !important;
  }
  .b640G-uHHLKRKFDv .iteration-section-btn {
    text-align: center !important;
  }
}
.b640G-uHHLKRKFDv .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHLKRKFDv .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHLKRKFDv .iteration-section-subtitle,
.b640G-uHHLKRKFDv .iteration-section-btn {
  color: #000000;
}
.b640G-uHLmzt9wk7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f7ff;
}
.b640G-uHLmzt9wk7 .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHLmzt9wk7 .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHLmzt9wk7 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .b640G-uHLmzt9wk7 .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.b640G-uHLmzt9wk7 .card {
  justify-content: center;
}
.b640G-uHLmzt9wk7 .title-wrapper .iteration-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .b640G-uHLmzt9wk7 .title-wrapper .iteration-section-title {
    margin-bottom: 32px;
  }
}
.b640G-uHLmzt9wk7 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.b640G-uHLmzt9wk7 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #000000;
}
.b640G-uHLmzt9wk7 .list-wrapper .list .item-wrap:hover,
.b640G-uHLmzt9wk7 .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.b640G-uHLmzt9wk7 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.b640G-uHLmzt9wk7 .iteration-section-title {
  color: #000000;
}
.b640G-uHLmzt9wk7 .list {
  color: #000000;
}
.b640G-uHHM47OLUy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #c5d4fe;
}
.b640G-uHHM47OLUy .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHM47OLUy .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHM47OLUy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .container-fluid {
    padding: 0 16px;
  }
}
.b640G-uHHM47OLUy .container-fluid .row {
  padding: 0;
}
.b640G-uHHM47OLUy .title-wrapper .iteration-section-title {
  margin-bottom: 32px;
}
.b640G-uHHM47OLUy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.b640G-uHHM47OLUy .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.b640G-uHHM47OLUy .list .item-wrap:hover {
  opacity: .5;
}
.b640G-uHHM47OLUy .iteration-section-btn {
  width: 100%;
}
.b640G-uHHM47OLUy .iteration-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.b640G-uHHM47OLUy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .copyright {
    padding: 32px 0;
  }
}
.b640G-uHHM47OLUy .iteration-section-title {
  color: #000000;
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  background-color: #c5d4fe !important;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c5d4fe !important;
  background: #c5d4fe;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.b640G-uHHKhvSAbm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .b640G-uHHKhvSAbm .menu_box .navbar.opened,
  .b640G-uHHKhvSAbm .menu_box .navbar-collapse {
    background-color: #c5d4fe !important;
    transition: all 0s ease 0s;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  position: relative !important;
}
.b640G-uHHKhvSAbm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main {
    margin-top: 1rem;
  }
}
.b640G-uHHKhvSAbm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .b640G-uHHKhvSAbm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .b640G-uHHKhvSAbm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-text,
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-section-subtitle {
    margin-bottom: 32px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .b640G-uHHKhvSAbm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .b640G-uHHKhvSAbm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .b640G-uHHKhvSAbm .lg_brand {
    margin: 0 1rem;
  }
}
.b640G-uHHKhvSAbm .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-item:hover,
  .b640G-uHHKhvSAbm .nav-item:focus {
    background-color: #ffffff;
    border-color: #ede7e2;
  }
}
.b640G-uHHKhvSAbm .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.b640G-uHHKhvSAbm .nav-item .nav-link:hover,
.b640G-uHHKhvSAbm .nav-item .nav-link:focus {
  opacity: 1;
  color: #131313 !important;
}
.b640G-uHHKhvSAbm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .b640G-uHHKhvSAbm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box {
    display: none;
  }
}
.b640G-uHHKhvSAbm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .container {
  display: flex;
  margin: auto;
}
.b640G-uHHKhvSAbm .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:hover {
  opacity: .5;
}
.b640G-uHHKhvSAbm .navbar-caption {
  color: #222222;
}
.b640G-uHHKhvSAbm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .navbar-nav {
    margin: 0;
  }
}
.b640G-uHHKhvSAbm .dropdown-menu,
.b640G-uHHKhvSAbm .navbar.opened {
  background-color: false !important;
}
.b640G-uHHKhvSAbm .nav-item:focus,
.b640G-uHHKhvSAbm .nav-link:focus {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.b640G-uHHKhvSAbm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.b640G-uHHKhvSAbm .navbar.opened {
  transition: all 0.3s;
}
.b640G-uHHKhvSAbm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.b640G-uHHKhvSAbm .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 8px;
}
.b640G-uHHKhvSAbm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar.collapsed {
  justify-content: center;
}
.b640G-uHHKhvSAbm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.b640G-uHHKhvSAbm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.b640G-uHHKhvSAbm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .navbar .nav-item {
    padding: .5rem 0;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .b640G-uHHKhvSAbm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .b640G-uHHKhvSAbm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .b640G-uHHKhvSAbm .navbar .icons-menu {
    padding: 0;
  }
}
.b640G-uHHKhvSAbm .navbar.navbar-short {
  min-height: 60px;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-logo a {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown-item.active,
.b640G-uHHKhvSAbm .dropdown-item:active {
  background-color: transparent;
}
.b640G-uHHKhvSAbm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.b640G-uHHKhvSAbm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.b640G-uHHKhvSAbm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.b640G-uHHKhvSAbm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c5d4fe;
  background: #ffffff;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.b640G-uHHKhvSAbm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .b640G-uHHKhvSAbm .navbar {
    height: 70px;
  }
  .b640G-uHHKhvSAbm .navbar.opened {
    height: auto;
  }
  .b640G-uHHKhvSAbm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .b640G-uHHKhvSAbm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.b640G-uHHKhvSAbm .iteration-section-btn-main {
  padding-top: 5px;
}
.b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.b640G-uHHKhvSAbm .navbar-caption:hover {
  color: #131313;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-dropdown {
    margin: 0 auto;
  }
}
.b640G-uHHKhvSAbm .text_widget {
  margin-bottom: 24px;
}
.b640G-uHHKhvSAbm .text_widget a {
  transition: all 0.3s ease-out;
}
.b640G-uHHKhvSAbm .text_widget a:hover {
  color: #ede7e2 !important;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-text {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle,
.b640G-uHHKhvSAbm .text_widget,
.b640G-uHHKhvSAbm .iteration-section-btn {
  text-align: center;
}
.b640G-uHHKhvSAbm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.b640G-uHHNnIuzfq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f9f7ff;
}
.b640G-uHHNnIuzfq .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHNnIuzfq .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHNnIuzfq .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .b640G-uHHNnIuzfq .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .b640G-uHHNnIuzfq .container {
    padding: 0 20px;
  }
}
.b640G-uHHNnIuzfq .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .b640G-uHHNnIuzfq .content-wrapper {
    padding: 0 20px;
  }
}
.b640G-uHHNnIuzfq .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.b640G-uHHNnIuzfq .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  border-radius: 20px !important;
  background-color: #757575;
  opacity: 0.6;
}
.b640G-uHHNnIuzfq .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  margin: 280px 0 200px;
}
@media (max-width: 992px) {
  .b640G-uHHNnIuzfq .content-wrapper .content-wrap {
    margin: 150px 0;
  }
}
@media (max-width: 768px) {
  .b640G-uHHNnIuzfq .content-wrapper .content-wrap {
    margin: 46px 0;
  }
}
.b640G-uHHNnIuzfq .content-wrapper .content-wrap .iteration-section-title {
  margin-bottom: 16px;
}
.b640G-uHHNnIuzfq .content-wrapper .content-wrap .text-wrap .iteration-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .b640G-uHHNnIuzfq .content-wrapper .content-wrap .text-wrap .iteration-text {
    width: 100%;
  }
}
.b640G-uHHNnIuzfq .content-wrapper .iteration-section-btn {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .b640G-uHHNnIuzfq .content-wrapper .iteration-section-btn {
    margin-bottom: 46px;
  }
}
.b640G-uHHNnIuzfq .iteration-section-title {
  color: #ffffff;
}
.b640G-uHHNnIuzfq .iteration-text,
.b640G-uHHNnIuzfq .text-wrap {
  color: #ffffff;
  text-align: center;
}
.b640G-uHHNnIuzfq .iteration-section-title,
.b640G-uHHNnIuzfq .iteration-section-btn {
  text-align: center;
  color: #ffffff;
}
.b640G-uHHNq1yaML {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #c5d4fe;
}
.b640G-uHHNq1yaML .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHNq1yaML .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHNq1yaML img {
  border-radius: 2rem;
}
.b640G-uHHNq1yaML .iteration-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.b640G-uHHNq1yaML .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #131313;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.b640G-uHHNq1yaML .subtitle-wrap .iteration-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #ede7e2;
  font-size: 1.5rem;
}
.b640G-uHHNq1yaML .iteration-section-title {
  color: #000000;
  text-align: center;
}
.b640G-uHHNq1yaML .iteration-text,
.b640G-uHHNq1yaML .iteration-section-btn {
  color: #000000;
}
.b640G-uHHNq1yaML .iteration-section-subtitle,
.b640G-uHHNq1yaML .align-wrapper {
  color: #04492e;
}
.b640G-uHHNqAE6kn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f9f7ff;
  position: relative;
}
.b640G-uHHNqAE6kn .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHNqAE6kn .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHNqAE6kn .container,
.b640G-uHHNqAE6kn .container-fluid {
  position: static;
}
.b640G-uHHNqAE6kn .iteration-section-title {
  margin-bottom: 25px;
  color: #131313;
}
@media (max-width: 1199px) {
  .b640G-uHHNqAE6kn .iteration-section-title {
    margin-bottom: 5px;
  }
}
.b640G-uHHNqAE6kn .iteration-section-subtitle {
  color: #000000;
  text-align: center;
}
.b640G-uHHNqAE6kn .iteration-text {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 767px) {
  .b640G-uHHNqAE6kn .iteration-text {
    margin-top: 18px;
  }
}
.b640G-uHHNqAE6kn .iteration-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .b640G-uHHNqAE6kn .iteration-section-btn {
    margin-top: 15px;
  }
}
.b640G-uHHNqAE6kn .item-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  right: auto;
  left: 0;
}
.b640G-uHHNqAE6kn .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .b640G-uHHNqAE6kn .item-img {
    display: none;
  }
}
.b640G-uHHNqAE6kn .iteration-text,
.b640G-uHHNqAE6kn .iteration-section-btn {
  color: #000000;
}
.b640G-uHHNRJDwaH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c5d4fe;
}
.b640G-uHHNRJDwaH .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHNRJDwaH .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHNRJDwaH img {
  border-radius: 3rem;
}
.b640G-uHHNRJDwaH .row {
  flex-direction: row-reverse;
}
.b640G-uHHNRJDwaH .row {
  align-items: center;
}
.b640G-uHHNRJDwaH .iteration-section-title {
  color: #000000;
  text-align: center;
}
.b640G-uHHNRJDwaH .iteration-text,
.b640G-uHHNRJDwaH .iteration-section-btn {
  color: #000000;
}
.b640G-uHHNO8Ofgq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f9f7ff;
}
.b640G-uHHNO8Ofgq .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHNO8Ofgq .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .b640G-uHHNO8Ofgq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .b640G-uHHNO8Ofgq .container {
    padding: 0 12px;
  }
}
.b640G-uHHNO8Ofgq .title-wrapper .iteration-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .b640G-uHHNO8Ofgq .title-wrapper .iteration-section-title {
    margin-bottom: 40px;
  }
}
.b640G-uHHNO8Ofgq .title-wrapper .iteration-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .b640G-uHHNO8Ofgq .title-wrapper .iteration-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.b640G-uHHNO8Ofgq .title-wrapper .iteration-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .b640G-uHHNO8Ofgq .title-wrapper .iteration-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .b640G-uHHNO8Ofgq .title-wrapper .iteration-section-btn {
    margin-bottom: 40px;
  }
}
.b640G-uHHNO8Ofgq .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.b640G-uHHNO8Ofgq .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.b640G-uHHNO8Ofgq .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.b640G-uHHNO8Ofgq .title-wrapper .tags-wrapper .tags-wrap .tag-item .iteration-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #222222;
}
.b640G-uHHNO8Ofgq .title-wrapper .tags-wrapper .tags-wrap .tag-item .iteration-tag {
  margin-bottom: 0;
}
.b640G-uHHNO8Ofgq .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.b640G-uHHNO8Ofgq .image-wrapper img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #222222;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .b640G-uHHNO8Ofgq .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .b640G-uHHNO8Ofgq .image-wrapper img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .b640G-uHHNO8Ofgq .image-wrapper img {
    width: 280px;
    height: 280px;
  }
}
.b640G-uHHNO8Ofgq .iteration-section-title {
  color: #222222;
}
.b640G-uHHNO8Ofgq .iteration-text {
  color: #000000;
}
.b640G-uHHNO8Ofgq .iteration-tag {
  color: #222222;
}
.b640G-uHHNO8Ofgq .iteration-section-title,
.b640G-uHHNO8Ofgq .iteration-section-btn {
  color: #000000;
  text-align: center;
}
.b640G-uHHM47OLUy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #c5d4fe;
}
.b640G-uHHM47OLUy .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHM47OLUy .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHM47OLUy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .container-fluid {
    padding: 0 16px;
  }
}
.b640G-uHHM47OLUy .container-fluid .row {
  padding: 0;
}
.b640G-uHHM47OLUy .title-wrapper .iteration-section-title {
  margin-bottom: 32px;
}
.b640G-uHHM47OLUy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.b640G-uHHM47OLUy .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.b640G-uHHM47OLUy .list .item-wrap:hover {
  opacity: .5;
}
.b640G-uHHM47OLUy .iteration-section-btn {
  width: 100%;
}
.b640G-uHHM47OLUy .iteration-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.b640G-uHHM47OLUy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .copyright {
    padding: 32px 0;
  }
}
.b640G-uHHM47OLUy .iteration-section-title {
  color: #000000;
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  background-color: #c5d4fe !important;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c5d4fe !important;
  background: #c5d4fe;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.b640G-uHHKhvSAbm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .b640G-uHHKhvSAbm .menu_box .navbar.opened,
  .b640G-uHHKhvSAbm .menu_box .navbar-collapse {
    background-color: #c5d4fe !important;
    transition: all 0s ease 0s;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  position: relative !important;
}
.b640G-uHHKhvSAbm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main {
    margin-top: 1rem;
  }
}
.b640G-uHHKhvSAbm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .b640G-uHHKhvSAbm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .b640G-uHHKhvSAbm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-text,
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-section-subtitle {
    margin-bottom: 32px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .b640G-uHHKhvSAbm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .b640G-uHHKhvSAbm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .b640G-uHHKhvSAbm .lg_brand {
    margin: 0 1rem;
  }
}
.b640G-uHHKhvSAbm .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-item:hover,
  .b640G-uHHKhvSAbm .nav-item:focus {
    background-color: #ffffff;
    border-color: #ede7e2;
  }
}
.b640G-uHHKhvSAbm .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.b640G-uHHKhvSAbm .nav-item .nav-link:hover,
.b640G-uHHKhvSAbm .nav-item .nav-link:focus {
  opacity: 1;
  color: #131313 !important;
}
.b640G-uHHKhvSAbm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .b640G-uHHKhvSAbm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box {
    display: none;
  }
}
.b640G-uHHKhvSAbm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .container {
  display: flex;
  margin: auto;
}
.b640G-uHHKhvSAbm .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:hover {
  opacity: .5;
}
.b640G-uHHKhvSAbm .navbar-caption {
  color: #222222;
}
.b640G-uHHKhvSAbm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .navbar-nav {
    margin: 0;
  }
}
.b640G-uHHKhvSAbm .dropdown-menu,
.b640G-uHHKhvSAbm .navbar.opened {
  background-color: false !important;
}
.b640G-uHHKhvSAbm .nav-item:focus,
.b640G-uHHKhvSAbm .nav-link:focus {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.b640G-uHHKhvSAbm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.b640G-uHHKhvSAbm .navbar.opened {
  transition: all 0.3s;
}
.b640G-uHHKhvSAbm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.b640G-uHHKhvSAbm .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 8px;
}
.b640G-uHHKhvSAbm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar.collapsed {
  justify-content: center;
}
.b640G-uHHKhvSAbm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.b640G-uHHKhvSAbm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.b640G-uHHKhvSAbm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .navbar .nav-item {
    padding: .5rem 0;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .b640G-uHHKhvSAbm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .b640G-uHHKhvSAbm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .b640G-uHHKhvSAbm .navbar .icons-menu {
    padding: 0;
  }
}
.b640G-uHHKhvSAbm .navbar.navbar-short {
  min-height: 60px;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-logo a {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown-item.active,
.b640G-uHHKhvSAbm .dropdown-item:active {
  background-color: transparent;
}
.b640G-uHHKhvSAbm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.b640G-uHHKhvSAbm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.b640G-uHHKhvSAbm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.b640G-uHHKhvSAbm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c5d4fe;
  background: #ffffff;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.b640G-uHHKhvSAbm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .b640G-uHHKhvSAbm .navbar {
    height: 70px;
  }
  .b640G-uHHKhvSAbm .navbar.opened {
    height: auto;
  }
  .b640G-uHHKhvSAbm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .b640G-uHHKhvSAbm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.b640G-uHHKhvSAbm .iteration-section-btn-main {
  padding-top: 5px;
}
.b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.b640G-uHHKhvSAbm .navbar-caption:hover {
  color: #131313;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-dropdown {
    margin: 0 auto;
  }
}
.b640G-uHHKhvSAbm .text_widget {
  margin-bottom: 24px;
}
.b640G-uHHKhvSAbm .text_widget a {
  transition: all 0.3s ease-out;
}
.b640G-uHHKhvSAbm .text_widget a:hover {
  color: #ede7e2 !important;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-text {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle,
.b640G-uHHKhvSAbm .text_widget,
.b640G-uHHKhvSAbm .iteration-section-btn {
  text-align: center;
}
.b640G-uHHKhvSAbm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.b640G-uHIdD0zCnY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #ffffff;
  background-image: url("../../../assets/images/certas2.jpg-848x1264.jpg");
}
.b640G-uHIdD0zCnY .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHIdD0zCnY .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHIdD0zCnY .card {
  justify-content: center;
}
.b640G-uHIdD0zCnY .content-wrapper {
  padding: 108px;
  background-color: #c5d4fe;
  margin-right: 64px;
  border-right: 2px solid #ffffff;
}
@media (max-width: 1440px) {
  .b640G-uHIdD0zCnY .content-wrapper {
    padding: 80px 64px;
  }
}
@media (max-width: 992px) {
  .b640G-uHIdD0zCnY .content-wrapper {
    padding: 80px 20px;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .b640G-uHIdD0zCnY .content-wrapper {
    border-right: none;
  }
}
.b640G-uHIdD0zCnY .content-wrapper .iteration-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .b640G-uHIdD0zCnY .content-wrapper .iteration-section-title {
    margin-bottom: 32px;
  }
}
.b640G-uHIdD0zCnY .content-wrapper .text-wrapper .iteration-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .b640G-uHIdD0zCnY .content-wrapper .text-wrapper .iteration-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.b640G-uHIdD0zCnY .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px 64px;
  margin-bottom: 64px;
}
@media (max-width: 1440px) {
  .b640G-uHIdD0zCnY .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}
@media (max-width: 992px) {
  .b640G-uHIdD0zCnY .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}
.b640G-uHIdD0zCnY .content-wrapper .items-wrapper .item .item-wrapper .card-box .dot-wrapper {
  margin-bottom: 16px;
}
.b640G-uHIdD0zCnY .content-wrapper .items-wrapper .item .item-wrapper .card-box .dot-wrapper .dot-wrap {
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  box-shadow: -3px 3px 0 #ffffff;
}
.b640G-uHIdD0zCnY .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.b640G-uHIdD0zCnY .image-wrapper {
  height: 100%;
}
@media (max-width: 992px) {
  .b640G-uHIdD0zCnY .image-wrapper {
    margin-left: 0;
    margin-bottom: 80px;
  }
}
.b640G-uHIdD0zCnY .iteration-section-title {
  color: #ffffff;
}
.b640G-uHIdD0zCnY .iteration-text {
  color: #ffffff;
}
.b640G-uHIdD0zCnY .item-text {
  color: #ffffff;
}
.b640G-uHIdD0zCnY .iteration-section-title,
.b640G-uHIdD0zCnY .iteration-section-btn {
  color: #000000;
  text-align: center;
}
.b640G-uHIdD0zCnY .iteration-text,
.b640G-uHIdD0zCnY .text-wrapper {
  color: #000000;
  text-align: center;
}
.b640G-uHIdJXIPYw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.b640G-uHIdJXIPYw .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHIdJXIPYw .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .b640G-uHIdJXIPYw .container {
    padding: 0 22px;
  }
}
.b640G-uHIdJXIPYw .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.b640G-uHIdJXIPYw .row .card {
  padding: 0 6px;
  justify-content: center;
}
.b640G-uHIdJXIPYw .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .b640G-uHIdJXIPYw .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.b640G-uHIdJXIPYw .row .title-wrapper .iteration-section-title {
  margin-bottom: 0;
}
.b640G-uHIdJXIPYw .image-wrapper {
  margin-bottom: 12px;
}
.b640G-uHIdJXIPYw .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .b640G-uHIdJXIPYw .image-wrapper img {
    height: 350px;
  }
}
.b640G-uHIdJXIPYw .image-wrap {
  margin-bottom: 12px;
}
.b640G-uHIdJXIPYw .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .b640G-uHIdJXIPYw .image-wrap img {
    height: 350px;
  }
}
.b640G-uHIdJXIPYw .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .b640G-uHIdJXIPYw .content-wrapper {
    padding: 32px 0;
  }
}
.b640G-uHIdJXIPYw .content-wrapper .iteration-desc {
  margin-bottom: 32px;
}
.b640G-uHIdJXIPYw .content-wrapper .iteration-text {
  margin-bottom: 22px;
}
.b640G-uHIdJXIPYw .iteration-section-title {
  color: #000000;
  text-align: center;
}
.b640G-uHIdJXIPYw .iteration-desc {
  color: #000000;
}
.b640G-uHIdJXIPYw .iteration-text {
  color: #000000;
}
.b640G-uHIdHOzsRg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.b640G-uHIdHOzsRg .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #c5d4fe;
  pointer-events: none;
}
@media (max-width: 992px) {
  .b640G-uHIdHOzsRg .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.b640G-uHIdHOzsRg .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHIdHOzsRg .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHIdHOzsRg .row {
  position: relative;
  z-index: 1;
}
.b640G-uHIdHOzsRg .title-wrapper .iteration-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .b640G-uHIdHOzsRg .title-wrapper .iteration-section-title {
    margin-bottom: 46px;
  }
}
.b640G-uHIdHOzsRg .image-wrapper {
  margin-right: 18px;
  margin-right: 0;
  margin-left: 18px;
}
@media (max-width: 992px) {
  .b640G-uHIdHOzsRg .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .b640G-uHIdHOzsRg .image-wrapper {
    margin-left: 0;
  }
}
.b640G-uHIdHOzsRg .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .b640G-uHIdHOzsRg .image-wrapper img {
    height: 350px;
  }
}
.b640G-uHIdHOzsRg .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .b640G-uHIdHOzsRg .content-wrapper {
    padding-top: 22px;
  }
}
.b640G-uHIdHOzsRg .content-wrapper .text-wrapper .iteration-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .b640G-uHIdHOzsRg .content-wrapper .text-wrapper .iteration-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.b640G-uHIdHOzsRg .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .b640G-uHIdHOzsRg .content-wrapper .desc-wrapper {
    display: block;
  }
}
.b640G-uHIdHOzsRg .content-wrapper .desc-wrapper .iteration-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .b640G-uHIdHOzsRg .content-wrapper .desc-wrapper .iteration-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.b640G-uHIdHOzsRg .content-wrapper .desc-wrapper .iteration-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .b640G-uHIdHOzsRg .content-wrapper .desc-wrapper .iteration-section-btn {
    width: 100%;
  }
}
.b640G-uHIdHOzsRg .content-wrapper .desc-wrapper .iteration-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .b640G-uHIdHOzsRg .content-wrapper .desc-wrapper .iteration-section-btn .btn {
    padding: 20px 32px;
  }
}
.b640G-uHIdHOzsRg .iteration-section-title {
  color: #000000;
  text-align: center;
}
.b640G-uHIdHOzsRg .iteration-text {
  color: #51565c;
}
.b640G-uHIdHOzsRg .iteration-desc {
  color: #51565c;
}
.b640G-uHIdHOzsRg .iteration-text,
.b640G-uHIdHOzsRg .text-wrapper {
  color: #000000;
  text-align: center;
}
.b640G-uHIdRK0Onz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #c5d4fe;
}
.b640G-uHIdRK0Onz .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHIdRK0Onz .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHIdRK0Onz .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .b640G-uHIdRK0Onz .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .b640G-uHIdRK0Onz .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .b640G-uHIdRK0Onz .container {
    padding: 0 20px;
  }
}
.b640G-uHIdRK0Onz .row {
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .b640G-uHIdRK0Onz .content-wrapper {
    margin-bottom: 40px;
  }
}
.b640G-uHIdRK0Onz .content-wrapper .iteration-section-title {
  margin-bottom: 56px;
}
@media (max-width: 1440px) {
  .b640G-uHIdRK0Onz .content-wrapper .iteration-section-title {
    margin-bottom: 40px;
  }
}
.b640G-uHIdRK0Onz .content-wrapper .iteration-desc {
  margin: 56px 0 0 0;
}
@media (max-width: 1440px) {
  .b640G-uHIdRK0Onz .content-wrapper .iteration-desc {
    margin: 40px 0 0 0;
  }
}
.b640G-uHIdRK0Onz .image-wrapper img {
  height: 400px;
  border-radius: .75rem !important;
  object-fit: cover;
}
.b640G-uHIdRK0Onz .iteration-section-title {
  color: #000000;
}
.b640G-uHIdRK0Onz .iteration-desc {
  color: #000000;
}
.b640G-uHIdRK0Onz .iteration-section-title,
.b640G-uHIdRK0Onz .iteration-section-btn {
  color: #000000;
  text-align: center;
}
.b640G-uHIdTIhgzO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f7ff;
}
.b640G-uHIdTIhgzO .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHIdTIhgzO .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHIdTIhgzO .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .b640G-uHIdTIhgzO .content-wrapper {
    padding: 30px 20px;
  }
}
.b640G-uHIdTIhgzO .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b640G-uHIdTIhgzO .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b640G-uHIdTIhgzO .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #f9f7ff 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.b640G-uHIdTIhgzO .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .b640G-uHIdTIhgzO .content-wrapper .content-wrap {
    width: 100%;
  }
}
.b640G-uHIdTIhgzO .content-wrapper .content-wrap .desc-wrapper .iteration-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.b640G-uHIdTIhgzO .content-wrapper .content-wrap .iteration-section-title {
  margin-bottom: 32px;
}
.b640G-uHIdTIhgzO .content-wrapper .content-wrap .iteration-text {
  margin-bottom: 0;
}
.b640G-uHIdTIhgzO .content-wrapper .content-wrap .iteration-section-btn {
  margin-top: 64px;
}
.b640G-uHIdTIhgzO .content-wrapper .content-wrap .iteration-section-btn .btn {
  margin-bottom: 0;
}
.b640G-uHIdTIhgzO .iteration-section-title {
  color: #404349;
}
.b640G-uHIdTIhgzO .iteration-text {
  color: #000000;
}
.b640G-uHIdTIhgzO .iteration-desc {
  color: #b19a7c;
}
.b640G-uHIdTIhgzO .iteration-section-title,
.b640G-uHIdTIhgzO .iteration-section-btn {
  color: #000000;
  text-align: center;
}
.b640G-uHHM47OLUy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #c5d4fe;
}
.b640G-uHHM47OLUy .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHM47OLUy .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHM47OLUy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .container-fluid {
    padding: 0 16px;
  }
}
.b640G-uHHM47OLUy .container-fluid .row {
  padding: 0;
}
.b640G-uHHM47OLUy .title-wrapper .iteration-section-title {
  margin-bottom: 32px;
}
.b640G-uHHM47OLUy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.b640G-uHHM47OLUy .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.b640G-uHHM47OLUy .list .item-wrap:hover {
  opacity: .5;
}
.b640G-uHHM47OLUy .iteration-section-btn {
  width: 100%;
}
.b640G-uHHM47OLUy .iteration-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.b640G-uHHM47OLUy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .copyright {
    padding: 32px 0;
  }
}
.b640G-uHHM47OLUy .iteration-section-title {
  color: #000000;
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  background-color: #c5d4fe !important;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c5d4fe !important;
  background: #c5d4fe;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.b640G-uHHKhvSAbm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .b640G-uHHKhvSAbm .menu_box .navbar.opened,
  .b640G-uHHKhvSAbm .menu_box .navbar-collapse {
    background-color: #c5d4fe !important;
    transition: all 0s ease 0s;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  position: relative !important;
}
.b640G-uHHKhvSAbm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main {
    margin-top: 1rem;
  }
}
.b640G-uHHKhvSAbm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .b640G-uHHKhvSAbm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .b640G-uHHKhvSAbm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-text,
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-section-subtitle {
    margin-bottom: 32px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .b640G-uHHKhvSAbm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .b640G-uHHKhvSAbm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .b640G-uHHKhvSAbm .lg_brand {
    margin: 0 1rem;
  }
}
.b640G-uHHKhvSAbm .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-item:hover,
  .b640G-uHHKhvSAbm .nav-item:focus {
    background-color: #ffffff;
    border-color: #ede7e2;
  }
}
.b640G-uHHKhvSAbm .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.b640G-uHHKhvSAbm .nav-item .nav-link:hover,
.b640G-uHHKhvSAbm .nav-item .nav-link:focus {
  opacity: 1;
  color: #131313 !important;
}
.b640G-uHHKhvSAbm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .b640G-uHHKhvSAbm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box {
    display: none;
  }
}
.b640G-uHHKhvSAbm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .container {
  display: flex;
  margin: auto;
}
.b640G-uHHKhvSAbm .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:hover {
  opacity: .5;
}
.b640G-uHHKhvSAbm .navbar-caption {
  color: #222222;
}
.b640G-uHHKhvSAbm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .navbar-nav {
    margin: 0;
  }
}
.b640G-uHHKhvSAbm .dropdown-menu,
.b640G-uHHKhvSAbm .navbar.opened {
  background-color: false !important;
}
.b640G-uHHKhvSAbm .nav-item:focus,
.b640G-uHHKhvSAbm .nav-link:focus {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.b640G-uHHKhvSAbm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.b640G-uHHKhvSAbm .navbar.opened {
  transition: all 0.3s;
}
.b640G-uHHKhvSAbm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.b640G-uHHKhvSAbm .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 8px;
}
.b640G-uHHKhvSAbm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar.collapsed {
  justify-content: center;
}
.b640G-uHHKhvSAbm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.b640G-uHHKhvSAbm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.b640G-uHHKhvSAbm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .navbar .nav-item {
    padding: .5rem 0;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .b640G-uHHKhvSAbm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .b640G-uHHKhvSAbm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .b640G-uHHKhvSAbm .navbar .icons-menu {
    padding: 0;
  }
}
.b640G-uHHKhvSAbm .navbar.navbar-short {
  min-height: 60px;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-logo a {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown-item.active,
.b640G-uHHKhvSAbm .dropdown-item:active {
  background-color: transparent;
}
.b640G-uHHKhvSAbm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.b640G-uHHKhvSAbm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.b640G-uHHKhvSAbm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.b640G-uHHKhvSAbm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c5d4fe;
  background: #ffffff;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.b640G-uHHKhvSAbm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .b640G-uHHKhvSAbm .navbar {
    height: 70px;
  }
  .b640G-uHHKhvSAbm .navbar.opened {
    height: auto;
  }
  .b640G-uHHKhvSAbm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .b640G-uHHKhvSAbm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.b640G-uHHKhvSAbm .iteration-section-btn-main {
  padding-top: 5px;
}
.b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.b640G-uHHKhvSAbm .navbar-caption:hover {
  color: #131313;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-dropdown {
    margin: 0 auto;
  }
}
.b640G-uHHKhvSAbm .text_widget {
  margin-bottom: 24px;
}
.b640G-uHHKhvSAbm .text_widget a {
  transition: all 0.3s ease-out;
}
.b640G-uHHKhvSAbm .text_widget a:hover {
  color: #ede7e2 !important;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-text {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle,
.b640G-uHHKhvSAbm .text_widget,
.b640G-uHHKhvSAbm .iteration-section-btn {
  text-align: center;
}
.b640G-uHHKhvSAbm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.b640G-uHIg90G2ey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9f7ff;
}
.b640G-uHIg90G2ey .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHIg90G2ey .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .b640G-uHIg90G2ey .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .b640G-uHIg90G2ey .container {
    padding: 0 12px;
  }
}
.b640G-uHIg90G2ey .content-wrapper {
  display: flex;
  border-radius: 32px;
  padding: 1.5rem;
}
@media (max-width: 768px) {
  .b640G-uHIg90G2ey .content-wrapper {
    display: block;
    padding: 0.5rem;
  }
}
.b640G-uHIg90G2ey .content-wrapper .title-wrapper {
  width: 50%;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .b640G-uHIg90G2ey .content-wrapper .title-wrapper {
    width: 100%;
    padding: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  .b640G-uHIg90G2ey .content-wrapper .title-wrapper {
    padding: 0px;
  }
}
.b640G-uHIg90G2ey .content-wrapper .title-wrapper .iteration-section-title {
  margin-bottom: 1.5rem;
}
.b640G-uHIg90G2ey .content-wrapper .title-wrapper .iteration-social-likns .iteration-iconfont {
  border-radius: 50px;
  border: 1px solid #fdfde1;
  color: #fdfde1;
  transition: all 300ms ease;
}
.b640G-uHIg90G2ey .content-wrapper .title-wrapper .iteration-social-likns .iteration-iconfont:hover {
  color: #bff747;
  border-color: #bff747;
}
.b640G-uHIg90G2ey .content-wrapper .title-wrapper .iteration-text {
  margin-bottom: 0;
}
.b640G-uHIg90G2ey .content-wrapper .iteration-form {
  width: 40%;
}
@media (max-width: 992px) {
  .b640G-uHIg90G2ey .content-wrapper .iteration-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .b640G-uHIg90G2ey .content-wrapper .iteration-form {
    width: 100%;
  }
}
.b640G-uHIg90G2ey .content-wrapper .iteration-form .form-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .b640G-uHIg90G2ey .content-wrapper .iteration-form .form-wrap {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .b640G-uHIg90G2ey .content-wrapper .iteration-form .form-wrap {
    padding: 0px;
  }
}
.b640G-uHIg90G2ey .content-wrapper .iteration-form .form-wrap .dragArea.row .iteration-section-title {
  margin-bottom: 20px !important;
}
.b640G-uHIg90G2ey .content-wrapper .iteration-form .form-wrap .dragArea.row .iteration-text {
  margin-bottom: 20px !important;
}
.b640G-uHIg90G2ey .content-wrapper .iteration-form .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.b640G-uHIg90G2ey .content-wrapper .iteration-form .form-wrap .dragArea.row .form-group .form-control {
  color: #000000;
  padding: 1.3rem 1.5rem;
  font-weight: 700;
  box-shadow: none;
  border-radius: 3rem !important;
  border: 1px solid #000000 !important;
  background-color: #c5d4fe;
  transition: all 300ms ease;
}
.b640G-uHIg90G2ey .content-wrapper .iteration-form .form-wrap .dragArea.row .form-group .form-control:hover,
.b640G-uHIg90G2ey .content-wrapper .iteration-form .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.b640G-uHIg90G2ey .content-wrapper .iteration-form .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.b640G-uHIg90G2ey .content-wrapper .iteration-form .form-wrap .dragArea.row .form-group textarea.form-control {
  min-height: 150px;
  border-radius: 1.3rem !important;
}
.b640G-uHIg90G2ey .content-wrapper .iteration-form .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.b640G-uHIg90G2ey .content-wrapper .iteration-form .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.b640G-uHIg90G2ey .content-wrapper .iteration-form .form-wrap .dragArea.row .iteration-section-btn {
  margin-top: 6px;
}
.b640G-uHIg90G2ey .content-wrapper .iteration-form .form-wrap .dragArea.row .iteration-section-btn .btn {
  width: 100%;
  padding: 1.25rem 1.5rem;
}
.b640G-uHIg90G2ey .iteration-form .form-conrol {
  color: #000000;
}
.b640G-uHIg90G2ey .iteration-section-title {
  color: #ffffff;
}
.b640G-uHIg90G2ey .iteration-text {
  color: #000000;
}
.b640G-uHIg90G2ey label {
  color: #ffffff;
}
.b640G-uHIg90G2ey .iteration-section-title,
.b640G-uHIg90G2ey .iteration-section-btn {
  color: #000000;
  text-align: center;
}
.b640G-uHIg90G2ey .card-contacts {
  color: #000000;
}
.b640G-uHHM47OLUy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #c5d4fe;
}
.b640G-uHHM47OLUy .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHM47OLUy .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHM47OLUy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .container-fluid {
    padding: 0 16px;
  }
}
.b640G-uHHM47OLUy .container-fluid .row {
  padding: 0;
}
.b640G-uHHM47OLUy .title-wrapper .iteration-section-title {
  margin-bottom: 32px;
}
.b640G-uHHM47OLUy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.b640G-uHHM47OLUy .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.b640G-uHHM47OLUy .list .item-wrap:hover {
  opacity: .5;
}
.b640G-uHHM47OLUy .iteration-section-btn {
  width: 100%;
}
.b640G-uHHM47OLUy .iteration-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.b640G-uHHM47OLUy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .copyright {
    padding: 32px 0;
  }
}
.b640G-uHHM47OLUy .iteration-section-title {
  color: #000000;
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  background-color: #c5d4fe !important;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c5d4fe !important;
  background: #c5d4fe;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.b640G-uHHKhvSAbm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .b640G-uHHKhvSAbm .menu_box .navbar.opened,
  .b640G-uHHKhvSAbm .menu_box .navbar-collapse {
    background-color: #c5d4fe !important;
    transition: all 0s ease 0s;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  position: relative !important;
}
.b640G-uHHKhvSAbm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main {
    margin-top: 1rem;
  }
}
.b640G-uHHKhvSAbm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .b640G-uHHKhvSAbm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .b640G-uHHKhvSAbm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-text,
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-section-subtitle {
    margin-bottom: 32px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .b640G-uHHKhvSAbm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .b640G-uHHKhvSAbm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .b640G-uHHKhvSAbm .lg_brand {
    margin: 0 1rem;
  }
}
.b640G-uHHKhvSAbm .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-item:hover,
  .b640G-uHHKhvSAbm .nav-item:focus {
    background-color: #ffffff;
    border-color: #ede7e2;
  }
}
.b640G-uHHKhvSAbm .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.b640G-uHHKhvSAbm .nav-item .nav-link:hover,
.b640G-uHHKhvSAbm .nav-item .nav-link:focus {
  opacity: 1;
  color: #131313 !important;
}
.b640G-uHHKhvSAbm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .b640G-uHHKhvSAbm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box {
    display: none;
  }
}
.b640G-uHHKhvSAbm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .container {
  display: flex;
  margin: auto;
}
.b640G-uHHKhvSAbm .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:hover {
  opacity: .5;
}
.b640G-uHHKhvSAbm .navbar-caption {
  color: #222222;
}
.b640G-uHHKhvSAbm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .navbar-nav {
    margin: 0;
  }
}
.b640G-uHHKhvSAbm .dropdown-menu,
.b640G-uHHKhvSAbm .navbar.opened {
  background-color: false !important;
}
.b640G-uHHKhvSAbm .nav-item:focus,
.b640G-uHHKhvSAbm .nav-link:focus {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.b640G-uHHKhvSAbm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.b640G-uHHKhvSAbm .navbar.opened {
  transition: all 0.3s;
}
.b640G-uHHKhvSAbm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.b640G-uHHKhvSAbm .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 8px;
}
.b640G-uHHKhvSAbm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar.collapsed {
  justify-content: center;
}
.b640G-uHHKhvSAbm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.b640G-uHHKhvSAbm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.b640G-uHHKhvSAbm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .navbar .nav-item {
    padding: .5rem 0;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .b640G-uHHKhvSAbm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .b640G-uHHKhvSAbm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .b640G-uHHKhvSAbm .navbar .icons-menu {
    padding: 0;
  }
}
.b640G-uHHKhvSAbm .navbar.navbar-short {
  min-height: 60px;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-logo a {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown-item.active,
.b640G-uHHKhvSAbm .dropdown-item:active {
  background-color: transparent;
}
.b640G-uHHKhvSAbm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.b640G-uHHKhvSAbm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.b640G-uHHKhvSAbm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.b640G-uHHKhvSAbm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c5d4fe;
  background: #ffffff;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.b640G-uHHKhvSAbm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .b640G-uHHKhvSAbm .navbar {
    height: 70px;
  }
  .b640G-uHHKhvSAbm .navbar.opened {
    height: auto;
  }
  .b640G-uHHKhvSAbm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .b640G-uHHKhvSAbm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.b640G-uHHKhvSAbm .iteration-section-btn-main {
  padding-top: 5px;
}
.b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.b640G-uHHKhvSAbm .navbar-caption:hover {
  color: #131313;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-dropdown {
    margin: 0 auto;
  }
}
.b640G-uHHKhvSAbm .text_widget {
  margin-bottom: 24px;
}
.b640G-uHHKhvSAbm .text_widget a {
  transition: all 0.3s ease-out;
}
.b640G-uHHKhvSAbm .text_widget a:hover {
  color: #ede7e2 !important;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-text {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle,
.b640G-uHHKhvSAbm .text_widget,
.b640G-uHHKhvSAbm .iteration-section-btn {
  text-align: center;
}
.b640G-uHHKhvSAbm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.b640G-uHIiUZ5U5U {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.b640G-uHIiUZ5U5U .iteration-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .b640G-uHIiUZ5U5U .display-1 {
    font-size: 5rem;
  }
}
.b640G-uHIiUZ5U5U h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .b640G-uHIiUZ5U5U {
    -webkit-align-items: center;
    align-items: center;
  }
  .b640G-uHIiUZ5U5U .display-1 {
    font-size: 2.8rem;
  }
  .b640G-uHIiUZ5U5U .iteration-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b640G-uHIiUZ5U5U .content-wrap {
    width: 100%;
  }
}
.b640G-uHIiUZ5U5U .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHIiUZ5U5U .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .b640G-uHIiUZ5U5U .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .b640G-uHIiUZ5U5U {
    align-items: center;
  }
  .b640G-uHIiUZ5U5U .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .b640G-uHIiUZ5U5U .content-wrap {
    min-width: 50%;
  }
}
.b640G-uHIiUZ5U5U .iteration-section-title {
  text-align: center;
  color: #000000;
}
.b640G-uHIiUZ5U5U .iteration-text,
.b640G-uHIiUZ5U5U .iteration-section-btn {
  text-align: left;
  color: #000000;
}
.b640G-uHHM47OLUy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #c5d4fe;
}
.b640G-uHHM47OLUy .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHM47OLUy .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHM47OLUy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .container-fluid {
    padding: 0 16px;
  }
}
.b640G-uHHM47OLUy .container-fluid .row {
  padding: 0;
}
.b640G-uHHM47OLUy .title-wrapper .iteration-section-title {
  margin-bottom: 32px;
}
.b640G-uHHM47OLUy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.b640G-uHHM47OLUy .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.b640G-uHHM47OLUy .list .item-wrap:hover {
  opacity: .5;
}
.b640G-uHHM47OLUy .iteration-section-btn {
  width: 100%;
}
.b640G-uHHM47OLUy .iteration-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.b640G-uHHM47OLUy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .copyright {
    padding: 32px 0;
  }
}
.b640G-uHHM47OLUy .iteration-section-title {
  color: #000000;
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  background-color: #c5d4fe !important;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c5d4fe !important;
  background: #c5d4fe;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.b640G-uHHKhvSAbm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .b640G-uHHKhvSAbm .menu_box .navbar.opened,
  .b640G-uHHKhvSAbm .menu_box .navbar-collapse {
    background-color: #c5d4fe !important;
    transition: all 0s ease 0s;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  position: relative !important;
}
.b640G-uHHKhvSAbm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main {
    margin-top: 1rem;
  }
}
.b640G-uHHKhvSAbm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .b640G-uHHKhvSAbm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .b640G-uHHKhvSAbm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-text,
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-section-subtitle {
    margin-bottom: 32px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .b640G-uHHKhvSAbm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .b640G-uHHKhvSAbm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .b640G-uHHKhvSAbm .lg_brand {
    margin: 0 1rem;
  }
}
.b640G-uHHKhvSAbm .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-item:hover,
  .b640G-uHHKhvSAbm .nav-item:focus {
    background-color: #ffffff;
    border-color: #ede7e2;
  }
}
.b640G-uHHKhvSAbm .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.b640G-uHHKhvSAbm .nav-item .nav-link:hover,
.b640G-uHHKhvSAbm .nav-item .nav-link:focus {
  opacity: 1;
  color: #131313 !important;
}
.b640G-uHHKhvSAbm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .b640G-uHHKhvSAbm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box {
    display: none;
  }
}
.b640G-uHHKhvSAbm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .container {
  display: flex;
  margin: auto;
}
.b640G-uHHKhvSAbm .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:hover {
  opacity: .5;
}
.b640G-uHHKhvSAbm .navbar-caption {
  color: #222222;
}
.b640G-uHHKhvSAbm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .navbar-nav {
    margin: 0;
  }
}
.b640G-uHHKhvSAbm .dropdown-menu,
.b640G-uHHKhvSAbm .navbar.opened {
  background-color: false !important;
}
.b640G-uHHKhvSAbm .nav-item:focus,
.b640G-uHHKhvSAbm .nav-link:focus {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.b640G-uHHKhvSAbm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.b640G-uHHKhvSAbm .navbar.opened {
  transition: all 0.3s;
}
.b640G-uHHKhvSAbm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.b640G-uHHKhvSAbm .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 8px;
}
.b640G-uHHKhvSAbm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar.collapsed {
  justify-content: center;
}
.b640G-uHHKhvSAbm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.b640G-uHHKhvSAbm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.b640G-uHHKhvSAbm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .navbar .nav-item {
    padding: .5rem 0;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .b640G-uHHKhvSAbm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .b640G-uHHKhvSAbm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .b640G-uHHKhvSAbm .navbar .icons-menu {
    padding: 0;
  }
}
.b640G-uHHKhvSAbm .navbar.navbar-short {
  min-height: 60px;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-logo a {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown-item.active,
.b640G-uHHKhvSAbm .dropdown-item:active {
  background-color: transparent;
}
.b640G-uHHKhvSAbm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.b640G-uHHKhvSAbm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.b640G-uHHKhvSAbm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.b640G-uHHKhvSAbm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c5d4fe;
  background: #ffffff;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.b640G-uHHKhvSAbm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .b640G-uHHKhvSAbm .navbar {
    height: 70px;
  }
  .b640G-uHHKhvSAbm .navbar.opened {
    height: auto;
  }
  .b640G-uHHKhvSAbm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .b640G-uHHKhvSAbm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.b640G-uHHKhvSAbm .iteration-section-btn-main {
  padding-top: 5px;
}
.b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.b640G-uHHKhvSAbm .navbar-caption:hover {
  color: #131313;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-dropdown {
    margin: 0 auto;
  }
}
.b640G-uHHKhvSAbm .text_widget {
  margin-bottom: 24px;
}
.b640G-uHHKhvSAbm .text_widget a {
  transition: all 0.3s ease-out;
}
.b640G-uHHKhvSAbm .text_widget a:hover {
  color: #ede7e2 !important;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-text {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle,
.b640G-uHHKhvSAbm .text_widget,
.b640G-uHHKhvSAbm .iteration-section-btn {
  text-align: center;
}
.b640G-uHHKhvSAbm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.b640G-uHIj9IcBn9 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.b640G-uHIj9IcBn9 .iteration-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .b640G-uHIj9IcBn9 .display-1 {
    font-size: 5rem;
  }
}
.b640G-uHIj9IcBn9 h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .b640G-uHIj9IcBn9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .b640G-uHIj9IcBn9 .display-1 {
    font-size: 2.8rem;
  }
  .b640G-uHIj9IcBn9 .iteration-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b640G-uHIj9IcBn9 .content-wrap {
    width: 100%;
  }
}
.b640G-uHIj9IcBn9 .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHIj9IcBn9 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .b640G-uHIj9IcBn9 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .b640G-uHIj9IcBn9 {
    align-items: center;
  }
  .b640G-uHIj9IcBn9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .b640G-uHIj9IcBn9 .content-wrap {
    min-width: 50%;
  }
}
.b640G-uHIj9IcBn9 .iteration-section-title {
  text-align: center;
  color: #000000;
}
.b640G-uHIj9IcBn9 .iteration-text,
.b640G-uHIj9IcBn9 .iteration-section-btn {
  text-align: left;
  color: #000000;
}
.b640G-uHHM47OLUy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #c5d4fe;
}
.b640G-uHHM47OLUy .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHM47OLUy .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHM47OLUy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .container-fluid {
    padding: 0 16px;
  }
}
.b640G-uHHM47OLUy .container-fluid .row {
  padding: 0;
}
.b640G-uHHM47OLUy .title-wrapper .iteration-section-title {
  margin-bottom: 32px;
}
.b640G-uHHM47OLUy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.b640G-uHHM47OLUy .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.b640G-uHHM47OLUy .list .item-wrap:hover {
  opacity: .5;
}
.b640G-uHHM47OLUy .iteration-section-btn {
  width: 100%;
}
.b640G-uHHM47OLUy .iteration-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.b640G-uHHM47OLUy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .copyright {
    padding: 32px 0;
  }
}
.b640G-uHHM47OLUy .iteration-section-title {
  color: #000000;
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  background-color: #c5d4fe !important;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c5d4fe !important;
  background: #c5d4fe;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.b640G-uHHKhvSAbm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .b640G-uHHKhvSAbm .menu_box .navbar.opened,
  .b640G-uHHKhvSAbm .menu_box .navbar-collapse {
    background-color: #c5d4fe !important;
    transition: all 0s ease 0s;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  position: relative !important;
}
.b640G-uHHKhvSAbm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main {
    margin-top: 1rem;
  }
}
.b640G-uHHKhvSAbm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .b640G-uHHKhvSAbm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .b640G-uHHKhvSAbm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-text,
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-section-subtitle {
    margin-bottom: 32px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .b640G-uHHKhvSAbm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .b640G-uHHKhvSAbm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .b640G-uHHKhvSAbm .lg_brand {
    margin: 0 1rem;
  }
}
.b640G-uHHKhvSAbm .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-item:hover,
  .b640G-uHHKhvSAbm .nav-item:focus {
    background-color: #ffffff;
    border-color: #ede7e2;
  }
}
.b640G-uHHKhvSAbm .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.b640G-uHHKhvSAbm .nav-item .nav-link:hover,
.b640G-uHHKhvSAbm .nav-item .nav-link:focus {
  opacity: 1;
  color: #131313 !important;
}
.b640G-uHHKhvSAbm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .b640G-uHHKhvSAbm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box {
    display: none;
  }
}
.b640G-uHHKhvSAbm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .container {
  display: flex;
  margin: auto;
}
.b640G-uHHKhvSAbm .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:hover {
  opacity: .5;
}
.b640G-uHHKhvSAbm .navbar-caption {
  color: #222222;
}
.b640G-uHHKhvSAbm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .navbar-nav {
    margin: 0;
  }
}
.b640G-uHHKhvSAbm .dropdown-menu,
.b640G-uHHKhvSAbm .navbar.opened {
  background-color: false !important;
}
.b640G-uHHKhvSAbm .nav-item:focus,
.b640G-uHHKhvSAbm .nav-link:focus {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.b640G-uHHKhvSAbm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.b640G-uHHKhvSAbm .navbar.opened {
  transition: all 0.3s;
}
.b640G-uHHKhvSAbm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.b640G-uHHKhvSAbm .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 8px;
}
.b640G-uHHKhvSAbm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar.collapsed {
  justify-content: center;
}
.b640G-uHHKhvSAbm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.b640G-uHHKhvSAbm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.b640G-uHHKhvSAbm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .navbar .nav-item {
    padding: .5rem 0;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .b640G-uHHKhvSAbm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .b640G-uHHKhvSAbm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .b640G-uHHKhvSAbm .navbar .icons-menu {
    padding: 0;
  }
}
.b640G-uHHKhvSAbm .navbar.navbar-short {
  min-height: 60px;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-logo a {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown-item.active,
.b640G-uHHKhvSAbm .dropdown-item:active {
  background-color: transparent;
}
.b640G-uHHKhvSAbm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.b640G-uHHKhvSAbm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.b640G-uHHKhvSAbm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.b640G-uHHKhvSAbm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c5d4fe;
  background: #ffffff;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.b640G-uHHKhvSAbm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .b640G-uHHKhvSAbm .navbar {
    height: 70px;
  }
  .b640G-uHHKhvSAbm .navbar.opened {
    height: auto;
  }
  .b640G-uHHKhvSAbm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .b640G-uHHKhvSAbm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.b640G-uHHKhvSAbm .iteration-section-btn-main {
  padding-top: 5px;
}
.b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.b640G-uHHKhvSAbm .navbar-caption:hover {
  color: #131313;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-dropdown {
    margin: 0 auto;
  }
}
.b640G-uHHKhvSAbm .text_widget {
  margin-bottom: 24px;
}
.b640G-uHHKhvSAbm .text_widget a {
  transition: all 0.3s ease-out;
}
.b640G-uHHKhvSAbm .text_widget a:hover {
  color: #ede7e2 !important;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-text {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle,
.b640G-uHHKhvSAbm .text_widget,
.b640G-uHHKhvSAbm .iteration-section-btn {
  text-align: center;
}
.b640G-uHHKhvSAbm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.b640G-uHIjkryH0x {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.b640G-uHIjkryH0x .iteration-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .b640G-uHIjkryH0x .display-1 {
    font-size: 5rem;
  }
}
.b640G-uHIjkryH0x h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .b640G-uHIjkryH0x {
    -webkit-align-items: center;
    align-items: center;
  }
  .b640G-uHIjkryH0x .display-1 {
    font-size: 2.8rem;
  }
  .b640G-uHIjkryH0x .iteration-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b640G-uHIjkryH0x .content-wrap {
    width: 100%;
  }
}
.b640G-uHIjkryH0x .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHIjkryH0x .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .b640G-uHIjkryH0x .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .b640G-uHIjkryH0x {
    align-items: center;
  }
  .b640G-uHIjkryH0x .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .b640G-uHIjkryH0x .content-wrap {
    min-width: 50%;
  }
}
.b640G-uHIjkryH0x .iteration-section-title {
  text-align: center;
  color: #000000;
}
.b640G-uHIjkryH0x .iteration-text,
.b640G-uHIjkryH0x .iteration-section-btn {
  text-align: left;
  color: #000000;
}
.b640G-uHHM47OLUy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #c5d4fe;
}
.b640G-uHHM47OLUy .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHM47OLUy .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHM47OLUy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .container-fluid {
    padding: 0 16px;
  }
}
.b640G-uHHM47OLUy .container-fluid .row {
  padding: 0;
}
.b640G-uHHM47OLUy .title-wrapper .iteration-section-title {
  margin-bottom: 32px;
}
.b640G-uHHM47OLUy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.b640G-uHHM47OLUy .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.b640G-uHHM47OLUy .list .item-wrap:hover {
  opacity: .5;
}
.b640G-uHHM47OLUy .iteration-section-btn {
  width: 100%;
}
.b640G-uHHM47OLUy .iteration-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.b640G-uHHM47OLUy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .copyright {
    padding: 32px 0;
  }
}
.b640G-uHHM47OLUy .iteration-section-title {
  color: #000000;
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  background-color: #c5d4fe !important;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #c5d4fe !important;
  background: #c5d4fe;
}
.b640G-uHHKhvSAbm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.b640G-uHHKhvSAbm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .b640G-uHHKhvSAbm .menu_box .navbar.opened,
  .b640G-uHHKhvSAbm .menu_box .navbar-collapse {
    background-color: #c5d4fe !important;
    transition: all 0s ease 0s;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown {
  position: relative !important;
}
.b640G-uHHKhvSAbm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main {
    margin-top: 1rem;
  }
}
.b640G-uHHKhvSAbm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .b640G-uHHKhvSAbm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .b640G-uHHKhvSAbm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-text,
  .b640G-uHHKhvSAbm .offcanvas-body .iteration-section-subtitle {
    margin-bottom: 32px;
  }
  .b640G-uHHKhvSAbm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .b640G-uHHKhvSAbm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .b640G-uHHKhvSAbm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .b640G-uHHKhvSAbm .lg_brand {
    margin: 0 1rem;
  }
}
.b640G-uHHKhvSAbm .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-item:hover,
  .b640G-uHHKhvSAbm .nav-item:focus {
    background-color: #ffffff;
    border-color: #ede7e2;
  }
}
.b640G-uHHKhvSAbm .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.b640G-uHHKhvSAbm .nav-item .nav-link:hover,
.b640G-uHHKhvSAbm .nav-item .nav-link:focus {
  opacity: 1;
  color: #131313 !important;
}
.b640G-uHHKhvSAbm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .b640G-uHHKhvSAbm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .b640G-uHHKhvSAbm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .b640G-uHHKhvSAbm .offcanvas_box {
    display: none;
  }
}
.b640G-uHHKhvSAbm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.b640G-uHHKhvSAbm .container {
  display: flex;
  margin: auto;
}
.b640G-uHHKhvSAbm .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.b640G-uHHKhvSAbm .iconfont-wrapper:hover {
  opacity: .5;
}
.b640G-uHHKhvSAbm .navbar-caption {
  color: #222222;
}
.b640G-uHHKhvSAbm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .navbar-nav {
    margin: 0;
  }
}
.b640G-uHHKhvSAbm .dropdown-menu,
.b640G-uHHKhvSAbm .navbar.opened {
  background-color: false !important;
}
.b640G-uHHKhvSAbm .nav-item:focus,
.b640G-uHHKhvSAbm .nav-link:focus {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.b640G-uHHKhvSAbm .dropdown .dropdown-menu .dropdown-item .iteration-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.b640G-uHHKhvSAbm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.b640G-uHHKhvSAbm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.b640G-uHHKhvSAbm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.b640G-uHHKhvSAbm .navbar.opened {
  transition: all 0.3s;
}
.b640G-uHHKhvSAbm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.b640G-uHHKhvSAbm .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 8px;
}
.b640G-uHHKhvSAbm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar.collapsed {
  justify-content: center;
}
.b640G-uHHKhvSAbm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.b640G-uHHKhvSAbm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.b640G-uHHKhvSAbm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.b640G-uHHKhvSAbm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .b640G-uHHKhvSAbm .navbar .nav-item {
    padding: .5rem 0;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .b640G-uHHKhvSAbm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .b640G-uHHKhvSAbm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .b640G-uHHKhvSAbm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .b640G-uHHKhvSAbm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .b640G-uHHKhvSAbm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .b640G-uHHKhvSAbm .navbar .icons-menu {
    padding: 0;
  }
}
.b640G-uHHKhvSAbm .navbar.navbar-short {
  min-height: 60px;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.b640G-uHHKhvSAbm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.b640G-uHHKhvSAbm .navbar-brand .navbar-logo a {
  outline: none;
}
.b640G-uHHKhvSAbm .dropdown-item.active,
.b640G-uHHKhvSAbm .dropdown-item:active {
  background-color: transparent;
}
.b640G-uHHKhvSAbm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.b640G-uHHKhvSAbm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.b640G-uHHKhvSAbm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.b640G-uHHKhvSAbm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.b640G-uHHKhvSAbm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.b640G-uHHKhvSAbm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #c5d4fe;
  background: #ffffff;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.b640G-uHHKhvSAbm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.b640G-uHHKhvSAbm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.b640G-uHHKhvSAbm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.b640G-uHHKhvSAbm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .b640G-uHHKhvSAbm .navbar {
    height: 70px;
  }
  .b640G-uHHKhvSAbm .navbar.opened {
    height: auto;
  }
  .b640G-uHHKhvSAbm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.b640G-uHHKhvSAbm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .b640G-uHHKhvSAbm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.b640G-uHHKhvSAbm .iteration-section-btn-main {
  padding-top: 5px;
}
.b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .b640G-uHHKhvSAbm .iteration-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.b640G-uHHKhvSAbm .navbar-caption:hover {
  color: #131313;
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .b640G-uHHKhvSAbm .nav-dropdown {
    margin: 0 auto;
  }
}
.b640G-uHHKhvSAbm .text_widget {
  margin-bottom: 24px;
}
.b640G-uHHKhvSAbm .text_widget a {
  transition: all 0.3s ease-out;
}
.b640G-uHHKhvSAbm .text_widget a:hover {
  color: #ede7e2 !important;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-text {
  color: #222222;
  text-align: center;
}
.b640G-uHHKhvSAbm .iteration-section-subtitle,
.b640G-uHHKhvSAbm .text_widget,
.b640G-uHHKhvSAbm .iteration-section-btn {
  text-align: center;
}
.b640G-uHHKhvSAbm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.b640G-uHIjxuHtLJ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.b640G-uHIjxuHtLJ .iteration-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .b640G-uHIjxuHtLJ .display-1 {
    font-size: 5rem;
  }
}
.b640G-uHIjxuHtLJ h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .b640G-uHIjxuHtLJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .b640G-uHIjxuHtLJ .display-1 {
    font-size: 2.8rem;
  }
  .b640G-uHIjxuHtLJ .iteration-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .b640G-uHIjxuHtLJ .content-wrap {
    width: 100%;
  }
}
.b640G-uHIjxuHtLJ .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHIjxuHtLJ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .b640G-uHIjxuHtLJ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .b640G-uHIjxuHtLJ {
    align-items: center;
  }
  .b640G-uHIjxuHtLJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .b640G-uHIjxuHtLJ .content-wrap {
    min-width: 50%;
  }
}
.b640G-uHIjxuHtLJ .iteration-section-title {
  text-align: center;
  color: #000000;
}
.b640G-uHIjxuHtLJ .iteration-text,
.b640G-uHIjxuHtLJ .iteration-section-btn {
  text-align: left;
  color: #221b35;
}
.b640G-uHHM47OLUy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #c5d4fe;
}
.b640G-uHHM47OLUy .iteration-fallback-image.disabled {
  display: none;
}
.b640G-uHHM47OLUy .iteration-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.b640G-uHHM47OLUy .container-fluid {
  padding: 0 22px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .container-fluid {
    padding: 0 16px;
  }
}
.b640G-uHHM47OLUy .container-fluid .row {
  padding: 0;
}
.b640G-uHHM47OLUy .title-wrapper .iteration-section-title {
  margin-bottom: 32px;
}
.b640G-uHHM47OLUy .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
  color: #000000;
}
.b640G-uHHM47OLUy .list .item-wrap {
  padding: 12px 0;
  transition: all .3s ease;
}
.b640G-uHHM47OLUy .list .item-wrap:hover {
  opacity: .5;
}
.b640G-uHHM47OLUy .iteration-section-btn {
  width: 100%;
}
.b640G-uHHM47OLUy .iteration-section-btn .btn {
  width: 100%;
  min-height: 60px;
}
.b640G-uHHM47OLUy .copyright {
  padding: 64px 0;
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .b640G-uHHM47OLUy .copyright {
    padding: 32px 0;
  }
}
.b640G-uHHM47OLUy .iteration-section-title {
  color: #000000;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
    box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: fadeOut 0.3s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes stretchOut {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

.navbar-brand {
    animation: stretchOut 1.2s ease-out;
}
/* endlogoanimations */
