@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .mt-50, .mt-55, .mt-60, .mt-65, .mt-70, .mt-75, .mt-80, .mt-85, .mt-90, .mt-95, .mt-100 {
    margin-top: 40px;
  }
  .mb-50, .mb-55, .mb-60, .mb-65, .mb-70, .mb-75, .mb-80, .mb-85, .mb-90, .mb-95, .mb-100 {
    margin-bottom: 40px;
  }
  .pt-50, .pt-55, .pt-60, .pt-65, .pt-70, .pt-75, .pt-80, .pt-85, .pt-90, .pt-95, .pt-100 {
    padding-top: 40px;
  }
  .pb-50, .pb-55, .pb-60, .pb-65, .pb-70, .pb-75, .pb-80, .pb-85, .pb-90, .pb-95, .pb-100 {
    padding-bottom: 40px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
}

h1, .h1 {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 64px;
  font-weight: 900;
  margin-bottom: 0px;
  color: #101311;
}
@media only screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #101311;
}
@media only screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 34px;
  }
}

h3, .h3 {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #101311;
}

h4, .h4 {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #101311;
}

a {
  text-decoration: none;
  color: #1D5B8B;
}
a:hover {
  color: #1D5B8B;
}

p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 25px 0;
}
p a {
  color: #000000;
  text-decoration: underline;
}
p a:hover {
  color: #fb8500;
}

.btn {
  font-family: "Wix Madefor Display", sans-serif;
  min-width: 207px;
  padding: 15px 25px;
  border: solid 2px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
  display: inline-block;
  text-decoration: none;
}
.btn.btn-primary {
  background-color: #fb8500;
  color: #FFFFFF;
  border-color: #fb8500;
}
.btn.btn-primary:hover {
  background-color: transparent;
  color: #fb8500;
}
.btn.btn-secondary {
  background-color: #0D3866;
  color: #FFFFFF;
  border-color: #0D3866;
}
.btn.btn-secondary:hover {
  background-color: white;
  color: #0D3866;
}
.btn.btn-white {
  background-color: #FFFFFF;
  color: #1D5B8B;
  border: solid 1px #FFFFFF;
}
.btn.btn-white:hover {
  background-color: transparent;
  color: #FFFFFF;
}

@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/WixMadeforDisplay-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wix Madefor Display";
  src: url("../fonts/WixMadeforDisplay-Bold.woff2") format("woff2"), url("../fonts/WixMadeforDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-SemiBold.woff2") format("woff2"), url("../fonts/TitilliumWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-Regular.woff2") format("woff2"), url("../fonts/TitilliumWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}

body {
  font-family: "Titillium Web", sans-serif;
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  color: #000000;
}

.container-fluid {
  max-width: 1510px;
  margin: 0 auto;
  padding: 0 20px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.nav-shortcuts a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100000;
  padding: 10px 20px;
  font-weight: bold;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  transform: translate3d(-50%, -200%, 0);
}

.wpcf7-response-output {
  margin: 0;
  border: none !important;
  color: red;
  text-align: center;
  padding: 21px 24px;
  border-radius: 10px;
  font-size: 18px;
}

.screen-reader-response {
  display: none;
}

span .wpcf7-not-valid {
  border-bottom: 3px solid red !important;
}

span.wpcf7-not-valid-tip {
  color: red;
  font-size: 14px;
  font-weight: 500;
  display: none !important;
}

div.wpcf7-validation-errors {
  border: 1px solid #f7e700 !important;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important;
  text-align: center !important;
}

.invalid div.wpcf7-response-output {
  margin-top: 10px;
  text-align: center;
  padding: 10px !important;
  color: red;
  background: #FFFFFF;
  font-weight: 700;
  border-radius: 0px;
  border-color: red !important;
}

.failed div.wpcf7-response-output {
  margin-top: 110px;
  text-align: center;
  padding: 10px !important;
  color: red;
  background: #FFFFFF;
  font-weight: 700;
  border-radius: 0.25rem;
}

.reveal-bottom {
  opacity: 0;
  transition: 1s;
  transform: translateY(200px);
}
.reveal-bottom.active {
  opacity: 1;
  transform: translateY(0);
}

.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form label {
  opacity: 0;
  position: absolute;
  z-index: -999;
}
.wpcf7 form input:not(input[type=submit]) {
  border: solid 1px #D6D5D5;
  background-color: #F9F7F7;
  width: calc(100% - 40px);
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(33, 33, 33, 0.85);
  outline: none;
}
.wpcf7 form textarea {
  border: solid 1px #D6D5D5;
  background-color: #F9F7F7;
  width: calc(100% - 40px);
  height: 140px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(33, 33, 33, 0.85);
  outline: none;
}

.blog-post-single {
  font-size: 20px;
}
.blog-post-single .wrapper {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 70px;
  align-items: start;
}
@media only screen and (max-width: 991px) {
  .blog-post-single .wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.blog-post-single .wrapper .sidebar {
  background-color: #0D3866;
  padding: 45px 35px 25px 35px;
}
.blog-post-single .wrapper .sidebar h2 {
  margin-top: 0px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.blog-post-single .wrapper .sidebar ul {
  padding: 0;
  margin: 0 0 35px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.blog-post-single .wrapper .sidebar ul li {
  list-style: none;
}
.blog-post-single .wrapper .sidebar ul li a {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #FFFFFF;
}
.blog-post-single .wrapper .sidebar ul li a:hover {
  color: #fb8500;
}

@keyframes bgZoomMove {
  0% {
    transform: scale(1) translateY(0);
  }
  100% {
    transform: scale(1.1) translateY(-20px);
  }
}
.header {
  z-index: 998;
  position: sticky;
  top: 0;
  transition: all 0.3s;
  width: 100%;
  background-color: #FFFFFF;
}
.header .topbar {
  background-color: #4180B4;
  width: 100%;
  padding: 20px 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .header .topbar {
    padding: 10px 0;
  }
}
.header .topbar .wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .header .topbar .wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 10px;
  }
}
.header .topbar .wrapper .left ul {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .header .topbar .wrapper .left ul {
    justify-content: center;
  }
}
.header .topbar .wrapper .left ul li {
  list-style: none;
}
.header .topbar .wrapper .left ul li a svg path {
  fill: #FFFFFF;
}
.header .topbar .wrapper .left ul li a:hover svg path {
  fill: #fb8500;
}
.header .topbar .wrapper .right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  text-align: left;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .header .topbar .wrapper .right {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.header .topbar .wrapper .right a {
  font-weight: 600;
  color: #FFFFFF;
  display: block;
}
.header .topbar .wrapper .right a:hover {
  color: #fb8500;
}
.header .topbar .wrapper .right svg {
  font-size: 20px;
  vertical-align: middle;
}
.header .topbar .wrapper .right svg path {
  fill: #FFFFFF;
}
.header .topbar .wrapper .right .address, .header .topbar .wrapper .right .phone {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .header .topbar .wrapper .right .address, .header .topbar .wrapper .right .phone {
    gap: 10px;
  }
  .header .topbar .wrapper .right svg {
    width: 20px;
    height: auto;
  }
  .header .topbar .wrapper .right a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation {
    padding: 10px 0;
  }
}
.header .navigation .inner {
  display: grid;
  grid-template-columns: 350px auto 275px;
  gap: 30px;
  align-items: center;
  margin: auto;
}
@media only screen and (max-width: 1360px) {
  .header .navigation .inner {
    grid-template-columns: 300px 1fr 262px;
  }
}
@media only screen and (max-width: 1260px) {
  .header .navigation .inner {
    grid-template-columns: 230px 1fr 262px;
  }
}
@media only screen and (max-width: 1199px) {
  .header .navigation .inner {
    grid-template-columns: 320px 1fr 50px;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation .inner {
    grid-template-columns: 1fr 50px 50px;
    gap: 10px;
  }
}
.header .navigation .inner .logo {
  max-width: 380px;
}
@media only screen and (max-width: 767px) {
  .header .navigation .inner .logo {
    max-width: 180px;
  }
}
.header .navigation .inner .hamburger {
  border: transparent;
  display: none;
  align-items: center;
  padding: 0;
  background: transparent;
}
@media only screen and (max-width: 1199px) {
  .header .navigation .inner .hamburger {
    display: flex;
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation .inner .hamburger {
    order: 3;
  }
}
.header .navigation .inner .hamburger svg {
  width: 50px;
  height: auto;
  margin: 0;
  fill: #000000;
}
.header .navigation .inner .hamburger .line {
  -webkit-transition: -webkit-transform 0.15s ease-in 0.15s, opacity 0ms 0.15s, fill 0.3s, -webkit-transform 0.3s;
  transition: transform 0.15s ease-in 0.15s, opacity 0ms 0.15s, fill 0.3s, transform 0.3s;
  -webkit-transform-origin: center;
  transform-origin: center;
  height: 6px;
}
.header .navigation .inner .hamburger[aria-expanded=true] .line {
  -webkit-transition: -webkit-transform 0.15s ease-in, opacity 0ms 0.15s, fill 0.3s, -webkit-transform 0.3s;
  transition: transform 0.15s ease-in, opacity 0ms 0.15s, fill 0.3s, transform 0.3s;
}
.header .navigation .inner .hamburger[aria-expanded=true] :is(.top, .bottom) {
  -webkit-transform: translateY(48px);
  transform: translateY(48px);
}
.header .navigation .inner .hamburger[aria-expanded=true] .top {
  -webkit-transform: rotate(45deg) translateY(20px);
  transform: rotate(45deg) translateY(20px);
}
.header .navigation .inner .hamburger[aria-expanded=true] .middle {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.header .navigation .inner .hamburger[aria-expanded=true] .bottom {
  -webkit-transform: rotate(-45deg) translateY(-20px);
  transform: rotate(-45deg) translateY(-20px);
}
.header .navigation .inner .custom-button .mobile-btn {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .header .navigation .inner .custom-button {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation .inner .custom-button {
    width: 50px;
    height: 50px;
    background-color: #fb8500;
    border: none;
  }
  .header .navigation .inner .custom-button .btn {
    display: none;
  }
  .header .navigation .inner .custom-button .mobile-btn {
    display: block;
    text-align: center;
  }
  .header .navigation .inner .custom-button .mobile-btn svg {
    margin: 0 auto;
    padding-top: 7px;
  }
  .header .navigation .inner .custom-button .mobile-btn svg path {
    fill: #FFFFFF;
  }
}
.header .navigation .inner .header-right .main-nav #main-menu {
  display: flex;
  list-style: none;
  justify-content: end;
  padding: 0;
  margin: 0;
  gap: 25px;
  align-items: end;
}
.header .navigation .inner .header-right .main-nav #main-menu > li {
  position: relative;
  padding: 0 5px;
}
.header .navigation .inner .header-right .main-nav #main-menu > li a {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  display: flex;
  position: relative;
  color: #000000;
  text-decoration: none;
  height: 100%;
  align-items: center;
  text-transform: uppercase;
  padding: 60px 10px;
  transition: all 0.7s;
}
.header .navigation .inner .header-right .main-nav #main-menu > li a:hover {
  color: #4180B4;
}
@media only screen and (max-width: 1440px) {
  .header .navigation .inner .header-right .main-nav #main-menu {
    gap: 15px;
  }
  .header .navigation .inner .header-right .main-nav #main-menu > li a {
    font-size: 15px;
  }
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children {
  cursor: pointer;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .nav-icon-container {
  position: relative;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .nav-icon-container svg {
  position: absolute;
  cursor: pointer;
  right: -20px;
  top: -5px;
  transition: 0.2s;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .menu-item-has-children .nav-icon-container svg {
  transform: rotate(-90deg);
  right: -5px;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu {
  visibility: hidden;
  opacity: 0;
  padding-inline-start: 0;
  transition: visibility 0s, opacity 0.3s;
  position: absolute;
  top: auto;
  background: #FFFFFF;
  padding: 0;
  width: 290px;
  left: calc(100% + 45px);
  transform: translateX(-50%);
  z-index: 1;
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
  display: none;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
}
@keyframes growDown {
  0% {
    transform: scaleY(0) translateX(-50%);
  }
  80% {
    transform: scaleY(1.1) translateX(-50%);
  }
  100% {
    transform: scaleY(1) translateX(-50%);
  }
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu .sub-menu {
  left: calc(100% + 144px);
  top: 0;
  margin-top: 0px;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li {
  list-style: none;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li {
    border-bottom: solid 1px #1D5B8B;
  }
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  text-transform: capitalize;
  padding: 10px 25px;
  display: block;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li a:hover {
  background-color: #4180B4;
  color: #FFFFFF;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li .nav-icon-container svg {
  transform: rotate(-90deg);
  top: -20px;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu li.current_page_item a {
  background-color: #1D5B8B;
  color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children .sub-menu .sub-menu li a:hover {
    background-color: #FFFFFF;
  }
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children.open > .sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header .navigation .inner .header-right .main-nav #main-menu .menu-item-has-children.open > .nav-icon-container svg {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1199px) {
  .header .navigation .inner .header-right {
    display: block;
    background-color: #FFFFFF;
    position: absolute;
    top: 180px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    transform-origin: top center;
    padding: 0;
    display: none;
    background-color: #1D5B8B;
    height: calc(100vh - 180px);
    overflow-y: scroll;
  }
  .header .navigation .inner .header-right.show {
    z-index: 999;
    display: block;
    animation: growDown 300ms ease-in-out;
  }
  @keyframes growDown {
    0% {
      transform: scaleY(0);
    }
    80% {
      transform: scaleY(1.1);
    }
    100% {
      transform: scaleY(1);
    }
  }
  .header .navigation .inner .header-right .main-nav #main-menu {
    display: block;
    margin: 0;
    padding: 0;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li {
    padding: 0;
    height: auto;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li a {
    font-size: 18px;
    line-height: 54px;
    color: #FFFFFF;
    padding: 5px 20px;
    border-bottom: solid 1px #FFFFFF;
    display: block;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li a:hover {
    color: #FFFFFF;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children a:after {
    display: none;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children .nav-icon-container svg {
    font-size: 28px;
    right: 0;
    top: -32px;
    transform: rotate(-90deg);
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children .nav-icon-container svg path {
    fill: #FFFFFF;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children .menu-item-has-children .nav-icon-container svg {
    font-size: 20px;
    top: -22px;
    right: 0px;
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children.open > a .nav-icon-container svg {
    transform: rotate(-180deg);
  }
  .header .navigation .inner .header-right .main-nav #main-menu li.menu-item-has-children.open .sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: none;
    z-index: 99;
  }
}
@media only screen and (max-width: 991px) {
  .header .navigation .inner .header-right {
    top: 264px;
    height: calc(100vh - 264px);
  }
}
@media only screen and (max-width: 767px) {
  .header .navigation .inner .header-right {
    top: 200px;
    height: calc(100vh - 200px);
  }
}
.header.sticky {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
  top: -88px;
}
@media only screen and (max-width: 767px) {
  .header.sticky {
    top: -125px;
  }
}
.header.sticky .header-inner .header-right {
  top: 95px;
}
.header.sticky .navigation .inner .header-right .main-nav #main-menu > li a {
  padding: 43px 10px;
}
@media only screen and (max-width: 1199px) {
  .header.sticky .navigation .inner .header-right .main-nav #main-menu > li a {
    padding: 5px 20px;
  }
}

.footer {
  border-top: solid 11px #fb8500;
}
.footer .upper-footer {
  position: relative;
  padding: 130px 0 90px;
}
@media only screen and (max-width: 1199px) {
  .footer .upper-footer {
    padding: 60px 0;
  }
}
.footer .upper-footer:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(13, 56, 102, 0.85);
}
.footer .upper-footer .grid {
  position: relative;
  display: grid;
  grid-template-columns: 40% 1fr 1fr;
  gap: 70px;
}
@media only screen and (max-width: 1399px) {
  .footer .upper-footer .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .footer .upper-footer .grid {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 50px;
    text-align: center;
  }
}
.footer .upper-footer .grid .info .logo {
  display: block;
  margin-bottom: 40px;
  max-width: 578px;
}
@media only screen and (max-width: 1199px) {
  .footer .upper-footer .grid .info .logo {
    margin: 0 auto 30px;
  }
}
.footer .upper-footer .grid .info .footer-desc {
  margin-bottom: 25px;
}
.footer .upper-footer .grid .info .footer-desc p {
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
}
.footer .upper-footer .grid .info .phone {
  margin-bottom: 30px;
}
.footer .upper-footer .grid .info .phone a {
  font-size: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1199px) {
  .footer .upper-footer .grid .info .phone a {
    justify-content: center;
  }
}
.footer .upper-footer .grid .info .phone a svg path {
  fill: #FFFFFF;
}
.footer .upper-footer .grid .info .phone a:hover {
  color: #fb8500;
}
.footer .upper-footer .grid .info .phone a:hover svg path {
  fill: #fb8500;
}
.footer .upper-footer .grid .info .social ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .footer .upper-footer .grid .info .social ul {
    justify-content: center;
  }
}
.footer .upper-footer .grid .info .social ul li {
  list-style: none;
}
.footer .upper-footer .grid .info .social ul li a svg {
  width: 30px;
}
.footer .upper-footer .grid .info .social ul li a svg path {
  fill: #FFFFFF;
}
.footer .upper-footer .grid .info .social ul li a:hover svg path {
  fill: #fb8500;
}
.footer .upper-footer .grid .address-block {
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .footer .upper-footer .grid .address-block {
    margin-top: 0px;
  }
}
.footer .upper-footer .grid .address-block h3 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.footer .upper-footer .grid .address-block .address {
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 35px;
  display: block;
}
.footer .upper-footer .grid .address-block .address:hover {
  color: #fb8500;
}
.footer .upper-footer .grid .address-block p {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 10px;
  display: block;
}
.footer .upper-footer .grid .address-block ul {
  padding: 0;
  margin: 0;
}
.footer .upper-footer .grid .address-block ul li {
  list-style: none;
}
.footer .upper-footer .grid .address-block ul li a {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 10px;
  display: block;
}
.footer .lower-footer {
  background-color: #4180B4;
  padding: 15px 0;
}
.footer .lower-footer .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.footer .lower-footer .grid .menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}
.footer .lower-footer .grid .menu ul li {
  position: relative;
  list-style: none;
  align-items: center;
}
.footer .lower-footer .grid .menu ul li:not(:last-child):after {
  width: 1px;
  height: 15px;
  background-color: #F0F6FF;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
}
.footer .lower-footer .grid .menu ul li a {
  color: #F0F6FF;
}
.footer .lower-footer .grid .menu ul li a:hover {
  text-decoration: underline;
}
.footer .lower-footer .grid .copyrights {
  text-align: center;
}
.footer .lower-footer .grid .copyrights p {
  color: #F0F6FF;
  margin: 0;
}
.footer .lower-footer .grid .company {
  display: flex;
  justify-content: end;
  gap: 0px;
  align-items: center;
}
.footer .lower-footer .grid .company span {
  color: #F0F6FF;
}
@media only screen and (max-width: 767px) {
  .footer .lower-footer .grid {
    grid-template-columns: 1fr;
    gap: 15px;
    justify-content: center;
  }
  .footer .lower-footer .grid .menu ul {
    justify-content: center;
  }
  .footer .lower-footer .grid .company {
    justify-content: center;
  }
}

.hero-block {
  position: relative;
}
.hero-block .wrapper {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 15px;
  align-items: start;
  height: 760px;
}
@media only screen and (max-width: 767px) {
  .hero-block .wrapper {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.hero-block .wrapper .content {
  position: relative;
  width: 100%;
  height: 90%;
  background-color: #1F5186;
}
@media only screen and (max-width: 767px) {
  .hero-block .wrapper .content {
    height: 100%;
  }
}
.hero-block .wrapper .content .outer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hero-block .wrapper .content .outer:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../assets/images/graphic.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  animation: bgZoomMove 6s ease-in-out infinite alternate;
  transform: scale(1);
}
.hero-block .wrapper .content .outer .inner {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 70px;
  right: 70px;
}
@media only screen and (max-width: 991px) {
  .hero-block .wrapper .content .outer .inner {
    left: 25px;
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block .wrapper .content .outer .inner {
    position: relative;
    top: 0;
    transform: none;
    padding: 40px 25px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.hero-block .wrapper .content .outer .inner h1 {
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .hero-block .wrapper .content .outer .inner h1 {
    margin-bottom: 30px;
  }
}
.hero-block .wrapper .content .outer .inner span {
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  .hero-block .wrapper .content .outer .inner span {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block .wrapper .content .outer .inner span {
    font-size: 28px;
    line-height: 32px;
  }
}
.hero-block .wrapper .content .outer .inner p {
  color: #FFFFFF;
}
.hero-block .wrapper .content .hero-button {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -25px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .hero-block .wrapper .content .hero-button {
    position: relative;
    bottom: 22px;
  }
}
.hero-block .wrapper .content .hero-button a:hover {
  background-color: #FFFFFF;
}
.hero-block .wrapper .images {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
}
.hero-block .wrapper .images .image {
  height: 760px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .hero-block .wrapper .images .image {
    height: 400px;
  }
}
.hero-block .wrapper .images .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-block.short .wrapper {
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .hero-block.short .wrapper {
    height: auto;
  }
}
.hero-block.short .wrapper .content {
  height: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.hero-block.short .wrapper .content .outer:before {
  background-image: url("../assets/images/hero-short-graphic.webp");
  height: 100%;
}
.hero-block.short .wrapper .content .outer .inner h1 {
  margin-bottom: 30px;
}
.hero-block.short .wrapper .images {
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.hero-block.short .wrapper .images:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0D3866;
  opacity: 65%;
}
.hero-block.short .wrapper .images .image {
  width: 100%;
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .hero-block.short .wrapper .images .image {
    height: 250px;
  }
}
.hero-block.medium .wrapper {
  height: 630px;
}
@media only screen and (max-width: 767px) {
  .hero-block.medium .wrapper {
    height: auto;
  }
}
.hero-block.medium .wrapper .content {
  height: 100%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.hero-block.medium .wrapper .content .outer:before {
  background-image: url("../assets/images/hero-short-graphic.webp");
  height: 100%;
}
.hero-block.medium .wrapper .content .outer .inner h1 {
  margin-bottom: 30px;
}
.hero-block.medium .wrapper .content .outer .inner .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.hero-block.medium .wrapper .content .outer .inner .meta span {
  position: relative;
  color: #FFFFFF;
  font-size: 25px;
  line-height: 30px;
}
.hero-block.medium .wrapper .content .outer .inner .meta span:before {
  position: absolute;
  content: "";
  top: 55%;
  transform: translateY(-50%);
  right: -11px;
  width: 2px;
  height: 25px;
  background-color: #fb8500;
}
.hero-block.medium .wrapper .content .outer .inner .meta span:last-child:before {
  display: none;
}
.hero-block.medium .wrapper .content .outer .inner .meta a {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
}
.hero-block.medium .wrapper .content .outer .inner .meta a:hover {
  color: #fb8500;
}
.hero-block.medium .wrapper .images {
  position: relative;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.hero-block.medium .wrapper .images:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0D3866;
  opacity: 65%;
}
.hero-block.medium .wrapper .images .image {
  width: 100%;
  height: 630px;
}
@media only screen and (max-width: 767px) {
  .hero-block.medium .wrapper .images .image {
    height: auto;
  }
}

.breadcrumb-block {
  margin-top: 20px;
}
.breadcrumb-block p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.breadcrumb-block p a {
  text-decoration: none;
}
.breadcrumb-block p a:hover {
  color: #fb8500;
}

.reviews {
  text-align: center;
}
.reviews .google-reviews-placeholder {
  text-align: left;
}

.posts-block {
  position: relative;
  background-color: #F0F6FF;
}
.posts-block .pre {
  max-width: 960px;
  margin: 0 auto 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .posts-block .pre {
    margin-bottom: 30px;
  }
}
.posts-block .posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 50px;
}
.posts-block .posts-grid .block {
  display: inline-block;
  position: relative;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  width: 350px;
  height: 419px;
}
.posts-block .posts-grid .block:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0D3866;
  opacity: 0.83;
  z-index: 1;
  transition: all 0.6s;
}
.posts-block .posts-grid .block:after {
  position: absolute;
  content: "";
  width: 231px;
  height: 419px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  transition-delay: 0.3s;
  transition: all 0.9s;
}
.posts-block .posts-grid .block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s;
}
.posts-block .posts-grid .block .caption {
  position: absolute;
  content: "";
  bottom: 10%;
  left: 30px;
  right: 30px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .posts-block .posts-grid .block .caption {
    left: 20px;
    right: 20px;
  }
}
.posts-block .posts-grid .block .caption h3 {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.posts-block .posts-grid .block .caption a {
  display: inline-block;
  font-size: 18px;
  color: #fb8500;
  text-transform: uppercase;
}
.posts-block .posts-grid .block .caption p {
  color: #FFFFFF;
  margin-bottom: 25px;
}
.posts-block .posts-grid .block .caption p a {
  color: #FFFFFF;
  text-decoration: underline;
  text-transform: none;
}
.posts-block .posts-grid .block:hover:before {
  background-color: #fb8500;
  opacity: 1;
}
.posts-block .posts-grid .block:hover:after {
  background-image: url("../assets/images/service-graphic.webp");
  z-index: 2;
}
.posts-block .posts-grid .block:hover a {
  color: #FFFFFF;
}

.cta {
  position: relative;
  text-align: center;
}
.cta p {
  max-width: 965px;
  margin: 0 auto 25px;
}
.cta .btn {
  margin-top: 20px;
}

.accordion-block {
  position: relative;
}
.accordion-block .pre {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .accordion-block .pre {
    margin-bottom: 30px;
  }
}
.accordion-block .pre h2 {
  margin-bottom: 25px;
}
.accordion-block .accordion-container {
  display: flex;
  gap: 25px;
}
@media only screen and (max-width: 1199px) {
  .accordion-block .accordion-container {
    flex-direction: column;
  }
}
.accordion-block .accordion-container .accordion-loop {
  position: relative;
  background-color: #F0F6FF;
  width: calc(33.3% - 90px);
  min-height: 435px;
  padding: 130px 45px 45px;
  transition: all 1s;
}
@media only screen and (max-width: 1199px) {
  .accordion-block .accordion-container .accordion-loop {
    width: calc(100% - 90px);
    padding: 60px 40px;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-block .accordion-container .accordion-loop {
    width: calc(100% - 50px);
    padding: 40px 25px;
  }
}
.accordion-block .accordion-container .accordion-loop .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.accordion-block .accordion-container .accordion-loop .inner .question strong {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #000000;
  text-align: left;
}
.accordion-block .accordion-container .accordion-loop .inner .answer {
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.accordion-block .accordion-container .accordion-loop .inner .answer p {
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
}
.accordion-block .accordion-container .accordion-loop .inner .answer p:last-child {
  margin-bottom: 0px;
}
.accordion-block .accordion-container .accordion-loop .inner .answer p a {
  color: #FFFFFF;
}
.accordion-block .accordion-container .accordion-loop.expand {
  background-color: #4180B4;
  width: calc(40% - 90px);
}
@media only screen and (max-width: 1199px) {
  .accordion-block .accordion-container .accordion-loop.expand {
    width: calc(100% - 90px);
  }
}
@media only screen and (max-width: 767px) {
  .accordion-block .accordion-container .accordion-loop.expand {
    width: calc(100% - 50px);
    padding: 40px 25px;
  }
}
.accordion-block .accordion-container .accordion-loop.expand .question {
  width: 100%;
}
.accordion-block .accordion-container .accordion-loop.expand .question strong {
  color: #FFFFFF;
}
.accordion-block .accordion-container .accordion-loop.expand .answer {
  width: 100%;
  margin-top: 30px;
  height: auto;
  overflow: unset;
  visibility: visible;
}
.accordion-block .accordion-container.full-list {
  flex-direction: column;
  background-color: #4180B4;
  padding: 90px 25px;
}
@media only screen and (max-width: 991px) {
  .accordion-block .accordion-container.full-list {
    padding: 40px 25px;
  }
}
.accordion-block .accordion-container.full-list .accordion-loop {
  background-color: transparent;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  border-bottom: solid 1px #FFFFFF;
  padding: 0 0 40px;
  margin-bottom: 15px;
  min-height: auto;
}
.accordion-block .accordion-container.full-list .accordion-loop .question strong {
  color: #FFFFFF;
}
.accordion-block .accordion-container.full-list .accordion-loop .answer {
  height: auto;
  visibility: visible;
  overflow: unset;
  margin-top: 30px;
}

.certification-block {
  position: relative;
  background-color: #F0F6FF;
}
.certification-block .wrapper {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 25px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .certification-block .wrapper {
    grid-template-columns: 1fr;
  }
}
.certification-block .wrapper .left .pre {
  margin-bottom: 35px;
}
.certification-block .wrapper .left .pre h2 {
  margin-bottom: 20px;
}
.certification-block .wrapper .left ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
.certification-block .wrapper .left ul li {
  list-style: none;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 20px;
}
.certification-block .wrapper .right .content-blocks {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 25px;
}
@media only screen and (max-width: 1199px) {
  .certification-block .wrapper .right .content-blocks {
    grid-template-columns: 1fr;
  }
}
.certification-block .wrapper .right .content-blocks .block {
  position: relative;
  background-color: #0D3866;
  padding: 60px 45px 35px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .certification-block .wrapper .right .content-blocks .block {
    padding: 40px 25px 15px;
  }
}
.certification-block .wrapper .right .content-blocks .block:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../assets/images/graphic2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  animation: bgZoomMove 6s ease-in-out infinite alternate;
  transform: scale(1);
}
.certification-block .wrapper .right .content-blocks .block:first-child {
  grid-row: span 3;
}
@media only screen and (max-width: 1199px) {
  .certification-block .wrapper .right .content-blocks .block:first-child {
    grid-row: unset;
  }
}
.certification-block .wrapper .right .content-blocks .block h2, .certification-block .wrapper .right .content-blocks .block h3 {
  color: #FFFFFF;
}
.certification-block .wrapper .right .content-blocks .block p {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}
.certification-block .wrapper .right .content-blocks .block p a {
  color: #FFFFFF;
}
.certification-block .wrapper .right .content-blocks .block p a:hover {
  color: #fb8500;
}

.grid {
  position: relative;
  overflow: hidden;
}
.grid.bg {
  background-color: #F0F6FF;
}
.grid .grid-wrapper.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .grid .grid-wrapper.col-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.grid .grid-wrapper.top.col-2 {
  align-items: start;
}
.grid .grid-wrapper.left .grid-item:first-child {
  order: 2;
}
@media only screen and (max-width: 991px) {
  .grid .grid-wrapper.left .grid-item:first-child {
    order: 1;
  }
}
.grid .grid-wrapper.left .grid-item:last-child {
  order: 1;
}
@media only screen and (max-width: 991px) {
  .grid .grid-wrapper.left .grid-item:last-child {
    order: 2;
  }
}
.grid .grid-wrapper .grid-item h2 {
  margin: 0 0 25px;
}
.grid .grid-wrapper .grid-item ul {
  padding: 15px 0 10px 40px;
  margin: 10px 0 25px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.grid .grid-wrapper .grid-item ul.inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 50px;
}
.grid .grid-wrapper .grid-item ul li {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  position: relative;
  font-weight: bold;
  list-style: none;
}
.grid .grid-wrapper .grid-item ul li:before {
  position: absolute;
  content: "";
  top: 2px;
  left: -40px;
  background-image: url("../assets/images/check.svg");
  width: 25px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.grid .grid-wrapper .grid-item ul li a {
  color: #000000;
  text-decoration: underline;
}
.grid .grid-wrapper .grid-item ul li ul {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.grid .grid-wrapper .grid-item ol {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 15px;
}
.grid .grid-wrapper .grid-item ol li {
  font-size: 20px;
  line-height: 28px;
}
.grid .grid-wrapper .grid-item ol li a {
  color: #000000;
}
.grid .grid-wrapper .grid-item table {
  border: solid 1px #000000;
  margin-bottom: 25px;
}
.grid .grid-wrapper .grid-item table tr {
  border-bottom: solid 1px #000000;
}
.grid .grid-wrapper .grid-item table tr:last-child {
  border-bottom: none;
}
.grid .grid-wrapper .grid-item table tr td {
  border-right: solid 1px #000000;
}
.grid .grid-wrapper .grid-item table tr td:last-child {
  border-right: none;
}
.grid .grid-wrapper .grid-item table tr th {
  border-bottom: solid 1px #000000;
  border-right: solid 1px #000000;
}
.grid .grid-wrapper .grid-item table tr th:last-child {
  border-right: none;
}
.grid .grid-wrapper .grid-item .btn {
  min-width: 105px;
}
.grid .grid-wrapper .grid-item .embedded-wrapper {
  position: relative;
}
.grid .grid-wrapper .grid-item .embedded-wrapper iframe {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .grid .grid-wrapper .grid-item .embedded-wrapper iframe {
    min-height: 400px;
  }
}
.grid .grid-wrapper .grid-item .video-wrapper {
  position: relative;
  width: 100%;
  height: 650px;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .grid .grid-wrapper .grid-item .video-wrapper {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .grid .grid-wrapper .grid-item .video-wrapper {
    height: 400px;
  }
}
.grid .grid-wrapper .grid-item .video-wrapper .inner {
  width: 100%;
  height: 100%;
}
.grid .grid-wrapper .grid-item .video-wrapper .inner img {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  object-fit: cover;
}
.grid .grid-wrapper .grid-item .video-wrapper .inner svg {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  cursor: pointer;
}
.grid .grid-wrapper .grid-item .video-wrapper .inner svg path {
  fill: #FFFFFF;
}
.grid .grid-wrapper .grid-item .video-wrapper .inner iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid .grid-wrapper .grid-item .video-wrapper.playing .inner iframe {
  position: relative;
  z-index: 3;
}
.grid .grid-wrapper .grid-item .images {
  display: flex;
  gap: 15px;
  align-items: start;
}
.grid .grid-wrapper.graphic-bg {
  background-color: #0D3866;
  padding: 90px 25px;
  position: relative;
}
.grid .grid-wrapper.graphic-bg:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../assets/images/full-grid-graphic.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.grid .grid-wrapper.graphic-bg .grid-item {
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.grid .grid-wrapper.graphic-bg .grid-item h2 {
  margin-bottom: 40px;
  color: #FFFFFF;
}
.grid .grid-wrapper.graphic-bg .grid-item p {
  color: #FFFFFF;
}
.grid .grid-wrapper.graphic-bg .grid-item p a {
  color: #FFFFFF;
}
.grid .grid-wrapper.graphic-bg .grid-item table {
  border: solid 1px #FFFFFF;
}
.grid .grid-wrapper.graphic-bg .grid-item table tr {
  border-bottom: solid 1px #FFFFFF;
}
.grid .grid-wrapper.graphic-bg .grid-item table tr:last-child {
  border-bottom: none;
}
.grid .grid-wrapper.graphic-bg .grid-item table tr td {
  border-right: solid 1px #FFFFFF;
}
.grid .grid-wrapper.graphic-bg .grid-item table tr td:last-child {
  border-right: none;
}

.grid-blocks {
  position: relative;
  background-color: #F0F6FF;
}
.grid-blocks.hide-bg {
  background-color: transparent;
}
.grid-blocks .pre {
  max-width: 1110px;
  margin: 0 auto 60px;
  text-align: center;
}
.grid-blocks .grid-wrapper.col-3 {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .grid-blocks .grid-wrapper.col-3 {
    flex-wrap: wrap;
  }
}
.grid-blocks .grid-wrapper.col-3 .grid-block {
  position: relative;
  width: 390px;
  background-color: #0D3866;
  padding: 80px 45px 40px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .grid-blocks .grid-wrapper.col-3 .grid-block {
    padding: 50px 25px 0px;
  }
}
.grid-blocks .grid-wrapper.col-3 .grid-block:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  animation: bgZoomMove 6s ease-in-out infinite alternate;
  transform: scale(1);
}
.grid-blocks .grid-wrapper.col-3 .grid-block:nth-child(3n+1):before {
  background-image: url("../assets/images/block1-graphic.webp");
}
.grid-blocks .grid-wrapper.col-3 .grid-block:nth-child(3n+2):before {
  background-image: url("../assets/images/block2-graphic.webp");
}
.grid-blocks .grid-wrapper.col-3 .grid-block:nth-child(3n+3):before {
  background-image: url("../assets/images/block3-graphic.webp");
}
.grid-blocks .grid-wrapper.col-3 .grid-block h3 {
  color: #FFFFFF;
  margin-bottom: 60px;
}
.grid-blocks .grid-wrapper.col-3 .grid-block .block {
  display: flex;
  gap: 15px;
  align-items: start;
  margin-bottom: 40px;
  position: relative;
}
.grid-blocks .grid-wrapper.col-3 .grid-block .block svg {
  min-width: 25px;
}
.grid-blocks .grid-wrapper.col-3 .grid-block .block .content strong {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.grid-blocks .grid-wrapper.col-3 .grid-block .block .content a {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 10px;
}
.grid-blocks .grid-wrapper.col-3 .grid-block .block .content a:hover {
  color: #fb8500;
}
.grid-blocks .grid-wrapper.col-3 .grid-block .block .content p {
  color: #FFFFFF;
}
.grid-blocks .grid-wrapper.col-3 .grid-block .block .content p a {
  display: inline-block;
  margin: 0;
}
.grid-blocks .grid-wrapper.col-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}
.grid-blocks .grid-wrapper.col-2 .grid-block {
  position: relative;
  background-color: #0D3866;
  padding: 80px 45px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .grid-blocks .grid-wrapper.col-2 .grid-block {
    padding: 50px 25px;
  }
}
.grid-blocks .grid-wrapper.col-2 .grid-block:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../assets/images/full-block-graphic.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  animation: bgZoomMove 6s ease-in-out infinite alternate;
  transform: scale(1);
}
.grid-blocks .grid-wrapper.col-2 .grid-block h3 {
  color: #FFFFFF;
  margin-bottom: 60px;
  text-align: center;
}
.grid-blocks .grid-wrapper.col-2 .grid-block p {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}
.grid-blocks .grid-wrapper.col-2 .grid-block .blocks-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .grid-blocks .grid-wrapper.col-2 .grid-block .blocks-wrapper {
    grid-template-columns: 1fr;
  }
}
.grid-blocks .grid-wrapper.col-2 .grid-block .blocks-wrapper .block {
  display: flex;
  gap: 15px;
  align-items: start;
  position: relative;
}
.grid-blocks .grid-wrapper.col-2 .grid-block .blocks-wrapper .block svg {
  min-width: 25px;
}
.grid-blocks .grid-wrapper.col-2 .grid-block .blocks-wrapper .block .content strong {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  color: #FFFFFF;
}
.grid-blocks .grid-wrapper.col-2 .grid-block .blocks-wrapper .block .content a {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 10px;
}
.grid-blocks .grid-wrapper.col-2 .grid-block .blocks-wrapper .block .content a:hover {
  color: #fb8500;
}
.grid-blocks .grid-wrapper.col-2 .grid-block .blocks-wrapper .block .content p {
  max-width: auto;
  color: #FFFFFF;
  text-align: left;
}
.grid-blocks .grid-wrapper.col-2 .grid-block .blocks-wrapper .block .content p a {
  display: inline-block;
  margin: 0;
}
.grid-blocks .grid-wrapper.col-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
}
@media only screen and (max-width: 991px) {
  .grid-blocks .grid-wrapper.col-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .grid-blocks .grid-wrapper.col-4 {
    grid-template-columns: 1fr;
  }
}
.grid-blocks .grid-wrapper.col-4 .grid-block {
  position: relative;
  overflow: hidden;
  background-color: #0D3866;
  padding: 45px 25px 25px;
  text-align: center;
}
.grid-blocks .grid-wrapper.col-4 .grid-block:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../assets/images/four-block-graphic.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  animation: bgZoomMove 6s ease-in-out infinite alternate;
  transform: scale(1);
}
.grid-blocks .grid-wrapper.col-4 .grid-block p {
  position: relative;
  color: #FFFFFF;
}
.grid-blocks .grid-wrapper.col-4 .grid-block p a {
  color: #FFFFFF;
}
.grid-blocks .grid-wrapper.col-4 .grid-block p a:hover {
  color: #fb8500;
}

.team-block .pre {
  margin-bottom: 60px;
}
.team-block .pre h2 {
  text-align: center;
}
.team-block .team-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media only screen and (max-width: 991px) {
  .team-block .team-wrapper {
    grid-template-columns: 1fr;
  }
}
.team-block .team-wrapper .block {
  position: relative;
  overflow: hidden;
}
.team-block .team-wrapper .block .image {
  margin: 0 auto 25px;
  width: 85%;
  text-align: center;
}
.team-block .team-wrapper .block .image img {
  margin: 0 auto;
}
.team-block .team-wrapper .block .content {
  position: relative;
  overflow: hidden;
  background-color: #fb8500;
  padding: 25px;
  text-align: center;
  height: calc(100% - 50px);
}
@media only screen and (max-width: 991px) {
  .team-block .team-wrapper .block .content {
    padding: 20px;
    height: calc(100% - 40px);
  }
}
.team-block .team-wrapper .block .content h3 {
  position: relative;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.team-block .team-wrapper .block .content span {
  position: relative;
  color: #FFFFFF;
  display: block;
  margin-bottom: 15px;
}
.team-block .team-wrapper .block .content p {
  position: relative;
  color: #FFFFFF;
}
.team-block .team-wrapper .block .content p a {
  color: #FFFFFF;
}
.team-block .team-wrapper .block .content .plus-icon, .team-block .team-wrapper .block .content .minus-icon {
  position: relative;
}
.team-block .team-wrapper .block .content .plus-icon svg, .team-block .team-wrapper .block .content .minus-icon svg {
  width: 22px;
  height: 22px;
  margin: 0 auto;
}
.team-block .team-wrapper .block .content .plus-icon svg path, .team-block .team-wrapper .block .content .minus-icon svg path {
  fill: #FFFFFF;
}
.team-block .team-wrapper .block .content .minus-icon {
  display: none;
}
.team-block .team-wrapper .block .content .desc {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.team-block .team-wrapper .block .content.expand .desc {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.team-block .team-wrapper .block .content.expand .plus-icon {
  display: none;
}
.team-block .team-wrapper .block .content.expand .minus-icon {
  display: block;
}

.icons-block {
  position: relative;
}
.icons-block.bg {
  background-color: #F0F6FF;
}
.icons-block .wrapper {
  display: grid;
  align-items: end;
}
.icons-block .wrapper.full {
  grid-template-columns: 1fr;
  gap: 60px;
}
.icons-block .wrapper.full .pre {
  text-align: center;
}
.icons-block .wrapper.half {
  grid-template-columns: 42% 1fr;
  gap: 0;
}
@media only screen and (max-width: 1199px) {
  .icons-block .wrapper.half {
    grid-template-columns: 1fr;
  }
}
.icons-block .wrapper.half .pre {
  position: relative;
  background-color: #fb8500;
  padding: 60px 45px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .icons-block .wrapper.half .pre {
    padding: 40px 25px;
  }
}
.icons-block .wrapper.half .pre:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../assets/images/icon-graphic.webp");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.icons-block .wrapper.half .pre h2 {
  position: relative;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.icons-block .wrapper.half .pre p {
  position: relative;
  color: #FFFFFF;
}
.icons-block .wrapper.half .pre p a {
  color: #FFFFFF;
}
.icons-block .wrapper.half .pre .btn {
  position: absolute;
  content: "";
  bottom: -25px;
  min-width: 105px;
}
.icons-block .wrapper .icons-block-grid {
  position: relative;
  min-height: 305px;
  margin-bottom: -60px;
  padding: 150px 70px 150px 200px;
  margin-left: -150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1199px) {
  .icons-block .wrapper .icons-block-grid {
    margin-left: 0px;
    padding: 120px 25px;
  }
}
.icons-block .wrapper .icons-block-grid:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4180B4;
  opacity: 0.87;
}
.icons-block .wrapper .icons-block-grid h3 {
  position: relative;
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
}
.icons-block .wrapper .icons-block-grid .wrapper {
  position: relative;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: start;
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .icons-block .wrapper .icons-block-grid .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .icons-block .wrapper .icons-block-grid .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.icons-block .wrapper .icons-block-grid .wrapper .icon-block img {
  margin: 0 auto 30px;
}
.icons-block .wrapper .icons-block-grid .wrapper .icon-block h3 {
  color: #FFFFFF;
  font-size: 20px;
}
.icons-block .wrapper.full {
  gap: 0;
}
.icons-block .wrapper.full .icons-block-grid {
  margin-left: 0px;
  padding: 0;
}
.icons-block .wrapper.full .icons-block-grid:before {
  display: none;
}
.icons-block .wrapper.full .icons-block-grid h3 {
  color: #000000;
}
.icons-block .wrapper.full .icons-block-grid .wrapper {
  grid-template-columns: repeat(5, 1fr);
  margin-top: 0px;
  align-items: start;
}
@media only screen and (max-width: 991px) {
  .icons-block .wrapper.full .icons-block-grid .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .icons-block .wrapper.full .icons-block-grid .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.icons-block .wrapper.full .icons-block-grid .wrapper .icon-block h3 {
  color: #000000;
}

.blog-posts-block .posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  margin-top: 70px;
}
@media only screen and (max-width: 1199px) {
  .blog-posts-block .posts-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .blog-posts-block .posts-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .blog-posts-block .posts-grid {
    grid-template-columns: 1fr;
  }
}
.blog-posts-block .posts-grid .block {
  background-color: #F0F6FF;
  position: relative;
}
.blog-posts-block .posts-grid .block img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: top;
}
.blog-posts-block .posts-grid .block .caption {
  padding: 20px 20px 80px;
}
.blog-posts-block .posts-grid .block .caption .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  margin-bottom: 10px;
}
.blog-posts-block .posts-grid .block .caption .meta span {
  position: relative;
  color: #fb8500;
  display: block;
  display: inline-block;
}
.blog-posts-block .posts-grid .block .caption .meta span:before {
  position: absolute;
  content: "";
  top: 55%;
  transform: translateY(-50%);
  right: -8px;
  width: 2px;
  height: 15px;
  background-color: #000000;
}
.blog-posts-block .posts-grid .block .caption .meta span:last-child:before {
  display: none;
}
.blog-posts-block .posts-grid .block .caption .meta span a {
  color: #fb8500;
  font-weight: 600;
}
.blog-posts-block .posts-grid .block .caption strong {
  margin: 15px 0;
  font-size: 24px;
  line-height: 28px;
  display: block;
}
.blog-posts-block .posts-grid .block .caption p {
  font-size: 18px;
  line-height: 28px;
}
.blog-posts-block .posts-grid .block .caption .btn {
  padding: 10px 20px;
  min-width: 100px;
  position: absolute;
  bottom: 20px;
}
.blog-posts-block .blog-pagination {
  margin-top: 70px;
  text-align: center;
}
.blog-posts-block .blog-pagination .page-numbers {
  width: 30px;
  height: 30px;
  border: solid 1px #fb8500;
  color: #1D5B8B;
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
}
.blog-posts-block .blog-pagination .page-numbers.current {
  background-color: #fb8500;
  color: #FFFFFF;
}
.blog-posts-block .blog-pagination .page-numbers.dots {
  border: none;
}

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