@charset "UTF-8";
/* FONTS
   ========================================================================== */
/* Literata Regular */
@font-face {
  font-family: "Literata";
  src: url("../fonts/Literata.eot");
  src: local("Literata"), local("Literata"), url("../fonts/Literata.eot?#iefix") format("embedded-opentype"), url("../fonts/Literata.woff2") format("woff2"), url("../fonts/Literata.woff") format("woff"), url("../fonts/Literata.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Literata Italic */
@font-face {
  font-family: "Literata";
  src: url("../fonts/Literata-Italic.eot");
  src: local("Literata-Italic"), local("Literata-Italic"), url("../fonts/Literata-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Literata-Italic.woff2") format("woff2"), url("../fonts/Literata-Italic.woff") format("woff"), url("../fonts/Literata-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* Literata Medium */
@font-face {
  font-family: "Literata";
  src: url("../fonts/Literata-Medium.eot");
  src: local("Literata-Medium"), local("Literata-Medium"), url("../fonts/Literata-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Literata-Medium.woff2") format("woff2"), url("../fonts/Literata-Medium.woff") format("woff"), url("../fonts/Literata-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* Myriad Pro Regular */
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/myriadproregular.eot");
  src: local("myriadproregular"), local("myriadproregular"), url("../fonts/myriadproregular.eot?#iefix") format("embedded-opentype"), url("../fonts/myriadproregular.woff2") format("woff2"), url("../fonts/myriadproregular.woff") format("woff"), url("../fonts/myriadproregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Myriad Pro Italic */
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-It.eot");
  src: local("MyriadPro-It"), local("MyriadPro-It"), url("../fonts/MyriadPro-It.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-It.woff2") format("woff2"), url("../fonts/MyriadPro-It.woff") format("woff"), url("../fonts/MyriadPro-It.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* Myriad Pro Semibold */
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: local("MyriadPro-Semibold"), local("MyriadPro-Semibold"), url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* Myriad Pro Semibold Italic */
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-SemiboldIt.eot");
  src: local("MyriadPro-SemiboldIt"), local("MyriadPro-SemiboldIt"), url("../fonts/MyriadPro-SemiboldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-SemiboldIt.woff2") format("woff2"), url("../fonts/MyriadPro-SemiboldIt.woff") format("woff"), url("../fonts/MyriadPro-SemiboldIt.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
/* Myriad Pro Bold */
@font-face {
  font-family: "MyriadPro";
  src: url("../fonts/MyriadPro-Bold.eot");
  src: local("MyriadPro-Bold"), local("MyriadPro-Bold"), url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Myriad Variable Concept Roman */
@font-face {
  font-family: "MyriadVariable";
  src: url("../fonts/MyriadVariableConcept-Roman.eot");
  src: local("MyriadVariableConcept-Roman"), local("MyriadVariableConcept-Roman"), url("../fonts/MyriadVariableConcept-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadVariableConcept-Roman.woff2") format("woff2"), url("../fonts/MyriadVariableConcept-Roman.woff") format("woff"), url("../fonts/MyriadVariableConcept-Roman.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}
/* MAIN  FILES
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #333333;
  font-family: "font_regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #003970;
  color: #ffffff;
}
body ::selection {
  background: #003970;
  color: #ffffff;
}

#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

mark {
  background: none;
}

/* ==========================================================================
   FORMS & TABLE & NAVIGATION
   ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hidden-fields-container {
  border: none;
  outline: none;
}

body:not(.wp-admin) input[type=text], body:not(.wp-admin) input[type=number], body:not(.wp-admin) input[type=email], body:not(.wp-admin) input[type=password], body:not(.wp-admin) input[type=search], body:not(.wp-admin) input[type=tel], body:not(.wp-admin) textarea, body:not(.wp-admin) select, body:not(.wp-admin) .select2-selection {
  border: 1px solid #397dc9;
  background: #ffffff;
  color: #003970;
  font-family: "MyriadPro", sans-serif;
  font-size: 18px;
  height: 50px;
  padding: 0 5px 0 10px;
  width: 100%;
  border-radius: 5px;
}
body:not(.wp-admin) input[type=text]::-webkit-input-placeholder, body:not(.wp-admin) input[type=number]::-webkit-input-placeholder, body:not(.wp-admin) input[type=email]::-webkit-input-placeholder, body:not(.wp-admin) input[type=password]::-webkit-input-placeholder, body:not(.wp-admin) input[type=search]::-webkit-input-placeholder, body:not(.wp-admin) input[type=tel]::-webkit-input-placeholder, body:not(.wp-admin) textarea::-webkit-input-placeholder, body:not(.wp-admin) select::-webkit-input-placeholder, body:not(.wp-admin) .select2-selection::-webkit-input-placeholder {
  color: #776568;
  font-family: "MyriadPro", sans-serif;
  font-size: 18px;
  opacity: 1;
}
body:not(.wp-admin) input[type=text]::-moz-placeholder, body:not(.wp-admin) input[type=number]::-moz-placeholder, body:not(.wp-admin) input[type=email]::-moz-placeholder, body:not(.wp-admin) input[type=password]::-moz-placeholder, body:not(.wp-admin) input[type=search]::-moz-placeholder, body:not(.wp-admin) input[type=tel]::-moz-placeholder, body:not(.wp-admin) textarea::-moz-placeholder, body:not(.wp-admin) select::-moz-placeholder, body:not(.wp-admin) .select2-selection::-moz-placeholder {
  opacity: 1;
  color: #776568;
  font-family: "MyriadPro", sans-serif;
  font-size: 18px;
  opacity: 1;
}
body:not(.wp-admin) input[type=text]:-ms-input-placeholder, body:not(.wp-admin) input[type=number]:-ms-input-placeholder, body:not(.wp-admin) input[type=email]:-ms-input-placeholder, body:not(.wp-admin) input[type=password]:-ms-input-placeholder, body:not(.wp-admin) input[type=search]:-ms-input-placeholder, body:not(.wp-admin) input[type=tel]:-ms-input-placeholder, body:not(.wp-admin) textarea:-ms-input-placeholder, body:not(.wp-admin) select:-ms-input-placeholder, body:not(.wp-admin) .select2-selection:-ms-input-placeholder {
  color: #776568;
  font-family: "MyriadPro", sans-serif;
  font-size: 18px;
  opacity: 1;
}
body:not(.wp-admin) input[type=text]:focus, body:not(.wp-admin) input[type=number]:focus, body:not(.wp-admin) input[type=email]:focus, body:not(.wp-admin) input[type=password]:focus, body:not(.wp-admin) input[type=search]:focus, body:not(.wp-admin) input[type=tel]:focus, body:not(.wp-admin) textarea:focus, body:not(.wp-admin) select:focus, body:not(.wp-admin) .select2-selection:focus {
  border-color: #D17E00;
}
body:not(.wp-admin) textarea {
  resize: none;
  height: 185px;
  padding: 10px;
}
body:not(.wp-admin) .select2-selection {
  display: flex;
  align-items: center;
}

.submit-button {
  margin-left: auto;
  position: relative;
  width: max-content;
  transition: 0.3s all ease;
  cursor: pointer;
}
.submit-button:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 12px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url('data:image/svg+xml,<svg class="arrow" width="12" height="17" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.63 3.46H0.5" stroke="%23003970" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.86 0.5L10.63 3.46" stroke="%23003970" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.86 6.41L10.63 3.46" stroke="%23003970" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.submit-button:hover:before {
  background-image: url('data:image/svg+xml,<svg class="arrow" width="12" height="17" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.63 3.46H0.5" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.86 0.5L10.63 3.46" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.86 6.41L10.63 3.46" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
}

.wpcf7-submit {
  padding: 10px 15px;
  min-width: 300px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: #003970;
  background: rgba(0, 57, 112, 0.15);
  border: 2px solid rgba(0, 57, 112, 0.5);
  border-radius: 10px;
  text-transform: capitalize;
  text-align: left;
  cursor: pointer;
}
.wpcf7-submit:hover {
  color: #ffffff;
  background-color: #D17E00;
  border-color: #D17E00;
}
@media (max-width: 768px) {
  .wpcf7-submit {
    min-width: 200px;
  }
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=search], input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: "MyriadPro", sans-serif;
  font-weight: 700;
  color: #003970;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
  }
}

h1 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1140px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.25;
}
@media (max-width: 1140px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.25;
}
@media (max-width: 1140px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  margin-bottom: 15px;
  font-size: 26px;
  line-height: 1.25;
}
@media (max-width: 1140px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 22px;
  }
}

h5, h6 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.25;
}
@media (max-width: 1140px) {
  h5, h6 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h5, h6 {
    font-size: 18px;
  }
}

p {
  margin-bottom: 20px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #776568;
}
@media (max-width: 1140px) {
  p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
p:last-child {
  margin-bottom: 0;
}

ol, ul {
  padding-left: 25px;
}
ol li, ul li {
  margin-bottom: 10px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #776568;
}
@media (max-width: 1140px) {
  ol li, ul li {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  ol li, ul li {
    font-size: 16px;
  }
}
ol li:last-child, ul li:last-child {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}
ul li {
  padding-left: 10px;
}

a {
  color: #003970;
  outline: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration-color: transparent;
}
a svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:focus {
  text-decoration: underline;
}

button:focus,
select:focus,
[tabindex]:focus {
  outline: 1px solid #D17E00;
}

/* Для кнопок додатково */
button:focus,
.button:focus,
input[type=submit]:focus {
  outline: 1px solid #D17E00;
}

svg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

strong, b {
  font-weight: 700;
}

i {
  font-style: normal;
}

@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cccccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #003970;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(0, 44.0223214286, 86.5);
  }
}
.full-width {
  width: 100%;
}

.row1500 {
  width: 1500px;
  max-width: 95%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 4px;
}
@media (max-width: 600px) {
  .row1500 {
    max-width: 92%;
  }
}

.row1440 {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.row1300 {
  width: 1300px;
  max-width: 95%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 4px;
}
@media (max-width: 600px) {
  .row1300 {
    max-width: 92%;
    padding: 0 4px;
  }
}

.row1100 {
  width: 1100px;
  max-width: 95%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 4px;
}
@media (max-width: 600px) {
  .row1100 {
    max-width: 92%;
    padding: 0 4px;
  }
}

.row1000 {
  width: 1000px;
  max-width: 95%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 4px;
}
@media (max-width: 600px) {
  .row1000 {
    max-width: 92%;
    padding: 0 4px;
  }
}

.row830 {
  width: 830px;
  max-width: 95%;
  margin: 0 auto;
  padding: 0 4px;
}
@media (max-width: 600px) {
  .row830 {
    max-width: 92%;
    padding: 0 4px;
  }
}

.center {
  text-align: center;
}

.button {
  padding: 10px 15px;
  min-width: 200px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  color: #003970;
  background: rgba(0, 57, 112, 0.15);
  border: 2px solid rgba(0, 57, 112, 0.5);
  border-radius: 10px;
  text-transform: capitalize;
}
.button:hover, .button:focus, .button:focus-visible, .button:focus-within {
  color: #ffffff;
  background-color: #D17E00;
  border-color: #D17E00;
  text-decoration: none;
}
.button:hover svg path, .button:focus svg path, .button:focus-visible svg path, .button:focus-within svg path {
  stroke: #ffffff;
}
@media (max-width: 768px) {
  .button {
    font-size: 18px;
  }
}

.button-transparent {
  padding: 10px 15px;
  min-width: 180px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  text-transform: capitalize;
}
.button-transparent:hover, .button-transparent:focus, .button-transparent:focus-visible, .button-transparent:focus-within {
  background-color: #D17E00;
  border-color: #D17E00;
  text-decoration: none;
}
@media (max-width: 768px) {
  .button-transparent {
    font-size: 18px;
  }
}

.button-green {
  padding: 10px 15px;
  min-width: 180px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
  background: #479da6;
  border: 2px solid #479da6;
  border-radius: 10px;
  text-transform: capitalize;
  transition: 0.3s all ease;
}
.button-green:hover, .button-green:focus, .button-green:focus-visible, .button-green:focus-within {
  background-color: #D17E00;
  border-color: #D17E00;
  text-decoration: none;
}
@media (max-width: 768px) {
  .button-green {
    font-size: 18px;
  }
}

.skip-to-content {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: #003970;
  color: #ffffff;
  text-decoration: none;
}

.skip-to-content:focus {
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
}

.cky-consent-bar * {
  font-family: "MyriadPro", sans-serif;
}
.cky-consent-bar button {
  font-size: 16px;
  border-radius: 10px;
  transition: 0.3s all ease;
}
.cky-consent-bar button:hover {
  opacity: 1 !important;
}
.cky-consent-bar .cky-btn-accept:hover {
  background: #003970 !important;
  border-color: #003970 !important;
}
.cky-consent-bar .cky-btn-reject:hover {
  color: #ffffff !important;
  background: #776568 !important;
  border-color: #776568 !important;
}
.cky-consent-bar .cky-btn-customize:hover {
  color: #ffffff !important;
  background: #479da6 !important;
  border-color: #479da6 !important;
}
.cky-consent-bar .cky-title {
  font-size: 20px;
}
.cky-consent-bar p {
  font-size: 16px;
}

.cky-modal * {
  font-family: "MyriadPro", sans-serif;
}
.cky-modal button {
  font-size: 16px;
  border-radius: 10px;
  transition: 0.3s all ease;
}
.cky-modal button:hover {
  opacity: 1 !important;
}
.cky-modal .cky-btn-accept:hover {
  background: #003970 !important;
  border-color: #003970 !important;
}
.cky-modal .cky-btn-reject:hover {
  color: #ffffff !important;
  background: #776568 !important;
  border-color: #776568 !important;
}
.cky-modal .cky-btn-customize:hover, .cky-modal .cky-btn-preferences:hover {
  color: #ffffff !important;
  background: #479da6 !important;
  border-color: #479da6 !important;
}

.file-send {
  margin-bottom: 13px;
}

.g-form__attachment {
  transition: 0.3s all ease;
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
}
@media (max-width: 425px) {
  .g-form__attachment {
    flex-direction: column;
  }
}
.g-form__attachment br {
  display: none;
}
.g-form__attachment-label {
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: #003970;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.3s all ease;
}
.g-form__attachment label {
  max-width: 100%;
  width: 100%;
  flex: 1 0 0;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: flex;
  transition: 0.3s all ease;
  margin-bottom: 0 !important;
}
.g-form__attachment label input {
  display: none;
}
.g-form__attachment label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1353 1.76909C17.7241 -0.590148 13.8694 -0.589635 11.4588 1.77026L1.34857 11.8806C-0.479566 13.7518 -0.444629 16.7507 1.42661 18.5788C3.26705 20.3769 6.20638 20.3769 8.04683 18.5788L17.2018 9.42382C18.392 8.23366 18.392 6.30398 17.2018 5.11381C16.0117 3.92365 14.082 3.92365 12.8918 5.11381L4.13485 13.8707C3.82941 14.187 3.83818 14.6909 4.15444 14.9964C4.46295 15.2944 4.95203 15.2944 5.26055 14.9964L14.0175 6.23947C14.5982 5.68317 15.5199 5.703 16.0761 6.28369C16.6156 6.84684 16.6156 7.73502 16.0761 8.29817L6.92118 17.4531C5.68442 18.6723 3.69344 18.658 2.47427 17.4213C1.2674 16.197 1.2674 14.2305 2.47427 13.0062L12.5845 2.89591C14.3854 1.09436 17.3057 1.09385 19.1072 2.8947C20.9088 4.69554 20.9093 7.61588 19.1085 9.41743L8.99817 19.5277C8.66423 19.8137 8.62533 20.3163 8.91131 20.6502C9.1973 20.9841 9.69986 21.023 10.0338 20.7371C10.065 20.7104 10.094 20.6814 10.1206 20.6502L20.2309 10.5399C22.6265 8.09153 22.5837 4.16467 20.1353 1.76909Z' fill='%23151515'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.g-form__attachment label:hover .g-form__attachment-label {
  text-decoration-color: inherit;
}
.g-form__attachment label .wpcf7-form-control-wrap {
  position: initial;
}
.g-form__attachment label .wpcf7-not-valid-tip {
  display: none;
}
.g-form__attachment-size {
  width: 100px;
  text-align: right;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  color: #776568;
  visibility: hidden;
}
@media (max-width: 768px) {
  .g-form__attachment-size {
    display: none;
  }
}
.g-form__attachment-delete {
  width: 100%;
  text-align: left;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: #003970;
  text-decoration: underline;
  text-decoration-color: transparent;
  cursor: pointer;
  visibility: hidden;
}
@media (max-width: 425px) {
  .g-form__attachment-delete {
    margin-top: 10px;
    margin-left: 30px;
  }
}
.g-form__attachment-delete:hover {
  text-decoration-color: inherit;
}
.g-form__attachment_filled .g-form__attachment-size {
  visibility: visible;
  transition: 0.3s all ease;
}
.g-form__attachment_filled .g-form__attachment-delete {
  visibility: visible;
}

.g-form__attachment-label {
  transition: 0.3s all ease;
  margin-right: 20px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: #003970;
  display: block;
  width: max-content;
  text-decoration: none;
}
@media (max-width: 678px) {
  .g-form__attachment-label {
    max-width: 290px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.file-send {
  transition: 0.3s all ease;
}
@media (max-width: 768px) {
  .file-send {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .file-send .g-form__attachment .g-form__attachment-delete {
    top: unset;
  }
  .file-send .g-form__attachment label .wpcf7-form-control-wrap {
    padding: 0 !important;
  }
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #003970 transparent;
  border-width: 0 14px 15px 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px !important;
  width: 50px !important;
  background: #ffffff;
  border-radius: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -7px;
  border-color: #003970 transparent transparent transparent;
  border-width: 15px 14px 0 14px;
  margin-left: -20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  height: 50px !important;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #003970 !important;
}

.select2-results__option--selectable {
  font-family: "MyriadPro", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #003970;
}

.select2-dropdown {
  border-color: #003970;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #003970;
}

.select2-selection {
  cursor: pointer !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #333333 !important;
}

/* Multi-select styling for locations */
#locations {
  width: 100%;
}

.select2-selection__clear {
  display: none !important;
}

/* HIDE selected items (tags) in the select box */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: none !important;
}

/* ALWAYS show the placeholder */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #333333 !important;
  display: block !important;
  opacity: 1 !important;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

/* Show placeholder even when items are selected */
.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__placeholder {
  display: block !important;
}

/* Hide search input by default */
.select2-container--default .select2-search--inline {
  display: none !important;
}

/* Show search input only when dropdown is open and user clicks */
.select2-container--default.select2-container--open .select2-search--inline {
  display: none !important;
}

/* Add dropdown arrow for multi-select (like single select) */
.select2-container--default .select2-selection--multiple::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #003970 transparent transparent transparent;
  border-width: 15px 14px 0 14px;
  cursor: pointer;
}

/* Rotate arrow when open */
.select2-container--default.select2-container--open .select2-selection--multiple::after {
  border-color: transparent transparent #003970 transparent;
  border-width: 0 14px 15px 14px;
}

select {
  visibility: hidden !important;
}

section:focus {
  outline: none !important;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.h-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.v-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.flex-column {
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.flex.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}

[class*=col-] {
  width: 100%;
}

.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}

.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}

.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}

.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}

.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}

.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}

.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}

.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}

.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}

.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}

.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}

.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}

.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}

@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
   HELPERS
   ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1140px;
  max-width: 94%;
  position: relative;
}

#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}

.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}

.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: "";
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #003970;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.btn {
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  outline: 0;
  background: #3b5993;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.btn:hover {
  background: rgb(47.3145631068, 71.372815534, 117.8854368932);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn:active {
  background: rgb(37.0898058252, 55.9490291262, 92.4101941748);
}

/* ==========================================================================
   WORDPRESS DEFAULT CLASSES
   ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* ==========================================================================
   WYSIWYG
   ========================================================================== */
.wysiwyg h1 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
.wysiwyg ul li {
  line-height: 1.4;
}

/* ==========================================================================
   FULL FRAME
   ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  color: #003970;
  background: transparent;
}
.wpcf7 .wpcf7-not-valid-tip {
  padding: 5px;
  font: 500 16px/1 "MyriadPro", sans-serif;
  position: absolute;
  top: auto;
  bottom: -23px;
  right: 0;
  left: 0;
  text-align: left;
  color: #ff0000;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  margin: 20px auto;
  cursor: pointer;
  font-family: "MyriadPro", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  text-align: right;
  color: #003970;
}
@media (max-width: 1140px) {
  .wpcf7 .wpcf7-response-output {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .wpcf7 .wpcf7-response-output {
    font-size: 18px;
  }
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #479da6;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #D17E00;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

div.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}

/* ==========================================================================
   SOCIAL LINK
   ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s-link a.fa-facebook:hover {
  background: #3b5993;
}
.s-link a.fa-twitter:hover {
  background: #55acee;
}
.s-link a.fa-instagram:hover {
  background: #181818;
}
.s-link a.fa-linkedin:hover {
  background: #0177b5;
}
.s-link a.fa-youtube:hover {
  background: #f80000;
}
.s-link a.fa-pinterest:hover {
  background: #bd081c;
}
.s-link a.fa-vimeo:hover {
  background: #1bb7ea;
}
.s-link a.fa-yelp:hover {
  background: #d32323;
}
.s-link a.fa-google-plus:hover {
  background: #dd4c39;
}

/* ==========================================================================
   index-style
   ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #776568;
}
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wp-pagenavi {
  margin: 40px auto;
  font-size: 0;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  display: inline-block;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
  color: #ffffff;
  border-color: #003970;
  background: #003970;
}
.wp-pagenavi .load-more {
  padding: 10px 15px;
  margin: 0 auto;
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: max-content;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  color: #003970;
  background: rgba(119, 101, 104, 0.15);
  border: 2px solid rgba(119, 101, 104, 0.5);
  border-radius: 10px;
  text-align: left;
}
.wp-pagenavi .load-more:hover {
  color: #ffffff;
  background-color: #D17E00;
  border-color: #D17E00;
}
.wp-pagenavi .load-more:hover svg path {
  fill: #ffffff;
}

#top {
  min-height: 500px;
  text-align: center;
  color: #fff;
}
#top h1 {
  font-size: 60px;
}

.desctop_hide {
  display: none;
}

@media (max-width: 1140px) {
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: fixed;
    z-index: 101;
    top: 38px;
    right: 47px;
    margin-right: 10px;
    text-align: left;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -6px;
  }
  .burger .burger-icon::after {
    top: 6px;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(6px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before,
  .burger.is-active .burger-icon::after {
    background: #ffffff;
  }
  /* resp_menu_active
  ========================================================================== */
}
@media (max-width: 1140px) and (max-width: 600px) {
  .burger {
    right: 33px;
  }
}
@media (max-width: 1140px) {
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    max-width: 480px;
    height: 100vh;
    padding: 25px 0;
    background: #003970;
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 1140px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1140px) {
  .mobile_menu_container nav {
    margin-bottom: 20px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    z-index: 10;
  }
  .mobile_menu_container a:hover {
    text-decoration: none;
  }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: rgb(0, 69.9776785714, 137.5);
  }
  .mobile_menu_container .sub-anchor:hover {
    background: rgb(0, 44.0223214286, 86.5);
  }
  .mobile_menu_container .sub-anchor:before {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    font-size: 13px;
    padding: 10px 30px;
    color: #ffffff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: rgb(0, 82.9553571429, 163);
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid rgb(0, 69.9776785714, 137.5);
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    color: #ffffff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: rgb(0, 69.9776785714, 137.5);
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
    right: 10px;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 30px;
}

.aligncenter {
  margin: 0 auto 20px;
}

.alignnone {
  margin: 0 0 20px;
}

.block-center {
  text-align: center;
  position: relative;
}

@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
/* ==========================================================================
   HEADER
   ========================================================================== */
header {
  position: fixed;
  margin: 0 auto;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 99;
  will-change: transform, opacity;
  padding: 2px 0;
  background: rgba(0, 57, 112, 0.8);
  border-radius: 50px;
  transition: 0.3s all ease;
}
@media (max-width: 1140px) {
  header {
    top: 20px;
  }
}
header.row1500 {
  overflow: visible;
}
header.phones-visible {
  border-radius: 50px 50px 0 50px;
}
header * {
  color: #ffffff;
}
header #logo {
  opacity: 1;
  transition: 0.3s all ease;
}
header #logo:hover {
  opacity: 0.8;
}
header .left-content {
  padding: 8px 25px 8px 0;
  border-right: 1px solid #ffffff;
}
header .logo-header {
  height: 50px;
  min-width: 95px;
  width: 155px;
  max-width: 155px;
  object-fit: contain;
}
@media (max-width: 1140px) {
  header .logo-header {
    height: 35px;
    width: 110px;
    max-width: 110px;
  }
}
header .header-wrapper {
  padding-left: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1300px) {
  header .header-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1140px) {
  header .header-wrapper {
    gap: 0;
    padding: 0 15px;
  }
}
header .phone-wrapper {
  margin-left: 20px;
  padding-right: 25px;
  min-width: 120px;
  width: max-content;
}
@media (max-width: 1140px) {
  header .phone-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 600px) {
  header .phone-wrapper {
    padding-right: 35px;
    margin-left: 10px;
  }
}
header .phone-wrapper .phone-button {
  padding: 10px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  background: #479da6;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media (max-width: 1200px) {
  header .phone-wrapper .phone-button {
    font-size: 18px;
  }
}
@media (max-width: 1140px) {
  header .phone-wrapper .phone-button {
    padding: 5px 10px;
  }
}
@media (max-width: 600px) {
  header .phone-wrapper .phone-button {
    font-size: 16px;
  }
}
header .phone-wrapper .phone-button:hover {
  background: #D17E00;
}
header .phone-wrapper .phone-button .phone-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 600px) {
  header .phone-wrapper .phone-button .phone-icon {
    width: 15px;
    height: 15px;
  }
}
header .phone-wrapper .phones {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  width: max-content;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
@media (max-width: 1140px) {
  header .phone-wrapper .phones {
    min-width: 215px;
  }
}
@media (max-width: 600px) {
  header .phone-wrapper .phones {
    min-width: 150px;
  }
}
header .phone-wrapper .phones.visible {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
header .phone-wrapper .phones .city-phone-wrap {
  min-width: max-content;
  padding: 10px 20px;
  text-align: center;
}
@media (max-width: 600px) {
  header .phone-wrapper .phones .city-phone-wrap {
    padding: 10px;
  }
}
header .phone-wrapper .phones .city-phone-wrap:nth-child(odd) {
  background: #397dc9;
}
header .phone-wrapper .phones .city-phone-wrap:nth-child(even) {
  background: #76a2db;
}
header .phone-wrapper .phones .city-phone-wrap span, header .phone-wrapper .phones .city-phone-wrap a {
  display: block;
  font-family: "MyriadPro", sans-serif;
  font-size: 20px;
  line-height: 1.25;
}
@media (max-width: 1200px) {
  header .phone-wrapper .phones .city-phone-wrap span, header .phone-wrapper .phones .city-phone-wrap a {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  header .phone-wrapper .phones .city-phone-wrap span, header .phone-wrapper .phones .city-phone-wrap a {
    font-size: 16px;
  }
}
header .phone-wrapper .phones .city-phone-wrap a {
  font-weight: 400;
}
header .phone-wrapper .phones .city-phone-wrap a:hover {
  color: #D17E00;
}
header .phone-wrapper .phones .city-phone-wrap span {
  font-weight: 700;
}
header .text-below {
  padding: 7px 12px;
  margin-left: 25px;
  position: absolute;
  top: auto;
  bottom: -42px;
  left: 0;
  font-family: "MyriadPro", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #479da6;
  text-align: right;
  background: #ffffff;
  border-radius: 10px;
}
@media (max-width: 1140px) {
  header .text-below {
    margin: 0;
    bottom: -38px;
    font-size: 16px;
  }
}

/* ==========================================================================
   Main Navigation
   ========================================================================== */
.main_nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .main_nav {
    gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 1140px) {
  .main_nav {
    display: none;
  }
}
.main_nav a, .main_nav .menu-item {
  padding: 7px 2px;
  display: block;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
  border-top: 2px solid transparent;
  text-decoration: none;
}
@media (max-width: 1400px) {
  .main_nav a, .main_nav .menu-item {
    font-size: 18px;
  }
}
.main_nav .item-sub-menu-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .main_nav .item-sub-menu-wrap {
    padding: 0 6px;
  }
}
.main_nav .item-sub-menu-wrap:before {
  position: absolute;
  bottom: -27px;
  left: 0;
  width: 100%;
  height: 35px;
  z-index: 1;
  content: "";
  background: transparent;
}
.main_nav .item-sub-menu-wrap:hover .menu-item {
  border-top: 2px solid #ffffff;
  text-decoration: none;
}
.main_nav .item-sub-menu-wrap:hover .sub_links_wrap {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.main_nav .sub_links_wrap {
  padding: 5px;
  position: absolute;
  top: calc(100% + 14.5px);
  left: 0;
  width: 100%;
  min-width: fit-content;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
  background: rgba(0, 57, 112, 0.8);
}
.main_nav .sub_links_wrap li {
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff;
}
.main_nav .sub_links_wrap li:last-child {
  border-bottom: none;
}
.main_nav .sub_links_wrap a {
  padding: 10px 5px;
  background: transparent;
  text-align: left;
  white-space: nowrap;
}
.main_nav .sub_links_wrap a:hover {
  background: #76a2db;
}

/* ==========================================================================
   Mobile menu
   ========================================================================== */
.mobile_menu_container .logo-div {
  margin-bottom: 20px;
  padding: 10px 20px;
  border-bottom: 2px solid #ffffff;
}
.mobile_menu_container .logo-div a {
  display: inline-block;
}
.mobile_menu_container .logo-header {
  height: 50px;
  min-width: 95px;
  width: 120px;
  max-width: 120px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .mobile_menu_container .logo-header {
    height: 30px;
    width: 95px;
    max-width: 95px;
  }
}
.mobile_menu_container .mobile_nav .item-sub-menu-wrap {
  padding: 0 20px;
  border-bottom: 1px solid #ffffff;
}
.mobile_menu_container .mobile_nav .item-sub-menu-wrap:first-child {
  padding-top: 0;
}
.mobile_menu_container .mobile_nav .item-sub-menu-wrap:last-child {
  border-bottom: none;
}
.mobile_menu_container .mobile_nav .item-sub-menu-wrap.menu-active .arrow svg {
  transform: rotate(180deg);
}
.mobile_menu_container .mobile_nav .menu-item-arrow-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile_menu_container .mobile_nav .arrow {
  margin-left: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.3s all ease;
}
.mobile_menu_container .mobile_nav .arrow svg {
  transition: 0.3s all ease;
}
.mobile_menu_container .mobile_nav a {
  padding: 20px 0;
  display: block;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .mobile_menu_container .mobile_nav a {
    font-size: 18px;
  }
}
.mobile_menu_container .mobile_nav .sub_links_wrap {
  display: none;
  margin-bottom: 10px;
}
.mobile_menu_container .mobile_nav .sub_links_wrap li a {
  padding: 15px 10px;
  border-bottom: 1px solid #ffffff;
}
.mobile_menu_container .mobile_nav .sub_links_wrap li:first-child a {
  padding-top: 0;
}
.mobile_menu_container .mobile_nav .sub_links_wrap li:last-child a {
  padding-bottom: 10px;
  border-bottom: none;
}
.mobile_menu_container .phone-button {
  padding: 10px;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 20px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  color: #ffffff;
  background: #479da6;
  border-radius: 20px;
}
.mobile_menu_container .phone-button .phone-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .mobile_menu_container .phone-button {
    width: auto;
    margin: 0 20px 20px 20px;
    min-width: unset;
  }
}
.mobile_menu_container .phones {
  display: none;
}
.mobile_menu_container .phones .city-phone-wrap {
  min-width: max-content;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
}
.mobile_menu_container .phones .city-phone-wrap:last-child {
  border-bottom: none;
}
.mobile_menu_container .phones .city-phone-wrap * {
  color: #ffffff;
}
.mobile_menu_container .phones .city-phone-wrap span, .mobile_menu_container .phones .city-phone-wrap a {
  display: block;
  font-family: "MyriadPro", sans-serif;
  font-size: 20px;
  line-height: 1.25;
}
@media (max-width: 1200px) {
  .mobile_menu_container .phones .city-phone-wrap span, .mobile_menu_container .phones .city-phone-wrap a {
    font-size: 18px;
  }
}
.mobile_menu_container .phones .city-phone-wrap a {
  font-weight: 400;
}
.mobile_menu_container .phones .city-phone-wrap a:hover {
  color: #D17E00;
}
.mobile_menu_container .phones .city-phone-wrap span {
  font-weight: 600;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  position: relative;
  overflow: hidden;
}
footer * {
  color: #ffffff;
}
footer .top-footer, footer .bottom-footer {
  padding: 30px 30px 30px 0;
  display: flex;
  gap: 20px;
}
@media (max-width: 1140px) {
  footer .top-footer, footer .bottom-footer {
    flex-direction: column;
    padding-right: 3%;
  }
}
@media (max-width: 600px) {
  footer .top-footer, footer .bottom-footer {
    padding-right: 4.5%;
  }
}
footer .gradient-line {
  height: 5px;
}
footer .gradient-line img {
  height: 5px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.4;
}
footer .top-footer {
  background: #397dc9;
}
footer .top-footer .columns-top-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
}
@media (max-width: 768px) {
  footer .top-footer .columns-top-footer {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 600px) {
  footer .top-footer .columns-top-footer {
    grid-template-columns: repeat(2, 1fr);
  }
}
footer .top-footer .columns-top-footer .link-footer {
  margin-bottom: 7px;
  display: block;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: #ffffff;
  white-space: nowrap;
}
@media (max-width: 1300px) {
  footer .top-footer .columns-top-footer .link-footer {
    white-space: unset;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  footer .top-footer .columns-top-footer .link-footer {
    font-size: 14pxs;
  }
}
footer .top-footer .columns-top-footer .link-footer:hover {
  color: #D17E00;
}
footer .top-footer .text_above_social_media, footer .top-footer .bottom-text {
  width: max-content;
  margin-bottom: 5px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: #ffffff;
}
@media (max-width: 1300px) {
  footer .top-footer .text_above_social_media, footer .top-footer .bottom-text {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  footer .top-footer .text_above_social_media, footer .top-footer .bottom-text {
    font-size: 14pxs;
  }
}
footer .top-footer .social_media {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .top-footer .social_media .social-item {
  display: block;
}
footer .top-footer .social_media .social-item:hover {
  opacity: 0.8;
}
footer .top-footer .social_media .social-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
footer .top-footer .google_widget {
  margin-top: 30px;
}
footer .bottom-footer {
  background: #003970;
}
footer .left-content {
  min-width: 210px;
  margin-right: 20px;
}
@media (max-width: 1140px) {
  footer .left-content {
    margin-right: 0;
  }
}
footer .left-label {
  padding: 10px 20px 10px 30px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 1140px) {
  footer .left-label {
    width: fit-content;
    min-width: 200px;
  }
}
footer .left-label.left-label-top {
  background: #003970;
}
footer .left-label.left-label-bottom {
  background: #397dc9;
}
footer .center-content {
  flex: 1;
}
@media (max-width: 1140px) {
  footer .center-content {
    padding-left: 3%;
  }
}
@media (max-width: 600px) {
  footer .center-content {
    padding-left: 4.5%;
  }
}
footer .center-content .cities-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
@media (max-width: 1380px) {
  footer .center-content .cities-wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
  }
}
@media (max-width: 768px) {
  footer .center-content .cities-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  footer .center-content .cities-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .center-content .cities-wrap .city {
  margin-bottom: 3px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: #ffffff;
}
footer .center-content .cities-wrap .address {
  width: 75%;
  font-family: "MyriadVariable", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #9db0c6;
  letter-spacing: -0.2px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  footer .center-content .cities-wrap .address {
    width: 100%;
  }
}
footer .center-content .cities-wrap .address:hover {
  color: #D17E00;
}
footer .center-content .cities-wrap .phones {
  margin-top: 5px;
}
footer .center-content .cities-wrap .phones .phone {
  display: block;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #61c1cb;
}
footer .center-content .cities-wrap .phones .phone:hover {
  color: #D17E00;
}
footer .right-content {
  min-width: 270px;
  max-width: 270px;
  width: 100%;
  margin-left: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1300px) {
  footer .right-content {
    max-width: 200px;
  }
}
@media (max-width: 1140px) {
  footer .right-content {
    max-width: 100%;
    margin: 0;
    padding-left: 3%;
  }
}
@media (max-width: 600px) {
  footer .right-content {
    padding-left: 4.5%;
  }
}
footer .right-content img {
  object-fit: contain;
  width: 200px;
  height: auto;
}
@media (max-width: 1300px) {
  footer .right-content img {
    width: 130px;
  }
}
footer .large_image_right_footer {
  width: auto !important;
  height: 175px !important;
  object-fit: contain;
}
@media (max-width: 1300px) {
  footer .large_image_right_footer {
    height: 125px !important;
  }
}
@media (max-width: 1140px) {
  footer .large_image_right_footer {
    height: 100px !important;
  }
}
footer .large-image-text-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 2;
  top: 45%;
  left: auto;
  right: 20px;
  transform: translate(0%, -45%);
}
@media (max-width: 1300px) {
  footer .large-image-text-wrap {
    top: calc(50% - 30px);
  }
}
@media (max-width: 1140px) {
  footer .large-image-text-wrap {
    position: unset;
    transform: unset;
  }
}
footer .large-image-text-wrap .text_below_large_image_right {
  margin-top: 10px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 1300px) {
  footer .large-image-text-wrap .text_below_large_image_right {
    font-size: 14px;
  }
}
@media (max-width: 1140px) {
  footer .large-image-text-wrap .text_below_large_image_right {
    font-size: 12px;
  }
}

#content {
  overflow-x: hidden;
}

.m120 {
  margin: 120px 0;
}
@media (max-width: 768px) {
  .m120 {
    margin: 80px 0;
  }
}

.m60 {
  margin: 60px 0;
}
@media (max-width: 768px) {
  .m60 {
    margin: 40px 0;
  }
}

.p80 {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p80 {
    padding: 50px 0;
  }
}

.p60 {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .p60 {
    padding: 30px 0;
  }
}

.p30 {
  padding: 30px 0;
}

@keyframes spin-clockwise {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.page, .archive, .single, .blog {
  margin-top: 100px;
}
@media (max-width: 1140px) {
  .page, .archive, .single, .blog {
    margin-top: 50px;
  }
}

header ul, header li, .mobile_menu_container ul, .mobile_menu_container li, footer ul, footer li {
  padding-left: 0;
  list-style: none;
}

.home.page {
  margin-top: 0 !important;
}

.section-decor-line {
  margin-top: 60px;
  margin-bottom: 10px;
  height: 10px;
  width: 100%;
}
.section-decor-line img {
  height: 10px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.2;
}

.section-decor-line + section {
  margin-top: 15px !important;
}

.default-page .wp-block-heading, .default-page p, .default-page .wp-block-list {
  width: 1300px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (max-width: 600px) {
  .default-page .wp-block-heading, .default-page p, .default-page .wp-block-list {
    max-width: 91%;
  }
}
.default-page section .wp-block-heading, .default-page section p, .default-page section .wp-block-list {
  max-width: unset;
  margin-left: unset;
  margin-right: unset;
  width: unset;
}

.wp-block-list {
  margin-top: 20px;
  margin-bottom: 20px;
}

.error404 .page404 {
  padding: 130px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 70vh;
  background: #224a7e;
}
.error404 .page404 .logo {
  height: 50px;
  width: 120px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .error404 .page404 .logo {
    height: 30px;
    width: 95px;
  }
}
.error404 .page404 h1, .error404 .page404 p {
  font-family: "Literata", sans-serif;
  color: #ffffff;
}
.error404 .page404 h1 {
  margin-bottom: 50px;
  font-size: 46px;
}
@media (max-width: 1140px) {
  .error404 .page404 h1 {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .error404 .page404 h1 {
    font-size: 40px;
  }
}
.error404 .page404 span {
  display: block;
}
.error404 .page404 .title-icon-wrap {
  position: relative;
  width: fit-content;
  text-align: center;
}
.error404 .page404 .title-icon-wrap span {
  width: fit-content;
  position: relative;
  margin: 0 auto;
}
.error404 .page404 .title-icon-wrap .icon {
  position: absolute;
  top: -40px;
  left: auto;
  right: -30px;
  width: 80px;
  height: 80px;
  z-index: 1;
  pointer-events: none;
  animation: spin-clockwise 12s linear infinite;
  opacity: 0.1;
}
@media (max-width: 768px) {
  .error404 .page404 .title-icon-wrap .icon {
    right: 0;
  }
}

.global-section-phones {
  background-color: #a35994;
}
.global-section-phones .phones-list {
  background: #a35994;
}

.careers-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  height: 100vh;
}

.careers-wrapper {
  position: relative;
}

.preloader-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #776568;
  border-top: 4px solid #003970;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.google-widget {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-family: "MyriadPro", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
}
.google-widget .rating-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.google-widget .rating-icon-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.home .logo-words-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
body.home.header-off .logo-words-wrap {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
body.home.header-on .logo-words-wrap {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
}

.main-banner {
  background-color: #224a7e;
}
.main-banner * {
  color: #ffffff;
}
.main-banner .flex-wrapper {
  position: relative;
  display: flex;
}
@media (max-width: 1140px) {
  .main-banner .flex-wrapper {
    flex-direction: column;
  }
}
.main-banner .flex-wrapper .left-content {
  padding: 250px 0 50px 3%;
  width: 50%;
  flex-basis: 50%;
  max-width: 800px;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .main-banner .flex-wrapper .left-content {
    max-width: 50%;
  }
}
@media (max-width: 1140px) {
  .main-banner .flex-wrapper .left-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
    padding: 150px 3% 50px 3%;
  }
}
@media (max-width: 768px) {
  .main-banner .flex-wrapper .left-content {
    flex-direction: column;
    position: relative;
    padding: 150px 3% 100px 3%;
  }
}
@media (max-width: 600px) {
  .main-banner .flex-wrapper .left-content {
    padding: 150px 4.5% 100px 4.5%;
  }
}
@media (max-width: 425px) {
  .main-banner .flex-wrapper .left-content {
    padding: 150px 4.5% 80px 4.5%;
  }
}
@media (max-width: 1140px) {
  .main-banner .flex-wrapper .left-content .logo-text-button-wrap {
    width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .main-banner .flex-wrapper .left-content .logo-text-button-wrap {
    width: 100%;
    flex-basis: 100%;
  }
}
.main-banner .flex-wrapper .left-content .logo-words-wrap {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  transition: 0.3s all ease;
}
@media (max-width: 768px) {
  .main-banner .flex-wrapper .left-content .logo-words-wrap {
    margin-bottom: 30px;
  }
}
.main-banner .flex-wrapper .left-content .icon {
  position: absolute;
  top: -30%;
  left: 0;
  z-index: 3;
  width: 60px;
  height: 60px;
  animation: spin-clockwise 12s linear infinite;
}
@media (max-width: 1140px) {
  .main-banner .flex-wrapper .left-content .icon {
    width: 40px;
    height: 40px;
  }
}
.main-banner .flex-wrapper .left-content .words-wrapper {
  padding: 10px 0;
  position: relative;
  margin-left: 10px;
  overflow: hidden;
  pointer-events: none;
}
.main-banner .flex-wrapper .left-content .words-wrapper:before {
  content: "";
  position: absolute;
  width: 10px;
  top: 50%;
  left: 0;
  height: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: linear-gradient(to right, #224a7e 3%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}
.main-banner .flex-wrapper .left-content .words-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: linear-gradient(to right, transparent 5%, rgba(34, 74, 126, 0.5) 30%, #224a7e 100%);
  z-index: 2;
  pointer-events: none;
}
.main-banner .flex-wrapper .left-content .words-wrapper .words-inner {
  display: flex;
  width: max-content;
}
.main-banner .flex-wrapper .left-content .words-wrapper .word-item {
  position: relative;
  z-index: 4;
  flex-shrink: 0;
  margin-right: 40px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.25;
  font-style: italic;
}
@media (max-width: 1140px) {
  .main-banner .flex-wrapper .left-content .words-wrapper .word-item {
    font-size: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 976px) {
  .main-banner .flex-wrapper .left-content .words-wrapper .word-item {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .main-banner .flex-wrapper .left-content .words-wrapper .word-item {
    font-size: 20px;
    margin-right: 20px;
  }
}
.main-banner .flex-wrapper .left-content .text-banner {
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
  max-width: 500px;
  width: 100%;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.25;
}
@media (max-width: 1140px) {
  .main-banner .flex-wrapper .left-content .text-banner {
    max-width: 100%;
    font-size: 25px;
  }
}
.main-banner .flex-wrapper .left-content .google_widget {
  margin-bottom: 50px;
}
@media (max-width: 425px) {
  .main-banner .flex-wrapper .left-content .button-transparent {
    width: 100%;
  }
}
.main-banner .flex-wrapper .right-content {
  width: 50%;
  flex-basis: 50%;
  background-color: #ffffff;
}
@media (max-width: 1140px) {
  .main-banner .flex-wrapper .right-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.main-banner .flex-wrapper .right-content .large-image {
  height: 100%;
  width: 100%;
  max-height: 70vw;
  object-fit: cover;
  object-position: 67%;
}
@media (max-width: 1140px) {
  .main-banner .flex-wrapper .right-content .large-image {
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 600px) {
  .main-banner .flex-wrapper .right-content .large-image {
    height: 350px;
  }
}
@media (max-width: 425px) {
  .main-banner .flex-wrapper .right-content .large-image {
    height: 300px;
  }
}
.main-banner .flex-wrapper .second-image-wrapper {
  position: absolute;
  top: auto;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  bottom: 30px;
}
@media (max-width: 1140px) {
  .main-banner .flex-wrapper .second-image-wrapper.second-image-wrapper-desktop {
    display: none;
  }
}
.main-banner .flex-wrapper .second-image-wrapper.second-image-wrapper-mobile {
  display: none;
}
@media (max-width: 1140px) {
  .main-banner .flex-wrapper .second-image-wrapper.second-image-wrapper-mobile {
    width: 50%;
    flex-basis: 50%;
    display: block;
    text-align: right;
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    margin: unset;
    transform: unset;
  }
}
@media (max-width: 768px) {
  .main-banner .flex-wrapper .second-image-wrapper.second-image-wrapper-mobile {
    position: absolute;
    bottom: 90px;
    width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 425px) {
  .main-banner .flex-wrapper .second-image-wrapper.second-image-wrapper-mobile {
    bottom: 60px;
  }
}
.main-banner .flex-wrapper .second-image-wrapper .image-text-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1100px) {
  .main-banner .flex-wrapper .second-image-wrapper .image-text-wrap {
    justify-content: flex-end;
    width: max-content;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .main-banner .flex-wrapper .second-image-wrapper .image-text-wrap {
    position: absolute;
    justify-content: center;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
  }
}
.main-banner .flex-wrapper .second-image-wrapper .text_second_image {
  position: absolute;
  top: 40%;
  left: -10%;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.25;
  text-align: right;
}
@media (max-width: 1140px) {
  .main-banner .flex-wrapper .second-image-wrapper .text_second_image {
    left: 18%;
  }
}
@media (max-width: 1100px) {
  .main-banner .flex-wrapper .second-image-wrapper .text_second_image {
    left: -18%;
  }
}
@media (max-width: 768px) {
  .main-banner .flex-wrapper .second-image-wrapper .text_second_image {
    top: 30%;
    right: auto;
  }
}
@media (max-width: 425px) {
  .main-banner .flex-wrapper .second-image-wrapper .text_second_image {
    top: 20%;
    left: -30%;
  }
}
.main-banner .flex-wrapper .second-image-wrapper .second_image {
  width: auto;
  height: 200px;
  object-fit: contain;
}
@media (max-width: 1100px) {
  .main-banner .flex-wrapper .second-image-wrapper .second_image {
    height: 150px;
  }
}
@media (max-width: 425px) {
  .main-banner .flex-wrapper .second-image-wrapper .second_image {
    height: 100px;
  }
}

.section-title-text {
  overflow: hidden;
}
.section-title-text .p60 {
  padding-bottom: 0;
}
.section-title-text .title-icon-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .section-title-text .title-icon-wrap {
    margin: 0 30px;
  }
}
.section-title-text .title-icon-wrap .icon {
  position: absolute;
  top: -35px;
  left: auto;
  right: -30px;
  width: 80px;
  height: 80px;
  z-index: 1;
  pointer-events: none;
  animation: spin-clockwise 12s linear infinite;
}
@media (max-width: 768px) {
  .section-title-text .title-icon-wrap .icon {
    top: -20px;
    width: 50px;
    height: 50px;
    right: -20px;
  }
}
@media (max-width: 520px) {
  .section-title-text .title-icon-wrap .icon {
    right: 1px;
    bottom: auto;
  }
}
@media (max-width: 400px) {
  .section-title-text .title-icon-wrap .icon {
    top: auto;
    bottom: 0;
  }
}
.section-title-text .title-section {
  position: relative;
  font-family: "font_regular", Helvetica, Arial, sans-serif;
  z-index: 2;
  line-height: 1.5;
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 1140px) {
  .section-title-text .title-section {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section-title-text .title-section {
    font-size: 28px;
  }
}
.section-title-text .text {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  color: #776568;
}
@media (max-width: 1140px) {
  .section-title-text .text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section-title-text .text {
    font-size: 24px;
  }
}

.section-title-text-background-color {
  overflow: hidden;
}
.section-title-text-background-color .title-section {
  font-size: 28px;
  text-transform: uppercase;
}
@media (max-width: 1140px) {
  .section-title-text-background-color .title-section {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .section-title-text-background-color .title-section {
    font-size: 24px;
  }
}
.section-title-text-background-color .text {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  color: #003970;
}
@media (max-width: 1140px) {
  .section-title-text-background-color .text {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .section-title-text-background-color .text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .section-title-text-background-color .text br {
    display: none;
  }
}

.services-section .background {
  background-color: #9ec8cd;
}
.services-section .flex-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .services-section .flex-wrapper {
    flex-direction: column-reverse;
  }
}
.services-section .flex-wrapper .left-content {
  width: 50%;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .services-section .flex-wrapper .left-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.services-section .flex-wrapper .left-content .large-image {
  width: 100%;
  height: 100%;
  max-height: 650px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .services-section .flex-wrapper .left-content .large-image {
    max-height: 500px;
  }
}
@media (max-width: 425px) {
  .services-section .flex-wrapper .left-content .large-image {
    max-height: 350px;
  }
}
.services-section .flex-wrapper .right-content {
  width: 50%;
  flex-basis: 50%;
  padding: 30px 5% 30px 3%;
}
@media (max-width: 768px) {
  .services-section .flex-wrapper .right-content {
    width: 100%;
    flex-basis: 100%;
    padding: 30px 4.5%;
  }
}
.services-section .flex-wrapper .right-content .title-section {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-family: "Literata", sans-serif;
}
.services-section .flex-wrapper .right-content .title-icon-wrap {
  position: relative;
  width: fit-content;
}
.services-section .flex-wrapper .right-content .icon {
  position: absolute;
  top: -2px;
  left: auto;
  right: -15px;
  width: 30px;
  height: 30px;
  z-index: 1;
  pointer-events: none;
  animation: spin-clockwise 12s linear infinite;
}
.services-section .flex-wrapper .right-content .text {
  margin-bottom: 40px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.25;
  color: #003970;
}
@media (max-width: 1140px) {
  .services-section .flex-wrapper .right-content .text {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .services-section .flex-wrapper .right-content .text {
    font-size: 19px;
  }
}
.services-section .flex-wrapper .right-content .services-wrap .service-item {
  margin-bottom: 10px;
  padding: 15px 20px 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.25;
  color: #003970;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
}
@media (max-width: 1140px) {
  .services-section .flex-wrapper .right-content .services-wrap .service-item {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .services-section .flex-wrapper .right-content .services-wrap .service-item {
    padding: 10px 15px 10px 20px;
    font-size: 18px;
  }
}
.services-section .flex-wrapper .right-content .services-wrap .service-item .arrow {
  width: 30px;
  height: 20px;
  object-fit: contain;
}
.services-section .flex-wrapper .right-content .services-wrap .service-item:hover {
  color: #ffffff;
  background-color: #D17E00;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.services-section .flex-wrapper .right-content .services-wrap .service-item:hover .arrow path {
  stroke: #ffffff;
}
.services-section .flex-wrapper .right-content .services-wrap .service-item:last-child {
  margin-bottom: 0;
}

.services-care-process {
  background-color: #003970;
}
.services-care-process * {
  color: #ffffff;
}
@media (max-width: 1024px) {
  .services-care-process .row1300 {
    max-width: 100%;
  }
}
.services-care-process .title-section {
  font-family: "Literata", sans-serif;
  line-height: 1.5;
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 42px;
  color: #479da6;
  text-transform: capitalize;
}
@media (max-width: 1140px) {
  .services-care-process .title-section {
    padding: 0 3%;
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .services-care-process .title-section {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .services-care-process .title-section {
    padding: 0 4.5%;
  }
}
.services-care-process .items-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1024px) {
  .services-care-process .items-wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.services-care-process .left-content {
  width: 33%;
  flex-basis: 33%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .services-care-process .left-content {
    padding: 0 3%;
    gap: 20px;
    width: 100%;
    flex-basis: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .services-care-process .left-content {
    gap: 10px;
    padding: 0 4.5%;
  }
}
.services-care-process .left-content .item-title {
  margin-bottom: 15px;
  padding: 5px 10px 5px 15px;
  width: max-content;
  font-family: "MyriadPro", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  text-transform: capitalize;
  text-align: right;
  border-radius: 5px;
  background: transparent;
  transition: 0.3s all ease;
  cursor: pointer;
}
.services-care-process .left-content .item-title.active {
  background: rgba(255, 255, 255, 0.3);
}
.services-care-process .left-content .item-title:hover {
  background: rgba(255, 255, 255, 0.5);
}
.services-care-process .left-content .item-title:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .services-care-process .left-content .item-title {
    margin-bottom: 0;
    width: fit-content;
    padding: 5px 10px;
    font-size: 22px;
    text-align: left;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .services-care-process .left-content .item-title {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .services-care-process .left-content .item-title {
    padding: 5px;
    font-size: 18px;
  }
}
.services-care-process .center-content {
  width: 33%;
  flex-basis: 33%;
}
@media (max-width: 1024px) {
  .services-care-process .center-content {
    padding: 0 3%;
    width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 600px) {
  .services-care-process .center-content {
    padding: 0 4.5%;
  }
}
.services-care-process .center-content svg {
  width: 300px;
  height: 300px;
  transition: transform 1s ease;
  transform-origin: 50% 50%;
}
@media (max-width: 1024px) {
  .services-care-process .center-content svg {
    width: 150px;
    height: 150px;
  }
}
.services-care-process .center-content svg .petal {
  fill: transparent;
  transition: fill 0.35s ease, opacity 0.35s ease;
  opacity: 0.4;
}
.services-care-process .center-content svg .petal.active {
  fill: #479da6;
  opacity: 1;
}
.services-care-process .right-content {
  width: 33%;
  flex-basis: 33%;
}
@media (max-width: 1024px) {
  .services-care-process .right-content {
    padding: 0 3%;
    width: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .services-care-process .right-content {
    padding: 0 4.5%;
  }
}
.services-care-process .right-content .desc-block {
  display: none;
}
.services-care-process .right-content .desc-block.active {
  display: block;
}
.services-care-process .right-content .title {
  margin-bottom: 15px;
  font-family: "MyriadPro", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .services-care-process .right-content .title {
    margin-bottom: 10px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .services-care-process .right-content .title {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .services-care-process .right-content .title {
    font-size: 22px;
  }
}
.services-care-process .right-content .description {
  font-family: "MyriadPro", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  color: #479da6;
}
@media (max-width: 1024px) {
  .services-care-process .right-content .description {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .services-care-process .right-content .description {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .services-care-process .right-content .description {
    font-size: 20px;
  }
}

.text-and-button-section .text {
  font-family: "Literata", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  color: #479da6;
}
@media (max-width: 1140px) {
  .text-and-button-section .text {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .text-and-button-section .text {
    font-size: 26px;
  }
}
.text-and-button-section .button {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-text-image-right {
  overflow: hidden;
  background-color: #f0ecea;
}
.section-text-image-right .flex-wrapper {
  display: flex;
}
@media (max-width: 1024px) {
  .section-text-image-right .flex-wrapper {
    flex-direction: column;
  }
}
.section-text-image-right .flex-wrapper .left-content {
  width: 50%;
  flex-basis: 50%;
  padding: 50px 3% 50px 6%;
}
@media (max-width: 1024px) {
  .section-text-image-right .flex-wrapper .left-content {
    width: 100%;
    flex-basis: 100%;
    padding: 50px 3% 50px 3%;
  }
}
@media (max-width: 600px) {
  .section-text-image-right .flex-wrapper .left-content {
    padding: 50px 4.5% 50px 4.5%;
  }
}
.section-text-image-right .flex-wrapper .left-content .title-icon-wrap {
  position: relative;
  width: fit-content;
}
.section-text-image-right .flex-wrapper .left-content .title-icon-wrap .icon {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: -30px;
  width: 80px;
  height: 80px;
  z-index: 1;
  pointer-events: none;
  animation: spin-clockwise 12s linear infinite;
  opacity: 0.1;
}
@media (max-width: 768px) {
  .section-text-image-right .flex-wrapper .left-content .title-icon-wrap .icon {
    right: 0;
  }
}
.section-text-image-right .flex-wrapper .left-content .title-icon-wrap .title-section {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 48px;
  color: #479da6;
}
@media (max-width: 1140px) {
  .section-text-image-right .flex-wrapper .left-content .title-icon-wrap .title-section {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section-text-image-right .flex-wrapper .left-content .title-icon-wrap .title-section {
    font-size: 35px;
  }
}
.section-text-image-right .flex-wrapper .left-content .text {
  margin-bottom: 30px;
  max-width: 80%;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.5;
  color: #776568;
}
@media (max-width: 1140px) {
  .section-text-image-right .flex-wrapper .left-content .text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .section-text-image-right .flex-wrapper .left-content .text {
    font-size: 22px;
    max-width: 100%;
  }
}
.section-text-image-right .flex-wrapper .left-content .button-transparent {
  min-width: 200px;
  background-color: rgba(158, 200, 205, 0.4);
  color: #776568;
  border-color: rgba(119, 101, 104, 0.5);
}
@media (max-width: 425px) {
  .section-text-image-right .flex-wrapper .left-content .button-transparent {
    width: 100%;
  }
}
.section-text-image-right .flex-wrapper .left-content .button-transparent:hover {
  color: #ffffff;
  background-color: #D17E00;
  border-color: #D17E00;
}
.section-text-image-right .flex-wrapper .left-content .button-transparent:hover svg path {
  stroke: #ffffff;
}
.section-text-image-right .flex-wrapper .right-content {
  width: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .section-text-image-right .flex-wrapper .right-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.section-text-image-right .flex-wrapper .right-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.large-text-section {
  overflow: visible;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .large-text-section {
    margin-bottom: 80px;
  }
}
.large-text-section .row1100 {
  overflow: visible;
}
.large-text-section .text {
  position: relative;
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-size: 46px;
  line-height: 1.25;
  color: #003970;
  z-index: 2;
  text-transform: capitalize;
}
@media (max-width: 1140px) {
  .large-text-section .text {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .large-text-section .text {
    font-size: 38px;
  }
}
.large-text-section .icon-div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.large-text-section .icon {
  width: 150px;
  height: 150px;
  animation: spin-clockwise 12s linear infinite;
}

.large-blue-text .text {
  position: relative;
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  color: #479da6;
  z-index: 2;
}
@media (max-width: 1140px) {
  .large-blue-text .text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .large-blue-text .text {
    font-size: 24px;
  }
}

.section-text-image-left {
  padding: 50px 0 40px 0;
  overflow: hidden;
}
.section-text-image-left .row1300 {
  overflow: visible;
}
.section-text-image-left .flex-wrapper {
  position: relative;
  display: flex;
  gap: 60px;
}
@media (max-width: 1024px) {
  .section-text-image-left .flex-wrapper {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.section-text-image-left .flex-wrapper .left-content {
  width: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .section-text-image-left .flex-wrapper .left-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.section-text-image-left .flex-wrapper .left-content .img-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: calc(50% - 30px);
}
@media (max-width: 1024px) {
  .section-text-image-left .flex-wrapper .left-content .img-content {
    position: relative;
  }
}
@media (max-width: 1024px) {
  .section-text-image-left .flex-wrapper .left-content .img-content {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .section-text-image-left .flex-wrapper .left-content .img-content {
    width: 100%;
    margin: 0 auto;
  }
}
.section-text-image-left .flex-wrapper .left-content img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 10px 10px 32px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1286px) {
  .section-text-image-left .flex-wrapper .left-content img {
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .section-text-image-left .flex-wrapper .left-content img {
    height: 100%;
    max-height: 450px;
  }
}
.section-text-image-left .flex-wrapper .right-content {
  width: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .section-text-image-left .flex-wrapper .right-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.section-text-image-left .flex-wrapper .right-content .title-icon-wrap {
  position: relative;
  width: fit-content;
}
.section-text-image-left .flex-wrapper .right-content .title-icon-wrap .icon {
  position: absolute;
  top: -20px;
  left: auto;
  right: -40px;
  width: 80px;
  height: 80px;
  z-index: 1;
  pointer-events: none;
  animation: spin-clockwise 12s linear infinite;
  opacity: 0.1;
}
@media (max-width: 600px) {
  .section-text-image-left .flex-wrapper .right-content .title-icon-wrap .icon {
    right: 0;
  }
}
.section-text-image-left .flex-wrapper .right-content .title-icon-wrap .title-section {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 48px;
  color: #479da6;
}
@media (max-width: 1140px) {
  .section-text-image-left .flex-wrapper .right-content .title-icon-wrap .title-section {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section-text-image-left .flex-wrapper .right-content .title-icon-wrap .title-section {
    font-size: 35px;
  }
}
.section-text-image-left .flex-wrapper .right-content .title-icon-wrap .title-first-line {
  position: relative;
}
@media (max-width: 600px) {
  .section-text-image-left .flex-wrapper .right-content .title-icon-wrap .title-first-line {
    display: block;
  }
}
.section-text-image-left .flex-wrapper .right-content .text {
  margin-bottom: 30px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.5;
  color: #776568;
}
@media (max-width: 1140px) {
  .section-text-image-left .flex-wrapper .right-content .text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .section-text-image-left .flex-wrapper .right-content .text {
    font-size: 22px;
    max-width: 100%;
  }
}
.section-text-image-left .flex-wrapper .right-content .button-transparent {
  min-width: 200px;
  background-color: rgba(158, 200, 205, 0.4);
  color: #776568;
  border-color: rgba(119, 101, 104, 0.5);
}
@media (max-width: 425px) {
  .section-text-image-left .flex-wrapper .right-content .button-transparent {
    width: 100%;
  }
}
.section-text-image-left .flex-wrapper .right-content .button-transparent:hover {
  color: #ffffff;
  background-color: #D17E00;
  border-color: #D17E00;
}
.section-text-image-left .flex-wrapper .right-content .button-transparent:hover svg path {
  stroke: #ffffff;
}

.reviews-section.added_image_down .row1300 {
  overflow: visible;
}
@media (max-width: 768px) {
  .reviews-section.added_image_down .row1300 {
    overflow: hidden;
  }
}
.reviews-section.added_image_down .left-content, .reviews-section.added_image_down .right-content {
  padding-bottom: 10px !important;
}
.reviews-section.added_image_down .title-icon-wrap {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .reviews-section.added_image_down .title-icon-wrap {
    margin-bottom: 40px !important;
  }
}
.reviews-section.added_image_down .title-icon-wrap .title-section {
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .reviews-section.added_image_down .title-icon-wrap .title-section {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .reviews-section.added_image_down .image {
    object-position: top;
  }
}
.reviews-section .flex-wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1140px) {
  .reviews-section .flex-wrapper {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.reviews-section .flex-wrapper .left-content, .reviews-section .flex-wrapper .right-content {
  width: 50%;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper .left-content, .reviews-section .flex-wrapper .right-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.reviews-section .flex-wrapper .left-content {
  position: relative;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper .left-content {
    padding: 50px 0 0 0 !important;
  }
}
.reviews-section .flex-wrapper .left-content .title-icon-wrap {
  margin-bottom: 40px;
  position: relative;
  width: fit-content;
}
.reviews-section .flex-wrapper .left-content .title-icon-wrap .icon {
  position: absolute;
  top: -20px;
  left: auto;
  right: -30px;
  width: 80px;
  height: 80px;
  z-index: 1;
  pointer-events: none;
  animation: spin-clockwise 12s linear infinite;
}
.reviews-section .flex-wrapper .left-content .title-icon-wrap .title-section {
  position: relative;
  z-index: 2;
  font-family: "Literata", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 48px;
  color: #ffffff;
}
@media (max-width: 1140px) {
  .reviews-section .flex-wrapper .left-content .title-icon-wrap .title-section {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper .left-content .title-icon-wrap .title-section {
    font-size: 35px;
  }
}
.reviews-section .flex-wrapper .left-content .image {
  width: 100%;
  height: 100%;
  max-height: 560px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper .left-content .image {
    max-height: 300px;
  }
}
.reviews-section .flex-wrapper .left-content .image.add_shadow {
  box-shadow: 10px 10px 32px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper .left-content .image.add_shadow {
    box-shadow: none;
  }
}
.reviews-section .flex-wrapper .left-content .image.image_down {
  position: relative;
  top: 50px;
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper .left-content .image.image_down {
    position: unset;
    top: 0;
  }
}
.reviews-section .flex-wrapper .right-content {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper .right-content {
    padding: 0 0 50px 0 !important;
  }
}
.reviews-section .flex-wrapper .right-content .slick-initialized .review-slide {
  display: block !important;
}
.reviews-section .flex-wrapper .right-content .review-slide {
  padding-left: 30px;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper .right-content .review-slide {
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .reviews-section .flex-wrapper .right-content .review-slide {
    padding-left: 15px;
    padding-top: 15px;
  }
}
.reviews-section .flex-wrapper .right-content .review-slide:not(:first-child) {
  display: none;
}
.reviews-section .flex-wrapper .right-content .text-wrap {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper .right-content .text-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .reviews-section .flex-wrapper .right-content .text-wrap {
    margin-bottom: 30px;
  }
}
.reviews-section .flex-wrapper .right-content .text-wrap .quotes {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper .right-content .text-wrap .quotes {
    width: 15px;
    height: 15px;
  }
}
.reviews-section .flex-wrapper .right-content .text-wrap .quotes.quote1 {
  top: -20px;
  left: -20px;
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper .right-content .text-wrap .quotes.quote1 {
    top: -15px;
    left: -15px;
  }
}
.reviews-section .flex-wrapper .right-content .text-wrap .quotes.quote2 {
  left: auto;
  right: 8px;
  bottom: 19px;
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper .right-content .text-wrap .quotes.quote2 {
    right: 6px;
    bottom: 18px;
  }
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper .right-content .text-wrap .quotes.quote2 {
    right: 6px;
    bottom: 18px;
  }
}
.reviews-section .flex-wrapper .right-content .text-wrap .review-text {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: "MyriadPro", sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  font-size: 30px;
  color: #ffffff;
}
@media (max-width: 1140px) {
  .reviews-section .flex-wrapper .right-content .text-wrap .review-text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper .right-content .text-wrap .review-text {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .reviews-section .flex-wrapper .right-content .text-wrap .review-text {
    font-size: 20px;
  }
}
.reviews-section .flex-wrapper .right-content .name-google-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
.reviews-section .flex-wrapper .right-content .review-name {
  margin-right: 20px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 1140px) {
  .reviews-section .flex-wrapper .right-content .review-name {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .reviews-section .flex-wrapper .right-content .review-name {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .reviews-section .flex-wrapper .right-content .review-name {
    font-size: 20px;
  }
}
.reviews-section .flex-wrapper .right-content .widget-stars {
  display: flex;
  align-items: center;
  gap: 15px;
}
.reviews-section .flex-wrapper .right-content .widget-stars .rating-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.reviews-section .flex-wrapper .right-content .widget-stars svg {
  height: 30px;
  width: auto;
}
@media (max-width: 1024px) {
  .reviews-section .flex-wrapper .right-content .widget-stars svg {
    height: 20px;
  }
}
.reviews-section .slider-reviews-navigation {
  margin-left: 30px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .reviews-section .slider-reviews-navigation {
    margin-top: 20px;
    margin-left: 20px;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .reviews-section .slider-reviews-navigation {
    margin-left: 15px;
  }
}
.reviews-section .slider-reviews-navigation .button-review {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  transition: 0.3s all ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .reviews-section .slider-reviews-navigation .button-review {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
.reviews-section .slider-reviews-navigation .button-review:hover, .reviews-section .slider-reviews-navigation .button-review:focus, .reviews-section .slider-reviews-navigation .button-review:focus-visible, .reviews-section .slider-reviews-navigation .button-review:focus-within {
  border-color: #D17E00;
  background: #D17E00;
}

.articles-section .title-icon-wrap {
  padding-top: 40px;
  position: relative;
  width: fit-content;
}
.articles-section .title-icon-wrap .icon {
  position: absolute;
  top: 15px;
  left: auto;
  right: -35px;
  width: 80px;
  height: 80px;
  z-index: -1;
  pointer-events: none;
  animation: spin-clockwise 12s linear infinite;
}
@media (max-width: 1140px) {
  .articles-section .title-icon-wrap .icon {
    width: 60px;
    height: 60px;
    top: 20px;
    right: -28px;
  }
}
.articles-section .title-icon-wrap .title-section {
  margin-bottom: 50px;
  font-family: "Literata", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 1140px) {
  .articles-section .title-icon-wrap .title-section {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .articles-section .title-icon-wrap .title-section {
    margin-bottom: 30px;
  }
}
.articles-section .posts-wrapper {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
}
@media (max-width: 1140px) {
  .articles-section .posts-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 600px) {
  .articles-section .posts-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.articles-section .posts-wrapper .article-block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #eeecea;
  border-radius: 10px;
}
.articles-section .posts-wrapper .article-block img {
  margin-bottom: 30px;
  height: 250px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.articles-section .posts-wrapper .article-block .add-info {
  margin-bottom: 15px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}
.articles-section .posts-wrapper .article-block .title-post {
  flex: 1;
  margin-bottom: 0;
}
.articles-section .posts-wrapper .article-block .title-post a {
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #003970;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}
.articles-section .posts-wrapper .article-block .title-post a:hover {
  color: #D17E00;
}
.articles-section .posts-wrapper .article-block .title-post a:hover svg path {
  stroke: #D17E00;
}
.articles-section .posts-wrapper .article-block .title-post a .svg-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.articles-section .posts-wrapper .article-block .title-post a .svg-block svg {
  width: 30px;
  height: 24px;
}
.articles-section .button-blog {
  min-width: 30%;
  margin-left: auto;
  color: #003970;
  background: #eeecea;
  border-color: rgba(119, 101, 104, 0.1);
  text-transform: capitalize;
}
@media (max-width: 1140px) {
  .articles-section .button-blog {
    min-width: 50%;
  }
}
@media (max-width: 600px) {
  .articles-section .button-blog {
    min-width: 100%;
  }
}
.articles-section .button-blog:hover {
  color: #ffffff;
  background-color: #D17E00;
  border-color: #D17E00;
}
.articles-section .button-blog:hover svg path {
  stroke: #ffffff;
}

.section-banner-title-image {
  background: rgba(71, 157, 166, 0.1);
}
.section-banner-title-image .title-section {
  margin-bottom: 40px;
  font-family: "Literata", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.section-banner-title-image .image {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.section-medium-sized-brown-text {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
  color: #776568;
}
@media (max-width: 1140px) {
  .section-medium-sized-brown-text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section-medium-sized-brown-text {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .section-medium-sized-brown-text br {
    display: none;
  }
}

.section-list-with-image .title-icon-wrap {
  margin-bottom: 40px;
  padding-top: 20px;
  position: relative;
  width: fit-content;
}
.section-list-with-image .title-icon-wrap .icon {
  position: absolute;
  top: 0;
  left: auto;
  right: -20px;
  width: 50px;
  height: 50px;
  z-index: 1;
  pointer-events: none;
  animation: spin-clockwise 12s linear infinite;
}
@media (max-width: 768px) {
  .section-list-with-image .title-icon-wrap .icon {
    width: 40px;
    height: 40px;
    right: -20px;
  }
}
.section-list-with-image .title-icon-wrap .title-section {
  position: relative;
  z-index: 2;
  font-family: "Literata", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}
.section-list-with-image .flex-wrapper {
  display: flex;
  gap: 80px;
}
@media (max-width: 1024px) {
  .section-list-with-image .flex-wrapper {
    gap: 40px;
    flex-direction: column;
  }
}
.section-list-with-image .flex-wrapper .left-content {
  flex: 1;
}
.section-list-with-image .flex-wrapper .left-content .item {
  padding-bottom: 20px;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 1140px) {
  .section-list-with-image .flex-wrapper .left-content .item:hover .number .icon-spin svg {
    animation: spin-clockwise 3s linear infinite;
  }
}
.section-list-with-image .flex-wrapper .left-content .item:last-child {
  padding-bottom: 0;
}
.section-list-with-image .flex-wrapper .left-content .item .number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 20px;
}

.lpns_list.item {
    width: 50%;
}

.lpns_list_wrapper.items-wrapper {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
  .section-list-with-image .flex-wrapper .left-content .item .number {
    width: 40px;
    height: 40px;
  }
}
.section-list-with-image .flex-wrapper .left-content .item .number .icon-spin {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .section-list-with-image .flex-wrapper .left-content .item .number .icon-spin {
    width: 40px;
    height: 40px;
  }
}
.section-list-with-image .flex-wrapper .left-content .item .number .icon-spin svg {
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .section-list-with-image .flex-wrapper .left-content .item .number .icon-spin svg {
    width: 40px;
    height: 40px;
  }
}
.section-list-with-image .flex-wrapper .left-content .item .number span {
  position: relative;
  z-index: 2;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #003970;
}
@media (max-width: 768px) {
  .section-list-with-image .flex-wrapper .left-content .item .number span {
    font-size: 22px;
  }
}
.section-list-with-image .flex-wrapper .left-content .item .title-description-wrap {
  flex: 1;
}
.section-list-with-image .flex-wrapper .left-content .item .title-description-wrap .title-item {
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #479da6;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .section-list-with-image .flex-wrapper .left-content .item .title-description-wrap .title-item {
    font-size: 20px;
  }
}
.section-list-with-image .flex-wrapper .left-content .item .title-description-wrap .description-item {
  margin-top: 5px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #776568;
}
@media (max-width: 768px) {
  .section-list-with-image .flex-wrapper .left-content .item .title-description-wrap .description-item {
    font-size: 16px;
  }
}
.section-list-with-image .flex-wrapper .right-content {
  flex: 1;
}
.section-list-with-image .flex-wrapper .right-content img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .section-list-with-image .flex-wrapper .right-content img {
    max-height: 400px;
  }
}

.section-background-image-and-text {
  padding: 150px 0;
  min-height: 70vh;
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1140px) {
  .section-background-image-and-text {
    padding: 100px 0;
    min-height: 50vh;
  }
}
.section-background-image-and-text.add_blue_filter:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 57, 112, 0.55);
  pointer-events: none;
}
.section-background-image-and-text.add_blue_filter:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-image: url("../../assets/img/before.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 25vh;
  pointer-events: none;
}
.section-background-image-and-text .text {
  position: relative;
  z-index: 3;
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 1140px) {
  .section-background-image-and-text .text {
    font-size: 50px;
  }
  .section-background-image-and-text .text br {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-background-image-and-text .text {
    font-size: 40px;
  }
}

.section-phones {
  position: relative;
  padding: 100px 0;
}
.section-phones .full-width {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.section-phones .full-width:before {
  position: absolute;
  content: "";
  background-image: url("../img/bg-phones.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 200px;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.section-phones .full-width:after {
  position: absolute;
  left: auto;
  right: -85px;
  bottom: -85px;
  width: 250px;
  height: 250px;
  content: "";
  background-image: url("../img/phones_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.3;
  z-index: 1;
  pointer-events: none;
  animation: spin-clockwise 12s linear infinite;
}
.section-phones .row1500 {
  z-index: 2;
  overflow: visible;
}
.section-phones .flex-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .section-phones .flex-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.section-phones .flex-wrapper .left-content {
  flex: 1;
}
.section-phones .flex-wrapper .title-section {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #ffffff;
  text-transform: lowercase;
}
@media (max-width: 1200px) {
  .section-phones .flex-wrapper .title-section {
    font-size: 39px;
  }
}
@media (max-width: 768px) {
  .section-phones .flex-wrapper .title-section {
    font-size: 30px;
  }
}
.section-phones .flex-wrapper .title-section {
  margin-bottom: 20px;
  position: relative;
}
.section-phones .flex-wrapper .title-section:before {
  position: absolute;
  bottom: 7px;
  left: auto;
  right: 10px;
  width: 30px;
  height: 2px;
  background: #ffffff;
}
.section-phones .flex-wrapper .title-section:first-letter {
  text-transform: uppercase;
}
.section-phones .flex-wrapper .text_below_title {
  width: 65%;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.3;
  color: #ffffff;
}
@media (max-width: 1250px) {
  .section-phones .flex-wrapper .text_below_title {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-phones .flex-wrapper .text_below_title {
    font-size: 20px;
  }
}
.section-phones .flex-wrapper .right-content {
  position: relative;
}
@media (max-width: 768px) {
  .section-phones .flex-wrapper .right-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.section-phones .flex-wrapper .right-content .select-phones-wrap {
  position: relative;
  width: max-content;
}
@media (max-width: 1024px) {
  .section-phones .flex-wrapper .right-content .select-phones-wrap {
    width: 100%;
  }
}
.section-phones .flex-wrapper .right-content .select-phone {
  width: fit-content;
  min-width: 320px;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  padding: 15px 25px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  color: #ffffff;
  transition: 0.3s all ease;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .section-phones .flex-wrapper .right-content .select-phone {
    width: 100%;
  }
}
.section-phones .flex-wrapper .right-content .select-phone:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ffffff;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.section-phones .flex-wrapper .right-content .select-phone:hover {
  background: #ffffff;
  color: #003970;
}
.section-phones .flex-wrapper .right-content .select-phone:hover svg path {
  stroke: #003970;
}
.section-phones .flex-wrapper .right-content .select-phone span, .section-phones .flex-wrapper .right-content .select-phone svg {
  position: relative;
  z-index: 2;
}
.section-phones .flex-wrapper .right-content .phones-list {
  position: absolute;
  padding-top: 57px;
  top: 0;
  left: auto;
  right: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.section-phones .flex-wrapper .right-content .phones-list.visible {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.section-phones .flex-wrapper .right-content .phones-list:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 57px;
  z-index: 1;
  pointer-events: none;
}
.section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px 25px;
}
.section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap:hover {
  background: #ffffff;
}
.section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap:hover span, .section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap:hover a {
  color: #003970;
}
.section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap:nth-child(odd):before {
  opacity: 0.25;
}
.section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap:nth-child(even):before {
  opacity: 0.55;
}
.section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap span, .section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap a {
  position: relative;
  z-index: 2;
  display: block;
  font-family: "MyriadPro", sans-serif;
  font-size: 21px;
  line-height: 1.25;
  color: #ffffff;
  transition: 0.3s all ease;
}
@media (max-width: 1200px) {
  .section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap span, .section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap a {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap span, .section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap a {
    font-size: 16px;
  }
	
.lpns_list.item {
    width: 100%;
}
}
.section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap a {
  font-weight: 400;
}
.section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap a:hover {
  color: #003970;
}
.section-phones .flex-wrapper .right-content .phones-list .city-phone-wrap span {
  font-weight: 700;
}

.section-blue-banner-text-image {
  padding-top: 30px;
  padding-bottom: 50px;
  background: rgba(71, 157, 166, 0.1);
}
.section-blue-banner-text-image.added_image_down {
  margin-bottom: 150px;
}
@media (max-width: 1440px) {
  .section-blue-banner-text-image.added_image_down {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .section-blue-banner-text-image.added_image_down {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .section-blue-banner-text-image.added_image_down {
    margin-bottom: 40px;
  }
}
.section-blue-banner-text-image.added_image_down .row1500 {
  overflow: visible;
}
@media (max-width: 768px) {
  .section-blue-banner-text-image.added_image_down .row1500 {
    overflow: hidden;
  }
}
.section-blue-banner-text-image.added_image_down .img-content {
  margin-top: -50px;
}
@media (max-width: 876px) {
  .section-blue-banner-text-image.added_image_down .img-content {
    margin-top: 0;
  }
}
.section-blue-banner-text-image.add_large_margin_bottom {
  margin-bottom: 250px;
}
@media (max-width: 1140px) {
  .section-blue-banner-text-image.add_large_margin_bottom {
    margin-bottom: 150px;
  }
}
@media (max-width: 1024px) {
  .section-blue-banner-text-image.add_large_margin_bottom {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .section-blue-banner-text-image.add_large_margin_bottom {
    margin-bottom: 60px;
  }
}
.section-blue-banner-text-image .title-section {
  max-width: 650px;
  width: 100%;
  margin: 0 auto 60px auto;
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #003970;
}
@media (max-width: 1140px) {
  .section-blue-banner-text-image .title-section {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .section-blue-banner-text-image .title-section {
    font-size: 25px;
  }
}
.section-blue-banner-text-image .flex-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 876px) {
  .section-blue-banner-text-image .flex-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.section-blue-banner-text-image .flex-wrapper .text-content, .section-blue-banner-text-image .flex-wrapper .image-content {
  width: 47%;
  flex-basis: 47%;
}
@media (max-width: 876px) {
  .section-blue-banner-text-image .flex-wrapper .text-content, .section-blue-banner-text-image .flex-wrapper .image-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.section-blue-banner-text-image .flex-wrapper.i-right {
  flex-direction: row-reverse;
}
@media (max-width: 876px) {
  .section-blue-banner-text-image .flex-wrapper.i-right {
    flex-direction: column-reverse;
  }
}
.section-blue-banner-text-image .flex-wrapper.i-right .text-content {
  text-align: left;
}
.section-blue-banner-text-image .flex-wrapper .img-content {
  position: relative;
  border-radius: 20px;
}
@media (max-width: 876px) {
  .section-blue-banner-text-image .flex-wrapper .img-content {
    border-radius: 20px;
    overflow: hidden;
  }
}
.section-blue-banner-text-image .flex-wrapper .image {
  width: 100%;
  min-height: 550px;
  height: max-content;
  max-height: 550px;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .section-blue-banner-text-image .flex-wrapper .image {
    max-height: 450px;
  }
}
@media (max-width: 768px) {
  .section-blue-banner-text-image .flex-wrapper .image {
    max-height: 300px;
  }
}
.section-blue-banner-text-image .flex-wrapper .image.add_shadow {
  box-shadow: 10px 10px 32px rgba(0, 0, 0, 0.6);
}
@media (max-width: 876px) {
  .section-blue-banner-text-image .flex-wrapper .image.add_shadow {
    box-shadow: none;
  }
}
.section-blue-banner-text-image .flex-wrapper .image.image_down {
  position: absolute;
  top: 50px;
}
@media (max-width: 876px) {
  .section-blue-banner-text-image .flex-wrapper .image.image_down {
    position: unset;
    top: 0;
  }
}
.section-blue-banner-text-image .flex-wrapper .subtitle-icon-wrap {
  position: relative;
  width: fit-content;
}
.section-blue-banner-text-image .flex-wrapper .subtitle-icon-wrap .icon {
  position: absolute;
  top: -40px;
  left: auto;
  right: -30px;
  width: 80px;
  height: 80px;
  z-index: 1;
  pointer-events: none;
  animation: spin-clockwise 12s linear infinite;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .section-blue-banner-text-image .flex-wrapper .subtitle-icon-wrap .icon {
    right: -20px;
    top: -25px;
    left: auto;
    width: 50px;
    height: 50px;
  }
}
.section-blue-banner-text-image .flex-wrapper .subtitle {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  color: #479da6;
}
@media (max-width: 1140px) {
  .section-blue-banner-text-image .flex-wrapper .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section-blue-banner-text-image .flex-wrapper .subtitle {
    font-size: 25px;
  }
}
.section-blue-banner-text-image .flex-wrapper .text p {
  font-size: 25px;
}
@media (max-width: 1140px) {
  .section-blue-banner-text-image .flex-wrapper .text p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section-blue-banner-text-image .flex-wrapper .text p {
    font-size: 18px;
  }
}
.section-blue-banner-text-image .flex-wrapper .button {
  margin-top: 100px;
  background: rgba(71, 157, 166, 0.15);
  color: #776568;
  border-color: rgba(119, 101, 104, 0.5);
}
@media (max-width: 876px) {
  .section-blue-banner-text-image .flex-wrapper .button {
    margin-top: 40px;
  }
}
.section-blue-banner-text-image .flex-wrapper .button .left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-blue-banner-text-image .flex-wrapper .button .left-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 25px;
  height: 20px;
}
.section-blue-banner-text-image .flex-wrapper .button .left-icon svg {
  width: 17px;
  height: 12px;
}
.section-blue-banner-text-image .flex-wrapper .button:hover {
  color: #003970;
  background-color: #ffffff;
  border-color: #003970;
}
.section-blue-banner-text-image .flex-wrapper .button:hover .arrow path {
  stroke: #003970;
}

.section-partner-logos .logos-wrapper {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  .section-partner-logos .logos-wrapper {
    gap: 20px;
  }
}
.section-partner-logos .logos-wrapper .logo {
  width: 160px;
  height: 60px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .section-partner-logos .logos-wrapper .logo {
    height: 40px;
    width: 140px;
  }
}
@media (max-width: 600px) {
  .section-partner-logos .logos-wrapper .logo {
    width: 120px;
  }
}
.section-partner-logos .text_below_logo {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #776568;
}
@media (max-width: 1140px) {
  .section-partner-logos .text_below_logo {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section-partner-logos .text_below_logo {
    font-size: 18px;
  }
}

.section-two-columns-image-title-text {
  margin-bottom: 200px;
}
@media (max-width: 768px) {
  .section-two-columns-image-title-text {
    margin-bottom: 100px;
  }
}
.section-two-columns-image-title-text .columns-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 40px;
}
@media (max-width: 1140px) {
  .section-two-columns-image-title-text .columns-wrapper {
    grid-column-gap: 40px;
  }
}
@media (max-width: 768px) {
  .section-two-columns-image-title-text .columns-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
  }
}
.section-two-columns-image-title-text .column .image {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .section-two-columns-image-title-text .column .image {
    margin-bottom: 20px;
  }
}
.section-two-columns-image-title-text .column .title-column {
  margin-bottom: 5px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: #479da6;
  text-transform: capitalize;
}
@media (max-width: 1140px) {
  .section-two-columns-image-title-text .column .title-column {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .section-two-columns-image-title-text .column .title-column {
    font-size: 20px;
  }
}
.section-two-columns-image-title-text .column .subtitle-column {
  margin-bottom: 20px;
  font-family: "MyriadPro", sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 1.25;
  color: #003970;
  text-transform: capitalize;
}
@media (max-width: 1140px) {
  .section-two-columns-image-title-text .column .subtitle-column {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .section-two-columns-image-title-text .column .subtitle-column {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .section-two-columns-image-title-text .column .description p {
    margin-bottom: 10px;
  }
}

.teal-section-text-image {
  margin-bottom: 200px;
  background-color: #479da6;
}
@media (max-width: 1024px) {
  .teal-section-text-image {
    padding-bottom: 40px;
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .teal-section-text-image {
    margin-bottom: 80px;
  }
}
.teal-section-text-image .row1500 {
  overflow: visible;
}
.teal-section-text-image .flex-wrapper {
  display: flex;
  gap: 60px;
}
@media (max-width: 1024px) {
  .teal-section-text-image .flex-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.teal-section-text-image .flex-wrapper .left-content, .teal-section-text-image .flex-wrapper .right-content {
  padding: 40px 0 10px 0;
}
.teal-section-text-image .flex-wrapper .left-content {
  width: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .teal-section-text-image .flex-wrapper .left-content {
    padding-bottom: 0;
    width: 100%;
    flex-basis: 100%;
  }
}
.teal-section-text-image .flex-wrapper .left-content .title-icon-wrap {
  margin-bottom: 30px;
  position: relative;
  width: fit-content;
}
.teal-section-text-image .flex-wrapper .left-content .title-icon-wrap .icon {
  position: absolute;
  top: -20px;
  left: auto;
  right: -35px;
  width: 80px;
  height: 80px;
  z-index: 1;
  pointer-events: none;
  animation: spin-clockwise 12s linear infinite;
}
.teal-section-text-image .flex-wrapper .left-content .title-icon-wrap .title-section {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 48px;
  color: #ffffff;
}
@media (max-width: 1140px) {
  .teal-section-text-image .flex-wrapper .left-content .title-icon-wrap .title-section {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .teal-section-text-image .flex-wrapper .left-content .title-icon-wrap .title-section {
    font-size: 35px;
  }
}
.teal-section-text-image .flex-wrapper .left-content .text p {
  margin-bottom: 10px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 1140px) {
  .teal-section-text-image .flex-wrapper .left-content .text p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .teal-section-text-image .flex-wrapper .left-content .text p {
    font-size: 22px;
    max-width: 100%;
  }
}
.teal-section-text-image .flex-wrapper .left-content .small-images-wrap {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 1024px) {
  .teal-section-text-image .flex-wrapper .left-content .small-images-wrap {
    margin-top: 10px;
  }
}
.teal-section-text-image .flex-wrapper .left-content .small-images-wrap .small-image {
  width: fit-content;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .teal-section-text-image .flex-wrapper .left-content .small-images-wrap .small-image {
    height: 50px;
  }
}
.teal-section-text-image .flex-wrapper .right-content {
  position: relative;
  width: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .teal-section-text-image .flex-wrapper .right-content {
    padding-top: 0;
    width: 100%;
    flex-basis: 100%;
  }
}
.teal-section-text-image .flex-wrapper .right-content .image-fpo-label-wrap {
  position: absolute;
  top: 80px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .teal-section-text-image .flex-wrapper .right-content .image-fpo-label-wrap {
    position: unset;
    top: 0;
    text-align: center;
  }
}
.teal-section-text-image .flex-wrapper .right-content img {
  width: 100%;
  height: 100%;
  max-height: 800px;
  border-radius: 20px;
  box-shadow: 10px 10px 32px rgba(0, 0, 0, 0.5);
  object-fit: cover;
}
@media (max-width: 1024px) {
  .teal-section-text-image .flex-wrapper .right-content img {
    width: fit-content;
    max-height: 600px;
  }
}

.section-large-services-archive .row1000 {
  overflow: visible;
}
.section-large-services-archive .title-icon-wrap {
  margin: 0 auto 50px auto;
  position: relative;
  width: fit-content;
}
.section-large-services-archive .title-icon-wrap .icon {
  position: absolute;
  top: -20px;
  left: auto;
  right: -30px;
  width: 60px;
  height: 60px;
  z-index: 1;
  pointer-events: none;
  animation: spin-clockwise 12s linear infinite;
}
@media (max-width: 768px) {
  .section-large-services-archive .title-icon-wrap .icon {
    right: 0;
  }
}
.section-large-services-archive .title-icon-wrap .title-section {
  position: relative;
  z-index: 2;
  font-family: "Literata", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 48px;
}
@media (max-width: 1140px) {
  .section-large-services-archive .title-icon-wrap .title-section {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section-large-services-archive .title-icon-wrap .title-section {
    font-size: 35px;
  }
}
.section-large-services-archive .service-item {
  position: relative;
  margin-bottom: 30px;
  min-height: 400px;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s all ease;
}
@media (max-width: 768px) {
  .section-large-services-archive .service-item {
    min-height: 300px;
    height: 30vh;
  }
}
.section-large-services-archive .service-item:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003970;
  opacity: 0.5;
  pointer-events: none;
  transition: 0.3s all ease;
}
.section-large-services-archive .service-item:hover:before {
  background: var(--service-gradient, #D17E00);
  opacity: 0.7;
}
.section-large-services-archive .service-item:last-child {
  margin-bottom: 0;
}
.section-large-services-archive .service-item .service-title {
  position: relative;
  z-index: 2;
  max-width: 350px;
  width: 100%;
  margin: 0 auto 30px auto;
  font-family: "Literata", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 54px;
  color: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 1140px) {
  .section-large-services-archive .service-item .service-title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .section-large-services-archive .service-item .service-title {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .section-large-services-archive .service-item .service-title {
    font-size: 35px;
  }
}
.section-large-services-archive .service-item .link-service {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  min-width: 250px;
  font-size: 25px;
}
@media (max-width: 1140px) {
  .section-large-services-archive .service-item .link-service {
    font-size: 20px;
    min-width: 200px;
  }
}
@media (max-width: 600px) {
  .section-large-services-archive .service-item .link-service {
    font-size: 18px;
  }
}
.section-large-services-archive .service-item .link-service .left-icon {
  padding: 3px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.section-large-services-archive .service-item .link-service .left-icon svg {
  width: 29px;
  height: 26px;
}
@media (max-width: 1140px) {
  .section-large-services-archive .service-item .link-service .left-icon svg {
    width: 25px;
    height: 21px;
  }
}
@media (max-width: 600px) {
  .section-large-services-archive .service-item .link-service .left-icon svg {
    width: 20px;
    height: 16px;
  }
}
.section-large-services-archive .service-item .link-service .left-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-info-blocks-two-columns {
  background-color: rgba(71, 157, 166, 0.1);
}
.section-info-blocks-two-columns .row1300 {
  overflow: visible;
}
.section-info-blocks-two-columns .title-icon-wrap {
  margin: 0 auto 50px auto;
  position: relative;
  width: fit-content;
}
.section-info-blocks-two-columns .title-icon-wrap .icon {
  position: absolute;
  top: -10px;
  left: auto;
  right: -30px;
  width: 70px;
  height: 70px;
  z-index: 1;
  pointer-events: none;
  animation: spin-clockwise 12s linear infinite;
}
.section-info-blocks-two-columns .title-icon-wrap .title-section {
  position: relative;
  z-index: 2;
  font-family: "Literata", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 48px;
}
@media (max-width: 1140px) {
  .section-info-blocks-two-columns .title-icon-wrap .title-section {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section-info-blocks-two-columns .title-icon-wrap .title-section {
    font-size: 35px;
  }
}
.section-info-blocks-two-columns .blocks-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 80px;
  grid-row-gap: 40px;
}
@media (max-width: 1140px) {
  .section-info-blocks-two-columns .blocks-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .section-info-blocks-two-columns .blocks-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-info-blocks-two-columns .blocks-wrapper .block {
  height: 100%;
  padding: 30px 20px 40px 20px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 10px 10px 32px rgba(0, 0, 0, 0.4);
  transition: 0.3s all ease;
}
.section-info-blocks-two-columns .blocks-wrapper .block:hover *, .section-info-blocks-two-columns .blocks-wrapper .block:hover a, .section-info-blocks-two-columns .blocks-wrapper .block:hover .title-block, .section-info-blocks-two-columns .blocks-wrapper .block:hover div {
  color: #ffffff !important;
}
.section-info-blocks-two-columns .blocks-wrapper .block:hover {
  background-color: var(--hover-color);
}
.section-info-blocks-two-columns .blocks-wrapper .block:hover .icon-div {
  filter: brightness(85%);
}
.section-info-blocks-two-columns .blocks-wrapper .block .block-title-icon-wrap {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.section-info-blocks-two-columns .blocks-wrapper .block .block-title-icon-wrap a {
  display: block;
}
.section-info-blocks-two-columns .blocks-wrapper .block .block-title-icon-wrap .title-block {
  margin-bottom: 0;
  font-weight: 600;
  color: #479da6;
}
.section-info-blocks-two-columns .blocks-wrapper .block .icon-div {
  border-radius: 50%;
  border: none;
  transition: 0.3s all ease;
  overflow: hidden;
}
.section-info-blocks-two-columns .blocks-wrapper .block .icon-div .icon {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: none;
  border-radius: 50%;
}
.section-info-blocks-two-columns .blocks-wrapper .block .description {
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #776568;
}
@media (max-width: 1140px) {
  .section-info-blocks-two-columns .blocks-wrapper .block .description {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .section-info-blocks-two-columns .blocks-wrapper .block .description {
    font-size: 16px;
  }
}

.section-faq {
  background: rgba(71, 157, 166, 0.1);
}
.section-faq .title-section {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
  font-family: "Literata", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  font-size: 48px;
}
@media (max-width: 1140px) {
  .section-faq .title-section {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section-faq .title-section {
    margin-bottom: 40px;
    font-size: 35px;
  }
}
.section-faq .subtitle-icon-wrap {
  position: relative;
  width: fit-content;
}
.section-faq .subtitle-icon-wrap .icon {
  position: absolute;
  top: -40px;
  left: auto;
  right: -40px;
  width: 80px;
  height: 80px;
  z-index: 1;
  pointer-events: none;
  animation: spin-clockwise 12s linear infinite;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .section-faq .subtitle-icon-wrap .icon {
    right: -25px;
    top: -25px;
    left: auto;
    width: 50px;
    height: 50px;
  }
}
.section-faq .subtitle {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.25;
  color: #479da6;
}
@media (max-width: 1140px) {
  .section-faq .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .section-faq .subtitle {
    font-size: 25px;
  }
}
.section-faq .faq-wrapper {
  margin-top: 100px;
  transition: 0.3s all ease;
}
@media (max-width: 768px) {
  .section-faq .faq-wrapper {
    margin-top: 80px;
  }
}
.section-faq .faq-wrapper .faq-item {
  position: relative;
  padding: 20px 40px 20px 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  border: 1px solid rgba(119, 101, 104, 0.5);
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media (max-width: 768px) {
  .section-faq .faq-wrapper .faq-item {
    flex-direction: column;
    gap: 0;
  }
}
.section-faq .faq-wrapper .faq-item:hover, .section-faq .faq-wrapper .faq-item.active {
  background: rgba(71, 157, 166, 0.85);
}
.section-faq .faq-wrapper .faq-item:hover .question, .section-faq .faq-wrapper .faq-item.active .question {
  color: #ffffff;
}
.section-faq .faq-wrapper .faq-item:hover:before, .section-faq .faq-wrapper .faq-item.active:before {
  animation: spin-clockwise 6s linear infinite;
}
.section-faq .faq-wrapper .faq-item.active {
  background: rgba(71, 157, 166, 0.85);
}
.section-faq .faq-wrapper .faq-item.active .question {
  width: 40%;
  flex-basis: 40%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .section-faq .faq-wrapper .faq-item.active .question {
    margin-bottom: 20px;
    width: 100%;
    flex-basis: 100%;
  }
}
.section-faq .faq-wrapper .faq-item.active .answer {
  z-index: 5;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  flex-basis: 60%;
  width: 60%;
}
@media (max-width: 768px) {
  .section-faq .faq-wrapper .faq-item.active .answer {
    width: 100%;
    flex-basis: 100%;
  }
}
.section-faq .faq-wrapper .faq-item.active .answer p, .section-faq .faq-wrapper .faq-item.active .answer li {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 20px;
}
@media (max-width: 1140px) {
  .section-faq .faq-wrapper .faq-item.active .answer p, .section-faq .faq-wrapper .faq-item.active .answer li {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .section-faq .faq-wrapper .faq-item.active .answer p, .section-faq .faq-wrapper .faq-item.active .answer li {
    font-size: 16px;
  }
}
.section-faq .faq-wrapper .faq-item.active .answer p:last-child, .section-faq .faq-wrapper .faq-item.active .answer li:last-child {
  margin-bottom: 0;
}
.section-faq .faq-wrapper .faq-item.active:before {
  animation: spin-clockwise 6s linear infinite;
}
.section-faq .faq-wrapper .faq-item:last-child {
  margin-bottom: 0;
}
.section-faq .faq-wrapper .faq-item:before {
  position: absolute;
  width: 80px;
  height: 80px;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="80" height="82.5" viewBox="0 0 32 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.43 19.8C26 22.56 29.49 24.48 30.88 22.43C32.69 18.93 28.4 14.22 24.54 13.56C21.2 12.98 18.47 13.66 15.66 16.27C16.09 16.8 16.46 17.35 16.77 18C17.86 15.42 20.24 13.66 22.98 14.01C26.92 14.51 28.86 17.04 27.44 19.8Z" fill="%23B8D7DA"/><path d="M24.6 7.84C26.28 10.46 29.69 8.4 28.6 6.17C26.47 2.85 20.25 4.21 17.74 7.22C15.57 9.83 14.79 12.53 15.65 16.27C16.32 16.16 16.99 16.12 17.71 16.18C16.02 13.95 15.69 11 17.36 8.81C19.76 5.65 22.92 5.23 24.6 7.84Z" fill="%23B8D7DA"/><path d="M12.83 4.3C15.94 4.16 15.86 0.18 13.38 0C9.44 0.19 7.51 6.25 8.87 9.93C10.04 13.11 12 15.14 15.66 16.27C15.9 15.63 16.2 15.04 16.61 14.44C13.84 14.79 11.12 13.6 10.05 11.05C8.52 7.39 9.73 4.44 12.84 4.3Z" fill="%23B8D7DA"/><path d="M3.87 12.73C5.3 9.97 1.81 8.05 0.42 10.1C-1.39 13.6 2.9 18.31 6.76 18.97C10.1 19.55 12.83 18.87 15.64 16.26C15.21 15.73 14.84 15.18 14.53 14.53C13.44 17.11 11.06 18.87 8.32 18.52C4.38 18.02 2.44 15.49 3.86 12.73Z" fill="%23B8D7DA"/><path d="M6.7 24.7C5.02 22.08 1.61 24.14 2.7 26.37C4.83 29.69 11.05 28.33 13.56 25.32C15.73 22.71 16.51 20.01 15.65 16.27C14.98 16.38 14.31 16.42 13.59 16.36C15.28 18.59 15.61 21.54 13.94 23.73C11.54 26.89 8.38 27.31 6.7 24.69Z" fill="%23B8D7DA"/><path d="M18.48 28.23C15.37 28.37 15.45 32.35 17.93 32.53C21.87 32.34 23.8 26.28 22.44 22.6C21.27 19.42 19.31 17.39 15.65 16.26C15.41 16.9 15.11 17.49 14.7 18.09C17.47 17.74 20.19 18.93 21.26 21.48C22.79 25.14 21.58 28.09 18.47 28.23Z" fill="%23B8D7DA"/></svg>');
  left: auto;
  top: -24px;
  right: -26px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .section-faq .faq-wrapper .faq-item:before {
    width: 50px;
    height: 50px;
    top: -14px;
    right: -16px;
  }
}
.section-faq .faq-wrapper .question {
  width: 90%;
  flex-basis: 90%;
  position: relative;
  z-index: 2;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: #479da6;
  transition: 0.3s all ease;
}
@media (max-width: 1140px) {
  .section-faq .faq-wrapper .question {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .section-faq .faq-wrapper .question {
    width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 600px) {
  .section-faq .faq-wrapper .question {
    font-size: 20px;
  }
}
.section-faq .faq-wrapper .answer {
  flex: 1;
  position: relative;
  width: 0;
  flex-basis: 0;
  opacity: 0;
  overflow: hidden;
  transition: width 0.3s ease, opacity 0.3s ease;
}
.section-faq .faq-wrapper .answer p, .section-faq .faq-wrapper .answer li {
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 0;
  line-height: 1.25;
  transition: 0.3s all ease;
}

.section-blog-banner {
  margin-bottom: 200px;
  padding: 50px 0;
  background: #ecf4f5;
}
@media (max-width: 1140px) {
  .section-blog-banner {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .section-blog-banner {
    margin-bottom: 80px;
  }
}
.section-blog-banner .row1500 {
  overflow: visible;
}
.section-blog-banner .text_above_title {
  margin-bottom: 15px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #479da6;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section-blog-banner .text_above_title {
    font-size: 18px;
  }
}
.section-blog-banner .left-content, .section-blog-banner .image-content {
  width: 40%;
  flex-basis: 40%;
}
@media (max-width: 1300px) {
  .section-blog-banner .left-content, .section-blog-banner .image-content {
    width: 47%;
    flex-basis: 47%;
  }
}
@media (max-width: 876px) {
  .section-blog-banner .left-content, .section-blog-banner .image-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.section-blog-banner .flex-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1300px) {
  .section-blog-banner .flex-wrapper {
    gap: 40px;
  }
}
@media (max-width: 876px) {
  .section-blog-banner .flex-wrapper {
    flex-direction: column;
  }
}
.section-blog-banner .flex-wrapper .title-section {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.section-blog-banner .flex-wrapper .description {
  margin-bottom: 80px;
}
@media (max-width: 1300px) {
  .section-blog-banner .flex-wrapper .description {
    margin-bottom: 50px;
  }
}
@media (max-width: 876px) {
  .section-blog-banner .flex-wrapper .description {
    margin-bottom: 40px;
  }
}
.section-blog-banner .flex-wrapper .description p {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .section-blog-banner .flex-wrapper .description p {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .section-blog-banner .flex-wrapper .description p {
    font-size: 22px;
  }
}
.section-blog-banner .flex-wrapper .button {
  color: #776568;
  border-color: rgba(119, 101, 104, 0.5);
  background-color: rgba(119, 101, 104, 0.15);
}
.section-blog-banner .flex-wrapper .button:hover {
  color: #ffffff;
  background-color: #D17E00;
  border-color: #D17E00;
}
.section-blog-banner .flex-wrapper .img-content {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: auto;
  width: calc(45% - 30px);
}
@media (max-width: 1024px) {
  .section-blog-banner .flex-wrapper .img-content {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 876px) {
  .section-blog-banner .flex-wrapper .img-content {
    margin: 0 auto;
    text-align: center;
  }
}
.section-blog-banner .flex-wrapper img {
  width: 100%;
  height: 750px;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
  box-shadow: 10px 10px 32px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1300px) {
  .section-blog-banner .flex-wrapper img {
    height: 700px;
  }
}
@media (max-width: 876px) {
  .section-blog-banner .flex-wrapper img {
    width: auto;
    height: 500px;
  }
}

.all-articles-section .title-icon-wrap {
  padding-top: 40px;
  position: relative;
  width: fit-content;
}
.all-articles-section .title-icon-wrap .icon {
  position: absolute;
  top: 20px;
  left: auto;
  right: -30px;
  width: 80px;
  height: 80px;
  z-index: -1;
  pointer-events: none;
  animation: spin-clockwise 12s linear infinite;
}
@media (max-width: 1140px) {
  .all-articles-section .title-icon-wrap .icon {
    width: 60px;
    height: 60px;
    top: 25px;
    right: -24px;
  }
}
.all-articles-section .title-icon-wrap .title-section {
  margin-bottom: 50px;
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-size: 43px;
  line-height: 1.25;
  text-transform: capitalize;
}
@media (max-width: 1140px) {
  .all-articles-section .title-icon-wrap .title-section {
    margin-bottom: 40px;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .all-articles-section .title-icon-wrap .title-section {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
.all-articles-section .post-list {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 876px) {
  .all-articles-section .post-list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 600px) {
  .all-articles-section .post-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.all-articles-section .post-list .item-post {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #eeecea;
  border-radius: 10px;
}
.all-articles-section .post-list .item-post img {
  margin-bottom: 30px;
  height: 250px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.all-articles-section .post-list .item-post .add-info {
  margin-bottom: 15px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}
.all-articles-section .post-list .item-post .title-post {
  flex: 1;
  margin-bottom: 0;
}
.all-articles-section .post-list .item-post .title-post a {
  height: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #003970;
  letter-spacing: -0.03em;
  text-transform: capitalize;
}
.all-articles-section .post-list .item-post .title-post a:hover {
  color: #D17E00;
}
.all-articles-section .post-list .item-post .title-post a:hover svg path {
  stroke: #D17E00;
}
.all-articles-section .post-list .item-post .title-post a .svg-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.all-articles-section .post-list .item-post .title-post a .svg-block svg {
  width: 30px;
  height: 24px;
}

.single-post-content {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .single-post-content {
    margin-bottom: 80px;
  }
}
.single-post-content .post-banner {
  margin-bottom: 50px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 50vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .single-post-content .post-banner {
    min-height: 30vh;
    background-position: right;
  }
}
.single-post-content .post-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-color: #003970;
  opacity: 0.6;
}
.single-post-content .post-banner .categories, .single-post-content .post-banner .post-title, .single-post-content .post-banner a {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.single-post-content .post-banner .text-banner-wrap {
  width: 50%;
}
@media (max-width: 768px) {
  .single-post-content .post-banner .text-banner-wrap {
    width: 65%;
  }
}
@media (max-width: 600px) {
  .single-post-content .post-banner .text-banner-wrap {
    width: 100%;
  }
}
.single-post-content .post-banner .categories {
  margin-bottom: 5px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (max-width: 1140px) {
  .single-post-content .post-banner .categories {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .single-post-content .post-banner .categories {
    font-size: 18px;
  }
}
.single-post-content .post-banner .post-title {
  font-weight: 400;
  font-family: "Literata", sans-serif;
  font-size: 50px;
  line-height: 1.5;
}
@media (max-width: 1140px) {
  .single-post-content .post-banner .post-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .single-post-content .post-banner .post-title {
    font-size: 30px;
  }
}
.single-post-content .author-time-wrap {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .single-post-content .author-time-wrap {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
  }
}
.single-post-content .author-time-wrap .author, .single-post-content .author-time-wrap .time-read {
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #776568;
}
.single-post-content .author-time-wrap .time-read {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post-content .author-time-wrap .time-read svg {
  width: 15px;
  height: 14px;
}
.single-post-content .wp-block-image {
  margin: 60px auto;
  text-align: center;
}
@media (max-width: 768px) {
  .single-post-content .wp-block-image {
    margin: 40px auto;
  }
}
.single-post-content .wp-block-image img {
  width: auto;
  height: auto;
  border-radius: 20px;
}
.single-post-content .wp-block-image.size-full {
  width: 100%;
  max-width: 100%;
}
.single-post-content .wp-block-image.size-full img {
  width: 100%;
  border-radius: 0;
}
.single-post-content .wp-block-image .wp-element-caption {
  margin-bottom: 0 !important;
  font-family: "MyriadPro", sans-serif;
  color: #776568;
  font-style: italic;
  font-size: 16px !important;
}
@media (max-width: 768px) {
  .single-post-content .wp-block-image .wp-element-caption {
    font-size: 14px !important;
  }
}
.single-post-content .wp-block-heading, .single-post-content p, .single-post-content .wp-block-list, .single-post-content .wp-block-image {
  width: 1500px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (max-width: 600px) {
  .single-post-content .wp-block-heading, .single-post-content p, .single-post-content .wp-block-list, .single-post-content .wp-block-image {
    max-width: 91%;
  }
}
.single-post-content .wp-block-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post-content strong, .single-post-content b {
  color: #003970;
}
.single-post-content li::marker {
  color: #003970;
}
.single-post-content p, .single-post-content li {
  font-size: 20px;
}
@media (max-width: 1140px) {
  .single-post-content p, .single-post-content li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .single-post-content p, .single-post-content li {
    font-size: 17px;
  }
}
.single-post-content p a, .single-post-content li a {
  font-size: 20px;
}
@media (max-width: 1140px) {
  .single-post-content p a, .single-post-content li a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .single-post-content p a, .single-post-content li a {
    font-size: 17px;
  }
}
.single-post-content a {
  text-decoration: underline;
}
.single-post-content a:hover {
  color: #D17E00;
}

.section-image-full-width {
  position: relative;
}
.section-image-full-width:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-color: #D17E00;
  opacity: 0.35;
}
.section-image-full-width .image-full {
  width: 100%;
  min-height: 30vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1140px) {
  .section-image-full-width .image-full {
    min-height: 20vh;
  }
}

@media (max-width: 960px) {
  .section-table .custom-scrollbar {
    overflow-x: scroll;
  }
}
@media (max-width: 960px) {
  .section-table .row1500 {
    max-width: 100%;
    width: 100%;
  }
}
.section-table table {
  width: 100%;
  padding-bottom: 1px;
}
@media (max-width: 960px) {
  .section-table table {
    padding: 0 3% 1px 3%;
    border-collapse: collapse;
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .section-table table.two-columns {
    min-width: 500px;
  }
  .section-table table.three-columns, .section-table table.four-columns {
    min-width: 600px;
  }
  .section-table table.five-columns {
    min-width: 700px;
  }
}
.section-table p {
  max-width: 100%;
  width: 100%;
}
.section-table .full-width-header th {
  background: #003970;
}
.section-table .full-width-header th * {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #ffffff;
}
.section-table .two-columns .header-row, .section-table .two-columns .table-row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0%;
  width: 100%;
}
.section-table .two-columns .header-row > *, .section-table .two-columns .table-row > * {
  width: 50%;
  margin: 0 0% 0em;
}
.section-table .three-columns .header-row, .section-table .three-columns .table-row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0%;
  width: 100%;
}
.section-table .three-columns .header-row > *, .section-table .three-columns .table-row > * {
  width: 33.3333333333%;
  margin: 0 0% 0em;
}
.section-table .four-columns .header-row, .section-table .four-columns .table-row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0%;
  width: 100%;
}
.section-table .four-columns .header-row > *, .section-table .four-columns .table-row > * {
  width: 25%;
  margin: 0 0% 0em;
}
.section-table thead h2 {
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 1140px) {
  .section-table thead h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section-table thead h2 {
    font-size: 18px;
  }
}
.section-table thead th {
  padding: 20px;
  background: #003970;
  border: 1px solid #ffffff;
  border-bottom: none;
  border-left: none;
}
.section-table thead th * {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #ffffff;
}
.section-table thead th:first-child {
  border-left: 1px solid #003970;
}
.section-table tbody p, .section-table tbody li {
  line-height: 1.25;
}
.section-table tbody tr:last-child td {
  border-bottom: 1px solid #003970;
}
.section-table tbody tr:nth-child(even) td {
  background-color: rgba(71, 157, 166, 0.1);
}
.section-table tbody td {
  padding: 10px 20px;
  border: 1px solid #003970;
  border-left: none;
  border-bottom: none;
}
.section-table tbody td:first-child {
  border-left: 1px solid #003970;
}
.section-table tbody ul li, .section-table tbody ol li {
  padding-left: 0;
}
.section-table tbody img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.section-banner-full-image {
  margin-bottom: 50px;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 50vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .section-banner-full-image {
    min-height: 30vh;
    background-position: right;
  }
}
.section-banner-full-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-color: #003970;
  opacity: 0.6;
}
.section-banner-full-image .text-wrap {
  position: relative;
  z-index: 2;
  width: 55%;
}
@media (max-width: 768px) {
  .section-banner-full-image .text-wrap {
    width: 65%;
  }
}
@media (max-width: 600px) {
  .section-banner-full-image .text-wrap {
    width: 100%;
  }
}
.section-banner-full-image .text_above {
  margin-bottom: 5px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1140px) {
  .section-banner-full-image .text_above {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .section-banner-full-image .text_above {
    font-size: 18px;
  }
}
.section-banner-full-image .title-section {
  font-weight: 400;
  font-family: "Literata", sans-serif;
  font-size: 50px;
  line-height: 1.5;
  color: #ffffff;
}
@media (max-width: 1140px) {
  .section-banner-full-image .title-section {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section-banner-full-image .title-section {
    font-size: 30px;
  }
}

.section-addresses .cities-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
@media (max-width: 1250px) {
  .section-addresses .cities-wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 20px;
  }
}
@media (max-width: 1140px) {
  .section-addresses .cities-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
  }
}
@media (max-width: 600px) {
  .section-addresses .cities-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-addresses .cities-wrap .city {
  margin-bottom: 3px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.25;
  color: #003970;
}
@media (max-width: 768px) {
  .section-addresses .cities-wrap .city {
    font-size: 18px;
  }
}
.section-addresses .cities-wrap .address {
  margin-bottom: 5px;
  font-family: "MyriadVariable", sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 1;
  color: #776568;
  letter-spacing: -0.8px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .section-addresses .cities-wrap .address {
    font-size: 20px;
  }
}
.section-addresses .cities-wrap .address:hover {
  color: #D17E00;
}
.section-addresses .cities-wrap .phones .phone {
  display: block;
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  color: #003970;
}
@media (max-width: 768px) {
  .section-addresses .cities-wrap .phones .phone {
    font-size: 20px;
  }
}
.section-addresses .cities-wrap .phones .phone:hover {
  color: #D17E00;
}

.section-contact-form {
  margin-bottom: 120px;
}
.section-contact-form .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1024px) {
  .section-contact-form .wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .section-contact-form .wrapper {
    flex-direction: column;
  }
}
.section-contact-form .wrapper .left-content, .section-contact-form .wrapper .right-content {
  width: 50%;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .section-contact-form .wrapper .left-content, .section-contact-form .wrapper .right-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.section-contact-form .wrapper label {
  margin-bottom: 20px;
  display: block;
}
.section-contact-form .wrapper label:last-child {
  margin-bottom: 0;
}
.section-contact-form .submit-button {
  margin-top: 30px;
}

.single-careers {
  margin-top: 200px;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .single-careers {
    margin-top: 150px;
    margin-bottom: 70px;
  }
}
.single-careers h1 {
  margin-bottom: 50px;
  font-family: "Literata", sans-serif;
  font-weight: 400;
}
.single-careers .back {
  font-family: "MyriadPro", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  color: #776568;
  text-transform: capitalize;
}
.single-careers .back:hover {
  color: #D17E00;
}
.single-careers .buttons-wrapper {
  margin-top: 80px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #397dc9;
}
@media (max-width: 768px) {
  .single-careers .buttons-wrapper {
    gap: 30px;
    flex-direction: column;
  }
}
.single-careers .careers-navigation {
  gap: 80px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .single-careers .careers-navigation {
    justify-content: space-between;
    width: 100%;
  }
}
.single-careers .careers-navigation .nav-button {
  gap: 10px;
  display: flex;
  align-items: center;
  font-family: "MyriadPro", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  color: #776568;
  text-transform: capitalize;
}
.single-careers .careers-navigation .nav-button:hover {
  color: #D17E00;
}
.single-careers .careers-navigation .nav-button:hover svg path {
  stroke: #D17E00;
}
@media (max-width: 600px) {
  .single-careers .careers-navigation span {
    display: none;
  }
}
.single-careers .form-button {
  padding: 10px 15px;
  min-width: 230px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: #003970;
  background: rgba(0, 57, 112, 0.15);
  border: 2px solid rgba(0, 57, 112, 0.5);
  border-radius: 10px;
  text-transform: capitalize;
  text-align: left;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media (max-width: 768px) {
  .single-careers .form-button {
    margin-left: auto;
  }
}
.single-careers .form-button:hover {
  color: #ffffff;
  background-color: #D17E00;
  border-color: #D17E00;
}
.single-careers .form-button:hover svg path {
  stroke: #ffffff;
}
.single-careers .form-button-bottom {
  margin-top: 40px;
  margin-left: auto;
}
.single-careers .info-div {
  margin-bottom: 30px;
}
.single-careers .text-above {
  margin-bottom: 5px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  color: #776568;
}
.single-careers .title {
  margin-bottom: 15px;
  font-family: "Literata", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.25;
  color: #003970;
}
.single-careers .location {
  margin-bottom: 30px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: #776568;
}
.single-careers .compensation {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .single-careers .compensation {
    margin-bottom: 10px;
  }
}
.single-careers .compensation, .single-careers .job_type {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: #776568;
}
.single-careers .compensation span, .single-careers .job_type span {
  font-weight: 700;
  color: #003970;
}
.single-careers ol, .single-careers ul {
  margin-bottom: 20px;
}
.single-careers p, .single-careers li, .single-careers div {
  font-size: 20px;
}
@media (max-width: 1140px) {
  .single-careers p, .single-careers li, .single-careers div {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .single-careers p, .single-careers li, .single-careers div {
    font-size: 18px;
  }
}
.single-careers p span, .single-careers p u, .single-careers li span, .single-careers li u, .single-careers div span, .single-careers div u {
  font-family: "MyriadPro", sans-serif !important;
  font-size: 20px !important;
}
@media (max-width: 1140px) {
  .single-careers p span, .single-careers p u, .single-careers li span, .single-careers li u, .single-careers div span, .single-careers div u {
    font-size: 19px !important;
  }
}
@media (max-width: 768px) {
  .single-careers p span, .single-careers p u, .single-careers li span, .single-careers li u, .single-careers div span, .single-careers div u {
    font-size: 18px !important;
  }
}
.single-careers hr {
  margin: 30px 0;
}
.single-careers h2 span, .single-careers h2 u {
  font-family: "MyriadPro", sans-serif !important;
  font-size: 32px !important;
  line-height: 1.25;
}
@media (max-width: 1140px) {
  .single-careers h2 span, .single-careers h2 u {
    font-size: 28px !important;
  }
}
@media (max-width: 768px) {
  .single-careers h2 span, .single-careers h2 u {
    font-size: 26px !important;
  }
}
.single-careers h3 span, .single-careers h3 u {
  font-family: "MyriadPro", sans-serif !important;
  font-size: 28px !important;
  line-height: 1.25;
}
@media (max-width: 1140px) {
  .single-careers h3 span, .single-careers h3 u {
    font-size: 26px !important;
  }
}
@media (max-width: 768px) {
  .single-careers h3 span, .single-careers h3 u {
    font-size: 24px !important;
  }
}
.single-careers h4 span, .single-careers h4 u {
  font-family: "MyriadPro", sans-serif !important;
  font-size: 26px !important;
  line-height: 1.25;
}
@media (max-width: 1140px) {
  .single-careers h4 span, .single-careers h4 u {
    font-size: 24px !important;
  }
}
@media (max-width: 768px) {
  .single-careers h4 span, .single-careers h4 u {
    font-size: 22px !important;
  }
}
.single-careers h5 span, .single-careers h5 u, .single-careers h6 span, .single-careers h6 u {
  font-family: "MyriadPro", sans-serif !important;
  font-size: 24px !important;
  line-height: 1.25;
}
@media (max-width: 1140px) {
  .single-careers h5 span, .single-careers h5 u, .single-careers h6 span, .single-careers h6 u {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  .single-careers h5 span, .single-careers h5 u, .single-careers h6 span, .single-careers h6 u {
    font-size: 18px !important;
  }
}

.jazzhr-apply-btn {
  margin: 0 auto 20px auto;
  padding: 10px 15px !important;
  min-width: 200px;
  width: max-content;
  gap: 20px;
  font-family: "MyriadPro", sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  color: #003970 !important;
  background: #003970 !important;
  border: 2px solid rgba(0, 57, 112, 0.5) !important;
  border-radius: 10px !important;
  text-transform: capitalize;
}
.jazzhr-apply-btn:hover, .jazzhr-apply-btn:focus, .jazzhr-apply-btn:focus-visible, .jazzhr-apply-btn:focus-within {
  color: #ffffff !important;
  background-color: #D17E00 !important;
  border-color: #D17E00 !important;
}
@media (max-width: 768px) {
  .jazzhr-apply-btn {
    font-size: 18px !important;
  }
}

.post-type-archive-careers {
  margin-top: 200px;
}
@media (max-width: 1024px) {
  .post-type-archive-careers {
    margin-top: 150px;
  }
}
.post-type-archive-careers h1 {
  margin-bottom: 50px;
  font-family: "Literata", sans-serif;
  font-weight: 400;
}
.post-type-archive-careers .subtitle {
  margin-bottom: 50px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.25;
  color: #000000;
  text-align: center;
}
@media (max-width: 1140px) {
  .post-type-archive-careers .subtitle {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-careers .subtitle {
    font-size: 26px;
  }
}
.post-type-archive-careers .filters {
  margin-bottom: 50px;
}
.post-type-archive-careers .filters form {
  display: flex;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .post-type-archive-careers .filters form {
    flex-direction: column;
  }
}
.post-type-archive-careers .filters .select2-container {
  width: 33% !important;
  flex-basis: 33%;
}
@media (max-width: 768px) {
  .post-type-archive-careers .filters .select2-container {
    width: 100% !important;
    flex-basis: 100%;
  }
}
.post-type-archive-careers .filters select {
  color: #776568;
}
.post-type-archive-careers .text-results-filter-wrap {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .post-type-archive-careers .text-results-filter-wrap {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.post-type-archive-careers .text-results-filter-wrap .text-result {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  color: #003970;
}
.post-type-archive-careers .text-results-filter-wrap .active-filters-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  flex: 1;
}
.post-type-archive-careers .text-results-filter-wrap .filter {
  padding: 7px 10px;
  min-width: 150px;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: max-content;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: #776568;
  background: #eeecea;
  border: 1px solid #776568;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .post-type-archive-careers .text-results-filter-wrap .filter {
    font-size: 16px;
    max-width: unset;
  }
}
.post-type-archive-careers .text-results-filter-wrap .filter .cancel {
  cursor: pointer;
}
.post-type-archive-careers .results-wrapper {
  padding-top: 20px;
  padding-bottom: 70px;
  background: rgba(173, 200, 232, 0.3);
}
.post-type-archive-careers .careers-head {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .post-type-archive-careers .careers-head {
    display: none;
  }
}
.post-type-archive-careers .col {
  font-family: "MyriadPro", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  color: #776568;
  text-transform: uppercase;
}
.post-type-archive-careers .col1 {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-type-archive-careers .col2, .post-type-archive-careers .col3 {
  width: 20%;
  flex-basis: 20%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .post-type-archive-careers .col2, .post-type-archive-careers .col3 {
    width: 15%;
    flex-basis: 15%;
  }
}
@media (max-width: 768px) {
  .post-type-archive-careers .col2, .post-type-archive-careers .col3 {
    width: 100%;
  }
}
.post-type-archive-careers .col4 {
  width: 200px;
}
@media (max-width: 768px) {
  .post-type-archive-careers .col4 {
    width: 100%;
  }
}
.post-type-archive-careers .career-item {
  margin-bottom: 20px;
  padding: 5px 5px 5px 10px;
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: #479da6;
  border: 1px solid #776568;
  background: #ffffff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .post-type-archive-careers .career-item {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.post-type-archive-careers .career-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .post-type-archive-careers .career-item .career-title {
    font-weight: 600;
    color: #003970;
  }
}
@media (max-width: 768px) {
  .post-type-archive-careers .career-item .career-employment {
    font-size: 16px;
    color: #776568;
  }
}
@media (max-width: 768px) {
  .post-type-archive-careers .career-item .career-location {
    font-size: 16px;
    color: #776568;
  }
}
.post-type-archive-careers .career-view-button {
  padding: 10px 15px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25;
  color: #479da6;
  background: rgba(0, 57, 112, 0.15);
  border: 1px solid #479da6;
  border-radius: 10px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .post-type-archive-careers .career-view-button {
    width: 100%;
    font-size: 16px;
  }
}
.post-type-archive-careers .career-view-button:hover, .post-type-archive-careers .career-view-button:focus, .post-type-archive-careers .career-view-button:focus-visible, .post-type-archive-careers .career-view-button:focus-within {
  color: #ffffff;
  background-color: #D17E00;
  border-color: #D17E00;
  text-decoration: none;
}
.post-type-archive-careers .career-view-button:hover svg path, .post-type-archive-careers .career-view-button:focus svg path, .post-type-archive-careers .career-view-button:focus-visible svg path, .post-type-archive-careers .career-view-button:focus-within svg path {
  stroke: #ffffff;
}

.section-search-open-positions .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .section-search-open-positions .flex-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-search-open-positions .title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 48px;
  color: #479da6;
}
@media (max-width: 1140px) {
  .section-search-open-positions .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .section-search-open-positions .title {
    font-size: 35px;
  }
}
.section-search-open-positions form {
  min-width: 500px;
}
@media (max-width: 1024px) {
  .section-search-open-positions form {
    min-width: 300px;
  }
}
@media (max-width: 768px) {
  .section-search-open-positions form {
    min-width: unset;
    width: 100%;
  }
}

body.active-pop-up-form {
  overflow: hidden;
}
body.active-pop-up-form .pop-up-form {
  display: flex !important;
  visibility: visible;
  z-index: 100;
  opacity: 1;
}

.pop-up-form {
  opacity: 1;
  z-index: -100;
  visibility: hidden;
  padding: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 57, 112, 0.85);
  transition: 0.3s all ease;
}
.pop-up-form .card-form {
  position: relative;
  z-index: 100;
  width: 50%;
  padding: 32px;
  background: #ffffff;
  border-radius: 16px;
}
.pop-up-form .card-form label {
  margin-bottom: 20px;
  display: block;
}
.pop-up-form .card-form p {
  font-size: 18px !important;
  color: #776568 !important;
}
@media (max-width: 1140px) {
  .pop-up-form .card-form p {
    font-size: 17px !important;
  }
}
@media (max-width: 768px) {
  .pop-up-form .card-form p {
    font-size: 16px !important;
  }
}
.pop-up-form .card-form p:first-child {
  font-size: 22px !important;
  color: #003970 !important;
}
@media (max-width: 1140px) {
  .pop-up-form .card-form p:first-child {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  .pop-up-form .card-form p:first-child {
    font-size: 18px !important;
  }
}
.pop-up-form .close {
  width: 40px;
  height: 40px;
  position: absolute;
  left: auto;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.pop-up-form .close svg {
  width: 30px;
  height: 30px;
}

.section-banner-with-slider {
  padding-top: 30px;
  padding-bottom: 50px;
  background: rgba(71, 157, 166, 0.1);
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-banner-with-slider {
    padding-bottom: 10px;
  }
}
.section-banner-with-slider .decor-line {
  margin-bottom: 10px;
  height: 10px;
  width: 100%;
}
.section-banner-with-slider .decor-line img {
  height: 10px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.2;
}
.section-banner-with-slider .text-above-title {
  margin-bottom: 20px;
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.25;
  color: #003970;
  text-transform: capitalize;
}
@media (max-width: 1140px) {
  .section-banner-with-slider .text-above-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .section-banner-with-slider .text-above-title {
    font-size: 18px;
  }
}
.section-banner-with-slider .title-section {
  font-family: "Literata", sans-serif;
  font-weight: 400;
  font-size: 50px;
}
@media (max-width: 1140px) {
  .section-banner-with-slider .title-section {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .section-banner-with-slider .title-section {
    font-size: 30px;
  }
}
.section-banner-with-slider .text {
  margin-bottom: 30px;
}
.section-banner-with-slider .text p {
  font-size: 25px;
  color: #003970;
}
@media (max-width: 1140px) {
  .section-banner-with-slider .text p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .section-banner-with-slider .text p {
    font-size: 18px;
  }
}
.section-banner-with-slider .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .section-banner-with-slider .flex-wrapper {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
}
.section-banner-with-slider .right-content {
  position: relative;
  z-index: 2;
  width: 50%;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .section-banner-with-slider .right-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.section-banner-with-slider .left-content {
  position: relative;
  padding-top: 30px;
  width: 40%;
  flex-basis: 40%;
}
@media (max-width: 1440px) {
  .section-banner-with-slider .left-content {
    width: 30%;
    flex-basis: 30%;
  }
}
@media (max-width: 1300px) {
  .section-banner-with-slider .left-content {
    width: 40%;
    flex-basis: 40%;
  }
}
@media (max-width: 1024px) {
  .section-banner-with-slider .left-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.section-banner-with-slider .button-green {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .section-banner-with-slider .button-green {
    margin-bottom: 0;
  }
}
.section-banner-with-slider .blue-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60vw;
  height: 4px;
  background: #003970;
  z-index: 1;
}
@media (max-width: 1024px) {
  .section-banner-with-slider .blue-line {
    display: none;
  }
}
.section-banner-with-slider .swiper-banner-images {
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
}
.section-banner-with-slider .card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .section-banner-with-slider .card {
    height: 400px;
  }
}
@media (max-width: 425px) {
  .section-banner-with-slider .card {
    height: 350px;
  }
}
.section-banner-with-slider .card-bg {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  z-index: 1;
}
.section-banner-with-slider .card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.section-banner-with-slider .card-image {
  z-index: 2;
  height: 600px;
  max-width: 100%;
  object-fit: contain;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .section-banner-with-slider .card-image {
    height: 450px;
  }
}
@media (max-width: 425px) {
  .section-banner-with-slider .card-image {
    height: 300px;
  }
}
.section-banner-with-slider .swiper-slide {
  opacity: 0.4;
  z-index: 2;
  transform: scale(0.75);
  transition: all 0.5s ease;
}
.section-banner-with-slider .swiper-slide:not(.swiper-slide-active) .card {
  filter: brightness(0.7);
}
.section-banner-with-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 10;
}
.section-banner-with-slider .swiper-slide.swiper-slide-active .card {
  filter: brightness(1);
}
.section-banner-with-slider .swiper-slide.swiper-slide-active .card-image {
  height: 520px;
  transform: scale(1.1);
}
@media (max-width: 576px) {
  .section-banner-with-slider .swiper-slide.swiper-slide-active .card-image {
    height: 450px;
  }
}
@media (max-width: 425px) {
  .section-banner-with-slider .swiper-slide.swiper-slide-active .card-image {
    height: 350px;
    transform: scale(1.2);
  }
}
.section-banner-with-slider .swiper-slide.swiper-slide-prev {
  transform: translateX(50%) scale(0.75);
}
.section-banner-with-slider .swiper-slide.swiper-slide-next {
  transform: translateX(-50%) scale(0.75);
}
.section-banner-with-slider .swiper-slide.swiper-slide-prev, .section-banner-with-slider .swiper-slide.swiper-slide-next {
  z-index: 3;
}

.section-title-text-on-the-left * {
  color: #003970;
}
.section-title-text-on-the-left .title-section {
  position: relative;
  font-family: "Literata", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 40px;
  text-transform: capitalize;
}
@media (max-width: 1140px) {
  .section-title-text-on-the-left .title-section {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .section-title-text-on-the-left .title-section {
    font-size: 28px;
  }
}
.section-title-text-on-the-left .text {
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5;
}
@media (max-width: 1140px) {
  .section-title-text-on-the-left .text {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .section-title-text-on-the-left .text {
    font-size: 24px;
  }
}

.section-large-contact-form {
  margin-bottom: 120px;
}
.section-large-contact-form .decor-line {
  margin: 10px 0;
  height: 10px;
  width: 100%;
}
.section-large-contact-form .decor-line img {
  height: 10px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.2;
}
.section-large-contact-form .title-section {
  margin-top: 40px;
  font-weight: 600;
  color: #479da6;
}
.section-large-contact-form .form-div {
  margin-bottom: 40px;
}
.section-large-contact-form .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1024px) {
  .section-large-contact-form .wrapper {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .section-large-contact-form .wrapper {
    flex-direction: column;
  }
}
.section-large-contact-form .wrapper .left-content, .section-large-contact-form .wrapper .right-content {
  width: 50%;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .section-large-contact-form .wrapper .left-content, .section-large-contact-form .wrapper .right-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.section-large-contact-form .wrapper label {
  margin-bottom: 20px;
  display: block;
}
.section-large-contact-form .wrapper label:last-child {
  margin-bottom: 0;
}
.section-large-contact-form .wrapper .right-content {
  display: flex;
  flex-direction: column;
}
.section-large-contact-form .wrapper .right-content label:last-child {
  flex: 1;
}
.section-large-contact-form .wrapper .right-content label span {
  height: 100%;
}
.section-large-contact-form .wrapper .right-content label span textarea {
  height: 100%;
}
.section-large-contact-form .submit-button {
  margin-top: 30px;
}

.section-services-with-description-location-page {
  background: #9ec8cd;
}
.section-services-with-description-location-page .title-section {
  margin-bottom: 40px;
  font-family: "Literata", sans-serif;
  font-weight: 600;
}
.section-services-with-description-location-page .tabs-block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .section-services-with-description-location-page .tabs-block.tabs-block-desktop {
    display: none;
  }
}
.section-services-with-description-location-page .tabs-block.tabs-block-mobile {
  display: none;
}
@media (max-width: 768px) {
  .section-services-with-description-location-page .tabs-block.tabs-block-mobile {
    display: block;
  }
}
.section-services-with-description-location-page .tabs {
  width: 50%;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .section-services-with-description-location-page .tabs {
    width: 100%;
    flex-basis: 100%;
  }
}
.section-services-with-description-location-page .tabs-contents {
  padding: 20px;
  width: 50%;
  flex-basis: 50%;
  background: rgba(239, 236, 234, 0.75);
}
@media (max-width: 768px) {
  .section-services-with-description-location-page .tabs-contents {
    width: 100%;
    flex-basis: 100%;
    display: none;
  }
}
.section-services-with-description-location-page .tab-item {
  margin-bottom: 10px;
}
.section-services-with-description-location-page .tab-item:last-child {
  margin-bottom: 0;
}
.section-services-with-description-location-page .tab-item.active .tab-title {
  background-color: #D17E00;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.section-services-with-description-location-page .tab-item.active .tab-title .service-item {
  color: #ffffff;
}
.section-services-with-description-location-page .tab-item.active .tab-title .arrow path {
  stroke: #ffffff;
}
.section-services-with-description-location-page .tab-item.active .tabs-contents {
  display: block !important;
}
.section-services-with-description-location-page .tab-title {
  margin-bottom: 10px;
  padding: 15px 20px 15px 30px;
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
  .section-services-with-description-location-page .tab-title {
    padding: 10px 15px 10px 20px;
  }
}
.section-services-with-description-location-page .tab-title:last-child {
  margin-bottom: 0;
}
.section-services-with-description-location-page .tab-title:hover, .section-services-with-description-location-page .tab-title.active {
  background-color: #D17E00;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.section-services-with-description-location-page .tab-title:hover .service-item, .section-services-with-description-location-page .tab-title.active .service-item {
  color: #ffffff;
}
.section-services-with-description-location-page .tab-title:hover .arrow path, .section-services-with-description-location-page .tab-title.active .arrow path {
  stroke: #ffffff;
}
.section-services-with-description-location-page .service-item {
  font-family: "MyriadPro", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.25;
  color: #003970;
}
@media (max-width: 1140px) {
  .section-services-with-description-location-page .service-item {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
	
  .section-services-with-description-location-page .service-item {
    font-size: 18px;
  }
}
.section-services-with-description-location-page .service-item-arrow {
  width: 30px;
  height: 20px;
  object-fit: contain;
}
.section-services-with-description-location-page .tab-content {
  display: none;
  overflow-y: scroll;
  height: 300px;
}
@media (max-width: 876px) {
  .section-services-with-description-location-page .tab-content {
    height: 200px;
  }
}
.section-services-with-description-location-page .tab-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}
.section-services-with-description-location-page .tab-content::-webkit-scrollbar-thumb {
  background-color: #9ec8cd;
}
.section-services-with-description-location-page .tab-content p {
  color: #003970;
}

/*# sourceMappingURL=main.css.map */
