@media (max-width: 1023px) {
  #wpadminbar {
    display: none;
  }
}
@media (min-width: 1024px) {
  body.admin-bar {
    margin-top: 32px;
  }
  body.admin-bar .header-content {
    top: 32px;
  }
}
button:focus {
  outline: 0;
  box-shadow: none;
}
.keyboard-navigation *:focus {
  outline: 0;
  box-shadow: 0 0 4px 4px #1290cb !important;
  outline: 5px auto -webkit-focus-ring-color;
}
.skip-to-content {
  position: fixed;
  top: 30px;
  left: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px dotted #ffffff;
  z-index: 999;
  padding: 20px;
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.5);
  background-color: #1290cb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
}
.skip-to-content:hover,
.skip-to-content:focus {
  color: #fff;
}
.skip-to-content:focus {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* 
     Font sizes
*/
/* 
     Links
*/
/*
*  The function accepts the following params: 
*   @prop   css propriety
*   @size   css design size
*   @min    css minimum size possible (not required, auto calculated from size)
*   
*   @design_width   this should be updated to the design maximum width
*
*   Examples
*   .clamp(font-size; 14; 12);
*   .clamp(min-width; 205; 130);
*   .clamp(line-height; 40; 25);
*
*/
body {
  font-weight: 400;
  font-size: clamp(14px, 0.83333333vw, 16px);
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #071e46;
}
a {
  transition: all 0.3s;
}
a,
button,
a:hover,
a:focus {
  text-decoration: none;
  color: #1290cb;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-family: 'Faustina', serif;
  font-weight: 600;
  color: #071e46;
}
.h1 u,
.h2 u,
.h3 u,
.h4 u,
.h5 u,
.h6 u,
h1 u,
h2 u,
h3 u,
h4 u,
h5 u,
h6 u {
  position: relative;
  text-decoration: none;
}
.h1 u:after,
.h2 u:after,
.h3 u:after,
.h4 u:after,
.h5 u:after,
.h6 u:after,
h1 u:after,
h2 u:after,
h3 u:after,
h4 u:after,
h5 u:after,
h6 u:after {
  content: "";
  width: 0;
  height: 40%;
  position: absolute;
  background: #ffc200;
  bottom: 0;
  border-radius: 0px 0px 12px 12px;
  z-index: -1;
  left: -3%;
  transform: translateY(5%);
  transition: width 1s ease-out;
}
.h1 us,
.h2 us,
.h3 us,
.h4 us,
.h5 us,
.h6 us,
h1 us,
h2 us,
h3 us,
h4 us,
h5 us,
h6 us {
  position: relative;
}
.h1 us:after,
.h2 us:after,
.h3 us:after,
.h4 us:after,
.h5 us:after,
.h6 us:after,
h1 us:after,
h2 us:after,
h3 us:after,
h4 us:after,
h5 us:after,
h6 us:after {
  content: "";
  width: 0;
  height: 40%;
  position: absolute;
  background: #ffc200;
  bottom: 0;
  border-radius: 0px 0px 12px 12px;
  z-index: -1;
  left: 35%;
  transform: translateY(5%);
  transition: width 1s ease-out;
}
.h1.aos-animate u:after,
.h2.aos-animate u:after,
.h3.aos-animate u:after,
.h4.aos-animate u:after,
.h5.aos-animate u:after,
.h6.aos-animate u:after,
h1.aos-animate u:after,
h2.aos-animate u:after,
h3.aos-animate u:after,
h4.aos-animate u:after,
h5.aos-animate u:after,
h6.aos-animate u:after {
  width: 106%;
}
.h1.aos-animate us:after,
.h2.aos-animate us:after,
.h3.aos-animate us:after,
.h4.aos-animate us:after,
.h5.aos-animate us:after,
.h6.aos-animate us:after,
h1.aos-animate us:after,
h2.aos-animate us:after,
h3.aos-animate us:after,
h4.aos-animate us:after,
h5.aos-animate us:after,
h6.aos-animate us:after {
  width: 68%;
}
.h1,
h1 {
  font-size: clamp(34px, 3.90625vw, 75px);
}
.h2,
h2 {
  font-size: clamp(28px, 2.86458333vw, 55px);
}
.h3,
h3 {
  font-size: clamp(24px, 1.5625vw, 30px);
}
.h4,
h4 {
  font-size: clamp(20px, 1.45833333vw, 28px);
}
.h5,
h5 {
  font-size: clamp(16px, 1.25vw, 24px);
}
.h6,
h6 {
  font-size: clamp(14px, 0.83333333vw, 16px);
}
.bt,
a.bt,
input.bt,
button.bt,
.button,
.header-button a,
.hs-button {
  position: relative;
  display: inline-block;
  padding: 16px 24px;
  background-color: #ffc200;
  color: #071e46;
  border-radius: 40px;
  font-weight: 600;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
  min-width: 215px;
  max-width: 100%;
  border: 2px solid #071e46;
  font-family: 'Poppins', sans-serif;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
}
.bt svg,
a.bt svg,
input.bt svg,
button.bt svg,
.button svg,
.header-button a svg,
.hs-button svg {
  margin-left: clamp(10px, 0.88541667vw, 17px);
  transition: all .3s;
  max-width: 24px;
  max-height: 24px;
}
.bt svg.play-icon,
a.bt svg.play-icon,
input.bt svg.play-icon,
button.bt svg.play-icon,
.button svg.play-icon,
.header-button a svg.play-icon,
.hs-button svg.play-icon {
  margin-left: 0;
  margin-right: clamp(10px, 0.88541667vw, 17px);
}
.bt.bt-light-blue,
a.bt.bt-light-blue,
input.bt.bt-light-blue,
button.bt.bt-light-blue,
.button.bt-light-blue,
.header-button a.bt-light-blue,
.hs-button.bt-light-blue {
  background-color: #3957d2;
}
.bt .bt-outline,
a.bt .bt-outline,
input.bt .bt-outline,
button.bt .bt-outline,
.button .bt-outline,
.header-button a .bt-outline,
.hs-button .bt-outline {
  background-color: transparent;
}
.bt:hover,
a.bt:hover,
input.bt:hover,
button.bt:hover,
.button:hover,
.header-button a:hover,
.hs-button:hover {
  background-color: #071e46;
  border-color: #071e46;
  color: #fff;
}
.bt:hover svg,
a.bt:hover svg,
input.bt:hover svg,
button.bt:hover svg,
.button:hover svg,
.header-button a:hover svg,
.hs-button:hover svg {
  transform: translateX(5px);
}
.bt:hover svg.play-icon,
a.bt:hover svg.play-icon,
input.bt:hover svg.play-icon,
button.bt:hover svg.play-icon,
.button:hover svg.play-icon,
.header-button a:hover svg.play-icon,
.hs-button:hover svg.play-icon {
  transform: translateX(0px);
}
.bt:hover.bt-light-blue,
a.bt:hover.bt-light-blue,
input.bt:hover.bt-light-blue,
button.bt:hover.bt-light-blue,
.button:hover.bt-light-blue,
.header-button a:hover.bt-light-blue,
.hs-button:hover.bt-light-blue {
  background-color: #1290cb;
}
.bt:hover .bt-outline,
a.bt:hover .bt-outline,
input.bt:hover .bt-outline,
button.bt:hover .bt-outline,
.button:hover .bt-outline,
.header-button a:hover .bt-outline,
.hs-button:hover .bt-outline {
  background-color: #071e46;
  border-color: #071e46;
  color: #fff;
}
button {
  cursor: pointer;
}
.main-link {
  border-bottom: 1px solid #1290cb;
  color: #1290cb;
  font-weight: 700;
}
.form-group {
  margin-bottom: clamp(30px, 2.08333333vw, 40px);
}
.form-group label {
  margin-bottom: clamp(15px, 1.04166667vw, 20px);
}
.form-radio-text-buttons {
  display: flex;
}
.form-radio-text-buttons .form-radio-item {
  width: 100%;
}
.form-radio-text-buttons .form-radio-item input {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.form-radio-text-buttons .form-radio-item .form-radio-label {
  border-top: 1px solid #1290cb;
  border-bottom: 1px solid #1290cb;
  border-right: 1px solid #1290cb;
  padding: 5px 10px;
  transition: all .3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.1;
  min-height: clamp(40px, 3.125vw, 60px);
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  background-color: #F5F7F9;
  margin: 0;
}
.form-radio-text-buttons .form-radio-item .form-radio-label span {
  display: block;
  font-size: clamp(18px, 1.25vw, 24px);
}
.form-radio-text-buttons .form-radio-item:last-child .form-radio-label {
  border-radius: 0 60px 60px 0;
}
.form-radio-text-buttons .form-radio-item:first-child .form-radio-label {
  border-radius: 60px 0 0 60px;
  border-left: 1px solid #1290cb;
}
.form-radio-text-buttons .form-radio-item input:checked + .form-radio-label {
  background-color: #fff;
  color: #1290cb;
  border-color: #1290cb;
}
.slider-range-wrapper {
  display: flex;
  align-items: center;
}
.slider-range-wrapper input:not([type="hidden"]) {
  margin-left: 30px;
  border: 1px solid #B4B8C2;
  padding-left: 15px;
  padding-right: 15px;
  height: clamp(40px, 2.60416667vw, 50px);
  color: #7E8899;
  width: clamp(80px, 9.375vw, 180px);
}
.slider-range-wrapper .noUi-target {
  background-color: rgba(103, 112, 127, 0.2);
  border: none;
  box-shadow: none;
  border-radius: 10px;
  width: 100%;
}
.slider-range-wrapper .noUi-horizontal {
  height: 10px;
}
.slider-range-wrapper .noUi-connect {
  background-color: #1290cb;
}
.slider-range-wrapper .noUi-connects {
  border-radius: 10px;
}
.slider-range-wrapper .noUi-handle {
  box-shadow: 0px 0px 20px #000;
  border: 10px solid #fff;
  background-color: #1290cb;
  border-radius: 50%;
}
.slider-range-wrapper .noUi-horizontal .noUi-handle {
  width: 40px;
  height: 40px;
  right: -15px;
  top: -15px;
}
.slider-range-wrapper .noUi-horizontal .noUi-handle:before,
.slider-range-wrapper .noUi-horizontal .noUi-handle:after {
  display: none;
}
.slider-range-wrapper .noUi-tooltip {
  top: calc(100% + 25px);
  bottom: auto;
  border: none;
  color: #fff;
  width: clamp(50px, 4.42708333vw, 85px);
  font-size: clamp(14px, 1.04166667vw, 20px);
  line-height: clamp(35px, 2.86458333vw, 55px);
  background-color: #071e46;
  padding: 0;
}
.slider-range-wrapper .noUi-tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -8px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #071e46;
}
@media (max-width: 1199px) {
  .slider-range-wrapper .noUi-handle {
    border-width: 7px;
  }
  .slider-range-wrapper .noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    right: -10px;
    top: -10px;
  }
}
.hbspt-form .hs-error-msg {
  font-size: 14px;
  color: red;
}
.hbspt-form fieldset {
  max-width: 100% !important;
}
.hbspt-form fieldset.form-columns-2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.hbspt-form fieldset.form-columns-2 .hs-form-field {
  width: 48% !important;
}
.hbspt-form .hs-form-field {
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.hbspt-form .hs-form-field .input {
  margin-right: 0 !important;
}
.hbspt-form .hs-form-field label {
  color: #071e46;
  font-weight: 500;
  margin-bottom: 5px;
}
.hbspt-form .hs-form-field label.hs-error-msg {
  font-size: 14px;
  color: red;
  font-weight: 400;
  margin: 0;
}
.hbspt-form .hs-form-field input,
.hbspt-form .hs-form-field select {
  border: 1px solid #B4B8C2;
  border-radius: 0px;
  height: clamp(40px, 2.60416667vw, 50px);
  width: 100% !important;
}
.hbspt-form .hs-form-field input.error,
.hbspt-form .hs-form-field select.error {
  border-color: red;
}
.hbspt-form .hs-submit {
  text-align: center;
  margin-top: 30px;
}
body.scrolled .site-header .header-content {
  background-color: rgba(0, 0, 0, 0.8);
}
.site-header {
  height: 60px;
  position: fixed;
  z-index: 9999;
  background-color: transparent;
}
.site-header .header-content {
  background-color: #080303;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.site-header .header-content.with-background {
  background-color: rgba(0, 0, 0, 0.8);
}
.site-header .header-content .header-wrapper {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .site-header {
    height: 80px;
  }
  .site-header .header-content .header-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .site-header {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .site-header {
    height: 100px;
  }
  .site-header .header-content .header-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.header-menu {
  padding-left: clamp(30px, 2.60416667vw, 50px);
  padding-right: clamp(30px, 2.60416667vw, 50px);
}
.header-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header-menu ul li {
  display: inline-block;
}
.header-menu ul li:not(:last-child) {
  margin-right: clamp(10px, 1.04166667vw, 20px);
}
@media (min-width: 1400px) {
  .header-menu ul li:not(:last-child) {
    margin-right: clamp(10px, 2.60416667vw, 50px);
  }
}
.header-menu ul li a {
  color: #ffffff;
  font-weight: 400;
  transition: all 0.3s;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.header-menu ul li a:hover {
  color: #ffc200;
}
.header-menu > ul > li > a {
  line-height: 100px;
  z-index: 3;
  position: relative;
  display: block;
}
@media (max-width: 1199.98px) {
  .header-menu {
    display: none;
  }
}
.header-menu .menu-item-has-children {
  position: relative;
}
.header-menu .menu-item-has-children > a::after {
  content: '\f078';
  font-family: 'FontAwesome';
  transition: all 0.3s ease-out;
  padding-left: 5px;
}
.header-menu .menu-item-has-children > a:hover::after {
  color: #ffc200;
  transform: rotateY(180deg);
}
.header-menu .menu-item-has-children .sub-menu {
  position: absolute;
  min-width: 316px;
  background: #ffffff;
  border-top: 2px solid #1290cb;
  padding-left: clamp(15px, 1.25vw, 24px);
  padding-right: clamp(15px, 1.25vw, 24px);
  padding-top: clamp(18px, 1.45833333vw, 28px);
  padding-bottom: clamp(18px, 1.45833333vw, 28px);
  top: 100%;
  left: 0;
  visibility: hidden;
  transition: visibility 0s 0.3s, transform 0.15s 0.15s, opacity 0.15s 0.15s;
  transform: translateY(-30px);
  opacity: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}
.header-menu .menu-item-has-children .sub-menu li {
  line-height: 100%;
}
.header-menu .menu-item-has-children .sub-menu li a {
  color: #000000;
}
.header-menu .menu-item-has-children .sub-menu li a:hover {
  color: #1290cb;
}
.header-menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;
  transition: visibility 0s 0.15s, transform 0.15s 0.15s, opacity 0.15s 0.25s;
  pointer-events: inherit;
}
.header-menu .current-menu-item > a {
  color: #ffc200;
}
.header-menu .current-menu-item > a::after {
  color: #ffc200;
}
#main-nav {
  padding-left: clamp(30px, 2.60416667vw, 50px);
  padding-right: clamp(30px, 2.60416667vw, 50px);
}
@media (max-width: 1000px) {
  #main-nav {
    display: none;
  }
}
#main-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#main-nav ul li {
  display: inline-block;
}
#main-nav ul li:not(:last-child) {
  margin-right: clamp(10px, 1.04166667vw, 20px);
}
@media (min-width: 1400px) {
  #main-nav ul li:not(:last-child) {
    margin-right: clamp(10px, 2.60416667vw, 50px);
  }
}
#main-nav ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .3px;
  text-transform: uppercase;
}
#main-nav ul li a:hover,
#main-nav ul li a.highlighted {
  color: #ffc200;
}
#main-nav > ul > li > a {
  line-height: 100px;
  z-index: 3;
  position: relative;
  display: block;
}
#main-nav .menu-item-has-children {
  position: relative;
}
#main-nav .menu-item-has-children > a::after {
  content: '\f078';
  font-family: 'FontAwesome';
  transition: all 0.3s ease-out;
  padding-left: 5px;
}
#main-nav .menu-item-has-children > a:hover::after {
  transform: rotateY(180deg);
}
#main-nav ul.sub-menu {
  min-width: 225px;
  background: grey;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
}
#main-nav ul.sub-menu li {
  line-height: 100%;
  margin-right: 0;
  display: block;
}
#main-nav ul.sub-menu li a {
  color: red;
  display: block;
  padding: 9px 20px;
}
#main-nav ul.sub-menu li a:hover {
  color: yellow;
}
#main-nav ul.sub-menu .menu-item-has-children > a::after {
  position: absolute;
  transform: translate(-50%, -50%) rotate(-90deg);
  left: 92%;
  top: 50%;
}
.mobile-menu-trigger {
  width: 18px;
  height: 12px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.mobile-menu-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-menu-trigger span:nth-child(1) {
  top: 0px;
}
.mobile-menu-trigger span:nth-child(2) {
  top: 5px;
}
.mobile-menu-trigger span:nth-child(3) {
  top: 10px;
}
.mobile-menu-trigger.active span:nth-child(1) {
  top: 5px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mobile-menu-trigger.active span:nth-child(2) {
  opacity: 0;
  left: -40px;
}
.mobile-menu-trigger.active span:nth-child(3) {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (min-width: 1200px) {
  .mobile-menu-trigger {
    display: none;
  }
}
.bt.header-cta {
  min-height: clamp(40px, 2.60416667vw, 50px);
  min-width: clamp(150px, 10.41666667vw, 200px);
}
@media (max-width: 1199px) {
  .bt.header-cta {
    margin-left: auto;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .bt.header-cta {
    display: none;
  }
}
.logo img {
  max-height: 60px;
}
@media (max-width: 1023px) {
  .logo img {
    max-height: 50px;
  }
}
@media (max-width: 767px) {
  .logo img {
    max-height: 40px;
  }
}
#mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease, background-color 0.3s;
  transition: -webkit-transform 0.4s ease, background-color 0.3s;
  -o-transition: transform 0.4s ease, background-color 0.3s;
  transition: transform 0.4s ease, background-color 0.3s;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, background-color 0.3s, visibility 0s 0.4s;
  pointer-events: none;
  visibility: hidden;
  z-index: 99;
  background-color: #fff;
}
#mobile-menu .mobile-menu-wrapper {
  background: linear-gradient(180deg, #f5f7f9 47.09%, rgba(245, 247, 249, 0) 75.75%);
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: auto;
}
#mobile-menu .mobile-menu-wrapper .primary-menu {
  padding: 40px 20px;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#mobile-menu .mobile-menu-wrapper .primary-menu ul li a {
  font-size: 18px;
  color: #000;
  padding: 10px 0;
  display: block;
  position: relative;
  font-weight: 600;
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children {
  position: relative;
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children > a::after {
  content: '\f078';
  font-family: 'FontAwesome';
  transition: all 0.3s ease-out;
  padding-left: 5px;
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children > a:hover::after {
  color: #1290cb;
  transform: rotateY(180deg);
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children.open .sub-menu,
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children:hover .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children .sub-menu {
  display: none;
  min-width: 316px;
  background: #ffffff;
  border-top: 2px solid #1290cb;
  padding-left: clamp(15px, 1.25vw, 24px);
  padding-right: clamp(15px, 1.25vw, 24px);
  padding-top: clamp(18px, 1.45833333vw, 28px);
  padding-bottom: clamp(18px, 1.45833333vw, 28px);
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children .sub-menu li {
  line-height: 100%;
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children .sub-menu li a {
  color: #000000;
}
#mobile-menu .mobile-menu-wrapper .primary-menu .menu-item-has-children .sub-menu li a:hover {
  color: #1290cb;
}
#mobile-menu .mobile-menu-wrapper .mobile-header-cta {
  padding-left: 20px;
  padding-right: 20px;
}
#mobile-menu .mobile-menu-wrapper .mobile-header-cta .bt {
  width: 100%;
}
#mobile-menu .mobile-menu-wrapper .contact-column {
  padding: 40px 20px;
}
#mobile-menu .mobile-menu-wrapper .contact-column .contact-item {
  line-height: 1.8;
}
#mobile-menu .mobile-menu-wrapper .contact-column .contact-item:not(:last-child) {
  margin-bottom: 5px;
}
#mobile-menu .mobile-menu-wrapper .contact-column .contact-item a {
  color: #1290cb;
  display: flex;
}
#mobile-menu .mobile-menu-wrapper .contact-column .contact-item .icon {
  width: 20px;
  color: #1290cb;
  margin-right: 0;
  display: block;
}
#mobile-menu .mobile-menu-wrapper .contact-column .contact-item.contact-location {
  display: flex;
  line-height: 1.2;
}
#mobile-menu .mobile-menu-wrapper .menu-socials {
  display: flex;
  padding: 0 20px 40px;
}
#mobile-menu .mobile-menu-wrapper .menu-socials p {
  margin-bottom: 0;
}
#mobile-menu .mobile-menu-wrapper .menu-socials ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#mobile-menu .mobile-menu-wrapper .menu-socials ul li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 0;
}
#mobile-menu .mobile-menu-wrapper .menu-socials ul li a {
  color: #1290cb;
}
@media (min-width: 768px) {
  #mobile-menu {
    height: calc(100vh - 80px);
  }
  #mobile-menu .mobile-menu-wrapper .mobile-header-cta .bt {
    width: auto;
  }
}
body.mobile-menu-open #mobile-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: initial;
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s ease, background-color 0.3s;
  transition: -webkit-transform 0.4s ease, background-color 0.3s;
  -o-transition: transform 0.4s ease, background-color 0.3s;
  transition: transform 0.4s ease, background-color 0.3s;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease, background-color 0.3s, visibility 0s 0s;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  width: 100%;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #1290cb;
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}
.container,
.container-full,
.container-small,
.container-medium {
  max-width: 1760px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container,
  .container-full,
  .container-small,
  .container-medium {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-full,
  .container-small,
  .container-medium {
    padding-right: 60px;
    padding-left: 60px;
  }
}
.container-full {
  max-width: 100%;
}
.container-small {
  max-width: 1200px;
}
.container-medium {
  max-width: 1580px;
}
.no-padding {
  padding: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-cover {
  position: absolute;
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.slick-slide {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
/* .slick-dots {
	position: relative;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	z-index: 2;
	width: 100%;

	li {
		display: inline-block;
		padding: 0 3px;

		button {
			background: transparent;
			.clamp(width, 30, 11);
			.clamp(height, 30, 11);
			border: 6px solid @main-color;
			.clamp(border-width, 6, 3);
			-webkit-transition: all 0.3s;
			-o-transition: all 0.3s;
			transition: all 0.3s;
			text-indent: 10000px;
			padding: 0;
			outline: none;
			cursor: pointer;
			border-radius: 50%;
			position: relative;

			&:before {
				-webkit-clip-path: polygon(50% 20%, 100% 50%, 50% 80%, 0% 50%);
				clip-path: polygon(50% 20%, 100% 50%, 50% 80%, 0% 50%);
				position: absolute;
				top: 50%;
				left: 50%;
				height: 0;
				width: 180%;
				-webkit-transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
				-webkit-transition: all 0.3s;
				-o-transition: all 0.3s;
				transition: all 0.3s;
				content: "";
				background-color: @hover;
				opacity: 0;
			}
		}

		&.slick-active button {
			&:before {
				height: 140%;
				opacity: 1;
			}
		}
	}
} */
/* .slick-arrow {
	.clamp(border-radius, 8, 4);
	color: #fff;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: @main-color;
	.clamp(width; 98; 60);
	.clamp(height; 52; 40);
	border: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 0;
	z-index: 1;
	transition: all 0.3s;

	&.next {
		left: 100%;
	}

	&.prev {
		background-color: @color;
	}
} */
#page {
  opacity: 0;
  -webkit-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.site-content-contain {
  background-color: #fff;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
html.touch button:focus {
  outline: none;
}
.page-section {
  position: relative;
  visibility: visible;
  padding-top: clamp(50px, 6.77083333vw, 130px);
  padding-bottom: clamp(50px, 6.77083333vw, 130px);
}
.page-section .container,
.page-section .container-medium,
.page-section .container-small {
  position: relative;
  z-index: 1;
}
.page-section.remove-padding-top,
.page-section.no-padding-top {
  padding-top: 0;
}
.page-section.remove-padding-bottom,
.page-section.no-padding-bottom {
  padding-bottom: 0;
}
.description *:last-child {
  margin-bottom: 0;
}
.section-global_sections {
  padding: 0;
}
.slick-slider {
  touch-action: auto;
  -ms-touch-action: auto;
}
.mt10 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .just-on-mobile {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .just-on-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
ul.no-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.row.row-xs {
  margin-right: -5px;
  margin-left: -5px;
}
.row.row-xs > [class^=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.row.row-sm {
  margin-right: -10px;
  margin-left: -10px;
}
.row.row-sm > [class^=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 1200px) {
  .row.row-xxl {
    margin-right: -40px;
    margin-left: -40px;
  }
  .row.row-xxl > [class^=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.text-center {
  text-align: center;
}
.image-border-radius {
  border-radius: 20px;
}
.image-border-radius img {
  border-radius: 20px;
}
.image-border {
  position: relative;
}
.image-border:after {
  position: absolute;
  content: '';
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 5px solid rgba(255, 255, 255, 0.38);
}
.image-border.image-border-radius:after {
  border-radius: 20px;
}
.tooltip-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.tooltip-wrapper .tooltip_text {
  position: absolute;
  left: 40px;
  top: -10px;
  width: 70%;
  max-width: 400px;
  padding: 15px;
  background: #FFFFFF;
  border: 3px solid #1290cb;
  border-radius: 17px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-25px);
  transition: all 0.3s ease;
}
.tooltip-wrapper .tooltip_text a {
  color: #ffffff;
}
.tooltip-wrapper .tooltip_text svg {
  position: absolute;
  left: -11px;
  top: 15px;
}
.tooltip-wrapper .tooltip_text svg path:first-child {
  stroke: #1290cb;
}
.tooltip-wrapper .tooltip_text *:last-child {
  margin-bottom: 0;
}
.tooltip-wrapper .tooltip-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.tooltip-wrapper .tooltip-icon svg {
  display: block;
}
.tooltip-wrapper.active .tooltip_text {
  visibility: visible;
  opacity: 1;
  transform: translateX(0px);
}
.intro-heading {
  margin-bottom: clamp(40px, 4.16666667vw, 80px);
  position: relative;
}
.intro-heading .subtitle {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro-heading .subtitle .right-line,
.intro-heading .subtitle .left-line {
  width: 40px;
  height: 2px;
  border-radius: 5px;
  background-color: #071e46;
  position: relative;
  top: 1px;
}
.intro-heading .subtitle .right-line:after,
.intro-heading .subtitle .left-line:after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #3957d2;
  position: absolute;
}
.intro-heading .subtitle .right-line {
  margin-left: 10px;
}
.intro-heading .subtitle .right-line:after {
  content: "";
  left: 100%;
  margin-left: 2px;
}
.intro-heading .subtitle .left-line {
  margin-right: 10px;
}
.intro-heading .subtitle .left-line:after {
  margin-right: 2px;
  right: 100%;
}
.intro-heading .subtitle.before-title {
  margin-bottom: clamp(10px, 1.04166667vw, 20px);
}
.intro-heading .intro-title {
  margin: 0;
  letter-spacing: 0.2px;
}
.intro-heading .description {
  font-size: clamp(16px, 1.04166667vw, 20px);
  margin-top: clamp(20px, 1.5625vw, 30px);
  line-height: 1.5;
}
.intro-heading .cta-wrapper {
  margin-top: clamp(20px, 2.60416667vw, 50px);
  display: flex;
  flex-wrap: wrap;
}
.intro-heading .cta-wrapper .bt {
  margin-bottom: 5px;
}
.intro-heading .cta-wrapper .bt:not(:last-child) {
  margin-right: clamp(10px, 1.04166667vw, 20px);
}
.intro-heading:last-child {
  margin-bottom: 0;
}
.intro-heading.text-center .cta-wrapper {
  justify-content: center;
}
@media (min-width: 768px) {
  .intro-heading.columns-style {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .intro-heading.columns-style .heading-titles {
    width: 48%;
    max-width: 730px;
  }
  .intro-heading.columns-style .heading-content {
    max-width: 595px;
    width: 48%;
  }
  .intro-heading.center-heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
  }
  .intro-heading.center-heading .cta-wrapper,
  .intro-heading.center-heading .subtitle {
    justify-content: center;
  }
  .intro-heading.center-heading .description {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.intro-heading.right-description .heading-content {
  text-align: right;
}
.intro-heading.right-description .heading-content .cta-wrapper {
  justify-content: flex-end;
}
.section-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
}
.section-hero .banner-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section-hero .banner-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 767px) {
  .section-hero .banner-video:before {
    height: calc(100% - 65px);
  }
}
.section-hero .banner-video .video-trigger {
  position: absolute;
  width: clamp(34px, 1.97916667vw, 38px);
  height: clamp(34px, 1.97916667vw, 38px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
  font-size: 18px;
  z-index: 2;
  bottom: 4%;
  left: 4%;
}
.section-hero .banner-video .video-trigger svg {
  width: 10px;
}
.section-hero .banner-video .video-trigger .play-icon {
  display: none;
}
@media (max-width: 767px) {
  .section-hero .banner-video .video-trigger {
    bottom: 40%;
  }
}
.section-hero .hero-wrapper {
  padding-top: clamp(30px, 2.60416667vw, 50px);
  padding-bottom: clamp(50px, 3.64583333vw, 70px);
  display: flex;
  align-items: center;
  min-height: clamp(220px, 26.04166667vw, 500px);
}
.section-hero .hero-wrapper p,
.section-hero .hero-wrapper .breadcumb-navigation {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.section-hero .hero-wrapper p a,
.section-hero .hero-wrapper .breadcumb-navigation a {
  text-decoration: underline;
  color: #fff;
}
.section-hero .hero-wrapper .hero-headings .hero-title {
  color: #fff;
  font-size: clamp(64px, 5.72916667vw, 110px);
  margin: 0;
  line-height: 1.1;
}
.section-hero .hero-wrapper .hero-headings .hero-title span {
  position: relative;
  display: inline-block;
  color: #ffc200;
}
.section-hero .hero-wrapper .hero-headings .subtitle {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-size: 32px;
}
.section-hero .hero-wrapper .hero-headings .subtitle.before-title {
  margin-bottom: 10px;
}
.section-hero .hero-wrapper .hero-headings .subtitle.before-after {
  margin-top: 10px;
}
.section-hero .hero-content {
  border: 4px solid #000000;
  border-width: clamp(4px, 0.52083333vw, 10px);
  border-radius: 8px;
  background-color: #fff;
  padding: clamp(30px, 1.82291667vw, 35px);
  font-size: clamp(16px, 1.09375vw, 21px);
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -65px;
}
.section-hero .hero-content .cta-wrapper {
  margin-top: clamp(30px, 1.82291667vw, 35px);
}
.section-hero .hero-content .cta-wrapper .bt {
  width: 100%;
}
.section-hero:first-child {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .section-hero:first-child {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .section-hero:first-child {
    padding-top: 90px;
  }
}
@media (min-width: 1200px) {
  .section-hero:first-child {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .section-hero .container {
    display: flex;
    align-items: flex-end;
  }
  .section-hero .hero-content {
    margin-bottom: 0;
    position: relative;
    top: 35px;
    width: 50%;
  }
  .section-hero .hero-wrapper {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .section-hero + .page-section .section-inner {
    padding-top: 65px;
  }
  .section-hero .hero-wrapper .hero-headings .hero-title {
    font-size: 40px;
  }
  .section-hero .hero-wrapper .hero-headings .hero-title span:after {
    bottom: -5px;
  }
}
body.single-post .section-hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
body.single-post .section-hero .hero-wrapper {
  width: 70%;
  margin-right: 0;
  max-width: 985px;
}
body.single-post .section-hero .hero-wrapper .hero-headings .hero-title {
  font-size: clamp(48px, 4.16666667vw, 80px);
}
.section-content_w_image.bg-gray {
  z-index: 1;
}
.section-content_w_image.bg-gray:after {
  position: absolute;
  content: '';
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 75%;
  background: #F5F7F9;
  z-index: -1;
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
}
.section-content_w_image .row {
  align-items: center;
}
.section-content_w_image .row.image-left-side {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .section-content_w_image .row.image-left-side .column-content .column-content-inner {
    padding-right: 0;
    padding-left: clamp(20px, 3.64583333vw, 70px);
  }
}
.section-content_w_image .row:not(:first-child) {
  margin-top: clamp(50px, 6.77083333vw, 130px);
}
@media (min-width: 768px) {
  .section-content_w_image .column-content .column-content-inner {
    padding-right: clamp(20px, 3.64583333vw, 70px);
  }
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .item-title {
  font-size: clamp(30px, 2.60416667vw, 50px);
  margin: 0;
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .item-title span {
  color: #3957d2;
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .item-title + .content {
  margin-top: clamp(20px, 1.5625vw, 30px);
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .content .description {
  position: relative;
  margin-bottom: clamp(25px, 2.34375vw, 45px);
  line-height: 180%;
  font-size: clamp(16px, 1.04166667vw, 20px);
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .content .description ol {
  text-align: left;
  display: inline-block;
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-top: clamp(20px, 2.08333333vw, 40px);
  margin-bottom: 20px;
  padding: 0;
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .content .description ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  min-height: 60px;
  padding-left: clamp(70px, 5.20833333vw, 100px);
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .content .description ol li:not(:last-child) {
  margin-bottom: 30px;
}
.section-content_w_image .column-content .column-content-inner .content-wrapper .content .description ol li:before {
  content: counter(my-awesome-counter);
  font-family: 'Faustina', serif;
  font-size: clamp(60px, 5.20833333vw, 100px);
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 0;
  letter-spacing: -0.5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #FAF9F7;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
@media (max-width: 767.98px) {
  .section-content_w_image .column-content {
    margin-top: 25px;
  }
}
.section-content_w_image .full-width-content .column-content .column-content-inner {
  max-width: 1200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(40px, 3.64583333vw, 70px);
}
.section-content_w_image .full-width-content .column-content .column-content-inner .content .description {
  padding: 0;
}
.section-content_w_image .full-width-content .column-content .column-content-inner .content .description .vertical-line {
  display: none;
}
.section-content_w_image .column-image .image-wrapper {
  height: clamp(280px, 29.16666667vw, 560px);
  border-radius: 20px;
}
.section-content_w_image .column-image .video-trigger {
  position: relative;
  display: block;
}
.section-content_w_image .column-image .video-trigger svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: clamp(80px, 10.41666667vw, 200px);
  height: auto;
}
.section-content_w_image .column-image .video-trigger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.section-content_w_image .column-image .video-trigger:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-content_w_image .column-image .cta-wrapper {
  margin-top: clamp(30px, 3.125vw, 60px);
  text-align: center;
}
.section-content_w_video {
  z-index: 1;
}
.section-content_w_video:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: #F5F7F9;
  z-index: -1;
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
}
.section-content_w_video .content-wrapper {
  position: relative;
  margin-top: clamp(40px, 4.16666667vw, 80px);
}
.section-content_w_video .content-wrapper .video-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 43.75%;
  z-index: 2;
}
.section-content_w_video .content-wrapper .video-wrapper:after {
  position: absolute;
  content: '';
  top: clamp(10px, 1.5625vw, 30px);
  right: clamp(10px, 1.5625vw, 30px);
  bottom: clamp(10px, 1.5625vw, 30px);
  left: clamp(10px, 1.5625vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 0;
}
.section-content_w_video .content-wrapper .video-wrapper * {
  height: 100%;
}
.section-content_w_video .content-wrapper .video-wrapper .video-trigger {
  position: relative;
  display: block;
}
.section-content_w_video .content-wrapper .video-wrapper .video-trigger svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: clamp(80px, 8.33333333vw, 160px);
  height: auto;
}
.section-content_w_video .content-wrapper .video-wrapper .video-trigger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.section-content_w_video .content-wrapper .video-wrapper .video-trigger:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1023.98px) {
  .section-content_w_video .content-wrapper .video-wrapper {
    position: relative;
    width: calc(100% - 80px);
    height: 255px;
    right: 40px;
    left: 40px;
  }
}
@media (max-width: 767.98px) {
  .section-content_w_video .content-wrapper .video-wrapper {
    position: relative;
    width: calc(100% - 40px);
    height: 255px;
    right: 20px;
    left: 20px;
  }
}
.section-content_w_video .content-wrapper .text-wrapper {
  position: relative;
  background-color: #fff;
  padding: clamp(35px, 3.125vw, 60px);
  box-shadow: 0px 0px 100px 5px rgba(0, 0, 0, 0.05);
  min-height: clamp(300px, 29.16666667vw, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.section-content_w_video .content-wrapper .text-wrapper svg {
  width: clamp(35px, 4.42708333vw, 85px);
  height: clamp(35px, 4.42708333vw, 85px);
}
.section-content_w_video .content-wrapper .text-wrapper:after {
  position: absolute;
  content: '';
  top: clamp(12px, 1.5625vw, 30px);
  right: clamp(12px, 1.5625vw, 30px);
  bottom: clamp(12px, 1.5625vw, 30px);
  left: clamp(12px, 1.5625vw, 30px);
  border: 1px solid #194795;
  z-index: -1;
}
.section-content_w_video .content-wrapper .text-wrapper .text-content {
  max-width: 635px;
  margin: 0 auto;
}
.section-content_w_video .content-wrapper .text-wrapper .text {
  font-style: italic;
  font-size: clamp(12px, 1.5625vw, 30px);
  line-height: 160%;
}
.section-content_w_video .content-wrapper .text-wrapper.is-quote .text {
  position: relative;
  margin-top: clamp(25px, 3.125vw, 60px);
  margin-bottom: clamp(12px, 1.5625vw, 30px);
  padding-left: clamp(18px, 2.08333333vw, 40px);
}
.section-content_w_video .content-wrapper .text-wrapper.is-quote .text .vertical-line {
  position: absolute;
  border-radius: 5px;
  background-color: #3957d2;
  width: 2px;
  top: 10px;
  bottom: 10px;
  left: 0;
  margin: auto;
}
.section-content_w_video .content-wrapper .text-wrapper.is-quote .text .vertical-line:after {
  content: "";
  width: 2px;
  height: 2px;
  top: -5px;
  border-radius: 50%;
  background-color: #3957d2;
  position: absolute;
}
@media (max-width: 1023.98px) {
  .section-content_w_video .content-wrapper .text-wrapper.is-quote .text .vertical-line {
    top: 5px;
    bottom: 0;
  }
}
.section-content_w_video .content-wrapper .text-wrapper.is-quote .quoteby .name {
  font-size: clamp(12px, 1.04166667vw, 20px);
  font-weight: 500;
  line-height: 120%;
  color: #071E46;
  margin: 0;
}
.section-content_w_video .content-wrapper .text-wrapper.is-quote .quoteby .position {
  font-size: clamp(10px, 0.83333333vw, 16px);
  line-height: 181%;
}
@media (max-width: 1023.98px) {
  .section-content_w_video .content-wrapper .text-wrapper {
    min-height: auto;
    margin-top: 25px;
  }
}
.section-image_video {
  background-color: #fff;
}
.section-image_video.bg-gray {
  z-index: 1;
}
.section-image_video.bg-gray:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F5F7F9;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}
.section-image_video.bg-blue {
  z-index: 1;
}
.section-image_video.bg-blue:after {
  position: absolute;
  content: '';
  bottom: 18%;
  left: 0;
  width: 100%;
  height: 55%;
  background: linear-gradient(109.8deg, #0d2961 0%, #194795 50%, #2968d1 100%);
  z-index: -1;
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%);
}
@media (max-width: 1023.98px) {
  .section-image_video.bg-blue:after {
    bottom: 10%;
    height: 48%;
  }
}
@media (max-width: 767.98px) {
  .section-image_video.bg-blue:after {
    height: 24%;
  }
}
.section-image_video .video-trigger {
  position: relative;
  display: block;
}
.section-image_video .video-trigger svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: clamp(80px, 10.41666667vw, 200px);
  height: auto;
}
.section-image_video .video-trigger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.section-image_video .video-trigger:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.section-image_video .image-wrapper {
  box-shadow: 0px 0px 100px 5px rgba(0, 0, 0, 0.05);
}
.section-image_video .image-wrapper.remove_image_box_shadow {
  box-shadow: none;
}
.section-image_video .image-wrapper.image-border {
  position: relative;
}
.section-image_video .image-wrapper.image-border:after {
  position: absolute;
  content: '';
  top: clamp(10px, 1.5625vw, 30px);
  right: clamp(10px, 1.5625vw, 30px);
  bottom: clamp(10px, 1.5625vw, 30px);
  left: clamp(10px, 1.5625vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.section-slider_logos .logos-wrapper {
  background-color: #fff;
  border-radius: 24px;
  border: 2px solid #071e46;
  padding: 20px;
  position: relative;
  z-index: 1;
  padding-top: clamp(20px, 2.34375vw, 45px);
  padding-left: clamp(30px, 3.64583333vw, 70px);
  padding-right: clamp(30px, 3.64583333vw, 70px);
  padding-bottom: clamp(35px, 3.125vw, 60px);
}
.section-slider_logos .logos-wrapper .slick-track {
  display: flex;
  align-items: center;
}
.section-slider_logos .logos-wrapper .slick-list {
  margin: 0 -20px;
}
.section-slider_logos .logos-wrapper .slick-slide {
  margin: 0 20px;
}
.section-slider_logos .logos-wrapper .logo-item {
  display: flex;
  justify-content: center;
}
.section-slider_logos .logos-wrapper .logo-item img {
  filter: grayscale(1);
  transition: all 0.3s;
  max-height: 94px;
  max-width: 75%;
  margin: auto;
  display: block;
}
.section-slider_logos .logos-wrapper .logo-item:hover img {
  filter: grayscale(0);
}
.section-slider_logos .logos-wrapper .arrows {
  top: 25%;
  position: absolute;
  border: none;
  background: transparent;
  z-index: 10;
}
.section-slider_logos .logos-wrapper .arrows.prev {
  left: -50px;
}
@media (max-width: 1280px) {
  .section-slider_logos .logos-wrapper .arrows.prev {
    left: 0;
  }
}
.section-slider_logos .logos-wrapper .arrows.next {
  right: -50px;
}
@media (max-width: 1280px) {
  .section-slider_logos .logos-wrapper .arrows.next {
    right: 0;
  }
}
.section-slider_logos .logos-wrapper .arrows i {
  font-size: clamp(30px, 2.08333333vw, 40px);
}
.section-slider_logos .logos-wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
}
.section-slider_logos .logos-wrapper .slick-arrow.slick-next {
  left: 100%;
}
.section-slider_logos .logo_wrapper {
  max-width: 1151px;
  margin-left: auto;
  margin-right: auto;
}
.section-slider_logos .note-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  transform: translateY(-50%);
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-slider_logos .note-wrapper span {
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  background-color: #ffc200;
  color: #071e46;
  padding: 10px 25px;
  font-weight: 600;
}
.section-slider_logos .note-wrapper span b {
  font-weight: 800;
}
.section-slider_logos .note-wrapper span:hover {
  background-color: #ffc200;
  color: #071e46;
}
.section-embed_code {
  position: relative;
}
.section-embed_code .embed-code-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1460px;
}
.section-embed_code .fsRowBody input[type=radio]:before,
.section-embed_code .fsRowBody input[type=radio]:checked:before,
.section-embed_code .fsRowBody input[type=checkbox]:before,
.section-embed_code .fsRowBody input[type=checkbox]:checked:before {
  display: block !important;
}
.section-embed_code .fsBody .fsForm {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .section-embed_code .fsBody .fsForm {
    padding: 0 13%;
  }
}
.section-embed_code .fsBody .fsSectionHeader {
  display: none;
}
.section-embed_code .fsBody .fsRowBody {
  margin-bottom: clamp(20px, 2.08333333vw, 40px) !important;
}
.section-embed_code .fsBody .fsLabel,
.section-embed_code .fsBody label {
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
}
.section-embed_code .fsRowBody input[type=text],
.section-embed_code .fsRowBody input[type=email],
.section-embed_code .fsRowBody input[type=number],
.section-embed_code .fsRowBody input[type=tel],
.section-embed_code .fsForm select,
.section-embed_code .fsForm textarea,
.section-embed_code .fsRowBody input[type=text].fsRequired,
.section-embed_code .fsRowBody input[type=email].fsRequired,
.section-embed_code .fsRowBody input[type=number].fsRequired,
.section-embed_code .fsRowBody input[type=tel].fsRequired,
.section-embed_code .fsForm select.fsRequired,
.section-embed_code .fsForm textarea.fsRequired {
  font-size: clamp(16px, 1.25vw, 24px);
  color: #000000;
  padding: 0 16px;
  height: clamp(40px, 3.125vw, 60px);
  border: 2px solid #000000;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  line-height: initial;
}
.section-embed_code .fsRowBody input[type=text] ::-webkit-input-placeholder,
.section-embed_code .fsRowBody input[type=email] ::-webkit-input-placeholder,
.section-embed_code .fsRowBody input[type=number] ::-webkit-input-placeholder,
.section-embed_code .fsRowBody input[type=tel] ::-webkit-input-placeholder,
.section-embed_code .fsForm select ::-webkit-input-placeholder,
.section-embed_code .fsForm textarea ::-webkit-input-placeholder,
.section-embed_code .fsRowBody input[type=text].fsRequired ::-webkit-input-placeholder,
.section-embed_code .fsRowBody input[type=email].fsRequired ::-webkit-input-placeholder,
.section-embed_code .fsRowBody input[type=number].fsRequired ::-webkit-input-placeholder,
.section-embed_code .fsRowBody input[type=tel].fsRequired ::-webkit-input-placeholder,
.section-embed_code .fsForm select.fsRequired ::-webkit-input-placeholder,
.section-embed_code .fsForm textarea.fsRequired ::-webkit-input-placeholder {
  color: #acacac !important;
}
.section-embed_code .fsRowBody input[type=text] :-moz-placeholder,
.section-embed_code .fsRowBody input[type=email] :-moz-placeholder,
.section-embed_code .fsRowBody input[type=number] :-moz-placeholder,
.section-embed_code .fsRowBody input[type=tel] :-moz-placeholder,
.section-embed_code .fsForm select :-moz-placeholder,
.section-embed_code .fsForm textarea :-moz-placeholder,
.section-embed_code .fsRowBody input[type=text].fsRequired :-moz-placeholder,
.section-embed_code .fsRowBody input[type=email].fsRequired :-moz-placeholder,
.section-embed_code .fsRowBody input[type=number].fsRequired :-moz-placeholder,
.section-embed_code .fsRowBody input[type=tel].fsRequired :-moz-placeholder,
.section-embed_code .fsForm select.fsRequired :-moz-placeholder,
.section-embed_code .fsForm textarea.fsRequired :-moz-placeholder {
  color: #acacac !important;
}
.section-embed_code .fsRowBody input[type=text] ::-moz-placeholder,
.section-embed_code .fsRowBody input[type=email] ::-moz-placeholder,
.section-embed_code .fsRowBody input[type=number] ::-moz-placeholder,
.section-embed_code .fsRowBody input[type=tel] ::-moz-placeholder,
.section-embed_code .fsForm select ::-moz-placeholder,
.section-embed_code .fsForm textarea ::-moz-placeholder,
.section-embed_code .fsRowBody input[type=text].fsRequired ::-moz-placeholder,
.section-embed_code .fsRowBody input[type=email].fsRequired ::-moz-placeholder,
.section-embed_code .fsRowBody input[type=number].fsRequired ::-moz-placeholder,
.section-embed_code .fsRowBody input[type=tel].fsRequired ::-moz-placeholder,
.section-embed_code .fsForm select.fsRequired ::-moz-placeholder,
.section-embed_code .fsForm textarea.fsRequired ::-moz-placeholder {
  color: #acacac !important;
}
.section-embed_code .fsRowBody input[type=text] :-ms-input-placeholder,
.section-embed_code .fsRowBody input[type=email] :-ms-input-placeholder,
.section-embed_code .fsRowBody input[type=number] :-ms-input-placeholder,
.section-embed_code .fsRowBody input[type=tel] :-ms-input-placeholder,
.section-embed_code .fsForm select :-ms-input-placeholder,
.section-embed_code .fsForm textarea :-ms-input-placeholder,
.section-embed_code .fsRowBody input[type=text].fsRequired :-ms-input-placeholder,
.section-embed_code .fsRowBody input[type=email].fsRequired :-ms-input-placeholder,
.section-embed_code .fsRowBody input[type=number].fsRequired :-ms-input-placeholder,
.section-embed_code .fsRowBody input[type=tel].fsRequired :-ms-input-placeholder,
.section-embed_code .fsForm select.fsRequired :-ms-input-placeholder,
.section-embed_code .fsForm textarea.fsRequired :-ms-input-placeholder {
  /* IE 10+ */
  color: #acacac !important;
}
.section-embed_code .fsForm textarea {
  height: clamp(80px, 6.25vw, 120px);
}
.section-embed_code .fsSubmit input.fsSubmitButton {
  position: relative;
  display: inline-block;
  padding: 11px 25px 9px;
  background-color: #1290cb !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-weight: 900;
  font-size: clamp(16px, 1.25vw, 24px) !important;
  line-height: clamp(20px, 1.875vw, 36px);
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
  min-width: clamp(200px, 13.02083333vw, 250px);
  max-width: 100%;
  border: 2px solid #1290cb !important;
  font-family: 'Poppins', sans-serif;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-embed_code .fsSubmit input.fsSubmitButton svg {
  margin-left: clamp(10px, 1.04166667vw, 20px);
  transition: all 0.3s;
  position: relative;
  top: -2px;
}
.section-embed_code .fsSubmit input.fsSubmitButton svg path {
  transition: all 0.3s;
}
.section-embed_code .fsSubmit input.fsSubmitButton:hover {
  background-color: #071e46 !important;
  border-color: #071e46 !important;
  color: #fff !important;
}
.section-embed_code .fsSubmit input.fsSubmitButton:hover svg {
  transform: translateX(5px);
}
.section-embed_code .fsValidationError {
  box-shadow: none !important;
  background-color: transparent !important;
}
.section-embed_code .fsValidationError .fsLabel,
.section-embed_code .fsValidationError .fsRequiredLabel,
.section-embed_code .fsValidationError .fsRequiredMarker {
  color: #1290cb !important;
}
.section-embed_code .fsValidationError .fsField {
  border-color: #1290cb !important;
}
.section-embed_code div.fsError {
  border: 1px solid #1290cb !important;
  color: #1290cb !important;
  padding: 16px !important;
  border-radius: 8px;
  margin-bottom: 16px;
  background-color: #FFFBFB !important;
  font-size: clamp(16px, 1.04166667vw, 20px);
}
.section-embed_code .fsRowBody input[type=radio],
.section-embed_code .fsRowBody input[type=checkbox] {
  top: clamp(3px, 0.26041667vw, 5px) !important;
  border: 2px solid #ffffff;
  width: 16px;
  height: 16px;
}
@media (max-width: 40em) {
  .section-embed_code label.fsOptionLabel {
    background-color: transparent !important;
    color: #000 !important;
  }
}
@media (min-width: 641px) {
  .section-embed_code .fsBody .fsRowBody[fs-field-type="name"] .fsSubFieldGroup {
    display: flex;
    justify-content: space-between;
  }
  .section-embed_code .fsBody .fsRowBody[fs-field-type="name"] .fsSubFieldGroup .fsSubField {
    width: 48% !important;
    margin-right: 0 !important;
  }
}
.section-cta .cta-container {
  border: 1px solid #194795;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: clamp(9px, 1.5625vw, 30px);
  padding-bottom: clamp(9px, 1.5625vw, 30px);
  padding-right: clamp(6px, 1.5625vw, 30px);
  padding-left: clamp(6px, 1.5625vw, 30px);
}
.section-cta .cta-container .cta-content {
  border: 1px solid #194795;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: clamp(24px, 3.125vw, 60px);
}
.section-cta .cta-container .cta-content .intro-heading {
  text-align: center;
}
.section-cta .cta-container .cta-content .intro-heading .subtitle,
.section-cta .cta-container .cta-content .intro-heading .cta-wrapper {
  justify-content: center;
}
.section-cta .section-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(120.73deg, #0d2961 0%, #194795 42.65%, #2968d1 85.29000000000001%);
}
.section-cta .section-inner.hide_background_gradient:before {
  display: none;
}
.section-cta .section-inner.hide_background_gradient .cta-container .cta-content {
  background-color: #fff;
}
.section-testimonials .testimonials-featured {
  margin-bottom: 90px;
}
.section-testimonials .testimonials-featured .item {
  position: relative;
}
.section-testimonials .testimonials-featured .item .item-inner:after {
  bottom: -50px;
  left: 29%;
}
@media (max-width: 767px) {
  .section-testimonials .intro-heading .cta-container {
    display: none;
  }
}
.section-testimonials .item .item-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 55%;
  width: clamp(111px, 9.375vw, 180px);
  height: clamp(76px, 6.25vw, 120px);
  background-image: url(https://adult.srv2.softwareimc.app/wp-content/themes/acf/assets/less/../images/quotes.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.section-testimonials .item .item-text {
  padding: clamp(30px, 4.16666667vw, 80px);
  border: 2px solid #0B2551;
  border-radius: 20px;
  margin-top: clamp(30px, 3.38541667vw, 65px);
  margin-bottom: clamp(30px, 3.38541667vw, 65px);
  max-width: 90%;
}
.section-testimonials .item .item-name {
  font-size: clamp(18px, 1.25vw, 24px);
  margin-top: clamp(16px, 1.04166667vw, 20px);
}
.section-testimonials .item .description {
  max-width: 65%;
  text-align: justify;
}
.section-testimonials .item .item-image {
  width: clamp(287px, 24.73958333vw, 475px);
  height: clamp(287px, 24.73958333vw, 475px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.section-testimonials .item .item-image:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  border-top-right-radius: clamp(42px, 5.78125vw, 111px);
  border-bottom-left-radius: clamp(106px, 17.70833333vw, 340px);
  border: 2px solid #0B2551;
}
.section-testimonials .item .item-image-inner {
  height: 100%;
  border-top-right-radius: clamp(42px, 5.78125vw, 111px);
  border-bottom-left-radius: clamp(106px, 17.70833333vw, 340px);
  overflow: hidden;
  border: 1px solid #000;
}
@media (max-width: 1023px) {
  .section-testimonials .item .item-inner:after {
    bottom: -16px;
  }
}
@media (max-width: 767px) {
  .section-testimonials .item .item-text {
    padding-top: 225px;
    max-width: 100%;
    border-radius: 0px 0px 40px 0px;
    border-left: 0;
  }
  .section-testimonials .item .description {
    max-width: 100%;
  }
  .section-testimonials .item .item-image {
    top: -65px;
    transform: none;
    left: 30px;
    right: unset;
  }
  .section-testimonials .item .item-inner:after {
    top: 177px;
    left: 240px;
    bottom: unset;
  }
}
.section-testimonials .has-featured-item .item .item-image {
  right: unset;
  left: 0;
}
.section-testimonials .has-featured-item .item .item-image:before {
  left: 9px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: clamp(42px, 5.78125vw, 111px);
  border-bottom-right-radius: clamp(106px, 17.70833333vw, 340px);
}
.section-testimonials .has-featured-item .item .item-text {
  padding-left: 35%;
  padding-left: clamp(250px, 19.79166667vw, 380px);
  margin-left: 10%;
}
.section-testimonials .has-featured-item .item .description {
  max-width: unset;
  text-align: justify;
}
.section-testimonials .has-featured-item .item .item-image-inner {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: clamp(42px, 5.78125vw, 111px);
  border-bottom-right-radius: clamp(106px, 17.70833333vw, 340px);
}
@media (max-width: 767px) {
  .section-testimonials .has-featured-item .item .item-image {
    left: 30px;
  }
  .section-testimonials .has-featured-item .item .item-text {
    padding-left: 20px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .section-testimonials .testimonials-slider,
  .section-testimonials .testimonials-featured {
    margin-top: 100px;
  }
  .section-testimonials .testimonials-featured .item .item-text {
    padding-top: 245px;
  }
  .section-testimonials .testimonials-featured .item .item-inner:after {
    bottom: unset;
    top: 165px;
  }
  .section-testimonials .testimonials-arrows-container {
    justify-content: center;
  }
  .section-testimonials .container.mobile-padding {
    padding-left: 0;
  }
}
.section-testimonials .slick-list {
  overflow: visible;
}
.section-testimonials .slick-track {
  gap: 0;
}
.section-testimonials .slick-arrow {
  width: clamp(71px, 5.98958333vw, 115px);
  height: clamp(40px, 3.38541667vw, 65px);
}
.section-testimonials .slick-arrow svg {
  max-width: 65%;
}
.section-testimonials .cta-container-mobile {
  text-align: center;
  margin-top: 40px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .section-testimonials .cta-container-mobile {
    display: none;
  }
}
@media (max-width: 480px) {
  .section-testimonials .cta-container-mobile .bt {
    width: 100%;
  }
}
.slick-arrow {
  width: clamp(40px, 5.98958333vw, 115px);
  height: clamp(40px, 3.38541667vw, 65px);
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 100px;
  border: 2px solid #0B2551;
  background: #ffc200;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow svg {
  max-width: 65%;
}
.slick-arrow.slick-prev {
  left: 25px;
}
.slick-arrow.slick-next {
  right: 25px;
}
.slick-arrow.slick-disabled {
  background-color: #fff;
}
.append-arrows-container {
  display: flex;
  gap: 20px;
  position: absolute;
  bottom: -20px;
}
.append-arrows-container .slick-arrow {
  position: static;
  transform: none;
}
.append-arrows-container.has-featured-item {
  margin-top: 40px;
  justify-content: center;
}
.section-content_w_form .content-wrapper {
  border: 2px solid #071e46;
  border-radius: 20px;
  padding: 50px 20px;
  position: relative;
  text-align: center;
}
.section-content_w_form .intro-heading {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.section-content_w_form .form-wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.section-content_w_form .form-wrapper .wpcf7 label {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 12px;
  width: 100%;
}
.section-content_w_form .form-wrapper .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.section-content_w_form .form-wrapper .wpcf7 input,
.section-content_w_form .form-wrapper .wpcf7 select,
.section-content_w_form .form-wrapper .wpcf7 textarea {
  border-radius: 100px;
  border: 1px solid #0B2551;
  font-size: 1.04166667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 24px;
  color: #071e46;
  line-height: 1 !important;
  height: auto;
  width: 100%;
}
.section-content_w_form .form-wrapper .wpcf7 textarea {
  padding: 24px;
  border-radius: 24px;
}
.section-content_w_form .form-wrapper .wpcf7 .wpcf7-submit {
  font-weight: 700;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.section-content_w_form .form-wrapper .wpcf7 .wpcf7-submit:hover {
  color: #fff;
}
.section-wysiwyg .intro-heading .intro-title {
  color: #000;
  font-size: clamp(22px, 2.1875vw, 42px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.section-wysiwyg .intro-heading .heading-content .description {
  color: #000;
  text-align: center;
  font-size: clamp(16px, 1.25vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 1216px;
  margin-left: auto;
  margin-right: auto;
}
.section-wysiwyg .intro-heading .heading-content .cta-wrapper .btn {
  color: #FFF;
  font-size: clamp(16px, 1.25vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-wysiwyg .intro-heading.content-center {
  text-align: center;
}
.section-wysiwyg .intro-heading.content-center .heading-content .cta-wrapper {
  justify-content: center;
  margin-top: 25px;
}
.worldmap {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .worldmap svg {
    position: absolute;
    left: 35%;
    top: 0;
    height: 700px;
    width: auto;
    transform: translate(-30%, 0);
  }
}
@media (max-width: 600px) {
  .worldmap svg {
    height: 650px;
  }
}
@media (max-width: 500px) {
  .worldmap svg {
    height: 600px;
  }
}
@media (max-width: 450px) {
  .worldmap svg {
    height: 500px;
  }
}
@media (min-width: 700px) {
  svg {
    width: 100%;
    height: 100%;
  }
}
/* modal */
.modal {
  position: fixed;
  z-index: 1;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  padding: 30px 20px 20px;
  margin: 0 20px;
  width: calc(60%);
  max-width: 350px;
  border: 1px solid #888;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  top: 50%;
}
@media (min-width: 350px) {
  .modal-content {
    margin: auto;
  }
}
/* Add Animation */
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
path {
  fill: #D9D9D9;
}
.selected-area {
  fill: #1290cb;
  cursor: pointer;
}
.section-map .selected-area {
  transition: all 0.3s;
}
.section-map .selected-area:hover {
  fill: #ffc200;
}
.section-map .intro-heading {
  transition: all 0.3s;
  filter: blur(0);
}
.section-map .worldmap {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  filter: blur(0);
}
.section-map .worldmap svg {
  max-width: 100%;
  height: auto;
  width: 100%;
  max-height: 90vh;
  position: static !important;
  transform: translate(0%, 0) !important;
}
.section-map .modal {
  padding-top: 0;
  position: absolute;
  opacity: 0;
  transform: scale(0, 0);
  transition: all 1s;
}
.section-map .modal.current-modal {
  opacity: 1;
  transform: scale(1, 1);
}
.section-map .modal-content {
  transform: translateY(-50%);
  max-width: 1056px;
  padding: clamp(40px, 2.60416667vw, 50px);
  max-height: 80%;
  overflow: auto;
}
.section-map .modal-content .description {
  text-align: justify;
}
.section-map .modal-content .modal-heading {
  margin-bottom: clamp(30px, 2.08333333vw, 40px);
  display: flex;
  align-items: center;
}
.section-map .modal-content .modal-heading img {
  width: 60px;
  margin-right: 10px;
}
.section-map .modal-content .close {
  top: clamp(30px, 2.08333333vw, 40px);
  right: clamp(40px, 2.60416667vw, 50px);
}
.section-map .modal-content .close svg * {
  stroke: #5f5c5c;
}
@media (max-width: 767px) {
  .section-map .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-map .modal-content .close {
    top: 20px;
    right: 20px;
  }
}
.section-map.modal-open .intro-heading,
.section-map.modal-open .worldmap {
  filter: blur(4px);
}
#tooltip {
  background-color: #1290cb;
  padding-right: 7px;
  color: #fff;
  border: 1px solid #000;
}
#tooltip img {
  max-height: 30px;
  margin-right: 5px;
}
.section-team .team-members .card {
  margin-bottom: 24px;
}
.section-team .team-members .card .image {
  position: relative;
}
.section-team .team-members .card .member-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  filter: grayscale(1);
}
.section-team .team-members .card .member-image + img {
  opacity: 0;
  visibility: hidden;
}
.section-team .team-members .card .card-body {
  margin-top: 15px;
  text-align: center;
}
.section-team .team-members .card .card-body .name {
  text-transform: uppercase;
  margin: 0;
}
.section-team .team-members .card .card-body .designation {
  color: #071e46;
  margin: 0;
}
.section-team .team-members .card a:hover .member-image {
  filter: grayscale(0);
}
.section-team-content {
  padding-top: clamp(100px, 10.41666667vw, 200px);
  padding-bottom: clamp(50px, 6.77083333vw, 130px);
}
.section-team-content .section-inner {
  padding-top: 0;
}
.section-team-content .container {
  max-width: 1500px;
}
.section-team-content h3 {
  font-size: clamp(18px, 1.25vw, 24px);
}
.section-team-content .description {
  margin-top: clamp(20px, 1.5625vw, 30px);
  text-align: justify;
}
.section-team-content .breadcumb-wrapper {
  margin-bottom: 30px;
}
.section-team-content .user-links {
  margin-top: 30px;
  display: flex;
  align-items: center;
  font-size: clamp(18px, 1.25vw, 24px);
  font-family: 'Faustina', serif;
  font-weight: 600;
}
.section-team-content .user-links ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
}
.section-team-content .user-links ul li {
  margin-right: 10px;
}
.section-team-content .item-image {
  max-width: 395px;
  position: relative;
}
.section-team-content .item-image:after {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  border-top-right-radius: clamp(42px, 5.78125vw, 111px);
  border-bottom-left-radius: clamp(106px, 17.70833333vw, 340px);
  border: 2px solid #0b2551;
}
.section-team-content .item-image .item-image-inner {
  height: 100%;
  border-top-right-radius: clamp(42px, 5.78125vw, 111px);
  border-bottom-left-radius: clamp(106px, 17.70833333vw, 340px);
  overflow: hidden;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .section-team-content .item-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.section-video_embed .container {
  max-width: 1200px;
}
.section-video_embed .video-wrapper {
  position: relative;
  padding-bottom: 55.15%;
  /* 16:9 */
  height: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 10px solid #ffc200;
}
.section-video_embed .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-video_embed .description {
  margin-top: 20px;
  text-align: center;
}
.section-resources .col-resource {
  margin-bottom: 40px;
}
.section-resources .resource-item {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.section-resources .resource-item .image {
  position: relative;
  display: block;
}
.section-resources .resource-item .image img {
  border-radius: 24px;
}
.section-resources .resource-item .book-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-resources .resource-item .book-image + img {
  opacity: 0;
  visibility: hidden;
}
.section-resources .resource-item .resource-content {
  padding-top: 15px;
  text-align: center;
}
.section-resources .resource-item .resource-content p {
  font-size: 16px;
  text-transform: uppercase;
  color: #A0A0A0;
  margin-bottom: 2px;
}
.section-resources .resource-item .resource-content h4 {
  font-size: 20px;
  margin-bottom: 16px;
}
.section-resources .resource-item .bt {
  margin-top: auto;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.section-gallery .gallery-wrapper {
  margin: -15px;
}
.section-gallery .gallery-wrapper .col-image {
  display: block;
  padding: 15px;
}
.section-gallery .gallery-wrapper .image {
  height: clamp(350px, 36.45833333vw, 700px);
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-gallery .gallery-wrapper {
    position: relative;
  }
  .section-gallery .gallery-wrapper.images-1 .col-image {
    width: 100%;
  }
  .section-gallery .gallery-wrapper.images-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .section-gallery .gallery-wrapper.images-2 .image {
    height: clamp(350px, 26.04166667vw, 500px);
  }
  .section-gallery .gallery-wrapper.images-2 .col-image {
    width: 50%;
  }
  .section-gallery .gallery-wrapper.images-3 {
    display: flex;
    flex-wrap: wrap;
  }
  .section-gallery .gallery-wrapper.images-3 .col-image {
    width: 65%;
  }
  .section-gallery .gallery-wrapper.images-3 .col-image:nth-of-type(1),
  .section-gallery .gallery-wrapper.images-3 .col-image:nth-of-type(3) {
    width: 35%;
  }
  .section-gallery .gallery-wrapper.images-3 .col-image:nth-of-type(1) .image,
  .section-gallery .gallery-wrapper.images-3 .col-image:nth-of-type(3) .image {
    height: clamp(175px, 17.44791667vw, 335px);
  }
  .section-gallery .gallery-wrapper.images-3 .col-image:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .section-gallery .gallery-wrapper.images-4 {
    display: flex;
    flex-wrap: wrap;
  }
  .section-gallery .gallery-wrapper.images-4 .image {
    height: clamp(175px, 17.44791667vw, 335px);
  }
  .section-gallery .gallery-wrapper.images-4 .col-image {
    width: 50%;
  }
  .section-gallery .gallery-wrapper.images-5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    grid-auto-rows: minmax(100px, auto);
    margin: 0;
  }
  .section-gallery .gallery-wrapper.images-5 .col-image {
    padding: 0;
  }
  .section-gallery .gallery-wrapper.images-5 .col-image .image {
    height: clamp(175px, 17.44791667vw, 335px);
  }
  .section-gallery .gallery-wrapper.images-5 .col-image:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .section-gallery .gallery-wrapper.images-5 .col-image:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1/3;
  }
  .section-gallery .gallery-wrapper.images-5 .col-image:nth-of-type(2) .image {
    height: clamp(350px, 36.45833333vw, 700px);
  }
  .section-gallery .gallery-wrapper.images-5 .col-image:nth-of-type(3) {
    grid-column: 3;
    grid-row: 1;
  }
  .section-gallery .gallery-wrapper.images-5 .col-image:nth-of-type(4) {
    grid-column: 1;
    grid-row: 2;
  }
  .section-gallery .gallery-wrapper.images-5 .col-image:nth-of-type(5) {
    grid-column: 3;
    grid-row: 2;
  }
  .section-gallery .gallery-wrapper.images-6 {
    display: flex;
    flex-wrap: wrap;
  }
  .section-gallery .gallery-wrapper.images-6 .image {
    height: clamp(175px, 17.44791667vw, 335px);
  }
  .section-gallery .gallery-wrapper.images-6 .col-image {
    width: 33.33%;
  }
  .section-gallery .gallery-wrapper.more-6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-gallery .gallery-wrapper.more-6 .image {
    height: clamp(175px, 17.44791667vw, 335px);
  }
  .section-gallery .gallery-wrapper.more-6 .col-image {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .section-gallery .gallery-wrapper {
    padding-bottom: 50px;
  }
  .section-gallery .gallery-wrapper .slick-list {
    overflow: initial;
  }
}
.listing-items .room-item {
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.25);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: clamp(10px, 1.04166667vw, 20px);
}
@media (max-width: 480.98px) {
  .listing-items .room-item {
    margin-bottom: 20px;
  }
}
.listing-items .room-item .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: clamp(100px, 9.375vw, 180px);
  width: 100%;
  object-fit: cover;
}
@media (max-width: 480.98px) {
  .listing-items .room-item .card-img-top {
    height: clamp(220px, 13.02083333vw, 250px);
  }
}
.listing-items .room-item .card-body {
  padding: clamp(5px, 0.52083333vw, 10px);
  background-color: #f5f5f5;
}
@media (max-width: 480.98px) {
  .listing-items .room-item .card-body {
    padding: 10px;
  }
}
.listing-items .room-item .card-body .top_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b5b5b5;
}
.listing-items .room-item .card-body .top_bar .card-title {
  margin-bottom: 0;
  font-size: clamp(10px, 0.9375vw, 18px);
}
@media (max-width: 480.98px) {
  .listing-items .room-item .card-body .top_bar .card-title {
    font-size: 18px;
  }
}
.listing-items .room-item .card-body .top_bar .age_wrapper {
  display: flex;
  gap: 5px;
}
.listing-items .room-item .card-body .top_bar .age_wrapper .age {
  margin-bottom: 0;
  font-size: clamp(10px, 0.9375vw, 18px);
}
@media (max-width: 480.98px) {
  .listing-items .room-item .card-body .top_bar .age_wrapper .age {
    font-size: 18px;
  }
}
.listing-items .room-item .card-body .top_bar .age_wrapper img {
  height: 18px;
  height: clamp(8px, 0.9375vw, 18px);
}
@media (max-width: 480.98px) {
  .listing-items .room-item .card-body .top_bar .age_wrapper img {
    height: 18px;
  }
}
.listing-items .room-item .card-body .meta-info {
  padding-top: 5px;
  display: flex;
  align-items: center;
  font-size: clamp(8px, 0.72916667vw, 14px);
}
@media (max-width: 480.98px) {
  .listing-items .room-item .card-body .meta-info {
    font-size: 14px;
  }
}
.listing-items .room-item .card-body .meta-info img {
  height: clamp(8px, 0.9375vw, 18px);
  margin-right: clamp(5px, 0.78125vw, 15px);
}
@media (max-width: 480.98px) {
  .listing-items .room-item .card-body .meta-info img {
    height: 15px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pagination li {
  list-style: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a {
  padding: 10px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin: 0 5px;
  border-radius: 5px;
}
.pagination li a:hover {
  background-color: #2878d7;
  color: #fff;
}
.pagination li.active a {
  background-color: #dadada;
}
@media (max-width: 480px) {
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
li.nav.next {
  margin-left: 20px;
}
li.nav.prev {
  margin-right: 20px;
}
.error404 .page-404 {
  text-align: center;
}
.error404 .page-404 h1 {
  font-size: clamp(36px, 5.20833333vw, 100px);
  color: #fff;
}
.error404 .page-404 .description {
  font-size: clamp(20px, 2.08333333vw, 40px);
}
.error404 .section-image .image-cover {
  max-height: clamp(300px, 20.83333333vw, 400px);
}
.error404 .section-404 h2 {
  color: #1290cb;
  margin-bottom: 40px;
  font-size: clamp(30px, 2.5vw, 48px);
}
.posts-heading {
  padding-top: clamp(50px, 4.16666667vw, 80px);
}
.posts-heading .subtitle {
  justify-content: center;
}
.posts-heading .intro-title {
  text-align: center;
}
.posts-heading .heading-content {
  text-align: center;
}
.tags {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  padding: clamp(20px, 1.5625vw, 30px);
  top: 0;
  left: 0;
}
.tags li {
  display: inline-block;
  border-radius: 20px;
  padding: 5px 15px;
  background-color: #ffc200;
  color: #071e46;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.001em;
  margin-bottom: 5px;
}
.tags li:not(:last-child) {
  margin-right: 10px;
}
.posts-listing {
  margin-top: clamp(40px, 3.125vw, 60px);
  padding-bottom: clamp(50px, 6.77083333vw, 130px);
}
.posts-listing.posts-wrapper-inner {
  margin-top: clamp(40px, 4.16666667vw, 80px);
  padding-bottom: 0;
}
.posts-listing .post-item {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .posts-listing .post-item-content {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .posts-listing .row {
    margin: 0 -35px;
  }
  .posts-listing .row > div {
    padding: 0 35px;
  }
  .posts-listing .post-item {
    margin-bottom: 70px;
  }
}
.posts-listing .no-results {
  max-width: 725px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
.posts-listing .no-results span {
  display: block;
  font-weight: 600;
  margin-bottom: 20px;
}
.posts-listing .no-results a {
  font-weight: 600;
  text-decoration: underline;
  color: #3957d2;
}
.posts-listing .posts-listing-wrapper .post-column {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .posts-listing .posts-listing-wrapper.featured-posts {
    height: 100%;
  }
  .posts-listing .posts-listing-wrapper.featured-posts .post-item {
    margin-bottom: 0;
  }
}
.posts-listing .posts-listing-wrapper.featured-posts .col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content {
  display: block;
  color: #071e46;
  border: 1px solid rgba(103, 112, 127, 0.25);
  background: #FFF;
  border-radius: 20px;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .image {
  position: relative;
  width: 100%;
  height: clamp(200px, 20.83333333vw, 400px);
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .post-content {
  padding: 30px 20px;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .post-content h3 {
  font-size: clamp(24px, 1.5625vw, 30px);
  font-weight: 500;
  margin: 0;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .post-content h3 a {
  color: #071E46;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .post-content .excerpt {
  line-height: 180%;
  margin-top: clamp(20px, 1.5625vw, 30px);
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info {
  display: flex;
  align-items: center;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .author {
  display: flex;
  align-items: center;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .author img {
  width: clamp(25px, 2.08333333vw, 40px);
  height: clamp(25px, 2.08333333vw, 40px);
  border-radius: 100%;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .author span {
  margin-left: clamp(10px, 0.78125vw, 15px);
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .category,
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .share-count {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .category span,
.posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .share-count span {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .category,
  .posts-listing .posts-listing-wrapper .post-item .post-item-content .meta-info .share-count {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.posts-listing .page-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.posts-listing .page-nav ul li {
  margin-right: 10px;
}
.posts-listing .page-nav ul li:last-child {
  margin-right: 0;
}
.posts-listing .page-nav ul li span,
.posts-listing .page-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(180, 184, 194, 0.5);
  background: #FFF;
  font-size: 14px;
  color: #7E8899;
  transition: all .3s;
}
.posts-listing .page-nav ul li span:hover,
.posts-listing .page-nav ul li a:hover,
.posts-listing .page-nav ul li span.current,
.posts-listing .page-nav ul li a.current {
  border: 1px solid #0F2E5E;
  color: #0F2E5E;
}
.posts-listing .side-col {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .posts-listing .side-col {
    margin-top: 0;
  }
}
.blog-sidebar .wrapper {
  padding-top: clamp(30px, 2.08333333vw, 40px);
  padding-right: clamp(20px, 2.08333333vw, 40px);
  padding-bottom: clamp(30px, 2.08333333vw, 40px);
  padding-left: clamp(20px, 2.08333333vw, 40px);
  border: 1px solid rgba(103, 112, 127, 0.25);
  background: #FFF;
  margin-bottom: 10px;
  border-radius: 20px;
}
.blog-sidebar .wrapper .wrapper-title {
  font-size: clamp(24px, 1.5625vw, 30px);
  font-weight: 500;
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.blog-sidebar .wrapper.searching-wrapper {
  background: #F5F7F9;
  border-color: #194795;
}
.blog-sidebar .wrapper.search-wrapper {
  border: none;
  padding: 0;
}
.blog-sidebar .wrapper.search-wrapper .wrapper-title {
  display: none;
}
.blog-sidebar .wrapper:last-child {
  margin-bottom: 0;
}
.blog-sidebar .blog-search {
  display: flex;
  position: relative;
}
.blog-sidebar .blog-search .search-filter {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: clamp(15px, 1.5625vw, 30px);
  padding-right: 80px;
  width: 100%;
  border-radius: 20px 50px 50px 20px;
  border: 1px solid #B4B8C2;
}
.blog-sidebar .blog-search .bt {
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  min-width: auto;
  border-radius: 0;
  flex-shrink: 0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.blog-sidebar .cat-list .cat-item {
  position: relative;
  padding-left: 25px;
  margin-bottom: clamp(15px, 1.5625vw, 30px);
}
.blog-sidebar .cat-list .cat-item:after {
  position: absolute;
  content: '';
  width: 13px;
  height: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(https://adult.srv2.softwareimc.app/wp-content/themes/acf/assets/less/../images/li.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-sidebar .cat-list .cat-item a {
  color: #67707F;
  font-size: 18px;
  line-height: 180%;
  transition: all .3s;
}
.blog-sidebar .cat-list .cat-item a.active,
.blog-sidebar .cat-list .cat-item a:hover {
  color: #0F2E5E;
  text-decoration: underline;
}
.blog-sidebar .cat-list .cat-item:last-child {
  margin-bottom: 0;
}
.blog-sidebar .recent-posts-list .recent-post-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-sidebar .recent-posts-list .recent-post-item .image {
  position: relative;
  width: clamp(100px, 7.29166667vw, 140px);
  height: clamp(80px, 5.20833333vw, 100px);
  margin-right: clamp(10px, 1.30208333vw, 25px);
  flex-shrink: 0;
}
.blog-sidebar .recent-posts-list .recent-post-item .image:after {
  position: absolute;
  content: '';
  top: 5px;
  bottom: 5px;
  right: 5px;
  left: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.blog-sidebar .recent-posts-list .recent-post-item .post-content h4 {
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.blog-sidebar .recent-posts-list .recent-post-item .post-content h4 a {
  color: #071E46;
}
.blog-sidebar .sidebar-socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.blog-sidebar .sidebar-socials ul li {
  margin-right: 20px;
}
.blog-sidebar .sidebar-socials ul li:last-child {
  margin-right: 0;
}
.blog-sidebar .sidebar-socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #194795;
  color: #194795;
  transition: all .3s;
}
.blog-sidebar .sidebar-socials ul li a:hover {
  background-color: #194795;
  color: #fff;
}
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
  width: clamp(30px, 2.08333333vw, 40px);
  height: clamp(30px, 2.08333333vw, 40px);
  border: 1px solid #1290cb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #071e46;
  margin: 0 3px;
  transition: all 0.3s;
}
.wp-pagenavi span.current,
.wp-pagenavi a.current {
  border-color: #071e46;
  background-color: #ffc200;
}
.wp-pagenavi span.extend,
.wp-pagenavi a.extend {
  display: none;
}
.wp-pagenavi span:hover,
.wp-pagenavi a:hover {
  border-color: #071e46;
}
.section-blog-listing .posts-listing {
  padding-bottom: 0;
}
.section-guttenberg {
  padding-top: clamp(50px, 4.16666667vw, 80px);
}
@media (min-width: 1200px) {
  .section-guttenberg .row {
    margin: 0 -35px;
  }
  .section-guttenberg .row > div {
    padding: 0 35px;
  }
}
.section-guttenberg .post-breadcrumbs {
  display: flex;
  align-items: center;
  margin-bottom: clamp(40px, 3.125vw, 60px);
}
.section-guttenberg .post-breadcrumbs span {
  display: inline-block;
  position: relative;
  color: #3957d2;
}
.section-guttenberg .post-breadcrumbs span:after {
  padding: 8px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 10px;
  color: #67707F;
}
.section-guttenberg .post-breadcrumbs span a {
  color: #67707F;
  transition: all .3s;
}
.section-guttenberg .post-breadcrumbs span a:hover {
  color: #3957d2;
}
.section-guttenberg .post-breadcrumbs span:first-child {
  padding-left: 0;
}
.section-guttenberg .post-breadcrumbs span:last-child {
  padding-right: 0;
}
.section-guttenberg .post-breadcrumbs span:last-child::after {
  display: none;
}
.section-guttenberg .post-breadcrumbs span.truncate-text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-guttenberg .wp-block-image,
.section-guttenberg .image {
  position: relative;
}
.section-guttenberg .wp-block-image img,
.section-guttenberg .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-guttenberg .image {
  width: 100%;
  height: clamp(200px, 29.16666667vw, 560px);
}
.section-guttenberg .editor-content {
  border: 1px solid rgba(103, 112, 127, 0.25);
  background: #FFF;
  padding-top: clamp(30px, 3.125vw, 60px);
  padding-bottom: clamp(30px, 3.125vw, 60px);
  padding-right: clamp(25px, 2.60416667vw, 50px);
  padding-left: clamp(25px, 2.60416667vw, 50px);
}
.section-guttenberg .editor-content > *:last-child {
  margin-bottom: 0;
}
.section-guttenberg .editor-content .post-title {
  font-size: clamp(30px, 2.60416667vw, 50px);
  margin-bottom: clamp(20px, 2.08333333vw, 40px);
}
.section-guttenberg .editor-content h3 {
  font-weight: 500;
  font-size: clamp(20px, 1.5625vw, 30px);
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.section-guttenberg .editor-content p {
  margin-bottom: clamp(20px, 2.60416667vw, 50px);
  line-height: 1.8;
}
.section-guttenberg .editor-content .wp-block-column p {
  margin-bottom: clamp(15px, 1.30208333vw, 25px);
}
.section-guttenberg .editor-content ul {
  list-style: none;
  padding: 0;
}
.section-guttenberg .editor-content ul li {
  position: relative;
  font-size: clamp(16px, 0.9375vw, 18px);
  color: #071E46;
  font-weight: 500;
  padding-left: 40px;
  margin-bottom: clamp(15px, 1.30208333vw, 25px);
}
.section-guttenberg .editor-content ul li:after {
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  width: 30px;
  height: 15px;
  background-image: url(https://adult.srv2.softwareimc.app/wp-content/themes/acf/assets/less/../images/content-li.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section-guttenberg .editor-content .wp-block-image {
  margin-bottom: clamp(20px, 2.60416667vw, 50px);
}
.section-guttenberg .editor-content .wp-block-quote {
  position: relative;
  padding-left: clamp(20px, 2.08333333vw, 40px);
}
.section-guttenberg .editor-content .wp-block-quote p {
  position: relative;
  font-size: clamp(18px, 1.04166667vw, 20px);
  font-style: italic;
  font-weight: 300;
  padding-top: 25px;
}
.section-guttenberg .editor-content .wp-block-quote p:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  background-image: url(https://adult.srv2.softwareimc.app/wp-content/themes/acf/assets/less/../images/quote.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.section-guttenberg .editor-content .wp-block-quote:after {
  position: absolute;
  content: '';
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 2px;
  margin: auto;
  background-color: #3957D2;
}
.section-guttenberg .editor-content .wp-block-quote:before {
  content: "";
  width: 2px;
  height: 2px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #3957d2;
  position: absolute;
}
.section-guttenberg .meta-info {
  display: flex;
  align-items: center;
  padding-right: clamp(25px, 2.60416667vw, 50px);
  padding-left: clamp(25px, 2.60416667vw, 50px);
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid rgba(103, 112, 127, 0.25);
  border-top: none;
  background: #FFF;
}
.section-guttenberg .meta-info .author {
  display: flex;
  align-items: center;
}
.section-guttenberg .meta-info .author img {
  width: clamp(25px, 2.08333333vw, 40px);
  height: clamp(25px, 2.08333333vw, 40px);
  border-radius: 100%;
}
.section-guttenberg .meta-info .author span {
  margin-left: clamp(10px, 0.78125vw, 15px);
}
.section-guttenberg .meta-info .category,
.section-guttenberg .meta-info .share-count {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.section-guttenberg .meta-info .category span,
.section-guttenberg .meta-info .share-count span {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .section-guttenberg .meta-info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .section-guttenberg .meta-info .category,
  .section-guttenberg .meta-info .share-count {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.section-guttenberg .side-col {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .section-guttenberg .side-col {
    margin-top: 0;
  }
}
.post-nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(20px, 2.08333333vw, 40px);
}
.post-nav-links .nav-previous,
.post-nav-links .nav-next {
  display: flex;
  align-items: center;
  color: #3957D2;
  font-weight: 600;
}
.post-nav-links .nav-previous i,
.post-nav-links .nav-next i {
  transition: all .3s;
}
.post-nav-links .nav-next {
  margin-left: auto;
}
.post-nav-links .nav-next i {
  margin-left: 15px;
}
.post-nav-links .nav-next:hover i {
  transform: translateX(5px);
}
.post-nav-links .nav-previous i {
  margin-right: 15px;
}
.post-nav-links .nav-previous:hover i {
  transform: translateX(-5px);
}
@media (min-width: 992px) {
  body.single-post .site-content-contain {
    overflow: initial;
  }
  body.single-post .site-content-contain .blog-sidebar {
    position: sticky;
    top: 92px;
  }
}
@media (min-width: 992px) {
  body.single-post .site-content-contain .blog-sidebar {
    top: 110px;
  }
}
