@charset "UTF-8";
/* Simple one value */
/* Which outputs... */
/* Margin-top simple one value */
/* Which outputs... */
/* Margin shorthand [value] [0/auto] */
/* Which outputs... */
/* * Unfortunately margin:[0/auto] [value] isn’t supported.*/
/* Margin shorthand with values for top/bottom & left/right */
/* Which outputs... */
body {
  background-color: #FFFFFF;
  color: #000000;
  font-size: clamp(15px, 0.9375vw, 18px);
  font-family: "proxima-nova", sans-serif;
}

* {
  outline: 0 none;
}

::-moz-selection {
  background-color: #36B44A;
  color: #FFFFFF;
}

::selection {
  background-color: #36B44A;
  color: #FFFFFF;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

h1,
.h1 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-family: "proxima-nova", sans-serif;
  color: #3C68B2;
}

h2,
.h2 {
  font-size: clamp(26px, 2.34375vw, 45px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-family: "proxima-nova", sans-serif;
  color: #3C68B2;
}

h3,
.h3 {
  font-size: clamp(20px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75em;
  font-family: "proxima-nova", sans-serif;
}

h4,
.h4 {
  font-size: clamp(18px, 1.25vw, 24px);
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 1.8rem;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 700;
}

.container {
  max-width: clamp(1024px, 75.7291666667vw, 1454px);
  padding-left: clamp(15px, 2.34375vw, 45px);
  padding-right: clamp(15px, 2.34375vw, 45px);
}
.container-large {
  max-width: clamp(1024px, 89.8958333333vw, 1726px);
}
@media (max-width: 991px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

a,
button,
.button,
input,
.fas,
.far,
label,
button[type=submit] {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  text-decoration: none;
}

input,
textarea,
button,
select {
  font-family: "proxima-nova", sans-serif;
  outline: none !important;
  line-height: normal;
}

input[type=submit] {
  -webkit-appearance: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
input[type=search],
textarea,
select,
.selectric {
  width: 100%;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 26px !important;
  padding: 17px 20px;
  background-color: #F5F6F7;
  color: #888888;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=file],
  input[type=search],
  textarea,
  select,
  .selectric {
    line-height: 20px !important;
    padding: 10px 15px;
  }
}
input[type=text].form-control,
input[type=email].form-control,
input[type=password].form-control,
input[type=tel].form-control,
input[type=number].form-control,
input[type=file].form-control,
input[type=search].form-control,
textarea.form-control,
select.form-control,
.selectric.form-control {
  height: 60px;
  font-weight: 300;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

div.gform_wrapper.gravity-theme input[type=color],
div.gform_wrapper.gravity-theme input[type=date],
div.gform_wrapper.gravity-theme input[type=datetime-local],
div.gform_wrapper.gravity-theme input[type=datetime],
div.gform_wrapper.gravity-theme input[type=email],
div.gform_wrapper.gravity-theme input[type=month],
div.gform_wrapper.gravity-theme input[type=number],
div.gform_wrapper.gravity-theme input[type=password],
div.gform_wrapper.gravity-theme input[type=search],
div.gform_wrapper.gravity-theme input[type=tel],
div.gform_wrapper.gravity-theme input[type=text],
div.gform_wrapper.gravity-theme input[type=time],
div.gform_wrapper.gravity-theme input[type=url],
div.gform_wrapper.gravity-theme input[type=week],
div.gform_wrapper.gravity-theme select,
div.gform_wrapper.gravity-theme textarea {
  font-size: 16px;
  line-height: 26px;
  padding-top: clamp(10px, 0.8854166667vw, 17px);
  padding-bottom: clamp(10px, 0.8854166667vw, 17px);
  padding-left: clamp(15px, 1.0416666667vw, 20px);
  padding-right: clamp(15px, 1.0416666667vw, 20px);
  border: none;
}
div.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
div.gform_wrapper.gravity-theme .iti__flag-container {
  font-size: 13px;
}
div.gform_wrapper.gravity-theme .iti__flag-container .iti__selected-flag {
  padding: 0 10px;
}
div.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
div.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 400;
}
div.gform_wrapper.gravity-theme .validation_message {
  margin-top: 3px;
  background: none;
  border: none;
  padding: 0;
  font-size: 13px;
}
div.gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 12px;
  box-shadow: none;
}
div.gform_wrapper.gravity-theme input.uel-invalid {
  border-color: #C0392B;
}
div.gform_wrapper.gravity-theme .uel-field-error {
  display: block;
  margin-top: 4px;
  color: #C0392B;
  font-size: 13px;
  line-height: 1.3;
}
div.gform_wrapper.gravity-theme .gfield--type-fileupload {
  margin-top: 20px;
}
@media (max-width: 640px) {
  div.gform_wrapper.gravity-theme .gfield--type-fileupload {
    grid-column: span 6 !important;
  }
}
div.gform_wrapper.gravity-theme .gfield--type-fileupload label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
div.gform_wrapper.gravity-theme .gfield--type-fileupload label:before {
  content: "\e903";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #238CCC;
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
div.gform_wrapper.gravity-theme .gfield--type-fileupload label:hover {
  color: #238CCC;
}
div.gform_wrapper.gravity-theme .gfield--type-fileupload label:hover:before {
  -webkit-transform: rotate(180deg) scale(1.2);
  -moz-transform: rotate(180deg) scale(1.2);
  -ms-transform: rotate(180deg) scale(1.2);
  -o-transform: rotate(180deg) scale(1.2);
  transform: rotate(180deg) scale(1.2);
}
div.gform_wrapper.gravity-theme .gfield--type-fileupload input[type=file] {
  position: absolute;
  left: -9999px;
  width: 100px;
}
div.gform_wrapper.gravity-theme .gfield--type-fileupload .gform_fileupload_rules {
  display: none;
}
div.gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: clamp(24px, 2.0833333333vw, 40px);
  justify-content: flex-end;
}
div.gform_wrapper.gravity-theme .gform_button,
div.gform_wrapper.gravity-theme .gform-button {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: none;
  border: 1px solid #238CCC;
  margin-bottom: 0 !important;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  text-transform: uppercase;
  color: #415364;
  line-height: 20px !important;
  padding-top: clamp(12px, 0.78125vw, 15px);
  padding-bottom: clamp(12px, 0.78125vw, 15px);
  padding-left: 20px;
  padding-right: 20px;
}
div.gform_wrapper.gravity-theme .gform_button:hover,
div.gform_wrapper.gravity-theme .gform-button:hover {
  color: #238CCC;
}

select {
  height: 60px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='4' viewBox='0 0 20 4'%3E%3Cpath d='M4 0 8 4H0Z' transform='translate(8 4) rotate(180)' fill='%238dc63f'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px;
}

textarea {
  height: 140px;
  display: block;
  resize: none;
}
@media (max-width: 767px) {
  textarea {
    height: 120px;
  }
}

a {
  color: #238CCC;
}
a:hover {
  color: #36B44A;
}

b,
strong {
  font-weight: 700;
}

p,
ul,
ol {
  margin-bottom: 25px;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@media (max-width: 991px) {
  #wpadminbar {
    display: none !important;
  }
  html[lang*="-"] {
    margin-top: 0 !important;
  }
}
/* Alignments */
.alignleft {
  float: left;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    margin-right: 2rem;
  }
}
.alignright {
  float: right;
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    margin-left: 2rem;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  padding: 4px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  text-align: center;
}
.wp-caption-text {
  margin: 10px 0;
  font-size: 15px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe,
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-bg {
  position: relative;
  display: block;
}
.img-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.selectric {
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  color: #202020;
}
.selectric .label {
  color: inherit;
  font-size: clamp(17px, 1.0416666667vw, 20px);
  text-transform: uppercase;
  height: auto;
  line-height: 1.2;
  margin-left: 18px;
  margin-right: 0;
}
.selectric .button {
  background: none !important;
  color: #36B44A;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  width: 24px;
  height: 24px;
  position: absolute;
  right: auto;
  left: 5px;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.selectric .button:before, .selectric .button:after {
  content: "";
  border: none;
  width: 100%;
  height: 3px;
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  position: absolute;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transform-origin: 50% 50%;
  top: 50%;
  left: 0;
  margin-top: -1.5px;
}
.selectric .button:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.selectric-hover .selectric .label {
  color: #238CCC;
}
.selectric-hover .selectric .button {
  color: #36B44A;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.selectric-hover.selectric-open .selectric .label {
  color: #238CCC;
}
.selectric-open .label {
  color: #238CCC;
}
.selectric-open .button:after {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.selectric-open .selectric-items {
  opacity: 1;
}
.selectric-items {
  background-color: #F5F6F7;
  border: none;
  padding: 13px 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  border-radius: 0 0 20px 0;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.selectric-items .selectric-scroll {
  -webkit-overflow-scrolling: touch;
}
.selectric-items .selectric-scroll::-webkit-scrollbar {
  width: 2px;
}
.selectric-items .selectric-scroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.selectric-items .selectric-scroll::-webkit-scrollbar-thumb {
  background: #238CCC;
}
.selectric-items li {
  background: none !important;
  position: relative;
  color: #000000;
  white-space: nowrap;
  padding: 8px 15px 8px 22px;
  font-size: 16px;
}
.selectric-items li:before {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #238CCC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.5px;
}
.selectric-items li:hover {
  color: #36B44A;
}
.selectric-items li.selected {
  color: #202020;
}
.selectric-items li.selected:before {
  background-color: #238CCC;
}

body:not(.home) {
  padding-top: clamp(82px, 8.3333333333vw, 160px);
}
@media (min-width: 992px) {
  body.admin-bar .navbar {
    top: 32px;
  }
}

.navbar {
  padding: 0;
  background: #F5F6F7;
  height: clamp(82px, 8.3333333333vw, 160px);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
.navbar .container-fluid {
  padding-left: clamp(25px, 4.6875vw, 90px);
  padding-right: clamp(25px, 4.6875vw, 90px);
}
.navbar .logo {
  position: relative;
  max-width: clamp(152px, 17.5vw, 336px);
}
@media (max-width: 991px) {
  .navbar .logo {
    z-index: 102;
    width: 152px;
  }
}
.navbar .logo img {
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .navbar .logo img {
    height: 44px;
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .navbar .logo img {
    width: auto;
    height: auto;
    max-height: calc(clamp(82px, 8.333vw, 160px) - 18px);
  }
}
.navbar .logo .logo-white,
.navbar .logo .logo-def-white {
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.navbar .logo-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(-18%, 28%);
  -moz-transform: translate(-18%, 28%);
  -ms-transform: translate(-18%, 28%);
  -o-transform: translate(-18%, 28%);
  transform: translate(-18%, 28%);
  mix-blend-mode: screen;
}
@media (max-width: 991px) {
  .navbar .logo-bg {
    width: 920px;
    -webkit-transform: translate(-18%, 24%) rotate(-8deg);
    -moz-transform: translate(-18%, 24%) rotate(-8deg);
    -ms-transform: translate(-18%, 24%) rotate(-8deg);
    -o-transform: translate(-18%, 24%) rotate(-8deg);
    transform: translate(-18%, 24%) rotate(-8deg);
  }
  .navbar .logo-bg svg {
    width: 100%;
    height: auto;
  }
}
.navbar-call {
  margin-left: auto;
  margin-right: clamp(12px, 1.25vw, 24px);
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #FFFFFF;
  background: #36B44A;
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 8px 18px 8px 8px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  -ms-transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  position: relative;
  z-index: 102;
}
@media (max-width: 991px) {
  .navbar-call {
    padding: 0;
    background: none;
    color: #238CCC;
  }
}
.navbar-call--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  margin-right: 10px;
  flex-shrink: 0;
}
.navbar-call--icon svg {
  display: block;
}
@media (max-width: 991px) {
  .navbar-call--icon {
    width: 38px;
    height: 38px;
    background: #36B44A;
    background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
    color: #FFFFFF;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .navbar-call--number {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}
.navbar-call:hover, .navbar-call:focus {
  color: #FFFFFF;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-box-shadow: 0 6px 18px rgba(35, 140, 204, 0.35);
  -moz-box-shadow: 0 6px 18px rgba(35, 140, 204, 0.35);
  box-shadow: 0 6px 18px rgba(35, 140, 204, 0.35);
}
@media (max-width: 991px) {
  .navbar-call:hover, .navbar-call:focus {
    color: #238CCC;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-search {
  margin-right: clamp(25px, 2.6041666667vw, 50px);
  position: relative;
}
@media (max-width: 991px) {
  .navbar-search {
    z-index: 102;
  }
}
.navbar-search label,
.navbar-search button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #415364;
  border: none;
  display: flex;
  font-size: clamp(20px, 1.40625vw, 27px);
  background: none;
  border: none;
  padding: 0;
  width: auto;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: clamp(-13.5px, -0.703125vw, -10px);
  z-index: 2;
}
.navbar-search label:hover,
.navbar-search button:hover {
  color: #238CCC;
}
.navbar-search button {
  z-index: 1;
}
.navbar-search .form-body {
  position: relative;
  padding-right: clamp(20px, 1.40625vw, 27px);
  min-height: clamp(20px, 1.40625vw, 27px);
}
.navbar-search input[type=text],
.navbar-search input[type=search] {
  border: none;
  border-bottom: 2px solid #415364;
  padding: 2px 0;
  background: none;
  width: 0px;
  overflow: hidden;
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  -ms-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  color: #415364;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  right: clamp(20px, 1.40625vw, 27px);
  bottom: 0;
}
.navbar-search input[type=text]::-webkit-input-placeholder,
.navbar-search input[type=search]::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.navbar-search input[type=text]:-moz-placeholder,
.navbar-search input[type=search]:-moz-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.navbar-search input[type=text]::-moz-placeholder,
.navbar-search input[type=search]::-moz-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.navbar-search input[type=text]:-ms-input-placeholder,
.navbar-search input[type=search]:-ms-input-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.navbar-search input[type=text]:focus,
.navbar-search input[type=search]:focus {
  width: clamp(160px, 16.6666666667vw, 320px);
}
.navbar-search input[type=text]:focus ~ button,
.navbar-search input[type=search]:focus ~ button {
  z-index: 3;
}
.navbar-toggler {
  border: none;
  padding: 0;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  width: clamp(40px, 2.6041666667vw, 50px);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #415364;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  .navbar-toggler {
    z-index: 102;
  }
}
.navbar-toggler:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-toggler .icon-bar {
  display: block;
  height: 2px;
  background: #415364;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: auto;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 7px;
}
.navbar-toggler .icon-bar:nth-child(1) {
  width: 50%;
}
.navbar-toggler--txt {
  text-transform: uppercase;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  text-align: center;
  margin-top: 10px;
  line-height: 1.1;
  display: none;
}
@media (min-width: 992px) {
  .navbar-toggler--txt {
    display: block;
  }
}
.navbar-toggler:hover, .navbar-toggler:not(.collapsed) {
  color: #238CCC;
}
.navbar-toggler:hover .icon-bar, .navbar-toggler:not(.collapsed) .icon-bar {
  background-color: #238CCC;
}
.navbar-toggler:hover .icon-bar:nth-child(1), .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  width: 100%;
}
.navbar-toggler:hover .icon-bar:nth-child(3), .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  width: 50%;
}
.navbar-testimonial {
  padding-left: clamp(30px, 7.0833333333vw, 136px);
  padding-right: clamp(30px, 7.0833333333vw, 136px);
  padding-top: clamp(25px, 1.5625vw, 30px);
  padding-bottom: clamp(25px, 6.5104166667vw, 125px);
  position: relative;
  z-index: 1;
}
.navbar-testimonial .image {
  flex: 0 0 50%;
  -webkit-border-radius: 0 100px 0 0;
  -moz-border-radius: 0 100px 0 0;
  border-radius: 0 100px 0 0;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.navbar-testimonial .image .img-bg {
  padding-bottom: 110%;
}
.navbar-testimonial .text {
  padding-left: clamp(25px, 3.2291666667vw, 62px);
  color: #162C40;
}
.navbar-testimonial .text blockquote {
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 1.5em;
}
.navbar-testimonial .text .testimonial-author p {
  margin-bottom: 0;
}
.navbar-testimonial-dot {
  position: absolute;
  left: 0;
  bottom: 7%;
  width: 115%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .navbar-testimonial-dot {
    bottom: 18%;
  }
}
.navbar-testimonial-dot svg {
  width: 100%;
  height: auto;
  padding-top: 10px;
}
.navbar-testimonial-dot svg #curve-nt {
  transform: translateY(10px);
}
.navbar-collapse {
  background-color: rgba(22, 34, 45, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  display: flex !important;
  flex-direction: column;
  visibility: hidden;
  z-index: -99;
}
@media (max-width: 991px) {
  .navbar-collapse {
    height: 100%;
  }
}
.navbar-collapse.collapsing {
  -webkit-transition: opacity 0s ease-in-out;
  -moz-transition: opacity 0s ease-in-out;
  -ms-transition: opacity 0s ease-in-out;
  -o-transition: opacity 0s ease-in-out;
  transition: opacity 0s ease-in-out;
}
.navbar-collapse.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  z-index: 101;
}
.navbar-collapse--content {
  flex: 1;
  width: 100%;
  justify-content: flex-end;
}
.navbar-collapse--slides {
  display: none;
}
.navbar-collapse--bg {
  position: absolute;
  opacity: 0.1;
  width: 556px;
  mix-blend-mode: soft-light;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(35%, 24%);
  -moz-transform: translate(35%, 24%);
  -ms-transform: translate(35%, 24%);
  -o-transform: translate(35%, 24%);
  transform: translate(35%, 24%);
}
.navbar-collapse--main {
  background: #36B44A;
  background: -moz-linear-gradient(45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(45deg, #36B44A 0%, #238CCC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36B44A', endColorstr='#238CCC',GradientType=1 );
  color: #FFFFFF;
  flex: 0 0 536px;
  flex-basis: clamp(400px, 27.9166666667vw, 536px);
  padding-top: clamp(32px, 3.3333333333vw, 64px);
  padding-bottom: clamp(32px, 3.3333333333vw, 64px);
  padding-left: clamp(25px, 3.3854166667vw, 65px);
  padding-right: clamp(25px, 3.3854166667vw, 65px);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .navbar-collapse--main {
    flex: 0 0 100%;
    justify-content: flex-start;
    padding-top: 110px;
  }
}
.navbar-collapse--main a {
  color: #FFFFFF;
}
.navbar-collapse--close {
  position: absolute;
  border: none;
  background: none;
  right: 40px;
  top: 40px;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .navbar-collapse--close {
    display: none;
  }
}
.navbar-collapse--close .icon-close {
  margin-top: -1px;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.navbar-collapse--close:hover .icon-close {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.navbar-nav {
  position: relative;
  z-index: 3;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 148px);
  padding-right: 30px;
  width: 100%;
}
@media (max-width: 991px) {
  .navbar-nav {
    padding-right: 0;
  }
}
.navbar-nav::-webkit-scrollbar {
  width: 2px;
}
.navbar-nav::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5);
}
.navbar-nav::-webkit-scrollbar-thumb {
  background: #FFFFFF;
}
.navbar-nav > li + li {
  margin-top: clamp(30px, 2.1875vw, 42px);
}
@media (max-width: 991px) {
  .navbar-nav > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: clamp(30px, 2.1875vw, 42px);
  }
}
.navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(20px, 1.25vw, 24px);
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    display: block;
    padding-left: 0;
    font-size: 24px;
  }
}
.navbar-nav > li > a:before {
  content: "";
  width: clamp(8px, 0.5208333333vw, 10px);
  height: clamp(8px, 0.5208333333vw, 10px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  background: #FFFFFF;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .navbar-nav > li > a:before {
    display: none;
  }
}
.navbar-nav > li > a .menu-item-toggle {
  display: none;
  width: 48px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.navbar-nav > li > a .menu-item-toggle:before, .navbar-nav > li > a .menu-item-toggle:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transform-origin: 50% 50%;
  top: 50%;
  left: 50%;
  margin-top: -1px;
}
.navbar-nav > li > a .menu-item-toggle:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navbar-nav > li > a .menu-item-toggle span {
  padding-right: 0;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  font-size: 8px;
}
.navbar-nav > li > a .menu-item-toggle.active:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 991px) {
  .navbar-nav > li > a .menu-item-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.navbar-nav > li > a:hover:before {
  opacity: 1;
}
.navbar-nav > li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .navbar-nav > li ul {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li ul {
    display: none;
  }
}
.navbar-nav > li ul > li {
  margin-top: clamp(6px, 0.4166666667vw, 8px);
}
@media (max-width: 991px) {
  .navbar-nav > li ul > li {
    margin-top: 10px;
  }
}
.navbar-nav > li ul > li a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .navbar-nav > li ul > li a {
    padding-left: 0;
    font-size: 20px;
  }
}
.navbar-nav > li ul > li a:before {
  content: "";
  width: clamp(5px, 0.3645833333vw, 7px);
  height: clamp(5px, 0.3645833333vw, 7px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  background: #FFFFFF;
  left: 0;
  top: 0.55em;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .navbar-nav > li ul > li a:before {
    display: none;
  }
}
.navbar-nav > li ul > li a:hover:before {
  opacity: 1;
}
@media (max-width: 991px) {
  .navbar.opened .navbar-toggler:hover .icon-bar,
  .navbar.opened .navbar-toggler:not(.collapsed) .icon-bar {
    background-color: #FFFFFF !important;
  }
  .navbar.opened .navbar-toggler:not(.collapsed) .icon-bar {
    width: 28px;
  }
  .navbar.opened .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate3d(3px, 10px, 0);
    -moz-transform: rotate(45deg) translate3d(3px, 10px, 0);
    -ms-transform: rotate(45deg) translate3d(3px, 10px, 0);
    -o-transform: rotate(45deg) translate3d(3px, 10px, 0);
    transform: rotate(45deg) translate3d(3px, 10px, 0);
  }
  .navbar.opened .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .navbar.opened .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate3d(2.5px, -9.5px, 0);
    -moz-transform: rotate(-45deg) translate3d(2.5px, -9.5px, 0);
    -ms-transform: rotate(-45deg) translate3d(2.5px, -9.5px, 0);
    -o-transform: rotate(-45deg) translate3d(2.5px, -9.5px, 0);
    transform: rotate(-45deg) translate3d(2.5px, -9.5px, 0);
  }
  .navbar.opened .logo-def {
    opacity: 0 !important;
  }
  .navbar.opened .logo-def-white {
    opacity: 1 !important;
  }
  .navbar.opened .logo-white {
    opacity: 0 !important;
  }
  .navbar.opened .logo-bg {
    opacity: 0 !important;
  }
  .navbar.opened .navbar-search label,
  .navbar.opened .navbar-search button {
    color: #FFFFFF;
  }
  .navbar.opened .navbar-search input[type=text],
  .navbar.opened .navbar-search input[type=search] {
    border-bottom-color: #FFFFFF;
    color: #FFFFFF;
  }
  .navbar.opened .navbar-search input[type=text]::-webkit-input-placeholder,
  .navbar.opened .navbar-search input[type=search]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .navbar.opened .navbar-search input[type=text]:-moz-placeholder,
  .navbar.opened .navbar-search input[type=search]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .navbar.opened .navbar-search input[type=text]::-moz-placeholder,
  .navbar.opened .navbar-search input[type=search]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
  .navbar.opened .navbar-search input[type=text]:-ms-input-placeholder,
  .navbar.opened .navbar-search input[type=search]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}

body.home .navbar:not(.sticky) {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.home .navbar:not(.sticky) .logo-def {
  opacity: 0;
}
body.home .navbar:not(.sticky) .logo-white {
  opacity: 1;
}
body.home .navbar:not(.sticky) .logo-bg {
  opacity: 0.8;
}
body.home .navbar:not(.sticky) .navbar-search label,
body.home .navbar:not(.sticky) .navbar-search button {
  color: #FFFFFF;
}
body.home .navbar:not(.sticky) .navbar-search label:hover,
body.home .navbar:not(.sticky) .navbar-search button:hover {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  body.home .navbar:not(.sticky) .navbar-search label:hover,
  body.home .navbar:not(.sticky) .navbar-search button:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
body.home .navbar:not(.sticky) .navbar-search input[type=text],
body.home .navbar:not(.sticky) .navbar-search input[type=search] {
  border-bottom-color: #FFFFFF;
  color: #FFFFFF;
}
body.home .navbar:not(.sticky) .navbar-toggler {
  color: #FFFFFF;
}
body.home .navbar:not(.sticky) .navbar-toggler .icon-bar {
  background-color: #FFFFFF;
}
body.home .navbar:not(.sticky) .navbar-toggler:hover, body.home .navbar:not(.sticky) .navbar-toggler:not(.collapsed) {
  color: #FFFFFF;
}
body.home .navbar:not(.sticky) .navbar-toggler:hover .icon-bar, body.home .navbar:not(.sticky) .navbar-toggler:not(.collapsed) .icon-bar {
  background-color: #FFFFFF;
}

.footer {
  background: #263340;
  background: -moz-linear-gradient(left, #263340 0%, #263340 100%);
  background: -webkit-linear-gradient(left, #263340 0%, #263340 100%);
  background: linear-gradient(to right, #263340 0%, #263340 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263340', endColorstr='#263340',GradientType=1 );
  color: #FFFFFF;
  border-top-right-radius: clamp(50px, 10.4166666667vw, 200px);
  padding-top: clamp(45px, 4.6875vw, 90px);
  padding-bottom: clamp(25px, 2.6041666667vw, 50px);
  font-size: clamp(14px, 0.8333333333vw, 16px);
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .footer {
    padding-top: 80px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer-bg {
  opacity: 0.07;
  position: absolute;
  z-index: 1;
  left: 10%;
  bottom: 0;
  width: 200%;
  mix-blend-mode: soft-light;
}
@media (min-width: 992px) {
  .footer-bg {
    left: 0;
    width: clamp(295px, 30.7291666667vw, 590px);
    -webkit-transform: translate(-8%, 38%);
    -moz-transform: translate(-8%, 38%);
    -ms-transform: translate(-8%, 38%);
    -o-transform: translate(-8%, 38%);
    transform: translate(-8%, 38%);
  }
}
.footer-bg img {
  width: 100%;
}
.footer .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .footer .container {
    padding-left: clamp(35px, 4.6875vw, 90px);
    padding-right: clamp(35px, 4.6875vw, 90px);
  }
}
.footer a {
  color: #FFFFFF;
  position: relative;
}
.footer a:after {
  content: "";
  width: 100%;
  top: 100%;
  margin-top: 1px;
  left: 0;
  height: 1px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: absolute;
}
.footer a:hover:after {
  background-color: #238CCC;
}
.footer-contact {
  flex: 0 0 256px;
}
@media (max-width: 991px) {
  .footer-contact {
    margin-bottom: 60px;
  }
}
.footer-contact--text > *:last-child {
  margin-bottom: 0;
}
.footer-logo {
  margin-bottom: clamp(18px, 1.8229166667vw, 35px);
  max-width: clamp(225px, 13.3333333333vw, 256px);
}
.footer-menu {
  flex: 0 1 auto;
}
.footer-menu .nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 56px;
  row-gap: 16px;
  justify-content: end;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .footer-menu .nav {
    display: block;
  }
}
.footer-menu .nav > li {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .footer-menu .nav > li {
    white-space: normal;
  }
  .footer-menu .nav > li:not(:first-child) {
    margin-top: 20px;
  }
}
.footer-menu .nav > li.last {
  display: none;
}
.footer-menu .nav > li > a {
  text-transform: uppercase;
  font-size: clamp(15px, 0.8854166667vw, 17px);
  font-weight: 700;
}
.footer-menu .nav > li ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu .nav > li ul li {
  margin-top: clamp(12px, 0.9375vw, 18px);
}
.footer-bottom {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: clamp(20px, 1.4583333333vw, 28px);
}
@media (max-width: 991px) {
  .footer-bottom {
    font-size: 13px;
  }
}
.footer-copyright {
  color: rgba(255, 255, 255, 0.65);
}
.footer-copyright p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer-utility-menu {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .footer-utility-menu {
    margin-left: clamp(25px, 2.6041666667vw, 50px);
  }
}
.footer-utility-menu .nav li + li {
  margin-left: clamp(12.5px, 1.3020833333vw, 25px);
  padding-left: clamp(12.5px, 1.3020833333vw, 25px);
  position: relative;
}
.footer-utility-menu .nav li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #FFFFFF;
}

.footer .footer-form {
  max-width: 760px;
  margin-top: clamp(40px, 3.6458333333vw, 70px);
  margin-bottom: clamp(30px, 2.6041666667vw, 50px);
  position: relative;
  z-index: 1;
  scroll-margin-top: 120px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: clamp(32px, 2.9166666667vw, 56px);
}
@media (min-width: 992px) {
  .footer .footer-form {
    max-width: none;
  }
}
.footer .footer-form--title .h3 {
  color: #FFFFFF;
  font-size: clamp(24px, 1.6666666667vw, 32px);
  margin-bottom: 8px;
}
.footer .footer-form--title p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: clamp(20px, 1.4583333333vw, 28px);
}
.footer .footer-form--title p a {
  color: #36B44A;
  font-weight: 700;
  white-space: nowrap;
}
.footer .footer-form--title p a:hover {
  color: #FFFFFF;
}
.footer .footer-form div.gform_wrapper.gravity-theme .gfield_label {
  color: #FFFFFF;
}
.footer .footer-form div.gform_wrapper.gravity-theme .gfield_required {
  color: #36B44A;
}
.footer .footer-form div.gform_wrapper.gravity-theme .uel-field-error {
  color: #FF8A80;
}
.footer .footer-form div.gform_wrapper.gravity-theme input.uel-invalid {
  border-color: #FF8A80;
}
.footer .footer-form div.gform_wrapper.gravity-theme input[type=text],
.footer .footer-form div.gform_wrapper.gravity-theme input[type=email],
.footer .footer-form div.gform_wrapper.gravity-theme input[type=tel],
.footer .footer-form div.gform_wrapper.gravity-theme textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.footer .footer-form div.gform_wrapper.gravity-theme input[type=text]::placeholder,
.footer .footer-form div.gform_wrapper.gravity-theme input[type=email]::placeholder,
.footer .footer-form div.gform_wrapper.gravity-theme input[type=tel]::placeholder,
.footer .footer-form div.gform_wrapper.gravity-theme textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-form div.gform_wrapper.gravity-theme input[type=text]:focus,
.footer .footer-form div.gform_wrapper.gravity-theme input[type=email]:focus,
.footer .footer-form div.gform_wrapper.gravity-theme input[type=tel]:focus,
.footer .footer-form div.gform_wrapper.gravity-theme textarea:focus {
  background-color: rgba(255, 255, 255, 0.16);
}
.footer .footer-form div.gform_wrapper.gravity-theme textarea {
  min-height: 120px;
  max-height: 160px;
}
.footer .footer-form div.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 18px;
}
@media (min-width: 768px) {
  .footer .footer-form div.gform_wrapper.gravity-theme .gfield:nth-of-type(1),
  .footer .footer-form div.gform_wrapper.gravity-theme .gfield:nth-of-type(2) {
    grid-column: span 6;
  }
}
@media (min-width: 992px) {
  .footer .footer-form div.gform_wrapper.gravity-theme .gfield:nth-of-type(1),
  .footer .footer-form div.gform_wrapper.gravity-theme .gfield:nth-of-type(2),
  .footer .footer-form div.gform_wrapper.gravity-theme .gfield:nth-of-type(3) {
    grid-column: span 4;
  }
  .footer .footer-form div.gform_wrapper.gravity-theme .gfield:nth-of-type(4) {
    grid-column: 1/-1;
  }
}
.footer .footer-form div.gform_wrapper.gravity-theme .gform_footer {
  margin-top: 10px;
  padding: 0;
}
.footer .footer-form div.gform_wrapper.gravity-theme .gform_footer input[type=submit],
.footer .footer-form div.gform_wrapper.gravity-theme .gform_footer button {
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  text-transform: uppercase;
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 30px;
  padding: 15px 30px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.footer .footer-form div.gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover,
.footer .footer-form div.gform_wrapper.gravity-theme .gform_footer button:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}

.sticky-form {
  position: fixed;
  right: clamp(20px, 3.125vw, 60px);
  bottom: clamp(12px, 2.0833333333vw, 40px);
  z-index: 98;
}
.sticky-form--btn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  background: #FFFFFF;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(60px, 4.5833333333vw, 88px);
  height: clamp(60px, 4.5833333333vw, 88px);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.sticky-form--btn-svg {
  max-width: clamp(32px, 2.5vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-form--btn-svg svg,
.sticky-form--btn-svg img {
  max-width: 100%;
  height: auto;
  display: block;
}
.sticky-form--btn-number {
  background: #36B44A;
  color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: clamp(15px, 1.0416666667vw, 20px);
  height: clamp(15px, 1.0416666667vw, 20px);
  line-height: clamp(15px, 1.0416666667vw, 20px);
  text-align: center;
  font-size: clamp(8px, 0.625vw, 12px);
  position: absolute;
  right: 0;
  top: clamp(5px, 0.4166666667vw, 8px);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.sticky-form--btn:hover .sticky-form--btn-number {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sticky-form--btn.active {
  opacity: 0;
  pointer-events: none;
}
.sticky-form--popup {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 500px;
  background-color: #FFFFFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  display: none;
}
@media (max-width: 767px) {
  .sticky-form--popup {
    width: calc(100vw - 40px);
  }
}
.sticky-form--popup-title {
  text-align: center;
  color: #FFFFFF;
  position: relative;
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
}
.sticky-form--popup-title .h3 {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
  padding-top: clamp(18px, 1.8229166667vw, 35px);
  padding-bottom: clamp(18px, 1.8229166667vw, 35px);
  padding-left: clamp(15px, 1.0416666667vw, 20px);
  padding-right: clamp(15px, 1.0416666667vw, 20px);
  font-size: clamp(18px, 1.25vw, 24px);
}
.sticky-form--popup-close {
  border: none;
  padding: 0;
  background: none;
  color: #FFFFFF;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 18px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-form--popup-close span {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.sticky-form--popup-close:hover span {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sticky-form--popup-body {
  padding-top: clamp(19px, 1.9791666667vw, 38px);
  padding-bottom: clamp(19px, 1.9791666667vw, 38px);
  padding-left: clamp(25px, 2.6041666667vw, 50px);
  padding-right: clamp(25px, 2.6041666667vw, 50px);
}
@media (min-width: 768px) {
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=color],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=date],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=datetime-local],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=datetime],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=email],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=month],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=number],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=password],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=search],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=tel],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=text],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=time],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=url],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=week],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme select,
  .sticky-form--popup-body div.gform_wrapper.gravity-theme textarea {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.sticky-form--popup-body div.gform_wrapper.gravity-theme textarea {
  max-height: clamp(80px, 7.7083333333vw, 148px);
}
@media (max-width: 640px) {
  .sticky-form--popup-body div.gform_wrapper.gravity-theme .gfield.gfield--width-half {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.sticky-form--popup-body-title {
  margin-bottom: 10px;
  padding-bottom: 25px;
  text-align: center;
  position: relative;
}
.sticky-form--popup-body-title .animated-dot-sticky {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 81%;
}
@media (max-width: 991px) {
  .sticky-form--popup-body-title .animated-dot-sticky {
    right: 3%;
  }
}
@media (max-width: 991px) {
  .sticky-form--popup-body-title .animated-dot-sticky svg {
    width: 100%;
    height: auto;
  }
}
.sticky-form--popup-body-title .h3 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: clamp(16px, 1.0416666667vw, 20px);
}

@media (min-width: 768px) and (max-height: 830px) {
  .sticky-form--popup {
    width: 420px;
  }
  .sticky-form--popup-title .h3 {
    padding: 15px 20px;
    font-size: clamp(16px, 1.09375vw, 21px);
  }
  .sticky-form--popup-close {
    width: 24px;
    height: 24px;
    top: 17px;
  }
  .sticky-form--popup-body {
    padding: 15px 20px;
  }
  .sticky-form--popup-body-title .animated-dot-sticky svg {
    max-width: 100%;
    height: auto;
  }
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=color],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=date],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=datetime-local],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=datetime],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=email],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=month],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=number],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=password],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=search],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=tel],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=text],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=time],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=url],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme input[type=week],
  .sticky-form--popup-body div.gform_wrapper.gravity-theme select,
  .sticky-form--popup-body div.gform_wrapper.gravity-theme textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px !important;
  }
  .sticky-form--popup-body div.gform_wrapper.gravity-theme textarea {
    max-height: clamp(80px, 6.6666666667vw, 128px);
  }
  .sticky-form--popup-body div.gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
  .sticky-form--popup-body div.gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.page-builder-section {
  padding-top: clamp(80px, 10.4166666667vw, 200px);
  padding-bottom: clamp(80px, 10.4166666667vw, 200px);
}

.button.arrow {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #415364;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  font-weight: 400;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  padding: 14px 52px 14px 25px;
  color: #415364;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .button.arrow {
    padding: 14px 30px 14px 12px;
  }
}
.button.arrow:before {
  content: "\e901";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: clamp(36px, 2.8125vw, 54px);
  height: clamp(36px, 2.8125vw, 54px);
  font-size: clamp(12px, 0.6770833333vw, 13px);
  border: none;
  color: #FFFFFF;
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: clamp(15px, 1.09375vw, 21px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.button.arrow:hover {
  color: #415364;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.button.arrow:hover:before {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.button:not(.arrow) {
  border: none;
  text-align: center;
  display: inline-block;
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 15px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:not(.arrow) span {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.button:not(.arrow):hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.button:not(.arrow):hover span {
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  -o-transform: scale(0.96);
  transform: scale(0.96);
}
.button-link {
  position: relative;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.button-link:after {
  content: "";
  width: 100%;
  top: 100%;
  margin-top: 1px;
  left: 0;
  height: 1px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: absolute;
}
.button-link:hover {
  color: #238CCC;
}
.button-link:hover:after {
  background-color: #238CCC;
}

.page-body p.page-eyebrow {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  font-size: clamp(14px, 0.9375vw, 18px);
  letter-spacing: 0.2em;
  color: #36B44A;
  margin-bottom: clamp(14px, 1.1458333333vw, 22px);
}

.page-body p.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: clamp(26px, 2.0833333333vw, 40px);
}
.page-body p.cta-row .button {
  margin: 0;
}
@media (max-width: 575px) {
  .page-body p.cta-row .button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.section-subpage_hero {
  position: relative;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  overflow: hidden;
  min-height: clamp(420px, 26.0416666667vw, 500px);
  padding-top: clamp(50px, 3.6458333333vw, 70px);
  padding-bottom: clamp(50px, 3.6458333333vw, 70px);
}
.section-subpage_hero .hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-subpage_hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-subpage_hero .hero-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 34, 45, 0.8);
  background: -moz-linear-gradient(left, rgba(22, 34, 45, 0.92) 0%, rgba(22, 34, 45, 0.62) 60%, rgba(22, 34, 45, 0.35) 100%);
  background: -webkit-linear-gradient(left, rgba(22, 34, 45, 0.92) 0%, rgba(22, 34, 45, 0.62) 60%, rgba(22, 34, 45, 0.35) 100%);
  background: linear-gradient(90deg, rgba(22, 34, 45, 0.92) 0%, rgba(22, 34, 45, 0.62) 60%, rgba(22, 34, 45, 0.35) 100%);
}
@media (max-width: 991px) {
  .section-subpage_hero .hero-bg:after {
    background: rgba(22, 34, 45, 0.85);
  }
}
.section-subpage_hero .container {
  position: relative;
  z-index: 1;
}
.section-subpage_hero h1 {
  color: #FFFFFF;
  margin-bottom: 0.35em;
}
.section-subpage_hero p {
  color: rgba(255, 255, 255, 0.88);
}
.section-subpage_hero .button.arrow {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.section-subpage_hero .button.arrow:hover {
  color: #FFFFFF;
}

.page-body > *:last-child {
  margin-bottom: 0;
}

.cms-page-block .page-body h2, .cms-page-block .page-body h3 {
  margin-bottom: 1.5em;
}
.cms-page-block .page-body h2:not(:first-child), .cms-page-block .page-body h3:not(:first-child) {
  margin-top: 3em;
}
.cms-page-block .page-body pre {
  display: inline-block;
  font-size: 1em;
  font-family: "proxima-nova", sans-serif;
  border-top: 1px solid #36B44A;
  padding-top: 20px;
  margin-top: clamp(54px, 5.625vw, 108px);
}

.page-noroute-block {
  position: relative;
  text-align: center;
}
.page-noroute-block .page-body {
  max-width: clamp(308px, 32.0833333333vw, 616px);
  margin-left: auto;
  margin-right: auto;
}
.page-noroute-block .img {
  margin-bottom: 30px;
}
.page-noroute-block .animated-dot {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: clamp(204px, 21.25vw, 408px);
}
@media (max-width: 991px) {
  .page-noroute-block .animated-dot {
    display: none;
  }
}
.page-noroute-block .animated-dot svg {
  width: 100%;
  height: auto;
}
.page-noroute-block .animated-dot svg #curve {
  transform: translateY(10px);
}

.search-results-title {
  margin-bottom: clamp(60px, 10.4166666667vw, 200px);
  text-align: center;
}
.search-results-title form {
  max-width: clamp(500px, 42.0833333333vw, 808px);
  margin: 0 auto 35px;
}
.search-results-title form .form-body {
  position: relative;
}
.search-results-title form .form-body input[type=text],
.search-results-title form .form-body input[type=search] {
  border: 2px solid #415364;
  padding: 20px 140px 20px 52px;
  color: #415364;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
@media (max-width: 767px) {
  .search-results-title form .form-body input[type=text],
  .search-results-title form .form-body input[type=search] {
    padding-left: 32px;
    padding-right: 89px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.search-results-title form .form-body input[type=text]::-webkit-input-placeholder,
.search-results-title form .form-body input[type=search]::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.search-results-title form .form-body input[type=text]:-moz-placeholder,
.search-results-title form .form-body input[type=search]:-moz-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.search-results-title form .form-body input[type=text]::-moz-placeholder,
.search-results-title form .form-body input[type=search]::-moz-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.search-results-title form .form-body input[type=text]:-ms-input-placeholder,
.search-results-title form .form-body input[type=search]:-ms-input-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.search-results-title form .form-body .search-submit {
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 112px;
  height: 100%;
  color: #FFFFFF;
  font-size: 28px;
  -webkit-border-radius: 0 35px 35px 35px;
  -moz-border-radius: 0 35px 35px 35px;
  border-radius: 0 35px 35px 35px;
}
@media (max-width: 767px) {
  .search-results-title form .form-body .search-submit {
    width: 78px;
    font-size: 20px;
  }
}
.search-results-title h1 {
  font-size: clamp(25px, 1.875vw, 36px);
  margin-bottom: 0;
}
.search-results-title h1 span {
  color: #238CCC;
}

.section-search_results {
  position: relative;
}
.section-search_results .animated-dot-search {
  position: absolute;
  top: -130px;
  left: 12%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .section-search_results .animated-dot-search {
    display: none;
  }
}
.section-search_results .search-results-list {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}
.section-search_results .search-results-list .item + .item {
  padding-top: clamp(30px, 5.2083333333vw, 100px);
  margin-top: clamp(30px, 5.2083333333vw, 100px);
  border-top: 1px solid #36B44A;
}
.section-search_results .search-results-list .item h3 {
  font-size: clamp(22px, 2.1875vw, 42px);
}
.section-search_results .search-results-list .item h3 a {
  color: #162C40;
}
.section-search_results .search-results-list .item h3 a .search-excerpt {
  color: #238CCC;
}
.section-search_results .search-results-list .item p .search-excerpt {
  color: #238CCC;
}
.section-search_results .search-results-list .item .post-uri {
  font-weight: 700;
}
.section-search_results .wp-pagenavi {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

.wp-pagenavi {
  text-align: right;
  padding-top: clamp(20px, 2.7083333333vw, 52px);
  margin-top: clamp(30px, 5.2083333333vw, 100px);
  border-top: 1px solid #415364;
  font-weight: 600;
  color: #162C40;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.wp-pagenavi > * {
  display: block;
}
.wp-pagenavi > * + * {
  margin-left: 15px;
}
.wp-pagenavi .previouspostslink .icon-arrow-right {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  line-height: 1;
}
.wp-pagenavi a {
  color: #162C40;
}
.wp-pagenavi a:hover {
  color: #238CCC;
}
.wp-pagenavi .current {
  color: #238CCC;
  font-weight: 700;
}

.section-homepage_hero {
  padding: 0;
  height: 100vh;
  min-height: 550px;
  position: relative;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 767px) {
  .section-homepage_hero {
    height: 78vh;
  }
}
.section-homepage_hero .video-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.section-homepage_hero .video-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 140, 204, 0.45);
  z-index: 1;
  pointer-events: none;
}
.section-homepage_hero .video-container video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.section-homepage_hero .text-block {
  position: relative;
  font-size: clamp(16px, 0.9375vw, 18px);
}
@media (min-width: 992px) {
  .section-homepage_hero .text-block .slick-dots {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    list-style: none;
    padding: 0;
    margin: 0;
    pointer-events: none;
  }
  .section-homepage_hero .text-block .slick-dots li + li {
    margin-top: 25px;
  }
  .section-homepage_hero .text-block .slick-dots li button {
    border: none;
    background: none;
    padding: 0 0 0 74px;
    text-align: left;
    font-size: 16px;
    color: #8B8B8B;
    position: relative;
  }
  .section-homepage_hero .text-block .slick-dots li button:before {
    content: "";
    width: 60px;
    height: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }
  .section-homepage_hero .text-block .slick-dots li.slick-active button {
    color: #FFFFFF;
  }
  .section-homepage_hero .text-block .slick-dots li.slick-active button:before {
    background-color: #238CCC;
  }
}
@media (max-width: 991px) {
  .section-homepage_hero .text-block .slick-dots {
    margin-top: 35px;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .section-homepage_hero .text-block .slick-dots li + li {
    margin-left: 5px;
  }
  .section-homepage_hero .text-block .slick-dots li button {
    border: none;
    background: none;
    padding: 0;
    text-align: left;
    text-indent: -9999px;
    position: relative;
    height: 12px;
    width: 20px;
  }
  .section-homepage_hero .text-block .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }
  .section-homepage_hero .text-block .slick-dots li.slick-active button:before {
    background-color: #238CCC;
  }
}
.section-homepage_hero .text-block h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(20px, 2.34375vw, 45px);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
  color: #FFFFFF;
}
.section-homepage_hero .text-block h1 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(42px, 7.2916666667vw, 140px);
  margin-bottom: 25px;
  line-height: 1;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}
.section-homepage_hero .text-block h1 .rotating-words {
  color: #36B44A;
}
.section-homepage_hero .text-block h1 .rotating-words:not(.slick-initialized) > span:not(:first-child) {
  display: none;
}
.section-homepage_hero .text-block p {
  max-width: clamp(400px, 34.6354166667vw, 665px);
  margin-left: auto;
  margin-right: auto;
}
.section-homepage_hero .hero-arrow {
  position: absolute;
  left: 50%;
  bottom: clamp(20px, 2.0833333333vw, 40px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: none;
  padding: 0;
  border: none;
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: clamp(14px, 0.9375vw, 18px);
  white-space: nowrap;
}
@media (max-width: 991px) {
  .section-homepage_hero .hero-arrow {
    bottom: 60px;
  }
}
.section-homepage_hero .hero-arrow .icon-arrow-down {
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  width: clamp(42px, 3.90625vw, 75px);
  height: clamp(42px, 3.90625vw, 75px);
  flex: 0 0 75px;
  flex-basis: clamp(42px, 3.90625vw, 75px);
  display: flex;
  margin-right: 18px;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.section-homepage_hero .hero-arrow .icon-arrow-down:before {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.section-homepage_hero .hero-arrow:hover .icon-arrow-down {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.section-homepage_hero .hero-arrow:hover .icon-arrow-down:before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

img.img-grayscale {
  filter: none;
}

div.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
div.iti--allow-dropdown .iti__flag-container .iti__arrow {
  width: auto;
  height: auto;
  border: none;
}
div.iti--allow-dropdown .iti__flag-container .iti__arrow:before {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 6px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  display: block;
}
div.iti--allow-dropdown .iti__flag-container .iti__arrow.iti__arrow--up:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
div.iti--allow-dropdown .iti__flag-container .iti__selected-flag .iti__flag {
  box-shadow: none;
  background: none;
  text-transform: uppercase;
  height: auto;
  font-weight: 600;
  font-size: clamp(15px, 0.9375vw, 18px);
  width: 30px;
  text-align: center;
}
div.iti--allow-dropdown input[type=tel] {
  padding-left: 68px !important;
}

.section-contact_us {
  overflow: hidden;
  position: relative;
}
.section-contact_us .animated-dot-search {
  position: absolute;
  bottom: 0;
  left: clamp(-60px, -3.125vw, -30px);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .section-contact_us .animated-dot-search {
    left: 4%;
  }
}
@media (max-width: 859px) {
  .section-contact_us .animated-dot-search {
    display: none;
  }
}
.section-contact_us-top .row {
  --bs-gutter-y: 40px;
}
.section-contact_us-top .block-title {
  position: relative;
}
@media (max-width: 991px) {
  .section-contact_us-top .block-title h1 br {
    display: none;
  }
}
@media (min-width: 992px) {
  .section-contact_us-top .block-title p {
    max-width: 390px;
  }
}
.section-contact_us-top .contact-address {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .section-contact_us-top .contact-address {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
}
.section-contact_us-top .contact-address .img {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .section-contact_us-top .contact-address .img {
    flex: 0 0 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .section-contact_us-top .contact-address .img svg {
    max-width: 20px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .section-contact_us-top .contact-address p {
    flex: 0 0 50%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.section-contact_us-top .form-block textarea {
  max-height: 148px;
}
.section-contact_us-top .form-block div.gform_wrapper.gravity-theme .gform_footer .gform_button {
  width: 100%;
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 30px;
}
.section-contact_us-top .form-block div.gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
  color: #FFFFFF;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.section-contact_us-top .form-block div.gform_wrapper.gravity-theme .gform_footer .gform_button:hover span {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}
.section-contact_us .map-image .container-fluid {
  max-width: 1920px;
  padding-left: clamp(25px, 7.2916666667vw, 140px);
  padding-right: clamp(25px, 7.2916666667vw, 140px);
}
.section-contact_us .map-image iframe {
  max-width: 100%;
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-contact_us .map-image iframe:hover {
  filter: grayscale(0);
}
.section-contact_us .map-image .img-bg {
  height: clamp(300px, 20.8333333333vw, 400px);
  overflow: hidden;
  border-bottom-left-radius: clamp(50px, 5.2083333333vw, 100px);
}
.section-contact_us-bottom .row {
  --bs-gutter-y: 30px;
  --bs-gutter-x: clamp(30px, 6.25vw, 120px);
}
@media (max-width: 991px) {
  .section-contact_us-bottom .row {
    --bs-gutter-x: 0;
  }
}
@media (min-width: 992px) {
  .section-contact_us-bottom .row > div + div {
    border-left: 1px solid #36B44A;
  }
}
@media (max-width: 991px) {
  .section-contact_us-bottom .row > div + div {
    border-top: 1px solid #36B44A;
    padding-top: 30px;
  }
}
.section-contact_us-bottom .row .item h4 {
  font-size: clamp(24px, 1.875vw, 36px);
  margin-bottom: 0.5em;
}

.section-image .container-fluid {
  max-width: 2048px;
  padding: 0;
}
.section-image .img-bg {
  padding-bottom: 36.5%;
}
@media (max-width: 767px) {
  .section-image .img-bg {
    padding-bottom: 95%;
  }
}

.section-stats {
  padding-top: clamp(40px, 5.2083333333vw, 100px);
  padding-bottom: clamp(40px, 5.2083333333vw, 100px);
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  color: #FFFFFF;
  position: relative;
}
.section-stats .stats-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-stats .stats-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-stats .stats-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  opacity: 0.9;
}
.section-stats .container {
  position: relative;
  z-index: 1;
}
.section-stats .row {
  --bs-gutter-x: clamp(30px, 3.125vw, 60px);
  --bs-gutter-y: clamp(30px, 3.125vw, 60px);
}
@media (max-width: 991px) {
  .section-stats .row > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.section-stats .item h4 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: clamp(32px, 4.6875vw, 90px);
}
.section-stats .item h4 strong {
  font-weight: inherit;
}
.section-stats .item p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: clamp(12px, 1.25vw, 24px);
  line-height: 1;
}
@media (min-width: 1200px) {
  .section-stats .item p {
    margin-left: clamp(25px, 2.0833333333vw, 40px);
  }
}

.section-testimonials {
  overflow: hidden;
  background: #F5F6F7;
  border-top-left-radius: clamp(50px, 5.2083333333vw, 100px);
  padding-top: clamp(40px, 5.2083333333vw, 100px);
  padding-bottom: clamp(40px, 5.2083333333vw, 100px);
}
.section-testimonials .testimonials-slider {
  padding-top: 55px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .section-testimonials .testimonials-slider {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.section-testimonials .testimonials-slider:not(.slick-initialized) .item:not(:first-child) {
  display: none;
}
.section-testimonials .testimonials-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(14px, 1.0416666667vw, 20px);
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
.section-testimonials .testimonials-slider .slick-dots li + li {
  margin-left: 10px;
}
.section-testimonials .testimonials-slider .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: #36B44A;
  border: none;
  padding: 0;
  width: clamp(8px, 0.625vw, 12px);
  height: clamp(8px, 0.625vw, 12px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.section-testimonials .testimonials-slider .slick-dots li.slick-active button {
  background-color: #238CCC;
  width: clamp(14px, 1.0416666667vw, 20px);
  height: clamp(14px, 1.0416666667vw, 20px);
}
.section-testimonials .testimonials-slider .slick-nav {
  left: 50%;
  bottom: 0;
}
.section-testimonials .testimonials-slider .slick-nav.slick-prev {
  -webkit-transform: translateX(calc(-100% - 12px));
  -moz-transform: translateX(calc(-100% - 12px));
  -ms-transform: translateX(calc(-100% - 12px));
  -o-transform: translateX(calc(-100% - 12px));
  transform: translateX(calc(-100% - 12px));
}
.section-testimonials .testimonials-slider .slick-nav.slick-next {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  -ms-transform: translateX(12px);
  -o-transform: translateX(12px);
  transform: translateX(12px);
}
.section-testimonials .testimonials-slider .item .image {
  flex: 0 0 58.644%;
}
.section-testimonials .testimonials-slider .item .image .img-bg {
  padding-bottom: 83%;
}
.section-testimonials .testimonials-slider .item .text {
  padding-left: clamp(30px, 7.7083333333vw, 148px);
  padding-right: clamp(30px, 7.7083333333vw, 148px);
}
@media (max-width: 991px) {
  .section-testimonials .testimonials-slider .item .text {
    padding: 0 25px !important;
    text-align: center;
  }
}
.section-testimonials .testimonials-slider .item .text blockquote {
  font-size: clamp(24px, 1.875vw, 36px);
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1em;
}
.section-testimonials .testimonials-slider .item .text .testimonial-author {
  font-size: clamp(18px, 1.25vw, 24px);
}
.section-testimonials .testimonials-slider .item .text .testimonial-author p {
  margin-bottom: 0;
}
.section-testimonials.testimonials-image-right {
  border-top-left-radius: clamp(50px, 5.2083333333vw, 100px);
}
@media (min-width: 992px) {
  .section-testimonials.testimonials-image-right .testimonials-block {
    margin-left: 0;
    margin-right: -20.4%;
  }
}
.section-testimonials.testimonials-image-right .testimonials-slider .slick-dots {
  left: 0;
  margin-left: 0;
}
.section-testimonials.testimonials-image-right .testimonials-slider .slick-nav {
  right: auto !important;
  left: 32%;
}
.section-testimonials.testimonials-image-right .testimonials-slider .slick-nav.slick-next {
  margin-left: clamp(50px, 3.8541666667vw, 74px);
}
@media (min-width: 992px) {
  .section-testimonials.testimonials-image-right .testimonials-slider .item-block {
    flex-direction: row-reverse;
  }
}
.section-testimonials.testimonials-image-right .testimonials-slider .item .image {
  flex: 0 0 50%;
}
.section-testimonials.testimonials-image-right .testimonials-slider .item .image .img-bg {
  padding-bottom: 96%;
}
.section-testimonials.testimonials-image-right .testimonials-slider .item .text {
  padding-left: 0;
  padding-right: clamp(30px, 7.7083333333vw, 148px);
}

.slick-nav {
  width: clamp(36px, 2.8125vw, 54px);
  height: clamp(36px, 2.8125vw, 54px);
  border: 1px solid #415364;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 10;
  font-size: clamp(11px, 0.6770833333vw, 13px);
}
.slick-nav span {
  display: block;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.slick-nav.slick-prev span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-nav:hover {
  border-color: #36B44A;
  background-color: #36B44A;
  color: #FFFFFF;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.slick-nav:hover span {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.slick-nav:hover.slick-prev span {
  -webkit-transform: scale(0.9) rotate(180deg);
  -moz-transform: scale(0.9) rotate(180deg);
  -ms-transform: scale(0.9) rotate(180deg);
  -o-transform: scale(0.9) rotate(180deg);
  transform: scale(0.9) rotate(180deg);
}

.section-text_and_image {
  padding: 0;
  overflow: hidden;
}
.section-text_and_image .container {
  position: relative;
}
.section-text_and_image .animated-dot-text_image {
  position: absolute;
  top: 0;
  right: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: clamp(17.5px, 1.8229166667vw, 35px);
  width: clamp(12px, 1.0416666667vw, 20px);
}
@media (max-width: 991px) {
  .section-text_and_image .animated-dot-text_image {
    left: 10%;
    right: auto;
    margin-right: 0;
    z-index: -1;
    margin-top: -9%;
  }
}
@media (max-width: 767px) {
  .section-text_and_image .animated-dot-text_image {
    left: 0;
    margin-top: -18%;
  }
}
.section-text_and_image .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .section-text_and_image .image {
    margin-right: -43%;
  }
}
@media (max-width: 991px) {
  .section-text_and_image .image {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.section-text_and_image .image .img-bg {
  padding-bottom: 100%;
}
@media (max-width: 767px) {
  .section-text_and_image .image.aos-animate .img-grayscale {
    filter: grayscale(0);
  }
}
@media (min-width: 992px) {
  .section-text_and_image .text {
    padding-right: clamp(30px, 6.25vw, 120px);
  }
}
@media (max-width: 991px) {
  .section-text_and_image .text {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }
}
.section-text_and_image .text h2 {
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 991px) {
  .section-text_and_image .text h2 {
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.75em;
  }
}
.section-text_and_image .text .block-cta {
  margin-top: clamp(40px, 2.1875vw, 42px);
}
@media (max-width: 991px) {
  .section-text_and_image .text .block-cta {
    text-align: center;
  }
}

.section-headline_and_text {
  position: relative;
}
.section-headline_and_text.bg-gray {
  background-color: #F5F6F7;
}
.section-headline_and_text .block-cta {
  margin-top: clamp(21px, 2.1875vw, 42px);
}
@media (max-width: 991px) {
  .section-headline_and_text .block-cta {
    text-align: center;
    margin-top: 50px;
  }
}
.section-headline_and_text .block-cta .button:not(.arrow) {
  min-width: 210px;
}
.section-headline_and_text h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
.section-headline_and_text .pt-5 {
  padding-top: 4rem !important;
}
@media (max-width: 991px) {
  .section-headline_and_text .pt-5 {
    padding-top: 2rem !important;
  }
}
.section-headline_and_text .animated-dot-text_image {
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-headline_and_text .animated-dot-text_image {
    max-width: 69%;
  }
}
.section-headline_and_text .animated-dot-text_image svg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .section-headline_and_text .animated-dot-text_image svg.def {
    width: 135%;
    margin-left: -35%;
  }
}
.section-headline_and_text .animated-dot-text_image .circle-dot {
  transform: translate(-10px, -10px);
}
.section-headline_and_text .animated-dot-text_image-v2 {
  position: absolute;
  left: -20px;
  top: -30px;
  max-width: 59% !important;
}
@media (max-width: 767px) {
  .section-headline_and_text .animated-dot-text_image-v2 {
    max-width: 135% !important;
    margin-left: -35%;
    top: -5px;
  }
}
.section-headline_and_text .animated-dot-text_image-v2 svg {
  width: 100%;
  height: auto;
}
.section-headline_and_text .animated-dot-text_image-v2 svg path {
  transform: translate(-10px, 10px);
}
.section-headline_and_text .animated-dot-text_image-v2 svg .circle-dot {
  transform: translate(-10px, 0px);
}

.section-page_title {
  overflow: hidden;
}
.section-page_title .row {
  --bs-gutter-x: clamp(20px, 2.0833333333vw, 40px);
}
@media (min-width: 992px) {
  .section-page_title .row .col-lg-5 {
    width: 41%;
  }
  .section-page_title .row .col-lg-5:first-child {
    width: 53.5%;
  }
}
@media (min-width: 992px) {
  .section-page_title .row .col-lg-4:first-child {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .section-page_title h1 {
    max-width: 420px;
  }
}
@media (max-width: 768px) {
  .section-page_title h1 {
    max-width: 95%;
  }
}
.section-page_title h3 {
  font-size: clamp(24px, 1.875vw, 36px);
}
.section-page_title .animated-dot-text_image.right {
  margin-right: -51%;
  margin-top: 30px;
  margin-bottom: clamp(30px, 3.125vw, 60px);
}
@media (max-width: 1024px) {
  .section-page_title .animated-dot-text_image.right {
    margin-right: 0;
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  .section-page_title .animated-dot-text_image.right {
    padding-left: 45px;
    margin-right: -30%;
    max-width: none;
  }
}
.section-page_title .animated-dot-text_image.right svg {
  width: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-page_title .animated-dot-text_image.left {
    max-width: 580px;
  }
}
.section-page_title .animated-dot-text_image svg {
  width: 100%;
  height: auto;
}
.section-page_title .animated-dot-text_image svg .circle-dot {
  transform: translate(-10px, -10px);
}
@media (max-width: 991px) {
  .section-page_title .animated-dot-text_image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-page_title .animated-dot-text_image {
    padding-left: 45px;
    margin-right: -30%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .section-page_title .txt {
    padding-left: 45px;
  }
}
.section-page_title .testimonial-block {
  position: relative;
}
@media (max-width: 991px) {
  .section-page_title .testimonial-block {
    margin-top: 30px;
    padding-left: 45px;
  }
}
@media (max-width: 991px) {
  .section-page_title .testimonial-block .animated-dot-text_image {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.section-page_title .testimonial-block .animated-dot-text_image2 {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-8%, -76%);
  -moz-transform: translate(-8%, -76%);
  -ms-transform: translate(-8%, -76%);
  -o-transform: translate(-8%, -76%);
  transform: translate(-8%, -76%);
  width: 178%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .section-page_title .testimonial-block .animated-dot-text_image2 {
    width: 54%;
    -webkit-transform: translate(-1%, -76%);
    -moz-transform: translate(-1%, -76%);
    -ms-transform: translate(-1%, -76%);
    -o-transform: translate(-1%, -76%);
    transform: translate(-1%, -76%);
  }
}
@media (max-width: 767px) {
  .section-page_title .testimonial-block .animated-dot-text_image2 {
    width: auto;
    padding-left: 0;
    margin-right: -30%;
    max-width: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.section-page_title .testimonial-block .animated-dot-text_image2 svg {
  max-width: 100%;
  height: auto;
}
.section-page_title .testimonial-block .animated-dot-text_image2 svg path {
  transform: translateY(10px);
}

.section-products_slider {
  overflow: hidden;
  background: #F5F6F7;
  position: relative;
  border-top-left-radius: clamp(50px, 5.2083333333vw, 100px);
}
@media (max-width: 991px) {
  .section-products_slider {
    border-bottom-right-radius: clamp(50px, 5.2083333333vw, 100px);
  }
}
.section-products_slider .section-bg-logo {
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 660px;
  height: 660px;
  max-width: 52%;
  max-height: 88%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.08;
}
.section-products_slider .section-bg-logo img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 991px) {
  .section-products_slider .section-bg-logo {
    right: -10%;
    width: 90%;
    height: auto;
    aspect-ratio: 1/1;
    max-width: 540px;
    opacity: 0.05;
  }
}
.section-products_slider .container {
  position: relative;
  z-index: 1;
}
.section-products_slider .products-slider:after {
  content: "";
  display: table;
  clear: both;
}
.section-products_slider .products-slider--nav {
  width: 24%;
  float: left;
}
@media (max-width: 1199px) {
  .section-products_slider .products-slider--nav {
    display: none;
  }
}
.section-products_slider .products-slider--nav .item {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
  color: #FFFFFF;
  text-align: center;
  padding: 0 10px;
  position: relative;
  border: none;
  margin-bottom: 20px;
  cursor: pointer;
}
.section-products_slider .products-slider--nav .item .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-products_slider .products-slider--nav .item .img-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #162C40;
  opacity: 0.86;
  z-index: 3;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.section-products_slider .products-slider--nav .item .h4 {
  position: relative;
  z-index: 2;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(17px, 1.0416666667vw, 20px);
}
.section-products_slider .products-slider--nav .item.slick-current .img-bg:before {
  background: #238CCC;
}
@media (min-width: 1200px) {
  .section-products_slider .products-slider--main {
    width: 76%;
    float: left;
    padding-left: 20px;
  }
}
.section-products_slider .products-slider--main .h2 {
  text-align: center;
  font-size: clamp(32px, 3.3333333333vw, 64px);
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1.2em;
}
.section-products_slider .products-slider--main .items:not(.slick-initialized) .item:not(:first-child) {
  display: none;
}
.section-products_slider .products-slider--main .items .slick-dots {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
  min-height: clamp(14px, 1.0416666667vw, 20px);
}
@media (min-width: 1200px) {
  .section-products_slider .products-slider--main .items .slick-dots {
    display: none !important;
  }
}
.section-products_slider .products-slider--main .items .slick-dots li + li {
  margin-left: 10px;
}
.section-products_slider .products-slider--main .items .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: #36B44A;
  border: none;
  padding: 0;
  width: clamp(8px, 0.625vw, 12px);
  height: clamp(8px, 0.625vw, 12px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.section-products_slider .products-slider--main .items .slick-dots li.slick-active button {
  background-color: #238CCC;
  width: clamp(14px, 1.0416666667vw, 20px);
  height: clamp(14px, 1.0416666667vw, 20px);
}
.section-products_slider .products-slider--main .items .slick-nav {
  left: 44%;
  top: 0;
  margin-left: clamp(30px, 5.2083333333vw, 100px);
  width: clamp(32px, 2.34375vw, 45px);
  height: clamp(32px, 2.34375vw, 45px);
  border: none;
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .section-products_slider .products-slider--main .items .slick-nav {
    display: none !important;
  }
}
.section-products_slider .products-slider--main .items .slick-nav.slick-next {
  margin-left: clamp(82px, 8.3333333333vw, 160px);
}
.section-products_slider .products-slider--main .items .slick-nav.slick-next:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.section-products_slider .products-slider--main .items .slick-nav:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.section-products_slider .products-slider--main .items .item {
  display: flex;
}
.section-products_slider .products-slider--main .items .item .image {
  flex: 0 0 44%;
  -webkit-border-radius: 0 0 50px 0;
  -moz-border-radius: 0 0 50px 0;
  border-radius: 0 0 50px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .section-products_slider .products-slider--main .items .item .image {
    flex: 0 0 100%;
    -webkit-border-radius: 50px 0 50px 0;
    -moz-border-radius: 50px 0 50px 0;
    border-radius: 50px 0 50px 0;
  }
}
.section-products_slider .products-slider--main .items .item .image .img-bg {
  height: 680px;
}
@media (max-width: 1199px) {
  .section-products_slider .products-slider--main .items .item .image .img-bg {
    height: auto;
    padding-bottom: 132%;
  }
}
.section-products_slider .products-slider--main .items .item .image-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-products_slider .products-slider--main .items .item .image-caption {
    padding-bottom: 12%;
    padding-top: 11%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.section-products_slider .products-slider--main .items .item .image-caption-content {
  width: 100%;
  color: #FFFFFF;
  z-index: 3;
  position: relative;
  text-align: center;
  font-size: clamp(16px, 1.25vw, 24px);
  padding-bottom: clamp(25px, 2.6041666667vw, 50px);
  padding-left: 15%;
  padding-right: 15%;
}
.section-products_slider .products-slider--main .items .item .image-caption-content h1, .section-products_slider .products-slider--main .items .item .image-caption-content h2, .section-products_slider .products-slider--main .items .item .image-caption-content h3, .section-products_slider .products-slider--main .items .item .image-caption-content .h1, .section-products_slider .products-slider--main .items .item .image-caption-content .h2, .section-products_slider .products-slider--main .items .item .image-caption-content .h3 {
  color: inherit;
}
@media (max-width: 991px) {
  .section-products_slider .products-slider--main .items .item .image-caption-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  .section-products_slider .products-slider--main .items .item .image-caption-content {
    padding-bottom: 0;
  }
}
.section-products_slider .products-slider--main .items .item .image-caption-content .img {
  margin-bottom: clamp(12px, 1.25vw, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-products_slider .products-slider--main .items .item .image-caption-content .img span {
  max-width: 280px;
}
@media (max-width: 991px) {
  .section-products_slider .products-slider--main .items .item .image-caption-content .img span {
    max-width: 140px;
  }
}
.section-products_slider .products-slider--main .items .item .image-caption-content .img span img {
  max-height: 62px;
}
@media (max-width: 991px) {
  .section-products_slider .products-slider--main .items .item .image-caption-content .img span img {
    max-height: 55px;
  }
}
@media (min-width: 768px) {
  .section-products_slider .products-slider--main .items .item .image-caption-content .txt {
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .section-products_slider .products-slider--main .items .item .image-caption-content .txt {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .section-products_slider .products-slider--main .items .item .image-caption-content .txt {
    max-height: 100px;
    overflow: hidden;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-products_slider .products-slider--main .items .item .image-caption-txt {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  max-height: 0;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.section-products_slider .products-slider--main .items .item .image-caption-txt h2,
.section-products_slider .products-slider--main .items .item .image-caption-txt h3 {
  display: none;
}
.section-products_slider .products-slider--main .items .item .image-caption-txt .button.arrow {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.section-products_slider .products-slider--main .items .item .image-caption-txt .button.arrow:before {
  border-color: #FFFFFF;
}
.section-products_slider .products-slider--main .items .item .image-caption-txt .button.arrow:hover {
  color: #FFFFFF;
}
.section-products_slider .products-slider--main .items .item .image-caption-txt .button.arrow:hover:before {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #36B44A;
}
.section-products_slider .products-slider--main .items .item .image-caption-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 507%;
  z-index: 1;
  pointer-events: none;
}
.section-products_slider .products-slider--main .items .item .image-caption-bg svg {
  max-width: 100%;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translate(-12%, 57%);
  -moz-transform: translate(-12%, 57%);
  -ms-transform: translate(-12%, 57%);
  -o-transform: translate(-12%, 57%);
  transform: translate(-12%, 57%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .section-products_slider .products-slider--main .items .item .image-caption-bg svg {
    -webkit-transform: translate(-13%, 57%);
    -moz-transform: translate(-13%, 57%);
    -ms-transform: translate(-13%, 57%);
    -o-transform: translate(-13%, 57%);
    transform: translate(-13%, 57%);
  }
}
@media (max-width: 767px) {
  .section-products_slider .products-slider--main .items .item .image-caption-bg svg {
    -webkit-transform: translate(-13%, 55%);
    -moz-transform: translate(-13%, 55%);
    -ms-transform: translate(-13%, 55%);
    -o-transform: translate(-13%, 55%);
    transform: translate(-13%, 55%);
  }
}
.section-products_slider .products-slider--main .items .item .text {
  flex: 0 0 56%;
  padding-top: clamp(60px, 4.53125vw, 87px);
  padding-left: clamp(30px, 5.2083333333vw, 100px);
}
@media (max-width: 767px) {
  .section-products_slider .products-slider--main .items .item .text {
    display: none;
  }
}
.section-products_slider .products-slider--main .items .item .text h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
.section-products_slider .products-slider--main .items .item .text h3 {
  color: #36B44A;
  font-size: clamp(24px, 1.875vw, 36px);
}
.section-products_slider .products-slider--main .items .item .text .block-cta {
  margin-top: clamp(21px, 2.1875vw, 42px);
}
@media (max-width: 767px) {
  .section-products_slider .products-slider--main .items .item:hover .image-caption {
    height: 100%;
  }
  .section-products_slider .products-slider--main .items .item:hover .image-caption-bg svg {
    -webkit-transform: scale(3) translate(-29%, 1%);
    -moz-transform: scale(3) translate(-29%, 1%);
    -ms-transform: scale(3) translate(-29%, 1%);
    -o-transform: scale(3) translate(-29%, 1%);
    transform: scale(3) translate(-29%, 1%);
  }
  .section-products_slider .products-slider--main .items .item:hover .image-caption-txt {
    max-height: 600px;
  }
  .section-products_slider .products-slider--main .items .item:hover .image-caption-content .txt {
    max-height: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-products_slider .products-slider--main .items .item[data-slick-index="1"] .image-caption-content .txt {
    max-width: 72%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-products_slider .products-slider--main .items .item[data-slick-index="2"] .image-caption-content .txt {
    max-width: 83%;
  }
}
@media (max-width: 991px) {
  .section-products_slider .products-slider--main .items .item[data-slick-index="4"] .image-caption-content .img span, .section-products_slider .products-slider--main .items .item[data-slick-index="5"] .image-caption-content .img span {
    max-width: 195px;
  }
}

.section-product_hero {
  overflow: hidden;
}
.section-product_hero .row {
  --bs-gutter-y: 40px;
}
@media (min-width: 768px) {
  .section-product_hero .row .col-lg-5 {
    width: 47%;
  }
  .section-product_hero .row .col-lg-5:first-child {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .section-product_hero .image {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .section-product_hero .image {
    max-width: 480px;
  }
}
.section-product_hero .page-body h4 {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-product_hero .page-body h4 {
    font-size: 18px;
  }
}
.section-product_hero .page-body h1 {
  color: #36B44A;
}
.section-product_hero .page-body p {
  max-width: 532px;
}
.section-product_hero .animated-dot-text_image {
  margin-right: -146%;
  margin-top: clamp(27.5px, 2.8645833333vw, 55px);
  margin-bottom: clamp(27.5px, 2.8645833333vw, 55px);
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-product_hero .animated-dot-text_image {
    margin-right: -75%;
    margin-left: 0;
  }
}
.section-product_hero .animated-dot-text_image svg {
  width: 100%;
}
@media (min-width: 768px) {
  .section-product_hero .animated-dot-text_image svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.section-product_hero .animated-dot-text_image .circle-dot {
  transform: translate(10px, -10px);
}

.section-headline {
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  color: #FFFFFF;
  padding-top: clamp(45px, 6.25vw, 120px);
  padding-bottom: clamp(45px, 6.25vw, 120px);
}
.section-headline h2 {
  font-size: clamp(24px, 2.1875vw, 42px);
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-separator {
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  color: #FFFFFF;
  padding-top: clamp(15px, 1.5625vw, 30px);
  padding-bottom: clamp(15px, 1.5625vw, 30px);
}

.section-product_features {
  font-size: clamp(18px, 1.25vw, 24px);
  position: relative;
  overflow: hidden;
}
.section-product_features .animated-dot-text_image {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 8%;
}
@media (max-width: 991px) {
  .section-product_features .animated-dot-text_image {
    display: none;
  }
}
.section-product_features .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-product_features .animated-dot-text_image svg path {
  transform: translateY(10px);
}
.section-product_features .row {
  --bs-gutter-x: clamp(30px, 7.8125vw, 150px);
  --bs-gutter-y: 40px;
}
.section-product_features h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
@media (max-width: 767px) {
  .section-product_features h2 {
    margin-bottom: 1em;
  }
}
.section-product_features ul {
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .section-product_features ul {
    margin-top: 1em;
  }
}
.section-product_features ul li {
  position: relative;
  padding-left: clamp(40px, 2.6041666667vw, 50px);
}
.section-product_features ul li:before {
  content: "\e905";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #238CCC;
  position: absolute;
  left: 0;
  font-size: clamp(22px, 1.40625vw, 27px);
  top: 0.15em;
}
.section-product_features ul li + li {
  margin-top: clamp(35px, 3.6458333333vw, 70px);
}

.section-text_and_image_animated {
  padding: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-text_and_image_animated {
    padding-bottom: clamp(41.5px, 4.3229166667vw, 83px);
  }
}
.section-text_and_image_animated .block-content {
  background-color: #F5F6F7;
  border-top-left-radius: clamp(50px, 5.2083333333vw, 100px);
}
@media (max-width: 991px) {
  .section-text_and_image_animated .block-content {
    padding-bottom: clamp(80px, 10.4166666667vw, 200px);
    border-top-left-radius: clamp(0px, 0vw, 0px);
    border-top-right-radius: clamp(50px, 5.2083333333vw, 100px);
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .section-text_and_image_animated .row .col-lg-6 {
    width: 58%;
  }
  .section-text_and_image_animated .row .col-lg-6:first-child {
    width: 42%;
  }
}
.section-text_and_image_animated .container {
  position: relative;
}
.section-text_and_image_animated .animated-dot-text_image {
  position: absolute;
  top: 0;
  right: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: clamp(17.5px, 1.8229166667vw, 35px);
}
@media (max-width: 767px) {
  .section-text_and_image_animated .animated-dot-text_image {
    display: none;
  }
}
@media (max-width: 991px) {
  .section-text_and_image_animated .row {
    --bs-gutter-y: 60px;
  }
}
.section-text_and_image_animated .image {
  overflow: hidden;
  border-bottom-left-radius: clamp(50px, 5.2083333333vw, 100px);
}
@media (min-width: 992px) {
  .section-text_and_image_animated .image {
    margin-right: -48.5%;
    margin-bottom: clamp(-83px, -4.3229166667vw, -41.5px);
  }
}
@media (max-width: 991px) {
  .section-text_and_image_animated .image {
    margin-left: -25px;
    margin-right: -25px;
    border-top-right-radius: clamp(50px, 5.2083333333vw, 100px);
    border-bottom-left-radius: 0;
  }
}
.section-text_and_image_animated .image .img-bg {
  padding-bottom: 112%;
}
.section-text_and_image_animated .text {
  padding-right: clamp(30px, 6.25vw, 120px);
}
@media (max-width: 991px) {
  .section-text_and_image_animated .text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.section-text_and_image_animated .text h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
.section-text_and_image_animated .text h4 {
  margin-bottom: 1em;
}
.section-text_and_image_animated .text .block-cta {
  margin-top: clamp(21px, 2.1875vw, 42px);
}
@media (min-width: 992px) {
  .section-text_and_image_animated.image-left {
    padding-bottom: 0;
    padding-top: clamp(41.5px, 4.3229166667vw, 83px);
    margin-top: clamp(-83px, -4.3229166667vw, -41.5px);
  }
}
@media (min-width: 992px) {
  .section-text_and_image_animated.image-left .image {
    -webkit-border-radius: 0 100px 0 0;
    -moz-border-radius: 0 100px 0 0;
    border-radius: 0 100px 0 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -48.5%;
    margin-top: clamp(-83px, -4.3229166667vw, -41.5px);
  }
}
.section-text_and_image_animated.image-left .text {
  padding-left: clamp(30px, 6.25vw, 120px);
  padding-right: 0;
}

.section-product_gallery {
  overflow: hidden;
}
.section-product_gallery .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.section-product_gallery .img-bg {
  display: block;
  padding-bottom: 64%;
}
.section-product_gallery .block-text {
  margin-bottom: clamp(40px, 5.2083333333vw, 100px);
  position: relative;
}
.section-product_gallery .block-text h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
.section-product_gallery .block-text .animated-dot-text_image {
  position: absolute;
  left: clamp(25px, 6.0416666667vw, 116px);
  top: clamp(-200px, -10.4166666667vw, -60px);
  width: 40%;
}
@media (max-width: 991px) {
  .section-product_gallery .block-text .animated-dot-text_image {
    display: none;
  }
}
.section-product_gallery .block-text .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-product_gallery .block-text .animated-dot-text_image svg path {
  transform: translate(10px, 10px);
}
.section-product_gallery .block-text .animated-dot-text_image svg .circle-dot {
  transform: translateX(10px);
}

.row-gallery {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.row-gallery .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.row-gallery .img-bg {
  padding-bottom: 64%;
}
@media (max-width: 767px) {
  .row-gallery .img-bg {
    padding-bottom: 64% !important;
  }
}
.row-gallery.gallery-c-4 .img-bg {
  padding-bottom: 132%;
}
.row-gallery.gallery-c-4 .row .col-12 {
  width: 100% !important;
  max-width: 100% !important;
}
.row-gallery.gallery-c-4 .row .col-12 .img-bg {
  padding-bottom: calc(66% - 10px);
}

.cp:not(.image-left) + .cp {
  padding-top: 0;
}

.section-product_accordion {
  position: relative;
}
.section-product_accordion .animated-dot-text_image {
  position: absolute;
  left: clamp(30px, 7.3958333333vw, 142px);
  top: 0;
  margin-top: clamp(-173px, -9.0104166667vw, -86.5px);
  z-index: -1;
  width: 22%;
}
@media (max-width: 991px) {
  .section-product_accordion .animated-dot-text_image {
    display: none;
  }
}
.section-product_accordion .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-product_accordion .animated-dot-text_image svg path {
  transform: translate(10px, 10px);
}
.section-product_accordion .animated-dot-text_image svg .circle-dot {
  transform: translateX(10px);
}
.section-product_accordion .row {
  --bs-gutter-y: 40px;
}
.section-product_accordion .image {
  text-align: center;
}
.section-product_accordion .block-title {
  max-width: clamp(520px, 35.4166666667vw, 680px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(40px, 5.2083333333vw, 100px);
}
.section-product_accordion .block-title h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
.section-product_accordion .block-title p {
  margin-left: auto;
  margin-right: auto;
  max-width: 94%;
}

.accordion {
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-active-color: #238CCC;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-color: #000000;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-sep: #36B44A;
}
.accordion-item {
  border: none;
  background: none;
  border-radius: 0px !important;
}
.accordion-item:not(:first-of-type) {
  padding-top: clamp(22.5px, 2.34375vw, 45px);
  margin-top: clamp(22.5px, 2.34375vw, 45px);
  border-top: 1px solid var(--bs-accordion-sep);
}
.accordion-button {
  font-size: clamp(24px, 1.875vw, 36px);
  font-weight: 700;
  padding: 15px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 1.1;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-button:not(.collapsed) .accordion-button-plus:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after {
  display: none;
}
.accordion-button:hover {
  color: var(--bs-accordion-active-color);
}
.accordion-button:hover .accordion-button-plus {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.accordion-button-plus {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  order: -1;
  margin-right: clamp(20px, 1.5625vw, 30px);
  position: relative;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .accordion-button-plus {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }
}
.accordion-button-plus:before, .accordion-button-plus:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  position: absolute;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transform-origin: 50% 50%;
  top: 50%;
  left: 0;
  margin-top: -1.5px;
}
@media (max-width: 767px) {
  .accordion-button-plus:before, .accordion-button-plus:after {
    height: 2px;
    margin-top: -1px;
  }
}
.accordion-button-plus:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion-body {
  padding: 15px 0 0;
}
.accordion-body ul {
  padding: 0;
  list-style: none;
}
.accordion-body ul li {
  position: relative;
  padding-left: clamp(24px, 1.5625vw, 30px);
}
.accordion-body ul li:before {
  content: "\e905";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #238CCC;
  position: absolute;
  left: 0;
  top: 0.175em;
}
.accordion-body ul li + li {
  margin-top: clamp(15px, 1.25vw, 24px);
}
.accordion-note {
  margin-top: clamp(30px, 3.125vw, 60px);
}

.section-faqs {
  overflow: hidden;
}
.section-faqs h2 {
  color: #36B44A;
  font-size: clamp(25px, 1.875vw, 36px);
  margin-bottom: 2.1em;
}
.section-faqs .row {
  --bs-gutter-x: clamp(30px, 10.3125vw, 198px);
}
@media (max-width: 991px) {
  .section-faqs .row {
    --bs-gutter-x: 0;
  }
  .section-faqs .row > div + div {
    border-top: 1px solid #36B44A;
    padding-top: clamp(22.5px, 2.34375vw, 45px);
    margin-top: clamp(22.5px, 2.34375vw, 45px);
  }
}
.section-faqs .faq-cat + .faq-cat {
  margin-top: clamp(60px, 10.4166666667vw, 200px);
}
.section-faqs .accordion-button {
  font-size: clamp(18px, 1.25vw, 24px);
}
.section-faqs .accordion-button-plus {
  margin-right: clamp(16px, 1.3020833333vw, 25px);
}
.section-faqs .accordion-item[style*=none] + .accordion-item {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.section-headline_subtitle_text {
  position: relative;
  overflow: hidden;
}
.section-headline_subtitle_text h2 {
  text-transform: uppercase;
  font-weight: 800;
}
.section-headline_subtitle_text .section-media {
  margin-top: clamp(40px, 4.1666666667vw, 80px);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.section-headline_subtitle_text .section-media img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  max-height: clamp(240px, 27.0833333333vw, 520px);
}
@media (max-width: 991px) {
  .section-headline_subtitle_text .page-body + .page-body {
    padding-top: 40px;
  }
}
.section-headline_subtitle_text h3 {
  font-size: clamp(25px, 1.875vw, 36px);
}
.section-headline_subtitle_text .animated-dot-text_image {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 72vw;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-headline_subtitle_text .animated-dot-text_image {
    left: 25px;
    width: 86vw;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (max-width: 767px) {
  .section-headline_subtitle_text .animated-dot-text_image {
    top: 0;
    left: 25px;
    width: 85%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.section-headline_subtitle_text .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-headline_subtitle_text .animated-dot-text_image svg .circle-dot {
  transform: translateY(-10px);
}
@media (max-width: 767px) {
  .section-headline_subtitle_text .animated-dot-text_image svg .circle-dot {
    transform: translateY(-7px);
  }
}
@media (max-width: 767px) {
  .section-headline_subtitle_text .animated-dot-text_image svg path {
    transform: translateX(-3px);
  }
}
.section-headline_subtitle_text .row {
  margin-top: clamp(20px, 6.7708333333vw, 130px);
  --bs-gutter-y: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-headline_subtitle_text .row {
    margin-top: 20px;
  }
}

.section-icon_text_on_2_columns {
  overflow: hidden;
}
.section-icon_text_on_2_columns .section-head-row {
  margin-bottom: clamp(28px, 2.0833333333vw, 40px);
}
.section-icon_text_on_2_columns .section-head-row h2 {
  max-width: 100%;
}
@media (min-width: 992px) {
  .section-icon_text_on_2_columns .section-head-row h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .section-icon_text_on_2_columns .section-head-row h2 {
    margin-bottom: clamp(30px, 2.0833333333vw, 40px);
  }
}
.section-icon_text_on_2_columns .section-head-row .media-side {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.section-icon_text_on_2_columns .section-head-row .media-side img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  max-height: clamp(200px, 14.5833333333vw, 280px);
}
.section-icon_text_on_2_columns h2 {
  text-transform: uppercase;
  font-weight: 800;
  max-width: 40%;
  margin-bottom: clamp(40px, 3.3333333333vw, 64px);
}
@media (max-width: 767px) {
  .section-icon_text_on_2_columns h2 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.section-icon_text_on_2_columns .sep {
  position: relative;
}
.section-icon_text_on_2_columns .bg-line {
  width: 1px;
  position: absolute;
  height: 100%;
  left: 50%;
  background: #36B44A;
}
.section-icon_text_on_2_columns .bg-line .circle-dot {
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #36B44A;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -10px;
}
@media (max-width: 991px) {
  .section-icon_text_on_2_columns .bg-line .circle-dot {
    width: 14px;
    height: 14px;
    margin-left: -7px;
  }
}
.section-icon_text_on_2_columns .row {
  --bs-gutter-x: clamp(30px, 3.6458333333vw, 70px);
}
.section-icon_text_on_2_columns .row > div:last-child {
  padding-top: clamp(24px, 1.4583333333vw, 28px);
}
@media (max-width: 991px) {
  .section-icon_text_on_2_columns .row {
    --bs-gutter-x: 0;
    position: relative;
    direction: rtl;
  }
  .section-icon_text_on_2_columns .row::-webkit-scrollbar {
    width: 12px;
  }
  .section-icon_text_on_2_columns .row::-webkit-scrollbar-track {
    background: #36B44A;
    background-clip: content-box;
    border-radius: 12px;
    border: 5px solid #FFFFFF;
  }
  .section-icon_text_on_2_columns .row::-webkit-scrollbar-thumb {
    background: #36B44A;
    border-radius: 12px;
    height: 12px;
    border: 6px solid #36B44A;
  }
  .section-icon_text_on_2_columns .row > div {
    direction: ltr;
  }
  .section-icon_text_on_2_columns .row .sep {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .section-icon_text_on_2_columns .item {
    padding-left: 50px;
  }
}
.section-icon_text_on_2_columns .item + .item {
  margin-top: clamp(30px, 1.875vw, 36px);
}
.section-icon_text_on_2_columns .item .img {
  margin-bottom: clamp(16px, 1.25vw, 24px);
}
.section-icon_text_on_2_columns .item .img svg .clock-gradient {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.section-icon_text_on_2_columns .item h3 {
  font-size: clamp(25px, 1.875vw, 36px);
}
.section-icon_text_on_2_columns .item.aos-animate .img svg .clock-gradient {
  opacity: 1;
}
.section-icon_text_on_2_columns .animated-dot-text_image {
  display: flex;
  justify-content: center;
}
.section-icon_text_on_2_columns .animated-dot-text_image svg .circle-dot {
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}

@media (max-width: 767px) {
  .section-our_values {
    text-align: center;
  }
}
.section-our_values h2 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: clamp(40px, 5.2083333333vw, 100px);
}
.section-our_values .row {
  margin-bottom: clamp(60px, 10.4166666667vw, 200px);
  --bs-gutter-y: 40px;
}
.section-our_values .items {
  justify-content: center;
}
.section-our_values .items .item {
  flex: 0 0 25%;
  text-align: center;
}
@media (max-width: 991px) {
  .section-our_values .items .item {
    flex: 0 0 32%;
  }
}
@media (max-width: 767px) {
  .section-our_values .items .item + .item {
    margin-top: 45px;
  }
}
.section-our_values .items .item h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: clamp(20px, 1.875vw, 36px);
  color: #36B44A;
  position: relative;
}
.section-our_values .items .item h3 span {
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.section-our_values .items .item p {
  max-width: 200px;
  margin: 15px auto 0;
  text-align: center;
}
.section-our_values .items .item:nth-child(1) h3 span {
  transition-delay: 0.6s;
}
.section-our_values .items .item:nth-child(1) .items-line span {
  transition-delay: 0.3s;
}
.section-our_values .items .item:nth-child(2) h3 span {
  transition-delay: 1.1s;
}
.section-our_values .items .item:nth-child(2) .items-line span {
  transition-delay: 0.8s;
}
.section-our_values .items .item:nth-child(3) h3 span {
  transition-delay: 1.6s;
}
.section-our_values .items .item:nth-child(3) .items-line span {
  transition-delay: 1.3s;
}
.section-our_values .items-line {
  margin-bottom: clamp(30px, 2.6041666667vw, 50px);
  height: 1px;
  position: relative;
  background-color: #36B44A;
}
@media (max-width: 767px) {
  .section-our_values .items-line {
    margin-top: 8px;
    margin-bottom: 0;
  }
}
.section-our_values .items-line span {
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  position: absolute;
  width: 0px;
  height: 5px;
  top: -2px;
  left: 0;
  -webkit-transition: width 3s ease-in-out;
  -moz-transition: width 3s ease-in-out;
  -ms-transition: width 3s ease-in-out;
  -o-transition: width 3s ease-in-out;
  transition: width 3s ease-in-out;
}
.section-our_values.aos-animate .items-line span {
  width: 100%;
}
.section-our_values.aos-animate .items .item h3 span {
  opacity: 1;
}

.section-image_accordion {
  padding: 0;
  overflow: hidden;
  background-color: #F5F6F7;
}
@media (min-width: 768px) {
  .section-image_accordion {
    padding-top: clamp(41.5px, 4.3229166667vw, 83px);
    padding-bottom: clamp(41.5px, 4.3229166667vw, 83px);
  }
}
.section-image_accordion .row {
  align-items: flex-start !important;
}
.section-image_accordion .block-content {
  background-color: #F5F6F7;
}
@media (max-width: 767px) {
  .section-image_accordion .block-content {
    padding-bottom: clamp(80px, 10.4166666667vw, 200px);
  }
}
@media (max-width: 767px) {
  .section-image_accordion .row {
    --bs-gutter-y: 120px;
  }
}
.section-image_accordion .image {
  padding-left: clamp(20px, 4.6875vw, 90px);
  position: relative;
}
@media (max-width: 767px) {
  .section-image_accordion .image {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 35px;
  }
}
@media (min-width: 768px) {
  .section-image_accordion .image {
    margin-right: -18.5%;
    margin-left: -5%;
    margin-top: clamp(-83px, -4.3229166667vw, -41.5px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-image_accordion .image {
    margin-left: -1%;
  }
}
.section-image_accordion .image:before {
  content: "";
  width: 100%;
  height: 100%;
  top: clamp(41.5px, 4.3229166667vw, 83px);
  left: 0;
  border-top-left-radius: clamp(50px, 5.2083333333vw, 100px);
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  position: absolute;
  z-index: 1;
}
.section-image_accordion .image .img-bg {
  padding-bottom: 107%;
  border-top-left-radius: clamp(50px, 5.2083333333vw, 100px);
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-image_accordion .image .img-bg {
    padding-bottom: 180%;
  }
}

.section-our_partners_carousel {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-our_partners_carousel {
    padding-top: calc(80px + 10vw);
  }
}
@media (min-width: 992px) {
  .section-our_partners_carousel.no-partners .row {
    align-items: center;
  }
  .section-our_partners_carousel.no-partners .row > .col-12:not(.col-lg-5):not(.col-lg-6) {
    display: none;
  }
  .section-our_partners_carousel.no-partners h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .section-our_partners_carousel.no-partners {
    padding-top: 0;
  }
}
.section-our_partners_carousel .animated-dot-text_image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
@media (max-width: 767px) {
  .section-our_partners_carousel .animated-dot-text_image {
    width: 90%;
  }
}
.section-our_partners_carousel .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-our_partners_carousel .animated-dot-text_image svg .circle-dot {
  transform: translate(10px, -10px);
}
.section-our_partners_carousel .animated-dot-text_image svg path {
  transform: translateX(10px);
}
@media (max-width: 767px) {
  .section-our_partners_carousel .animated-dot-text_image svg path {
    transform: translate(7px, -3px);
  }
}
@media (max-width: 991px) {
  .section-our_partners_carousel .row {
    --bs-gutter-y: 20px;
    text-align: center;
  }
}
.section-our_partners_carousel h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
@media (max-width: 767px) {
  .section-our_partners_carousel h2 {
    margin-top: 35px;
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
  }
}
.section-our_partners_carousel .partners-carousel {
  margin-top: clamp(30px, 10.4166666667vw, 200px);
  padding-left: 84px;
  padding-right: 84px;
}
@media (max-width: 991px) {
  .section-our_partners_carousel .partners-carousel {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-our_partners_carousel .partners-carousel {
    padding-left: 0;
    padding-right: 0;
    margin-left: -25px;
    margin-right: -25px;
  }
}
.section-our_partners_carousel .partners-carousel:not(.slick-initialized) {
  display: none;
}
.section-our_partners_carousel .partners-carousel .slick-track {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .section-our_partners_carousel .partners-carousel .slick-list {
    padding-right: 35px;
    padding-left: 25px;
  }
}
.section-our_partners_carousel .partners-carousel .slick-slide {
  height: auto;
  padding: 5px 15px;
}
.section-our_partners_carousel .partners-carousel .slick-slide a {
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-our_partners_carousel .partners-carousel .slick-slide a {
    height: 75px;
  }
}
.section-our_partners_carousel .partners-carousel .slick-slide a > span {
  max-width: 245px;
}
.section-our_partners_carousel .partners-carousel .slick-nav {
  top: 50%;
  margin-top: clamp(-27px, -1.40625vw, -18px);
}
@media (max-width: 767px) {
  .section-our_partners_carousel .partners-carousel .slick-nav {
    display: none !important;
  }
}
.section-our_partners_carousel .partners-carousel .slick-nav.slick-prev {
  left: 0;
}
.section-our_partners_carousel .partners-carousel .slick-nav.slick-next {
  right: 0;
}

.section-text_accordion {
  position: relative;
  overflow: hidden;
}
.section-text_accordion .animated-dot-text_image {
  position: absolute;
  left: clamp(-116px, -6.0416666667vw, -25px);
  bottom: clamp(-100px, -5.2083333333vw, -50px);
  width: 36vw;
  pointer-events: none;
}
@media (max-width: 991px) {
  .section-text_accordion .animated-dot-text_image {
    display: none;
  }
}
.section-text_accordion .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-text_accordion .animated-dot-text_image svg path {
  transform: translate(10px, 0);
}
.section-text_accordion .animated-dot-text_image svg .circle-dot {
  transform: translate(10px, -10px);
}
.section-text_accordion .page-body {
  position: relative;
}
.section-text_accordion h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
.section-text_accordion .row {
  --bs-gutter-y: 40px;
}

.section-grow_with_us {
  overflow: hidden;
}
.section-grow_with_us .sep {
  position: relative;
  min-height: clamp(276px, 28.75vw, 552px);
}
.section-grow_with_us .sep .animated-dot-text_image {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  pointer-events: none;
  width: 50vw;
  max-width: 971px;
}
.section-grow_with_us .sep .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-grow_with_us .sep .animated-dot-text_image svg path {
  transform: translateY(11px);
}
.section-grow_with_us .sep .animated-dot-text_image svg .circle-dot {
  transform: translateY(1px);
}
@media (max-width: 767px) {
  .section-grow_with_us .sep-mobile .animated-dot-text_image {
    margin-right: -30%;
    max-width: none;
  }
}
.section-grow_with_us .sep-mobile .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-grow_with_us .sep-mobile .animated-dot-text_image svg .circle-dot {
  transform: translate(-10px, -10px);
}
.section-grow_with_us .row {
  --bs-gutter-x: clamp(30px, 3.125vw, 60px);
}
@media (max-width: 991px) {
  .section-grow_with_us .row {
    --bs-gutter-y: 40px;
  }
}
.section-grow_with_us h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
@media (max-width: 991px) {
  .section-grow_with_us h2 {
    margin-bottom: 40px;
  }
}
.section-grow_with_us h3 {
  font-size: clamp(25px, 1.875vw, 36px);
  line-height: 1.2;
}

.section-jobs .jobs-list {
  margin-top: clamp(45px, 7.8125vw, 150px);
  border-top: 1px solid #36B44A;
}
.section-jobs .jobs-list .item {
  border-bottom: 1px solid #36B44A;
  padding-top: clamp(36px, 3.75vw, 72px);
  padding-bottom: clamp(36px, 3.75vw, 72px);
}
.section-jobs .jobs-list .item h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  flex: 0 0 45%;
}
.section-jobs .jobs-list .item p {
  margin-bottom: 0;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .section-jobs .jobs-list .item p {
    padding: 0;
    margin: 6px 0;
  }
}
.section-jobs .jobs-list .item-actions {
  margin-left: auto;
  white-space: nowrap;
}
.section-jobs .jobs-list .item-actions a {
  position: relative;
}
.section-jobs .jobs-list .item-actions a:after {
  content: "";
  width: 100%;
  top: 100%;
  margin-top: 1px;
  left: 0;
  height: 1px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: absolute;
}
.section-jobs .jobs-list .item-actions a:hover {
  color: #238CCC;
}
.section-jobs .jobs-list .item-actions a:hover:after {
  background-color: #238CCC;
}
.section-jobs h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
@media (min-width: 992px) {
  .section-jobs .col-lg-6 {
    width: 54%;
  }
}

.section-form h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
.section-form .row {
  --bs-gutter-y: 40px;
}
.section-form div.gform_wrapper.gravity-theme .gfield textarea {
  max-height: 148px;
}
.section-form div.gform_wrapper.gravity-theme .gform-button {
  border: none;
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 30px;
  width: 100%;
}
.section-form div.gform_wrapper.gravity-theme .gform-button:hover {
  color: #FFFFFF;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.section-benefits .block-title {
  margin-bottom: clamp(30px, 5.2083333333vw, 100px);
}
.section-benefits .block-title h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
.section-benefits .items {
  position: relative;
}
.section-benefits .items .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.section-benefits .items .row > div:nth-child(1) {
  transition-delay: 1.3s;
}
@media (min-width: 1200px) {
  .section-benefits .items .row > div:nth-child(1) {
    min-height: clamp(170px, 17.7083333333vw, 340px);
  }
}
.section-benefits .items .row > div:nth-child(2) {
  transition-delay: 2.3s;
}
@media (min-width: 1200px) {
  .section-benefits .items .row > div:nth-child(2) {
    min-height: clamp(190px, 19.7916666667vw, 380px);
  }
}
.section-benefits .items .row > div:nth-child(3) {
  transition-delay: 3.3s;
}
@media (min-width: 1200px) {
  .section-benefits .items .row > div:nth-child(3) {
    min-height: clamp(210px, 21.875vw, 420px);
  }
}
.section-benefits .items .row > div:nth-child(4) {
  transition-delay: 4.3s;
}
@media (min-width: 1200px) {
  .section-benefits .items .row > div:nth-child(4) {
    min-height: clamp(240px, 25vw, 480px);
  }
}
.section-benefits .items .item {
  background: #F5F6F7;
  border-top-right-radius: clamp(25px, 2.6041666667vw, 50px);
  border-bottom-left-radius: clamp(25px, 2.6041666667vw, 50px);
  padding-top: clamp(25px, 2.6041666667vw, 50px);
  padding-bottom: clamp(25px, 2.6041666667vw, 50px);
  padding-left: clamp(17.5px, 1.8229166667vw, 35px);
  padding-right: clamp(17.5px, 1.8229166667vw, 35px);
  -webkit-box-shadow: 0px 6px 8px rgba(90, 107, 123, 0.3);
  -moz-box-shadow: 0px 6px 8px rgba(90, 107, 123, 0.3);
  box-shadow: 0px 6px 8px rgba(90, 107, 123, 0.3);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  position: relative;
  transition-delay: inherit;
}
.section-benefits .items .item .bg {
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: inherit;
}
.section-benefits .items .item .bg span {
  opacity: 0.06;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-8%, 20%);
  -moz-transform: translate(-8%, 20%);
  -ms-transform: translate(-8%, 20%);
  -o-transform: translate(-8%, 20%);
  transform: translate(-8%, 20%);
}
.section-benefits .items .item .bg span img {
  width: 240px;
  height: auto;
  filter: brightness(0) invert(1);
}
.section-benefits .items .item-content {
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .section-benefits .animated-dot-text_image {
    position: absolute;
    top: 38%;
    right: 0;
    -webkit-transform: translateX(7%);
    -moz-transform: translateX(7%);
    -ms-transform: translateX(7%);
    -o-transform: translateX(7%);
    transform: translateX(7%);
    z-index: -1;
    pointer-events: none;
    width: 93.5vw;
  }
}
.section-benefits .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .section-benefits .animated-dot-text_image svg .circle-dot {
    transform: translate(10px, -7px);
  }
}
@media (min-width: 1200px) {
  .section-benefits .animated-dot-text_image svg path {
    transform: translateY(10px);
  }
}
.section-benefits.aos-animate .item {
  color: #FFFFFF;
}
.section-benefits.aos-animate .item .bg {
  opacity: 1;
}

.section-subpages {
  position: relative;
  overflow: hidden;
}
.section-subpages .animated-dot-text_image {
  position: absolute;
  left: clamp(25px, 6.0416666667vw, 116px);
  top: 0;
  width: 38.5%;
}
@media (max-width: 991px) {
  .section-subpages .animated-dot-text_image {
    display: none;
  }
}
.section-subpages .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-subpages .animated-dot-text_image svg path {
  transform: translate(10px, 0);
}
.section-subpages .animated-dot-text_image svg .circle-dot {
  transform: translate(10px, -10px);
}
.section-subpages .block-title {
  margin-bottom: clamp(30px, 5.2083333333vw, 100px);
  padding-left: 50%;
}
@media (max-width: 991px) {
  .section-subpages .block-title {
    text-align: center;
    padding-left: 0;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-subpages .block-title h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
.section-subpages .row {
  --bs-gutter-x: clamp(20px, 1.5625vw, 30px);
  --bs-gutter-y: clamp(20px, 1.5625vw, 30px);
}
.section-subpages .item {
  border: 1px solid #36B44A;
  -webkit-border-radius: 50px 0 50px 0;
  -moz-border-radius: 50px 0 50px 0;
  border-radius: 50px 0 50px 0;
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.section-subpages .item-title {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-subpages .item-title .image {
  height: auto;
  display: block;
  margin-bottom: 0;
}
.section-subpages .item-title .image span {
  display: block;
}
.section-subpages .item-title .image img {
  width: 100%;
  height: clamp(170px, 10.9375vw, 210px);
  max-height: none;
  object-fit: cover;
  display: block;
}
.section-subpages .item-title h3 {
  font-size: clamp(21px, 1.3541666667vw, 26px);
  margin-bottom: 0;
  padding: clamp(18px, 1.25vw, 24px);
}
.section-subpages .item-title:has(.image) {
  position: relative;
}
.section-subpages .item-title:has(.image) h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  padding-top: 56px;
  background: linear-gradient(180deg, rgba(17, 35, 55, 0) 0%, rgba(17, 35, 55, 0.85) 100%);
}
.section-subpages .item-text {
  padding-top: clamp(18px, 1.25vw, 24px);
  padding-bottom: clamp(20px, 1.5625vw, 30px);
  padding-left: clamp(20px, 1.5625vw, 30px);
  padding-right: clamp(20px, 1.5625vw, 30px);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.section-subpages .item h4 {
  margin-bottom: 0.75em;
}
.section-subpages .item ul {
  padding: 0;
  list-style: none;
}
.section-subpages .item ul li {
  position: relative;
  padding-left: clamp(24px, 1.5625vw, 30px);
}
.section-subpages .item ul li:before {
  content: "\e905";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #238CCC;
  position: absolute;
  left: 0;
  top: 0.175em;
}
.section-subpages .item ul li + li {
  margin-top: clamp(15px, 1.25vw, 24px);
}
.section-subpages .item-cta {
  margin-top: auto;
  padding-top: clamp(16px, 1.25vw, 24px);
}
.section-subpages .item:hover {
  background-color: #F5F6F7;
}

.section-community_preview {
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .section-community_preview {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .section-community_preview {
    padding-top: 100px;
  }
}
.section-community_preview .bg {
  content: "";
  width: 52%;
  max-width: 960px;
  background: #238CCC;
  background: -moz-linear-gradient(45deg, #238CCC 0%, #36B44A 100%);
  background: -webkit-linear-gradient(45deg, #238CCC 0%, #36B44A 100%);
  background: linear-gradient(45deg, #238CCC 0%, #36B44A 100%);
  overflow: hidden;
  border-bottom-right-radius: clamp(100px, 15.625vw, 300px);
  position: absolute;
  left: 0;
  bottom: 16%;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-community_preview .bg {
    width: 45%;
    bottom: 8%;
  }
}
@media (max-width: 767px) {
  .section-community_preview .bg {
    width: 85%;
    left: auto;
    right: 100%;
    margin-right: -40px;
    bottom: 20%;
  }
}
.section-community_preview .bg-content {
  padding-bottom: 69%;
  display: block;
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-community_preview .bg-content {
    padding-bottom: 165%;
  }
}
.section-community_preview .bg-content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/pattern.jpg) repeat;
  mix-blend-mode: screen;
  opacity: 0.65;
}
@media (max-width: 767px) {
  .section-community_preview .bg-content {
    padding-bottom: 165%;
  }
}
.section-community_preview .bg .img {
  position: absolute;
  opacity: 0.08;
  left: 0;
  top: 0;
  width: 125%;
  -webkit-transform: translate(6.5%, -4%);
  -moz-transform: translate(6.5%, -4%);
  -ms-transform: translate(6.5%, -4%);
  -o-transform: translate(6.5%, -4%);
  transform: translate(6.5%, -4%);
}
@media (max-width: 991px) {
  .section-community_preview .bg .img {
    -webkit-transform: translate(6.5%, 42%);
    -moz-transform: translate(6.5%, 42%);
    -ms-transform: translate(6.5%, 42%);
    -o-transform: translate(6.5%, 42%);
    transform: translate(6.5%, 42%);
  }
}
.section-community_preview .bg .img svg {
  width: 100%;
  height: auto;
}
.section-community_preview .animated-dot-text_image {
  position: absolute;
  left: -10px;
  top: -5px;
  width: 19vw;
}
@media (max-width: 991px) {
  .section-community_preview .animated-dot-text_image {
    width: 60vw;
    max-width: 295px;
    left: -10px;
  }
}
.section-community_preview .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-community_preview .animated-dot-text_image svg .circle-dot {
  transform: translateY(-10px);
}
.section-community_preview .block-title {
  margin-bottom: clamp(30px, 5.2083333333vw, 100px);
}
.section-community_preview .block-title .text {
  width: 42%;
}
@media (max-width: 767px) {
  .section-community_preview .block-title .text {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
  }
}
.section-community_preview .block-title .text h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
@media (max-width: 991px) {
  .section-community_preview .news-list {
    margin-left: 0;
    margin-right: -25px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .section-community_preview .news-list .slick-list {
    margin-left: -8px;
    padding-right: 25px;
    margin-right: 0px;
    width: auto;
    max-width: none;
  }
  .section-community_preview .news-list .slick-track {
    display: flex;
  }
  .section-community_preview .news-list .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
    height: auto;
  }
}
.section-community_preview .testimonials-block {
  margin-top: clamp(120px, 10.4166666667vw, 200px);
  width: 40%;
  margin-right: 5%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .section-community_preview .testimonials-block {
    margin-right: 0;
    width: 75%;
  }
}
.section-community_preview .testimonials-block .testimonials-slider:not(.slick-initialized) .testimonial-item:not(:first-child) {
  display: none;
}
.section-community_preview .testimonials-block .testimonials-slider .slick-track {
  display: flex;
}
.section-community_preview .testimonials-block .testimonials-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  min-height: clamp(14px, 1.0416666667vw, 20px);
  position: absolute;
  right: 0;
  bottom: 0;
}
.section-community_preview .testimonials-block .testimonials-slider .slick-dots li + li {
  margin-left: 10px;
}
.section-community_preview .testimonials-block .testimonials-slider .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: #36B44A;
  border: none;
  padding: 0;
  width: clamp(8px, 0.625vw, 12px);
  height: clamp(8px, 0.625vw, 12px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.section-community_preview .testimonials-block .testimonials-slider .slick-dots li.slick-active button {
  background-color: #238CCC;
  width: clamp(14px, 1.0416666667vw, 20px);
  height: clamp(14px, 1.0416666667vw, 20px);
}
.section-community_preview .testimonials-block .testimonials-slider .slick-nav {
  display: none !important;
}
.section-community_preview .testimonials-block .testimonials-slider .testimonial-item {
  display: flex;
  flex-direction: column;
}
.section-community_preview .testimonials-block .testimonials-slider .testimonial-item .text blockquote {
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1em;
}
.section-community_preview .testimonials-block .testimonials-slider .testimonial-item .text .testimonial-author p {
  margin-bottom: 0;
}

.news-list,
.news_article-list {
  --bs-gutter-x: clamp(30px, 3.5416666667vw, 68px);
  --bs-gutter-y: clamp(30px, 3.5416666667vw, 68px);
}
.news-list .item .image .img-bg,
.news_article-list .item .image .img-bg {
  background-color: #E4E5E6;
  padding-bottom: 56%;
}
.news-list .item .image .img-bg .img,
.news_article-list .item .image .img-bg .img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-list .item .image .img-bg .img svg,
.news_article-list .item .image .img-bg .img svg {
  width: 100%;
  height: auto;
}
.news-list .item .text,
.news_article-list .item .text {
  background-color: #F5F6F7;
  padding-top: clamp(27.5px, 2.8645833333vw, 55px);
  padding-bottom: clamp(27.5px, 2.8645833333vw, 55px);
  padding-left: clamp(32px, 3.3333333333vw, 64px);
  padding-right: clamp(32px, 3.3333333333vw, 64px);
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
.news-list .item .text .post-date,
.news_article-list .item .text .post-date {
  margin-bottom: clamp(12px, 1.25vw, 24px);
  color: #415364;
  text-transform: uppercase;
}
.news-list .item .text h3 a,
.news_article-list .item .text h3 a {
  color: inherit;
}
.news-list .item .text h3 a:hover,
.news_article-list .item .text h3 a:hover {
  color: #238CCC;
}
.news-list .item .text .button-link,
.news_article-list .item .text .button-link {
  font-size: inherit;
}

.section-our_partners {
  position: relative;
}
.section-our_partners .animated-dot-text_image {
  position: absolute;
  z-index: -1;
  left: 0;
  top: clamp(20px, 4.6875vw, 90px);
  max-width: 93.75vw;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-our_partners .animated-dot-text_image {
    left: -5.5%;
  }
}
.section-our_partners .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-our_partners .animated-dot-text_image svg path {
  transform: translateY(10px);
}
@media (max-width: 991px) {
  .section-our_partners .animated-dot-text_image svg path {
    transform: translate(-2px, 7px);
  }
}
.section-our_partners h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
@media (max-width: 767px) {
  .section-our_partners h2 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-our_partners h2 br {
    display: none;
  }
}
.section-our_partners .block-cta {
  margin-top: clamp(21px, 2.1875vw, 42px);
}
@media (max-width: 767px) {
  .section-our_partners .page-body {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-our_partners .first p,
  .section-our_partners .first .block-cta {
    display: none;
  }
}
.section-our_partners .last h2 {
  display: none;
}
.section-our_partners .partners-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .section-our_partners .partners-list {
    margin: 15px -25px 45px;
  }
  .section-our_partners .partners-list .slick-list {
    padding-right: 35px;
    padding-left: 25px;
  }
}
.section-our_partners .partners-list .item {
  padding: 10px;
  flex: 0 0 50%;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .section-our_partners .partners-list .item {
    margin-top: 0;
    padding: 0 25px;
  }
}
.section-our_partners .partners-list .item a {
  display: flex;
  height: 110px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .section-our_partners .partners-list .item a {
    height: 75px;
  }
}
.section-our_partners .partners-list .item a > span {
  max-width: 215px;
}
@media (max-width: 991px) {
  .section-our_partners .partners-list .item a > span {
    max-width: 150px;
  }
}
.section-our_partners .partners-list .item a > span img {
  width: auto;
  max-height: 68px;
}

.section-accordion_on_2_columns {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-accordion_on_2_columns {
    padding-top: 140px;
  }
}
.section-accordion_on_2_columns .animated-dot-text_image {
  position: absolute;
  right: clamp(25px, 6.0416666667vw, 116px);
  top: 0;
  width: 52%;
}
@media (max-width: 767px) {
  .section-accordion_on_2_columns .animated-dot-text_image {
    right: auto;
    left: -35%;
    width: 130%;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
  }
}
.section-accordion_on_2_columns .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-accordion_on_2_columns .animated-dot-text_image svg .circle-dot {
  transform: translate(0, -10px);
}
.section-accordion_on_2_columns .block-title {
  max-width: 490px;
  margin-bottom: clamp(35px, 7.8125vw, 150px);
}
.section-accordion_on_2_columns .block-title h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
  text-transform: uppercase;
  font-weight: 800;
}
.section-accordion_on_2_columns .row {
  --bs-gutter-x: clamp(30px, 2.5vw, 48px);
}
@media (max-width: 991px) {
  .section-accordion_on_2_columns .row {
    --bs-gutter-x: 0;
  }
  .section-accordion_on_2_columns .row > div + div {
    border-top: 1px solid var(--bs-accordion-sep);
    padding-top: clamp(22.5px, 2.34375vw, 45px);
    margin-top: clamp(22.5px, 2.34375vw, 45px);
  }
}
.section-accordion_on_2_columns .accordion-body ul > li + li {
  margin-top: 25px;
}

.single-job .section-text_and_image_animated {
  position: relative;
}
@media (min-width: 992px) {
  .single-job .section-text_and_image_animated .row .col-lg-6 {
    width: 52%;
  }
  .single-job .section-text_and_image_animated .row .col-lg-6:first-child {
    width: 48%;
  }
}
.single-job .section-text_and_image_animated .image .img-bg {
  padding-bottom: 87%;
}
@media (min-width: 992px) {
  .single-job .section-text_and_image_animated.image-left {
    padding-top: clamp(71.5px, 7.4479166667vw, 143px);
    margin-top: clamp(40px, 4.1666666667vw, 80px);
  }
}
@media (min-width: 992px) {
  .single-job .section-text_and_image_animated.image-left .image {
    margin-top: clamp(-143px, -7.4479166667vw, -71.5px);
  }
}
.single-job .section-text_and_image_animated.image-left .text {
  padding-right: clamp(25px, 2.6041666667vw, 50px);
}
.single-job .section-text_and_image_animated.image-left:before {
  content: "";
  height: clamp(81px, 8.4375vw, 162px);
  width: 94%;
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  position: absolute;
  z-index: -1;
  top: clamp(30px, 3.125vw, 60px);
  left: 0;
  -webkit-border-radius: 0 300px 0 0;
  -moz-border-radius: 0 300px 0 0;
  border-radius: 0 300px 0 0;
}
.single-job .section-form {
  position: relative;
  overflow: hidden;
}
.single-job .section-form .animated-dot-text_image {
  position: absolute;
  right: 0;
  top: 0;
  width: 86.25%;
}
@media (max-width: 767px) {
  .single-job .section-form .animated-dot-text_image {
    width: 140%;
    right: auto;
    left: 25px;
  }
}
.single-job .section-form .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.single-job .section-form .animated-dot-text_image svg path {
  transform: translateY(10px);
}
@media (min-width: 1200px) {
  .single-job .section-form .col-xl-4 {
    width: 40%;
  }
}

.section-job_hero {
  padding-bottom: clamp(80px, 6.25vw, 120px);
}
.section-job_hero h4 {
  color: #36B44A;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-job_hero .row {
    --bs-gutter-y: 40px;
  }
}
.section-job_hero .sep {
  height: clamp(35px, 3.6458333333vw, 70px);
}
.section-job_hero .animated-dot-text_image {
  pointer-events: none;
  position: relative;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-job_hero .animated-dot-text_image {
    margin-bottom: -48%;
    margin-top: 0;
  }
}
.section-job_hero .animated-dot-text_image svg {
  width: auto;
  max-width: 100%;
}
.section-job_hero .animated-dot-text_image svg .circle-dot {
  transform: translate(0px, 0px);
}
.section-job_hero .animated-dot-text_image svg path {
  transform: translate(0px, 10px);
}
@media (max-width: 991px) {
  .section-job_hero .last {
    padding-right: 30px;
  }
}

.section-product_image_and_text {
  background-color: #F5F6F7;
  border-top-right-radius: clamp(50px, 7.8125vw, 150px);
  overflow: hidden;
  padding-top: clamp(45px, 7.8125vw, 150px);
  padding-bottom: clamp(45px, 7.8125vw, 150px);
  position: relative;
}
.section-product_image_and_text .animated-dot-text_image {
  position: absolute;
  left: clamp(25px, 6.0416666667vw, 116px);
  top: 0;
  width: 40%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .section-product_image_and_text .animated-dot-text_image {
    display: none;
  }
}
.section-product_image_and_text .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-product_image_and_text .animated-dot-text_image svg path {
  transform: translate(14.3px, 0);
}
.section-product_image_and_text .animated-dot-text_image svg .circle-dot {
  transform: translateX(14.3px);
}
.section-product_image_and_text .row {
  --bs-gutter-x: clamp(30px, 3.125vw, 60px);
  --bs-gutter-y: clamp(30px, 3.125vw, 60px);
}
.section-product_image_and_text .image {
  mix-blend-mode: multiply;
}
@media (max-width: 991px) {
  .section-product_image_and_text .image {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-product_image_and_text .text h3 {
  font-size: clamp(24px, 1.875vw, 36px);
}

.section-product_text_on_2_columns {
  background-color: #F5F6F7;
  border-bottom-right-radius: clamp(50px, 7.8125vw, 150px);
  overflow: hidden;
  position: relative;
}
.section-product_text_on_2_columns .animated-dot-text_image {
  position: absolute;
  left: clamp(25px, 6.0416666667vw, 116px);
  top: 0;
  width: 40%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .section-product_text_on_2_columns .animated-dot-text_image {
    display: none;
  }
}
.section-product_text_on_2_columns .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-product_text_on_2_columns .animated-dot-text_image svg path {
  transform: translate(14.3px, 0);
}
.section-product_text_on_2_columns .animated-dot-text_image svg .circle-dot {
  transform: translateX(14.3px);
}
.section-product_text_on_2_columns .row {
  --bs-gutter-x: clamp(30px, 3.125vw, 60px);
  --bs-gutter-y: clamp(30px, 3.125vw, 60px);
}
@media (min-width: 992px) {
  .section-product_text_on_2_columns .row .col-lg-5:first-child {
    width: 46%;
  }
}
.section-product_text_on_2_columns .text h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
.section-product_text_on_2_columns .text h3 {
  font-size: clamp(24px, 1.875vw, 36px);
}

.section-products_slider_v2 .block-title {
  margin-bottom: clamp(30px, 5.2083333333vw, 100px);
}
.section-products_slider_v2 .block-title h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
.section-products_slider_v2 .products-slider {
  position: relative;
}
@media (min-width: 768px) {
  .section-products_slider_v2 .products-slider {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .section-products_slider_v2 .products-slider {
    padding-top: 44px;
    padding-left: 25%;
  }
}
.section-products_slider_v2 .products-slider--nav-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 66.666%;
}
@media (max-width: 1199px) {
  .section-products_slider_v2 .products-slider--nav-img {
    display: none;
  }
}
.section-products_slider_v2 .products-slider--nav-img .img-bg {
  padding-bottom: 66.6666%;
}
.section-products_slider_v2 .products-slider--nav-img .items:not(.slick-initialized) .item:not(:first-child) {
  display: none;
}
.section-products_slider_v2 .products-slider--nav-list {
  background: #162C40;
  flex: 0 0 43%;
  padding-top: clamp(37.5px, 3.90625vw, 75px);
  padding-bottom: clamp(37.5px, 3.90625vw, 75px);
  padding-left: clamp(47.5px, 4.9479166667vw, 95px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .section-products_slider_v2 .products-slider--nav-list {
    display: none;
  }
}
.section-products_slider_v2 .products-slider--nav-list .item {
  padding-right: clamp(47.5px, 4.9479166667vw, 95px);
  padding-top: clamp(15px, 1.3020833333vw, 25px);
  padding-bottom: clamp(15px, 1.3020833333vw, 25px);
  color: #36B44A;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.section-products_slider_v2 .products-slider--nav-list .item:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #F5F6F7;
  position: absolute;
  bottom: clamp(10px, 0.78125vw, 15px);
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.section-products_slider_v2 .products-slider--nav-list .item:after {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #F5F6F7;
  position: absolute;
  bottom: clamp(2.5px, 0.2604166667vw, 5px);
  left: 100%;
  margin-left: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.section-products_slider_v2 .products-slider--nav-list .item .h4 {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(16px, 1.25vw, 24px);
}
.section-products_slider_v2 .products-slider--nav-list .item.active {
  color: #FFFFFF;
}
.section-products_slider_v2 .products-slider--nav-list .item.active:after, .section-products_slider_v2 .products-slider--nav-list .item.active:before {
  opacity: 1;
}
.section-products_slider_v2 .products-slider--main-list {
  flex: 0 0 57%;
  background-color: #F5F6F7;
  overflow: hidden;
  border-top-right-radius: clamp(40px, 4.1666666667vw, 80px);
  padding-top: clamp(35px, 4.6875vw, 90px);
  padding-bottom: clamp(35px, 4.6875vw, 90px);
  padding-left: clamp(25px, 3.90625vw, 75px);
  padding-right: clamp(25px, 3.90625vw, 75px);
  position: relative;
  z-index: 2;
}
.section-products_slider_v2 .products-slider--main-list .slick-dots {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
  min-height: clamp(14px, 1.0416666667vw, 20px);
}
@media (min-width: 768px) {
  .section-products_slider_v2 .products-slider--main-list .slick-dots {
    display: none !important;
  }
}
.section-products_slider_v2 .products-slider--main-list .slick-dots li + li {
  margin-left: 10px;
}
.section-products_slider_v2 .products-slider--main-list .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: #36B44A;
  border: none;
  padding: 0;
  width: clamp(8px, 0.625vw, 12px);
  height: clamp(8px, 0.625vw, 12px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.section-products_slider_v2 .products-slider--main-list .slick-dots li.slick-active button {
  background-color: #238CCC;
  width: clamp(14px, 1.0416666667vw, 20px);
  height: clamp(14px, 1.0416666667vw, 20px);
}
.section-products_slider_v2 .products-slider--main-list .items:not(.slick-initialized) .item:not(:first-child) {
  display: none;
}
.section-products_slider_v2 .products-slider--main-list .item {
  padding: 10px;
}
.section-products_slider_v2 .products-slider--main-list .item .text h3 {
  font-size: clamp(24px, 1.875vw, 36px);
}
.section-products_slider_v2 .products-slider--main-list .item .text ul {
  padding: 0;
  list-style: none;
}
.section-products_slider_v2 .products-slider--main-list .item .text ul li {
  position: relative;
  padding-left: clamp(24px, 1.5625vw, 30px);
}
.section-products_slider_v2 .products-slider--main-list .item .text ul li:before {
  content: "\e905";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #238CCC;
  position: absolute;
  left: 0;
  top: 0.175em;
}
.section-products_slider_v2 .products-slider--main-list .item .text ul li + li {
  margin-top: clamp(15px, 1.25vw, 24px);
}
.section-products_slider_v2 .products-slider--main-list .item .text .block-cta {
  margin-top: clamp(21px, 2.1875vw, 42px);
}
.section-products_slider_v2 .products-slider--main-list .item .upcoming-training {
  border-top: 1px solid #36B44A;
  padding-top: clamp(28px, 2.9166666667vw, 56px);
  margin-top: clamp(28px, 2.9166666667vw, 56px);
}
.section-products_slider_v2 .products-slider--main-list .item .upcoming-training .image {
  flex: 0 0 132px;
}
.section-products_slider_v2 .products-slider--main-list .item .upcoming-training .image .img-bg {
  padding-bottom: 100%;
}
.section-products_slider_v2 .products-slider--main-list .item .upcoming-training .txt {
  flex: 1;
  padding-left: clamp(19px, 1.9791666667vw, 38px);
}
.section-products_slider_v2 .products-slider--main-list .item .upcoming-training .txt p {
  margin-bottom: 0;
  color: #36B44A;
}

.section-text_resources {
  background-color: #F5F6F7;
  border-bottom-left-radius: clamp(50px, 7.8125vw, 150px);
}
.section-text_resources h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
@media (min-width: 992px) {
  .section-text_resources h2 {
    margin-right: -15%;
  }
}
.section-text_resources .row {
  --bs-gutter-y: 40px;
}
@media (min-width: 992px) {
  .section-text_resources .resources-list .item {
    padding-right: clamp(20px, 4.1666666667vw, 80px);
  }
}
.section-text_resources .resources-list .item + .item {
  border-top: 1px solid #36B44A;
  padding-top: clamp(35px, 2.6041666667vw, 50px);
  margin-top: clamp(35px, 2.6041666667vw, 50px);
}
.section-text_resources .resources-list .item .img {
  margin-bottom: clamp(15px, 1.5625vw, 30px);
  max-width: clamp(40px, 3.4375vw, 66px);
}
.section-text_resources .resources-list .item h4 {
  text-transform: uppercase;
  margin-bottom: 1.2em;
}
.section-text_resources .resources-list .item a {
  position: relative;
}
.section-text_resources .resources-list .item a:after {
  content: "";
  width: 100%;
  top: 100%;
  margin-top: 1px;
  left: 0;
  height: 1px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: absolute;
}
.section-text_resources .resources-list .item a:hover {
  color: #238CCC;
}
.section-text_resources .resources-list .item a:hover:after {
  background-color: #238CCC;
}

.section-text_downloads h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
  text-transform: uppercase;
  font-weight: 800;
}
.section-text_downloads .row {
  --bs-gutter-y: 40px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-text_downloads .resources-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .section-text_downloads .resources-list .item {
    flex: 0 0 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
    text-align: center;
  }
  .section-text_downloads .resources-list .item + .item {
    border-top: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    border-left: 1px solid #36B44A;
  }
}
.section-text_downloads .resources-list .item + .item {
  border-top: 1px solid #36B44A;
  padding-top: clamp(25px, 2.6041666667vw, 50px);
  margin-top: clamp(25px, 2.6041666667vw, 50px);
}
.section-text_downloads .resources-list .item h4 {
  margin-bottom: 1.2em;
}
.section-text_downloads .resources-list .item .button {
  min-width: 210px;
}

.section-rsa_911_hero h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
  text-transform: uppercase;
  font-weight: 800;
}
.section-rsa_911_hero h3 {
  font-size: clamp(21px, 1.875vw, 36px);
}
.section-rsa_911_hero h4 {
  color: #36B44A;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-rsa_911_hero .row {
    --bs-gutter-y: 40px;
  }
}
.section-rsa_911_hero .animated-dot-text_image {
  width: 61.5%;
}
@media (max-width: 991px) {
  .section-rsa_911_hero .animated-dot-text_image {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-rsa_911_hero .animated-dot-text_image {
    width: 120%;
    margin-left: -20%;
  }
}
.section-rsa_911_hero .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .section-rsa_911_hero .animated-dot-text_image svg path {
    transform: translateY(10px);
  }
}
@media (max-width: 991px) {
  .section-rsa_911_hero .animated-dot-text_image svg .circle-dot {
    transform: translate(-10px, -10px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .section-rsa_911_hero .resources-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .section-rsa_911_hero .resources-list .item {
    flex: 0 0 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
    text-align: center;
  }
  .section-rsa_911_hero .resources-list .item + .item {
    border-top: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
    border-left: 1px solid #36B44A;
  }
}
.section-rsa_911_hero .resources-list .item + .item {
  border-top: 1px solid #36B44A;
  padding-top: clamp(25px, 2.6041666667vw, 50px);
  margin-top: clamp(25px, 2.6041666667vw, 50px);
}
.section-rsa_911_hero .resources-list .item h4 {
  margin-bottom: 1.2em;
}
.section-rsa_911_hero .resources-list .item .button {
  min-width: 210px;
}

.section-resources {
  position: relative;
  overflow: hidden;
}
.section-resources .animated-dot-text_image {
  position: absolute;
  right: clamp(25px, 6.0416666667vw, 116px);
  top: -5px;
  width: 50.3%;
}
@media (max-width: 991px) {
  .section-resources .animated-dot-text_image {
    right: -28%;
    width: 56%;
  }
}
@media (max-width: 767px) {
  .section-resources .animated-dot-text_image {
    display: none;
  }
}
.section-resources .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-resources .animated-dot-text_image svg .circle-dot {
  transform: translate(0, -10px);
}
.section-resources .block-title {
  max-width: 400px;
  margin-bottom: clamp(60px, 10.4166666667vw, 200px);
}
@media (max-width: 991px) {
  .section-resources .block-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-resources .block-title h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
  text-transform: uppercase;
  font-weight: 800;
}
.section-resources .resources-list {
  --bs-gutter-x: clamp(30px, 3.5416666667vw, 68px);
  --bs-gutter-y: clamp(30px, 3.5416666667vw, 68px);
}
.section-resources .resources-list .item {
  background-color: #F5F6F7;
  border-top-right-radius: clamp(25px, 2.6041666667vw, 50px);
  border-bottom-left-radius: clamp(25px, 2.6041666667vw, 50px);
  padding-top: clamp(20px, 2.34375vw, 45px);
  padding-bottom: clamp(20px, 2.34375vw, 45px);
  padding-left: clamp(25px, 4.1666666667vw, 80px);
  padding-right: clamp(25px, 4.1666666667vw, 80px);
}
.section-resources .resources-list .item .button {
  min-width: 224px;
}
.section-resources .resources-list .item-meta {
  color: #415364;
  margin-bottom: 10px;
}
.section-resources .resources-list .item-cta {
  padding-top: 15px;
}

.button-filters {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  border: 1px solid #415364;
  color: #415364;
  padding: 10px 15px;
  margin-bottom: 30px;
  background: none;
}
.button-filters svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.button-filters svg path {
  fill: #36B44A;
}
.button-filters-close {
  margin-left: auto;
  display: flex;
  padding: 5px;
  border: none;
  background: none;
  color: #238CCC;
}

.block-filters {
  margin-bottom: clamp(35px, 7.8125vw, 150px);
  margin-left: -6px;
  margin-right: -6px;
}
@media (min-width: 992px) {
  .block-filters {
    opacity: 1 !important;
  }
}
@media (max-width: 991px) {
  .block-filters {
    margin-left: 0;
    margin-right: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: #FFFFFF;
    padding: 25px;
    z-index: 110;
    width: 100%;
    height: 100%;
    display: none;
  }
}
.block-filters--cat {
  padding-left: 6px;
  padding-right: 6px;
  min-width: 200px;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .block-filters--cat {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.block-filters--cat.first {
  margin-left: 0;
  margin-right: auto;
  flex: 1;
}
.block-filters--cat.block-filters--cat-categories {
  flex: 0 0 auto;
  min-width: 240px;
}
.block-filters select {
  height: 44px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
}
.block-filters .radio-list {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid #36B44A;
  padding: 10px;
}
.block-filters .radio-list--item {
  position: relative;
}
.block-filters .radio-list--item:not(:last-child) {
  margin-right: 10px;
}
.block-filters .radio-list--item input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.block-filters .radio-list--item input + label {
  min-width: 105px;
  padding: 15px 20px;
  text-align: center;
  white-space: nowrap;
  margin: 0;
  cursor: pointer;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.block-filters .radio-list--item input:checked + label {
  background: #36B44A;
  background: -moz-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(-45deg, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .block-filters-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .block-filters--search {
    flex: 0 0 18%;
    min-width: 200px;
    margin-left: clamp(28px, 2.9166666667vw, 56px);
  }
}
.block-filters--search .search-field {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #415364;
  padding: 10px 0;
  line-height: 25px;
}
.block-filters--search .search-field::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.block-filters--search .search-field:-moz-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.block-filters--search .search-field::-moz-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.block-filters--search .search-field:-ms-input-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.block-filters--search button {
  border: none;
  background: none;
  padding: 0;
  color: #238CCC;
  font-size: 25px;
  display: flex;
}
.block-filters--pager .infinite-scroll-request {
  margin-top: clamp(30px, 5.2083333333vw, 100px);
}
.block-filters--pager .page-load-status {
  display: none;
}
.block-filters--pager .button {
  margin-top: clamp(30px, 5.2083333333vw, 100px);
}
.block-filters--pager .button:before {
  content: "\e903";
}

.page-id-31 .section-accordion_on_2_columns .accordion-button {
  font-size: clamp(18px, 1.25vw, 24px);
}

.section-featured_training_product {
  background-color: #F5F6F7;
  padding: 0;
  overflow: hidden;
  border-top-left-radius: clamp(50px, 5.2083333333vw, 100px);
}
@media (min-width: 992px) {
  .section-featured_training_product .image {
    margin-right: -42%;
  }
}
@media (max-width: 991px) {
  .section-featured_training_product .image {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.section-featured_training_product .image .img-bg {
  padding-bottom: 74%;
}
.section-featured_training_product .text {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: clamp(17px, 1.0416666667vw, 20px);
}
@media (max-width: 991px) {
  .section-featured_training_product .text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-featured_training_product .text-meta {
  color: #415364;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section-featured_training_product .text h3 {
  font-size: clamp(24px, 1.875vw, 36px);
}
.section-featured_training_product .text-cta {
  margin-top: clamp(28px, 2.9166666667vw, 56px);
}
.section-featured_training_product .row {
  --bs-gutter-x: clamp(30px, 3.125vw, 60px);
}

.section-featured_news {
  border-top-right-radius: clamp(50px, 5.2083333333vw, 100px);
  border-top-left-radius: 0;
}
@media (min-width: 992px) {
  .section-featured_news .image {
    margin-right: 0;
    margin-left: -42%;
  }
}

.section-training_products,
.section-conferences {
  padding-top: clamp(45px, 7.8125vw, 150px);
}
.section-training_products .training-list .item,
.section-conferences .training-list .item {
  border-bottom: 1px solid #36B44A;
  padding-bottom: clamp(60px, 5.2083333333vw, 100px);
  margin-bottom: clamp(60px, 5.2083333333vw, 100px);
}
.section-training_products .training-list .item .image,
.section-conferences .training-list .item .image {
  flex: 0 0 35%;
  background-color: #F5F6F7;
  overflow: hidden;
  border-top-right-radius: clamp(37.5px, 3.90625vw, 75px);
  position: relative;
}
@media (max-width: 767px) {
  .section-training_products .training-list .item .image,
  .section-conferences .training-list .item .image {
    flex: 0 0 100%;
    margin-bottom: 25px;
  }
}
.section-training_products .training-list .item .image .img-bg,
.section-conferences .training-list .item .image .img-bg {
  padding-bottom: 66%;
}
@media (min-width: 768px) {
  .section-training_products .training-list .item .image .img-bg,
  .section-conferences .training-list .item .image .img-bg {
    padding-bottom: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.section-training_products .training-list .item-date,
.section-conferences .training-list .item-date {
  color: #36B44A;
  text-transform: uppercase;
  flex: 0 0 125px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-training_products .training-list .item-date,
  .section-conferences .training-list .item-date {
    order: -1;
    flex-basis: clamp(90px, 6.5104166667vw, 125px);
    margin-right: clamp(15px, 1.5625vw, 30px);
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section-training_products .training-list .item-date span,
  .section-conferences .training-list .item-date span {
    display: block;
    margin-bottom: 0;
  }
}
.section-training_products .training-list .item-date .h1,
.section-conferences .training-list .item-date .h1 {
  line-height: 0.9;
}
.section-training_products .training-list .item .text,
.section-conferences .training-list .item .text {
  flex: 1;
  padding-left: clamp(25px, 3.6458333333vw, 70px);
}
@media (max-width: 767px) {
  .section-training_products .training-list .item .text,
  .section-conferences .training-list .item .text {
    padding-left: 0;
  }
}
.section-training_products .training-list .item .text h3,
.section-conferences .training-list .item .text h3 {
  margin-bottom: 1.2em;
}
.section-training_products .training-list .item .text h3 a,
.section-conferences .training-list .item .text h3 a {
  color: inherit;
}
.section-training_products .training-list .item .text h3 a:hover,
.section-conferences .training-list .item .text h3 a:hover {
  color: #238CCC;
}
.section-training_products .training-list .item .text-meta,
.section-conferences .training-list .item .text-meta {
  color: #36B44A;
  display: inline-block;
  border-bottom: 1px solid rgba(54, 180, 74, 0.5);
  padding-bottom: clamp(15px, 1.5625vw, 30px);
  margin-bottom: clamp(15px, 1.5625vw, 30px);
  align-self: flex-start;
}
.section-training_products .training-list .item .text-meta p,
.section-conferences .training-list .item .text-meta p {
  margin-bottom: 0;
}
.section-training_products .training-list .item-cta,
.section-conferences .training-list .item-cta {
  padding-top: 20px;
}
.section-training_products .training-list .row-scroll-item:last-child .item,
.section-conferences .training-list .row-scroll-item:last-child .item {
  margin-bottom: 0;
}

.section-conference_info {
  position: relative;
  overflow: hidden;
  background-color: #F5F6F7;
  border-bottom-left-radius: clamp(50px, 7.8125vw, 150px);
}
.section-conference_info .container {
  position: relative;
  z-index: 2;
}
.section-conference_info .row {
  --bs-gutter-y: 80px;
}
.section-conference_info h3 {
  font-size: clamp(24px, 1.875vw, 36px);
  color: #238CCC;
}
.section-conference_info .bg {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  opacity: 0.35;
  max-width: 39%;
  -webkit-transform: translate(15%, 35%);
  -moz-transform: translate(15%, 35%);
  -ms-transform: translate(15%, 35%);
  -o-transform: translate(15%, 35%);
  transform: translate(15%, 35%);
}
@media (max-width: 767px) {
  .section-conference_info .bg {
    max-width: 55%;
  }
}
.section-conference_info .bg svg {
  width: 100%;
  height: auto;
}

.section-conference_hero {
  padding-top: clamp(40px, 7.3958333333vw, 142px);
  overflow: hidden;
}
.section-conference_hero .back-url {
  margin-bottom: clamp(30px, 2.1875vw, 42px);
}
.section-conference_hero .back-url a {
  background: #36B44A;
  background: -moz-linear-gradient(top, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(top, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(to bottom, #36B44A 0%, #238CCC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.section-conference_hero .back-url a .icon-arrow-right {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
  background: #36B44A;
  background: -moz-linear-gradient(top, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(top, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(to bottom, #36B44A 0%, #238CCC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-conference_hero .back-url a:hover .icon-arrow-right {
  left: -5px;
}
.section-conference_hero .block-cta {
  margin-top: clamp(28px, 2.9166666667vw, 56px);
}
.section-conference_hero .block-cta .button {
  min-width: 210px;
}
.section-conference_hero .row {
  --bs-gutter-x: clamp(20px, 2.0833333333vw, 40px);
  --bs-gutter-y: 40px;
}
@media (min-width: 992px) {
  .section-conference_hero .row .col-lg-5:first-child {
    width: 53.5%;
  }
}
.section-conference_hero .page-body p {
  max-width: 536px;
}
.section-conference_hero .conference-meta {
  font-size: clamp(18px, 1.25vw, 24px);
}
.section-conference_hero .conference-meta .item {
  margin-bottom: 0;
  position: relative;
}
.section-conference_hero .conference-meta .item .animated-dot-text_image {
  pointer-events: none;
  right: 0;
  top: 100%;
  padding-top: clamp(25px, 2.6041666667vw, 50px);
  position: absolute;
  margin-top: -10px;
}
.section-conference_hero .conference-meta .item .animated-dot-text_image svg path {
  transform: translateX(10px);
}
@media (max-width: 767px) {
  .section-conference_hero .conference-meta .item .animated-dot-text_image svg .circle-dot {
    transform: translate(6px, 3px);
  }
}
.section-conference_hero .conference-meta .item ~ p {
  border-top: 1px solid #36B44A;
  padding-top: clamp(25px, 2.6041666667vw, 50px);
  margin-top: clamp(25px, 2.6041666667vw, 50px);
}
.section-conference_hero .conference-meta .item + p {
  border-top-color: transparent;
}
.section-conference_hero .conference-meta strong {
  display: block;
}
.section-conference_hero .conference-meta strong.red {
  color: #238CCC;
}

.section-conference_blocks {
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-conference_blocks {
    text-align: center;
  }
}
.section-conference_blocks .block-title {
  width: 53%;
  margin-bottom: clamp(35px, 5.2083333333vw, 100px);
}
@media (max-width: 767px) {
  .section-conference_blocks .block-title {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-conference_blocks .block-title h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
}
.section-conference_blocks .row {
  --bs-gutter-x: clamp(30px, 4.6875vw, 90px);
  --bs-gutter-y: clamp(30px, 4.6875vw, 90px);
}
@media (max-width: 767px) {
  .section-conference_blocks .row {
    --bs-gutter-y: 60px;
  }
}
.section-conference_blocks .item .image {
  overflow: hidden;
  margin-bottom: clamp(21px, 2.1875vw, 42px);
  -webkit-border-radius: 0px 50px 0 50px;
  -moz-border-radius: 0px 50px 0 50px;
  border-radius: 0px 50px 0 50px;
}
.section-conference_blocks .item .image .img-bg {
  padding-bottom: 105%;
}

.section-latest_articles {
  overflow: hidden;
}
.section-latest_articles .block-title {
  padding-top: 5px;
  margin-bottom: clamp(35px, 5.2083333333vw, 100px);
}
@media (max-width: 767px) {
  .section-latest_articles .block-title .text {
    margin-bottom: 20px;
  }
}
.section-latest_articles .block-title .text h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-latest_articles .blog-list {
    margin-left: 0;
    margin-right: -25px;
    margin-top: 0;
  }
  .section-latest_articles .blog-list .slick-list {
    margin-left: -8px;
    padding-right: 25px;
    margin-right: 0px;
    width: auto;
    max-width: none;
  }
  .section-latest_articles .blog-list .slick-track {
    display: flex;
  }
  .section-latest_articles .blog-list .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
    height: auto;
  }
}

.section-latest_news {
  overflow: hidden;
  position: relative;
}
.section-latest_news .animated-dot-text_image {
  position: absolute;
  left: -20px;
  top: 0;
  width: 55vw;
}
@media (max-width: 767px) {
  .section-latest_news .animated-dot-text_image {
    width: 125vw;
    margin-left: -45vw;
  }
}
.section-latest_news .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-latest_news .animated-dot-text_image svg path {
  transform: translateX(-10px);
}
.section-latest_news .animated-dot-text_image svg .circle-dot {
  transform: translate(-10px, -10px);
}
.section-latest_news .block-title {
  padding-top: 5px;
  margin-bottom: clamp(35px, 5.2083333333vw, 100px);
}
.section-latest_news .block-title h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-latest_news .news-list {
    margin-left: 0;
    margin-right: -25px;
    margin-top: 0;
  }
  .section-latest_news .news-list .slick-list {
    margin-left: -8px;
    padding-right: 25px;
    margin-right: 0px;
    width: auto;
    max-width: none;
  }
  .section-latest_news .news-list .slick-track {
    display: flex;
  }
  .section-latest_news .news-list .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
    height: auto;
  }
}

.blog-list,
.post-list {
  --bs-gutter-x: clamp(30px, 3.5416666667vw, 68px);
  --bs-gutter-y: clamp(30px, 3.5416666667vw, 68px);
}
.blog-list .item,
.post-list .item {
  background-color: #F5F6F7;
  -webkit-border-radius: 0 50px 0 0;
  -moz-border-radius: 0 50px 0 0;
  border-radius: 0 50px 0 0;
}
.blog-list .item .image,
.post-list .item .image {
  flex: 0 0 38.5%;
  background-color: #E4E5E6;
}
.blog-list .item .image .img-bg,
.post-list .item .image .img-bg {
  padding-bottom: 133%;
}
@media (max-width: 767px) {
  .blog-list .item .image .img-bg,
  .post-list .item .image .img-bg {
    padding-bottom: 56%;
  }
}
.blog-list .item .image .img,
.post-list .item .image .img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-list .item .image .img svg,
.post-list .item .image .img svg {
  width: 100%;
  height: auto;
}
.blog-list .item .text,
.post-list .item .text {
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: clamp(20px, 2.7083333333vw, 52px);
  padding-right: clamp(20px, 2.7083333333vw, 52px);
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
@media (max-width: 991px) {
  .blog-list .item .text,
  .post-list .item .text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.blog-list .item .text .post-date,
.post-list .item .text .post-date {
  color: #415364;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog-list .item .text h3,
.post-list .item .text h3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-list .item .text h3 a,
.post-list .item .text h3 a {
  color: inherit;
}
.blog-list .item .text p,
.post-list .item .text p {
  margin-bottom: clamp(15px, 1.3020833333vw, 25px);
}
@media (max-width: 1200px) {
  .blog-list .item .text p,
  .post-list .item .text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.section-upcoming_conferences {
  padding-top: 0;
}
.section-upcoming_conferences:last-child {
  padding-bottom: clamp(140px, 15.625vw, 300px);
}
.section-upcoming_conferences-main {
  padding-top: clamp(80px, 10.4166666667vw, 200px);
  padding-bottom: clamp(80px, 10.4166666667vw, 200px);
  background-color: #F5F6F7;
  border-bottom-left-radius: clamp(50px, 7.8125vw, 150px);
}
@media (min-width: 1200px) {
  .section-upcoming_conferences-main {
    padding-bottom: clamp(100px, 14.5833333333vw, 280px);
  }
}
.section-upcoming_conferences-main .row {
  --bs-gutter-y: 40px;
}
.section-upcoming_conferences-main .item-date {
  color: #415364;
  text-transform: uppercase;
  flex: 0 0 125px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .section-upcoming_conferences-main .item-date {
    margin-right: 25px;
    text-align: center;
  }
}
.section-upcoming_conferences-main .item-date {
  flex-basis: clamp(85px, 6.5104166667vw, 125px);
}
.section-upcoming_conferences-main .item-date span {
  margin-bottom: 0;
  color: #36B44A;
  line-height: 0.9;
}
@media (min-width: 768px) {
  .section-upcoming_conferences-main .item-date span {
    display: block;
  }
}
.section-upcoming_conferences-main .item-date .h1 {
  line-height: 0.9;
}
.section-upcoming_conferences-main .item .text {
  flex: 1;
  border-bottom: 1px solid #36B44A;
  padding-bottom: clamp(28px, 2.9166666667vw, 56px);
  margin-bottom: clamp(28px, 2.9166666667vw, 56px);
}
.section-upcoming_conferences-main .item .text h3 a {
  color: inherit;
}
.section-upcoming_conferences-main .item .text h3 a:hover {
  color: #238CCC;
}
.section-upcoming_conferences-main .item:last-child .text {
  margin-bottom: 0;
}
.section-upcoming_conferences-gallery {
  margin-top: clamp(60px, 4.1666666667vw, 80px);
  position: relative;
}
@media (min-width: 1200px) {
  .section-upcoming_conferences-gallery {
    margin-top: clamp(-150px, -7.8125vw, -50px);
  }
}
.section-upcoming_conferences-gallery .animated-dot-text_image {
  position: absolute;
  right: 0;
  top: 100%;
  width: 42%;
}
@media (max-width: 767px) {
  .section-upcoming_conferences-gallery .animated-dot-text_image {
    width: 85%;
  }
}
.section-upcoming_conferences-gallery .animated-dot-text_image svg {
  max-width: 100%;
  height: auto;
}
.section-upcoming_conferences-gallery .animated-dot-text_image svg path {
  transform: translateX(10px);
}
.section-upcoming_conferences-gallery .animated-dot-text_image svg .circle-dot {
  transform: translate(10px, -10px);
}
.section-upcoming_conferences .block-title {
  padding-top: 5px;
}
.section-upcoming_conferences .block-title h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
  font-weight: 800;
  text-transform: uppercase;
}
.section-upcoming_conferences .block-title .block-cta {
  margin-top: clamp(21px, 2.1875vw, 42px);
}

.section-blog_hero {
  padding-bottom: 0;
}
.section-blog_hero .back-url {
  margin-bottom: clamp(30px, 2.1875vw, 42px);
}
.section-blog_hero .back-url a {
  background: #36B44A;
  background: -moz-linear-gradient(top, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(top, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(to bottom, #36B44A 0%, #238CCC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.section-blog_hero .back-url a .icon-arrow-right {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
  background: #36B44A;
  background: -moz-linear-gradient(top, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(top, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(to bottom, #36B44A 0%, #238CCC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-blog_hero .back-url a:hover .icon-arrow-right {
  left: -5px;
}
.section-blog_hero .page-body {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-blog_hero .animated-dot-text_image {
    width: 150%;
    margin-left: -60%;
  }
}
.section-blog_hero .animated-dot-text_image svg {
  width: 100%;
  height: auto;
}
.section-blog_hero .animated-dot-text_image svg .circle-dot {
  transform: translate(-10px, -10px);
}
.section-blog_hero .animated-dot-text_image svg path {
  transform: translate(-10px, 0);
}

.section-single_blog {
  padding-top: clamp(40px, 7.8125vw, 150px);
}
.section-single_blog .back-url {
  margin-bottom: clamp(30px, 2.1875vw, 42px);
}
.section-single_blog .back-url a {
  background: #36B44A;
  background: -moz-linear-gradient(top, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(top, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(to bottom, #36B44A 0%, #238CCC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.section-single_blog .back-url a .icon-arrow-right {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0;
  background: #36B44A;
  background: -moz-linear-gradient(top, #36B44A 0%, #238CCC 100%);
  background: -webkit-linear-gradient(top, #36B44A 0%, #238CCC 100%);
  background: linear-gradient(to bottom, #36B44A 0%, #238CCC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-single_blog .back-url a:hover .icon-arrow-right {
  left: -5px;
}
.section-single_blog .blog-sidebar {
  border-bottom-right-radius: clamp(37.5px, 3.90625vw, 75px);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  padding-top: clamp(35px, 3.6458333333vw, 70px);
  padding-bottom: clamp(35px, 3.6458333333vw, 70px);
  padding-left: clamp(25px, 2.6041666667vw, 50px);
  padding-right: clamp(25px, 2.6041666667vw, 50px);
}
@media (max-width: 991px) {
  .section-single_blog .blog-sidebar {
    margin-top: 50px;
  }
}
.section-single_blog .blog-sidebar--search input[type=text],
.section-single_blog .blog-sidebar--search input[type=search] {
  border: none;
  background: none;
  border-bottom: 1px solid #36B44A;
  padding: 11px 15px 11px 0;
  line-height: 20px;
  color: #415364;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.section-single_blog .blog-sidebar--search input[type=text]::-webkit-input-placeholder,
.section-single_blog .blog-sidebar--search input[type=search]::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.section-single_blog .blog-sidebar--search input[type=text]:-moz-placeholder,
.section-single_blog .blog-sidebar--search input[type=search]:-moz-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.section-single_blog .blog-sidebar--search input[type=text]::-moz-placeholder,
.section-single_blog .blog-sidebar--search input[type=search]::-moz-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.section-single_blog .blog-sidebar--search input[type=text]:-ms-input-placeholder,
.section-single_blog .blog-sidebar--search input[type=search]:-ms-input-placeholder {
  text-transform: uppercase;
  color: #888888;
}
.section-single_blog .blog-sidebar--search .form-body {
  display: flex;
  align-items: center;
}
.section-single_blog .blog-sidebar--search .form-body label {
  display: none;
}
.section-single_blog .blog-sidebar--search .form-body button {
  color: #238CCC;
  display: flex;
  border: none;
  padding: 0;
  background: none;
  font-size: 24px;
}
.section-single_blog .blog-sidebar--search .form-body button:hover {
  color: #415364;
}
.section-single_blog .blog-sidebar--related {
  margin-top: clamp(35px, 5.2083333333vw, 100px);
}
.section-single_blog .blog-sidebar--related .h4 {
  text-transform: uppercase;
  margin-bottom: clamp(24px, 2.5vw, 48px);
}
.section-single_blog .blog-sidebar--related-items .item + .item {
  margin-top: clamp(29px, 3.0208333333vw, 58px);
}
.section-single_blog .blog-sidebar--related-items .item .image {
  flex: 0 0 88px;
  background-color: #E4E5E6;
}
.section-single_blog .blog-sidebar--related-items .item .image .img-bg {
  padding-bottom: 100%;
}
.section-single_blog .blog-sidebar--related-items .item .image .img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-single_blog .blog-sidebar--related-items .item .image .img svg {
  width: 100%;
  height: auto;
}
.section-single_blog .blog-sidebar--related-items .item .text {
  padding-left: 24px;
}
.section-single_blog .blog-sidebar--related-items .item .text-meta {
  color: #415364;
  font-size: clamp(13px, 0.7291666667vw, 14px);
  margin-bottom: 5px;
}
.section-single_blog .blog-sidebar--related-items .item .text h4 {
  font-size: clamp(17px, 1.0416666667vw, 20px);
  margin-bottom: 0;
}
.section-single_blog .blog-sidebar--related-items .item .text h4 a {
  color: inherit;
}
.section-single_blog .blog-sidebar--related-items .item .text h4 a:hover {
  color: #238CCC;
}
.section-single_blog--main {
  position: relative;
}
@media (min-width: 992px) {
  .section-single_blog--main {
    padding-left: clamp(70px, 7.2916666667vw, 140px);
  }
}
.section-single_blog--main .bg-line {
  width: 1px;
  position: absolute;
  height: 100%;
  left: 10px;
  background: #36B44A;
}
@media (max-width: 991px) {
  .section-single_blog--main .bg-line {
    display: none;
  }
}
.section-single_blog--main .bg-line:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #36B44A;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -10px;
}
.section-single_blog--main h1 {
  font-size: clamp(25px, 1.875vw, 36px);
  line-height: 1.3;
}
.section-single_blog--main .post-summary {
  margin-bottom: clamp(25px, 2.6041666667vw, 50px);
}
.section-single_blog--main .post-summary > *:first-child:before {
  content: "Summary: ";
  color: #238CCC;
}
.section-single_blog--main .post-meta {
  margin-bottom: clamp(25px, 2.6041666667vw, 50px);
}
.section-single_blog--main .post-meta a {
  color: inherit;
}
.section-single_blog--main .post-meta a:hover {
  color: #238CCC;
}
.section-single_blog--main .page-body h4 {
  margin-bottom: 1em;
}
.section-single_blog--main .page-body h2 {
  font-size: clamp(21px, 1.5625vw, 30px);
}
.section-single_blog .post-share {
  margin-top: clamp(50px, 3.6458333333vw, 70px);
  display: flex;
  align-items: center;
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
.section-single_blog .post-share svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-single_blog .post-share > span {
  margin-right: 10px;
}
.section-single_blog .post-share .at-style-responsive .at-share-btn {
  padding: 4px;
  margin: 0;
}
.section-single_blog .post-share .at-resp-share-element .at-share-btn:focus,
.section-single_blog .post-share .at-resp-share-element .at-share-btn:hover {
  transform: none;
}
.section-single_blog .post-share .at-resp-share-element .at-share-btn:focus svg path,
.section-single_blog .post-share .at-resp-share-element .at-share-btn:hover svg path {
  fill: #238CCC;
}
.section-single_blog--related {
  overflow: hidden;
}
.section-single_blog--related .block-title {
  margin-bottom: clamp(35px, 5.2083333333vw, 100px);
}
@media (max-width: 767px) {
  .section-single_blog--related .block-title {
    text-align: center;
  }
}
.section-single_blog--related .block-title .h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
  margin-bottom: 0;
  width: 46%;
}
@media (max-width: 767px) {
  .section-single_blog--related .block-title .h2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.section-single_blog--related .block-title .h2 span {
  color: #36B44A;
}
.section-single_blog--related .container-1 .block-title {
  position: relative;
}
@media (min-width: 992px) {
  .section-single_blog--related .container-1 .block-title {
    padding-left: clamp(70px, 7.2916666667vw, 140px);
    padding-right: clamp(70px, 7.2916666667vw, 140px);
  }
}
.section-single_blog--related .container-1 .block-title .bg-line {
  width: 1px;
  position: absolute;
  height: 400%;
  left: 10px;
  background: #36B44A;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .section-single_blog--related .container-1 .block-title .bg-line {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-single_blog--related .news_article-list {
    margin-left: 0;
    margin-right: -25px;
    margin-top: 0;
  }
  .section-single_blog--related .news_article-list .slick-list {
    margin-left: -8px;
    padding-right: 25px;
    margin-right: 0px;
    width: auto;
    max-width: none;
  }
  .section-single_blog--related .news_article-list .slick-track {
    display: flex;
  }
  .section-single_blog--related .news_article-list .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
    height: auto;
  }
}

.parent-pageid-33 .section-text_and_image_animated .image .img-bg {
  padding-bottom: 104%;
}

.single-job .section-text_and_image_animated h3 {
  font-size: clamp(25px, 1.875vw, 36px);
}

@media (min-width: 992px) {
  .section-headline_and_text.has-media .row {
    align-items: stretch !important;
  }
}
@media (min-width: 992px) {
  .section-headline_and_text.has-media .text {
    padding-right: clamp(30px, 3.125vw, 60px);
  }
}
@media (max-width: 991px) {
  .section-headline_and_text.has-media .text {
    text-align: center;
    margin-bottom: 40px;
  }
}
.section-headline_and_text.has-media .text h1, .section-headline_and_text.has-media .text h2 {
  font-size: clamp(32px, 3.3333333333vw, 64px);
  margin-bottom: 0.6em;
}
.section-headline_and_text.has-media .text .block-cta {
  margin-top: clamp(30px, 2.1875vw, 42px);
}
.section-headline_and_text.has-media .media-image {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
@media (max-width: 991px) {
  .section-headline_and_text.has-media .media-image {
    display: none;
  }
}
@media (min-width: 992px) {
  .section-headline_and_text.has-media .media-image {
    height: 100%;
    min-height: 420px;
  }
}
.section-headline_and_text.has-media .media-image img {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .section-headline_and_text.has-media .media-image img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .section-headline_and_text.has-media .text {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .section-subpage_hero + .section-text_and_image_animated {
    margin-top: 0 !important;
    padding-top: clamp(30px, 3.125vw, 60px);
  }
  .section-subpage_hero + .section-text_and_image_animated.image-left .image {
    margin-top: 0 !important;
  }
}

body:not(.home) .page-builder-section:not(.section-subpage_hero) {
  padding-top: clamp(64px, 6.5vw, 120px) !important;
  padding-bottom: clamp(64px, 6.5vw, 120px) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .page-id-264 .section-headline_and_text.has-media .row, .page-id-265 .section-headline_and_text.has-media .row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .page-id-264 .section-headline_and_text.has-media .media-image, .page-id-265 .section-headline_and_text.has-media .media-image {
    height: clamp(460px, 31.25vw, 600px);
    min-height: 0;
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 176px;
  }
}
.page-id-264 .wrapper, .page-id-265 .wrapper {
  overflow: clip;
}
.page-id-264 .section-headline_and_text.has-media .text > h2, .page-id-265 .section-headline_and_text.has-media .text > h2 {
  font-size: clamp(30px, 2.2916666667vw, 44px);
}
.page-id-264 .bio-title, .page-id-265 .bio-title {
  color: #238CCC;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: -0.3em 0 1.4em;
}
.page-id-264 .bio-form, .page-id-265 .bio-form {
  margin-bottom: 2.2em;
}
.page-id-264 .bio-form .gform_wrapper, .page-id-265 .bio-form .gform_wrapper {
  margin: 0;
}
.page-id-264 .bio-body, .page-id-265 .bio-body {
  font-size: 0.92rem;
  line-height: 1.6;
}
.page-id-264 .bio-cred-h, .page-id-265 .bio-cred-h {
  margin-top: 1.4em;
  font-size: clamp(18px, 1.1458333333vw, 22px);
}
.page-id-264 .bio-cred, .page-id-265 .bio-cred {
  padding-left: 1.1em;
  font-size: 0.92rem;
}
.page-id-264 .bio-cred li, .page-id-265 .bio-cred li {
  margin-bottom: 0.45em;
}

.cases-toggle {
  display: none;
}

@media (min-width: 992px) {
  .navbar-nav > li.menu-item-313 > .sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    -ms-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease;
  }
  .navbar-nav > li.menu-item-313.is-open > .sub-menu {
    max-height: 1800px;
  }
  .cases-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    padding: 0 0 0 20px;
    background: none;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: clamp(14px, 0.8333333333vw, 16px);
  }
  .cases-toggle span {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .cases-toggle.active span {
    margin-top: 3px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .cases-toggle:hover {
    opacity: 0.8;
  }
}
.section-our_partners.has-media {
  position: relative;
}
@media (min-width: 992px) {
  .section-our_partners.has-media .row {
    align-items: stretch !important;
  }
}
@media (min-width: 992px) {
  .section-our_partners.has-media .text {
    padding-right: clamp(30px, 3.125vw, 60px);
  }
}
@media (max-width: 991px) {
  .section-our_partners.has-media .text {
    text-align: center;
    margin-bottom: 40px;
  }
}
.section-our_partners.has-media .text h1, .section-our_partners.has-media .text h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(32px, 3.3333333333vw, 64px);
  margin-bottom: 0.6em;
}
.section-our_partners.has-media .text .block-cta {
  margin-top: clamp(30px, 2.1875vw, 42px);
}
.section-our_partners.has-media .media-image {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
  .section-our_partners.has-media .media-image {
    height: 100%;
    min-height: 420px;
  }
}
.section-our_partners.has-media .media-image img {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .section-our_partners.has-media .media-image img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .section-our_partners.has-media .media-image img {
    height: auto;
  }
}
.section-our_partners.has-media .results-carousel {
  position: relative;
  padding-left: clamp(0px, 1.5625vw, 30px);
  padding-right: clamp(0px, 1.5625vw, 30px);
}
.section-our_partners.has-media .results-carousel .items:not(.slick-initialized) .item:not(:first-child) {
  display: none;
}
.section-our_partners.has-media .results-carousel .item {
  background: #FFFFFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 360px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.section-our_partners.has-media .results-carousel .item .img-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.section-our_partners.has-media .results-carousel .item .img-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-our_partners.has-media .results-carousel .item .img-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 44, 64, 0) 30%, rgba(22, 44, 64, 0.85) 100%);
}
.section-our_partners.has-media .results-carousel .item .content {
  position: relative;
  z-index: 2;
  padding: clamp(22px, 1.875vw, 36px);
  color: #FFFFFF;
}
.section-our_partners.has-media .results-carousel .item:not(:has(.img-bg)) {
  background: #FFFFFF;
}
.section-our_partners.has-media .results-carousel .item:not(:has(.img-bg)) .content {
  color: #415364;
}
.section-our_partners.has-media .results-carousel .item:not(:has(.img-bg)) .amount {
  color: #238CCC;
}
.section-our_partners.has-media .results-carousel .item:not(:has(.img-bg)) .h3 {
  color: #3C68B2;
}
.section-our_partners.has-media .results-carousel .item:not(:has(.img-bg)) .desc {
  color: #415364;
}
.section-our_partners.has-media .results-carousel .item .amount {
  font-weight: 800;
  line-height: 1;
  font-size: clamp(38px, 2.9166666667vw, 56px);
  margin-bottom: 8px;
  color: #36B44A;
}
.section-our_partners.has-media .results-carousel .item .h3 {
  font-weight: 700;
  color: inherit;
  margin-bottom: 12px;
  font-size: clamp(20px, 1.25vw, 24px);
}
.section-our_partners.has-media .results-carousel .item .desc {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  margin-bottom: 0;
  line-height: 1.5;
}
.section-our_partners.has-media .results-carousel .slick-nav {
  width: clamp(36px, 2.34375vw, 45px);
  height: clamp(36px, 2.34375vw, 45px);
  border: none;
  background: #36B44A;
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.section-our_partners.has-media .results-carousel .slick-nav:hover {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.section-our_partners.has-media .results-carousel .slick-nav.slick-prev {
  left: -8px;
}
.section-our_partners.has-media .results-carousel .slick-nav.slick-prev .icon-arrow-right {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-our_partners.has-media .results-carousel .slick-nav.slick-next {
  right: -8px;
}
.section-our_partners.has-media .results-carousel .slick-dots {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.section-our_partners.has-media .results-carousel .slick-dots li + li {
  margin-left: 10px;
}
.section-our_partners.has-media .results-carousel .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-indent: -9999px;
  background-color: #36B44A;
  border: none;
  padding: 0;
  width: clamp(8px, 0.5208333333vw, 10px);
  height: clamp(8px, 0.5208333333vw, 10px);
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-our_partners.has-media .results-carousel .slick-dots li.slick-active button {
  opacity: 1;
  background-color: #238CCC;
  width: clamp(12px, 0.9375vw, 18px);
}

@media (min-width: 992px) {
  .page-id-263 .section-subpages .col-xl-3 {
    flex: 0 0 auto;
    width: 38%;
    max-width: 430px;
  }
}
.page-id-263 .section-subpages .item-title .image img {
  height: clamp(220px, 16.6666666667vw, 320px);
}
.page-id-263 .section-subpages .item-title h3 {
  font-size: clamp(22px, 1.5625vw, 30px);
}

.case-counter {
  display: flex;
  align-items: baseline;
  gap: clamp(10px, 0.8333333333vw, 16px);
  margin: 0 0 0.6em;
}
.case-counter .counter__item {
  font-weight: 800;
  color: #36B44A;
  font-size: clamp(56px, 5vw, 96px);
  line-height: 1;
}

.recovery-calc {
  border: 1px solid #36B44A;
  -webkit-border-radius: 50px 0 50px 0;
  -moz-border-radius: 50px 0 50px 0;
  border-radius: 50px 0 50px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
  padding: clamp(24px, 2.6041666667vw, 50px);
}
.recovery-calc .rc-fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.5625vw, 30px);
}
@media (max-width: 767px) {
  .recovery-calc .rc-fields {
    grid-template-columns: 1fr;
  }
}
.recovery-calc .rc-field {
  display: block;
  margin: 0;
}
.recovery-calc .rc-label {
  display: block;
  font-weight: 700;
  font-size: clamp(15px, 0.8854166667vw, 17px);
  margin-bottom: 0.5em;
}
.recovery-calc .rc-input {
  display: flex;
  align-items: center;
  background: #F5F6F7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 14px;
}
.recovery-calc .rc-input i {
  font-style: normal;
  font-weight: 700;
  margin-right: 4px;
}
.recovery-calc .rc-input input {
  border: none;
  background: transparent;
  width: 100%;
  padding: 14px 0;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  -moz-appearance: textfield;
}
.recovery-calc .rc-input input::-webkit-outer-spin-button, .recovery-calc .rc-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.recovery-calc .rc-result {
  text-align: center;
  margin-top: clamp(24px, 2.0833333333vw, 40px);
}
.recovery-calc .rc-result-label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  margin-bottom: 0.35em;
}
.recovery-calc .rc-result-value {
  display: block;
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(36px, 3.3333333333vw, 64px);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recovery-calc .rc-result-note {
  display: block;
  max-width: 560px;
  margin: 0.9em auto 0;
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.7;
}
.recovery-calc .rc-cta {
  text-align: center;
  margin-top: clamp(20px, 1.5625vw, 30px);
}

.section-our_partners .settlements-intro {
  margin-bottom: clamp(28px, 2.6041666667vw, 50px);
}
.section-our_partners .settlements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.5625vw, 30px);
}
@media (max-width: 991px) {
  .section-our_partners .settlements-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .section-our_partners .settlements-grid {
    grid-template-columns: 1fr;
  }
}
.section-our_partners .settlements-grid .s-card {
  border: 1px solid #36B44A;
  -webkit-border-radius: 40px 0 40px 0;
  -moz-border-radius: 40px 0 40px 0;
  border-radius: 40px 0 40px 0;
  background: #FFFFFF;
  padding: clamp(24px, 2.0833333333vw, 40px);
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
.section-our_partners .settlements-grid .s-card .amount {
  font-weight: 800;
  line-height: 1.05;
  font-size: clamp(36px, 2.7083333333vw, 52px);
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.2em;
}
.section-our_partners .settlements-grid .s-card .s-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #238CCC;
  font-size: clamp(15px, 0.8854166667vw, 17px);
  margin-bottom: 0.6em;
}
.section-our_partners .settlements-grid .s-card .desc {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.55;
  opacity: 0.8;
}
.section-our_partners .settlements-cta {
  margin-top: clamp(28px, 2.6041666667vw, 50px);
}

.results-disclaimer {
  margin-top: clamp(20px, 1.4583333333vw, 28px);
  margin-bottom: 0;
  max-width: 70ch;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.55);
}
.results-disclaimer.text-center {
  margin-left: auto;
  margin-right: auto;
}

.section-styles--dark .results-disclaimer,
.bg-dark .results-disclaimer {
  color: rgba(255, 255, 255, 0.6);
}

.section-form .form-trust {
  list-style: none;
  padding: 0;
  margin-top: clamp(20px, 1.5625vw, 30px);
  margin-bottom: 0;
}
.section-form .form-trust li {
  position: relative;
  padding-left: clamp(26px, 1.5625vw, 30px);
  font-weight: 600;
}
.section-form .form-trust li + li {
  margin-top: 10px;
}
.section-form .form-trust li:before {
  content: "\e905";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #36B44A;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.section-form .form-call {
  margin-top: clamp(18px, 1.3541666667vw, 26px);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-form .form-call .button {
    display: block;
    text-align: center;
  }
}

.page-template-template-landing .navbar .navbar-call {
  margin-left: auto;
}

.section-subpage_hero.hero-sales {
  align-items: flex-start;
  padding-top: clamp(40px, 4.6875vw, 90px);
  padding-bottom: clamp(40px, 4.6875vw, 90px);
}
.section-subpage_hero.hero-sales .hero-bg:after {
  background: linear-gradient(90deg, rgba(22, 34, 45, 0.94) 0%, rgba(22, 34, 45, 0.75) 55%, rgba(22, 34, 45, 0.55) 100%);
}
@media (max-width: 991px) {
  .section-subpage_hero.hero-sales .hero-bg:after {
    background: rgba(22, 34, 45, 0.88);
  }
}
.section-subpage_hero.hero-sales .cta-row .button.arrow {
  display: none;
}
.section-subpage_hero.hero-sales .hero-trust {
  list-style: none;
  padding: 0;
  margin-top: clamp(20px, 1.5625vw, 30px);
  margin-bottom: 0;
}
.section-subpage_hero.hero-sales .hero-trust li {
  position: relative;
  padding-left: clamp(26px, 1.6666666667vw, 32px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
.section-subpage_hero.hero-sales .hero-trust li + li {
  margin-top: 12px;
}
.section-subpage_hero.hero-sales .hero-trust li:before {
  content: "\e905";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #36B44A;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.section-subpage_hero.hero-sales .hero-form-card {
  background: #FFFFFF;
  color: #000000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-top: 6px solid #36B44A;
  -webkit-box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  padding: clamp(22px, 1.875vw, 36px);
}
@media (max-width: 991px) {
  .section-subpage_hero.hero-sales .hero-form-card {
    margin-top: 34px;
  }
}
.section-subpage_hero.hero-sales .hero-form-card--title {
  color: #238CCC;
  text-align: center;
  margin-bottom: 0.25em;
}
.section-subpage_hero.hero-sales .hero-form-card--sub {
  text-align: center;
  font-size: 14px;
  opacity: 0.75;
  margin-bottom: 1.2em;
  color: #000000;
}
.section-subpage_hero.hero-sales .hero-form-card p {
  color: inherit;
}
.section-subpage_hero.hero-sales .hero-form-card div.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 12px;
}
.section-subpage_hero.hero-sales .hero-form-card div.gform_wrapper.gravity-theme .gfield_label {
  font-size: 14px;
  margin-bottom: 4px;
}
.section-subpage_hero.hero-sales .hero-form-card div.gform_wrapper.gravity-theme textarea {
  min-height: 90px;
  max-height: 120px;
}
.section-subpage_hero.hero-sales .hero-form-card div.gform_wrapper.gravity-theme .gform_footer {
  margin-top: 14px;
  padding: 0;
}
.section-subpage_hero.hero-sales .hero-form-card div.gform_wrapper.gravity-theme .gform_footer input[type=submit],
.section-subpage_hero.hero-sales .hero-form-card div.gform_wrapper.gravity-theme .gform_footer button {
  width: 100%;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  background: #36B44A;
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
}

.parent-pageid-283 .section-icon_text_on_2_columns .animated-dot-text_image,
.parent-pageid-283 .section-icon_text_on_2_columns .sep {
  display: none !important;
}
.parent-pageid-283 .section-icon_text_on_2_columns .row {
  direction: ltr;
}
.parent-pageid-283 .section-icon_text_on_2_columns .row > div {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.parent-pageid-283 .section-icon_text_on_2_columns .row > div:last-child {
  padding-top: 0;
}
.parent-pageid-283 .section-icon_text_on_2_columns .block-content {
  max-width: clamp(640px, 44.7916666667vw, 860px);
}
.parent-pageid-283 .section-icon_text_on_2_columns .item {
  padding-left: 0 !important;
}
.parent-pageid-283 .section-icon_text_on_2_columns .item .img {
  display: none;
}
.parent-pageid-283 .section-icon_text_on_2_columns .item + .item, .parent-pageid-283 .section-icon_text_on_2_columns .item:first-child {
  margin-top: clamp(24px, 1.7708333333vw, 34px);
}
.parent-pageid-283 .section-icon_text_on_2_columns .item h3 {
  font-size: clamp(22px, 1.4583333333vw, 28px);
  margin-bottom: 0.4em;
}

.section-subpage_hero .case-facts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(12px, 1.0416666667vw, 20px);
  margin-top: clamp(30px, 2.6041666667vw, 50px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(0px, 0.625vw, 12px);
  padding-right: clamp(0px, 0.625vw, 12px);
}
@media (max-width: 991px) {
  .section-subpage_hero .case-facts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section-subpage_hero .case-facts--item {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 3px solid #36B44A;
  -webkit-border-radius: 0 12px 12px 0;
  -moz-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
  padding: clamp(14px, 1.0416666667vw, 20px);
  backdrop-filter: blur(4px);
}
.section-subpage_hero .case-facts--label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: clamp(11px, 0.6770833333vw, 13px);
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0.35em;
}
.section-subpage_hero .case-facts--value {
  display: block;
  font-weight: 700;
  font-size: clamp(14px, 0.8854166667vw, 17px);
  color: #FFFFFF;
  line-height: 1.3;
}

.section-form .case-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 1.5625vw, 30px);
  margin-bottom: clamp(30px, 3.125vw, 60px);
}
@media (max-width: 767px) {
  .section-form .case-steps {
    grid-template-columns: 1fr;
  }
}
.section-form .case-steps--item {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 0.9375vw, 18px);
}
.section-form .case-steps--num {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(42px, 2.7083333333vw, 52px);
  height: clamp(42px, 2.7083333333vw, 52px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #FFFFFF;
  font-weight: 800;
  font-size: clamp(20px, 1.25vw, 24px);
  background: #36B44A;
  background: linear-gradient(135deg, #36B44A 0%, #238CCC 100%);
}
.section-form .case-steps--text strong {
  display: block;
  font-size: clamp(16px, 0.9895833333vw, 19px);
  margin-bottom: 0.2em;
}
.section-form .case-steps--text span {
  display: block;
  font-size: clamp(14px, 0.78125vw, 15px);
  opacity: 0.75;
  line-height: 1.45;
}

.parent-pageid-283 .section-icon_text_on_2_columns .item h3:after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  background: #36B44A;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 12px;
}

.parent-pageid-283 .wrapper {
  overflow: clip;
}
@media (min-width: 768px) {
  .parent-pageid-283 .section-image_accordion .image {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
  }
}
