@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
/* imports */
/* includes */
/* grid	 */
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 810px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* responsive embedded video */
.video-responsive-wrapper {
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.video-responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* 'thumb' lists */
/* video wrapper */
.video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Line clamp */
/* clearfix */
/* font-awesome */
/* before and after */
/* wp core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* super gen */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
}
a {
  display: inline-block;
  text-decoration-color: transparent;
  text-underline-offset: .25rem;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* slick 1.8.1 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.layout-header {
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  height: max-content;
}
.layout-header .header > .container {
  position: relative;
}
.layout-header .header > .container > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .full-menu-toggle,
.layout-header .full-search-toggle {
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.layout-header .full-menu-toggle > :first-child,
.layout-header .full-search-toggle > :first-child,
.layout-header .full-menu-toggle > :last-child,
.layout-header .full-search-toggle > :last-child {
  font-size: 2rem;
}
.layout-header .full-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu-toggle {
    display: none;
  }
}
.layout-header .full-menu-toggle .close {
  display: none;
}
.layout-header .header .menu {
  opacity: 1;
  transition: opacity 0.25s ease;
  display: none;
}
@media (min-width: 1280px) {
  .layout-header .header .menu {
    display: flex;
  }
}
.layout-header .full-menu,
.layout-header .full-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  z-index: -1;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .layout-header .full-menu {
    display: none;
  }
}
.layout-header .full-search {
  height: 300px;
  top: -300px;
}
.full-menu-open .layout-header .full-menu-toggle .open {
  display: none;
}
.full-menu-open .layout-header .full-menu-toggle .close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-menu-open .layout-header .full-menu {
  top: 0;
}
.full-menu-open .full-menu {
  z-index: 1;
}
.faq-item .question,
.faq .question {
  position: relative;
  cursor: pointer;
}
.faq-item .answer,
.faq .answer {
  max-height: 0;
  transform: max-height 0.25s ease;
  overflow: hidden;
}
.faq-item.unfolded .answer,
.faq.unfolded .answer {
  max-height: none;
}
.faq-item .open,
.faq .open,
.faq-item .close,
.faq .close {
  position: absolute;
  right: 0;
  transform: opacity 0.25s ease;
}
.faq-item.folded .open,
.faq.folded .open {
  opacity: 1;
}
.faq-item.folded .close,
.faq.folded .close {
  opacity: 0;
}
.faq-item.unfolded .open,
.faq.unfolded .open {
  opacity: 0;
}
.faq-item.unfolded .close,
.faq.unfolded .close {
  opacity: 1;
}
/* fonts, links and headers */
/* vars */
body {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 27px;
}
h1,
h2,
h3,
h4 {
  margin-block: 0;
}
h1 {
  line-height: 1.05;
  font-size: 2.25rem;
  font-weight: 500;
  font-weight: 900;
}
@media screen and (min-width: 810px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1660px) {
  h1 {
    font-size: 3.5rem;
    word-spacing: 2px;
    letter-spacing: -2px;
  }
}
h2 {
  font-size: 1.75rem;
  line-height: 1.15em;
}
@media screen and (min-width: 810px) {
  h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 1.85rem;
  }
}
@media screen and (min-width: 1660px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: 1.25rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 1.5rem;
  }
}
a,
button,
.up {
  cursor: pointer;
}
strong a,
a strong {
  color: #54a3de;
  background-color: #ffffff;
  border: 1px solid #54a3de;
  padding: .3rem .85rem;
  border-radius: 8px;
  width: max-content;
  font-weight: 500;
}
@media screen and (max-width: 810px) {
  strong a,
  a strong {
    padding: .3rem .35rem;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  strong a,
  a strong {
    padding: 0.6rem 2.75rem;
  }
}
strong a:hover,
a strong:hover {
  color: #ffffff;
  background-color: #54a3de;
  transition: all 0.25s ease;
}
strong a:active,
a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
img {
  height: 100%;
  width: 100%;
}
.layout:not(.layout-header) {
  padding: 2.5rem 0;
}
#page {
  overflow: hidden;
}
body:not(.home) .layout-header .header .container .home svg path,
body:not(.home) .layout-header .header .container .home svg rect {
  fill: #ffffff !important;
}
body:not(.home) .layout-header .header .container .home svg #Group_11 path,
body:not(.home) .layout-header .header .container .home svg #Group_11 rect {
  fill: #54a3de !important;
}
body:not(.home).scrolled .layout-header .header .container .home svg path,
body:not(.home).scrolled .layout-header .header .container .home svg rect {
  fill: #0d1238 !important;
}
body:not(.home).scrolled .layout-header .header .container .home svg #Group_11 path,
body:not(.home).scrolled .layout-header .header .container .home svg #Group_11 rect {
  fill: #54a3de !important;
}
.layout-header .skip {
  color: #ffffff;
  background-color: #c40014;
  padding: .5em;
  position: absolute;
  left: -100vw;
  top: auto;
  overflow: hidden;
}
.layout-header .skip:focus {
  position: static;
}
.layout-header,
.layout-header .container {
  height: 90px;
}
@media screen and (min-width: 1024px) {
  .layout-header,
  .layout-header .container {
    height: 160px;
  }
}
.layout-header .header .container > * {
  top: 50%;
  transform: translateY(-50%);
}
.layout-header .header .container .home svg {
  width: 110px;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container .home svg {
    width: 225px;
  }
}
.layout-header .header .container nav {
  margin-right: 60px;
}
@media screen and (max-width: 810px) {
  .layout-header .header .container nav {
    right: 15px;
  }
}
@media screen and (min-width: 810px) {
  .layout-header .header .container nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    right: 75px;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container nav {
    right: 30px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container nav {
    gap: 13rem;
  }
}
.layout-header .header .container nav strong a,
.layout-header .header .container nav a strong {
  color: #ffffff;
  background-color: #ff9600;
  border: 1px solid #ff9600;
  padding: .3rem .85rem;
  border-radius: 8px;
  width: max-content;
  font-weight: 500;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (max-width: 810px) {
  .layout-header .header .container nav strong a,
  .layout-header .header .container nav a strong {
    padding: .3rem .35rem;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container nav strong a,
  .layout-header .header .container nav a strong {
    padding: 0.6rem 2.75rem;
  }
}
.layout-header .header .container nav strong a:hover,
.layout-header .header .container nav a strong:hover {
  color: #ff9600;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-header .header .container nav strong a:active,
.layout-header .header .container nav a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-header .header .container nav strong a:hover,
.layout-header .header .container nav a strong:hover {
  background-color: #ffffff;
  border-color: #ff9600;
  color: #ff9600;
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container nav .menu {
    display: inline-flex;
    gap: 1rem;
    height: 100%;
    align-items: center;
  }
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container nav .menu {
    gap: 0;
  }
}
.layout-header .header .container nav .menu > li {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  isolation: isolate;
}
.layout-header .header .container nav .menu > li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.5rem;
  background: #c40014;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layout-header .header .container nav .menu > li::before {
  top: auto;
  bottom: 0;
  width: 0;
}
.layout-header .header .container nav .menu > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #c40014;
  text-transform: uppercase;
  padding: 1rem .5rem;
}
@media screen and (min-width: 1280px) {
  .layout-header .header .container nav .menu > li > a {
    font-size: 1.25rem;
    padding: 1rem;
  }
}
.layout-header .header .container nav .menu > li .sub-menu {
  display: none;
  top: 100%;
  left: 0;
  width: max-content;
  opacity: 0;
  position: relative;
  isolation: isolate;
  position: absolute;
}
.layout-header .header .container nav .menu > li .sub-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1660px) {
  .layout-header .header .container nav .menu > li .sub-menu {
    min-width: 365px;
  }
}
.layout-header .header .container nav .menu > li .sub-menu::before {
  top: -3.5rem;
}
.layout-header .header .container nav .menu > li .sub-menu li {
  background-color: #f7f7f7;
}
.layout-header .header .container nav .menu > li .sub-menu li a {
  padding: 1rem;
}
.layout-header .header .container nav .menu > li .sub-menu li:nth-child(even) {
  background-color: #ffffff;
}
.layout-header .header .container nav .menu > li .sub-menu li:hover {
  background-color: #c40014;
  color: #ffffff;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li:hover::before {
  width: 100%;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li:hover > a {
  font-weight: 600;
  transition: all 0.25s ease;
}
.layout-header .header .container nav .menu > li:hover .sub-menu {
  display: block;
  animation: opacityAnimation 250ms ease-in-out forwards 100ms;
}
@keyframes opacityAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.layout-header .header .container nav .menu + strong a {
  text-transform: uppercase;
}
.layout-header .header .container .full-menu-toggle {
  right: 15px;
  background-color: transparent;
  border-color: transparent;
  border: 2px solid black;
  border-radius: 8px;
  height: 45px;
  width: 45px;
}
.layout-header .header .container .full-menu-toggle:hover {
  background-color: #0d1238;
}
.layout-header .header .container .full-menu-toggle:hover .toggle i {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .layout-header .header .container .full-menu-toggle {
    display: block;
  }
}
.layout-header .header .container .full-menu-toggle .toggle {
  font-size: 1.25em;
}
.layout-header .header .container .full-menu-toggle .close {
  color: #54a3de;
}
.layout-header .full-menu {
  padding: 100px 0 0;
  display: none;
  opacity: 0;
  background-color: #ffffff;
}
.layout-header .full-menu .container nav .menu > li {
  margin: 0.5rem -0.5rem;
}
.layout-header .full-menu .container nav .menu > li > a {
  font-size: 1.125rem;
  font-weight: 700;
  padding: .5rem;
}
.layout-header .full-menu .container nav .menu > li.menu-item-has-children > a {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
}
.layout-header .full-menu .container nav .menu > li.menu-item-has-children > a .toggle {
  border-color: transparent;
  background-color: transparent;
  color: #c40014;
}
.layout-header .full-menu .container nav .menu > li.menu-item-has-children .sub-menu li a {
  font-size: 1.125rem;
  padding: .5rem 1rem;
}
.layout-header .full-menu .container nav .menu > li.menu-item-has-children.unfolded .toggle {
  transform: rotate(-180deg);
  transition: all 0.25s ease;
}
.scrolled .layout-header,
.scrolled .layout-header .container {
  height: 60px;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1280px) {
  .scrolled .layout-header,
  .scrolled .layout-header .container {
    height: 90px;
  }
}
.scrolled .layout-header .header {
  background-color: #ffffff;
}
.full-menu-open .layout-header .full-menu-toggle {
  background-color: #ff9600 !important;
  border-color: #ff9600 !important;
}
.full-menu-open .layout-header .full-menu-toggle i {
  color: #ffffff !important;
}
.full-menu-open .layout-header .full-menu {
  display: block;
  animation: opacityTransition 250ms ease-in-out 50ms forwards;
  background: #0d1238;
}
@media screen and (min-width: 810px) {
  .full-menu-open .layout-header .full-menu {
    width: 50%;
    left: auto;
    right: 0;
  }
}
.full-menu-open .layout-header .full-menu nav ul.menu li {
  margin: 25px 0;
}
@media screen and (min-width: 1660px) {
  .full-menu-open .layout-header .full-menu nav ul.menu li {
    margin: 35px 0;
  }
}
.full-menu-open .layout-header .full-menu nav ul.menu li a {
  color: #ffffff;
}
@media screen and (min-width: 810px) {
  .full-menu-open .layout-header .full-menu nav ul.menu li a {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1660px) {
  .full-menu-open .layout-header .full-menu nav ul.menu li a {
    font-size: 1.7em;
  }
}
.full-menu-open .layout-header .full-menu nav ul.menu li a:hover {
  color: #ff9600;
}
@keyframes opacityTransition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.layout-copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.layout-hero {
  padding: 0 !important;
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
}
@media screen and (min-width: 1660px) {
  .layout-hero {
    align-items: unset;
  }
}
.layout-hero > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-hero .image {
  height: 40vh;
  width: 100%;
  position: relative;
  min-height: 300px;
  max-height: 300px;
}
@media screen and (min-width: 810px) {
  .layout-hero .image {
    min-height: 500px;
    max-height: 500px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-hero .image {
    height: 54.5vh;
    min-height: 500px;
    max-height: 500px;
  }
}
.layout-hero .image::before {
  z-index: auto;
}
.layout-hero .text {
  z-index: 9;
  position: absolute;
  bottom: 100px;
  color: white;
}
.layout-herohome {
  padding: 0 !important;
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
}
.layout-herohome:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 200px;
  width: 100%;
  z-index: 99;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 1660px) {
  .layout-herohome {
    align-items: unset;
  }
}
.layout-herohome > * {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}
.layout-herohome .image {
  height: 65vh;
  width: 100%;
  position: relative;
  min-height: 600px;
}
@media screen and (min-width: 810px) {
  .layout-herohome .image {
    min-height: 800px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-herohome .image {
    height: 54.5vh;
    min-height: 900px;
  }
}
.layout-herohome .image::before {
  z-index: auto;
}
.layout-herohome .image:before {
  content: '';
  position: absolute;
  left: 100%;
  transform: translateX(-50%);
  top: -25%;
  background-image: url(../images/hero-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  height: 125%;
  width: 125%;
}
.layout-herohome .frontimage {
  position: absolute;
  right: 90px;
  width: 45%;
  transform: translateX(50%);
  z-index: 9;
  height: 100%;
}
@media screen and (min-width: 640px) {
  .layout-herohome .frontimage {
    right: 0;
    width: 50%;
  }
}
@media screen and (min-width: 810px) {
  .layout-herohome .frontimage {
    right: 28%;
  }
}
@media screen and (min-width: 1660px) {
  .layout-herohome .frontimage {
    right: 33%;
  }
}
@media screen and (min-width: 3000px) {
  .layout-herohome .frontimage {
    right: 36%;
  }
}
.layout-herohome .frontimage img {
  object-fit: contain;
  object-position: bottom;
}
.layout-herohome .text-and-links {
  padding: 15px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  background-color: #0d1238;
  border-radius: 16px;
}
.layout-herohome .text-and-links:before {
  content: '';
  position: absolute;
  top: 7%;
  left: -75%;
  transform: translateX(-50%);
  height: 85%;
  width: 150%;
  background: linear-gradient(270deg, #1a2049 0%, #66a5db 11%);
}
@media screen and (max-width: 810px) {
  .layout-herohome .text-and-links {
    margin: 10px;
  }
}
@media screen and (min-width: 810px) {
  .layout-herohome .text-and-links {
    padding: 40px;
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .layout-herohome .text-and-links {
    max-width: 650px;
  }
}
@media screen and (min-width: 1100px) {
  .layout-herohome .text-and-links {
    margin: 0 0 0 calc(50vw - 1100px / 2);
    max-width: 850px;
    padding-right: 270px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-herohome .text-and-links {
    margin: 230px 0 0 calc(50vw - 1100px / 2 - 30px);
    max-width: 850px;
  }
}
.layout-herohome .text-and-links h1 {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 1280px) {
  .layout-herohome .text-and-links h1 {
    font-size: 3em;
  }
}
@media screen and (min-width: 1660px) {
  .layout-herohome .text-and-links h1 {
    margin: 0 0 1rem;
  }
}
.layout-herohome .text-and-links h1 em {
  color: #54a3de;
  font-style: normal;
}
.layout-herohome .text-and-links p {
  margin: 0;
  font-weight: 600;
  line-height: 1.6;
  max-width: 666px;
}
@media screen and (min-width: 1660px) {
  .layout-herohome .text-and-links p {
    font-weight: 500;
  }
}
.layout-herohome .text-and-links p:first-of-type {
  font-weight: 400;
}
.layout-herohome .text-and-links .links {
  margin: 1.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 810px) {
  .layout-herohome .text-and-links .links {
    grid-template-columns: repeat(2, auto);
    width: fit-content;
  }
}
@media screen and (min-width: 1660px) {
  .layout-herohome .text-and-links .links {
    margin: 4rem 0 0;
    gap: 1rem;
  }
}
.layout-herohome .text-and-links .links li {
  width: max-content;
}
.layout-herohome .text-and-links .links li a {
  color: #ffffff;
  background-color: #ff9600;
  border: 1px solid #ff9600;
  padding: .3rem .85rem;
  border-radius: 8px;
  width: max-content;
  font-weight: 500;
  font-weight: 600;
}
@media screen and (max-width: 810px) {
  .layout-herohome .text-and-links .links li a {
    padding: .3rem .35rem;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-herohome .text-and-links .links li a {
    padding: 0.6rem 2.75rem;
  }
}
.layout-herohome .text-and-links .links li a:hover {
  color: #ff9600;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-herohome .text-and-links .links li a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-herohome .text-and-links .links li a:hover {
  background-color: #ffffff;
  color: #ff9600;
  border-color: #ff9600;
}
.layout-herohome .text-and-links .links li:last-child a {
  border-color: #ffffff;
  color: #54a3de;
  background-color: transparent;
  border: 1px solid #54a3de;
  padding: .3rem .85rem;
  border-radius: 8px;
  width: max-content;
  font-weight: 500;
  font-weight: 600;
}
@media screen and (max-width: 810px) {
  .layout-herohome .text-and-links .links li:last-child a {
    padding: .3rem .35rem;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-herohome .text-and-links .links li:last-child a {
    padding: 0.6rem 2.75rem;
  }
}
.layout-herohome .text-and-links .links li:last-child a:hover {
  color: transparent;
  background-color: #54a3de;
  transition: all 0.25s ease;
}
.layout-herohome .text-and-links .links li:last-child a:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-herohome .text-and-links .links li:last-child a:hover {
  background-color: #ffffff;
  transition: all 0.25s ease;
  color: #54a3de;
}
body:not(.home) .layout-featured .container .text {
  text-align: left;
  max-width: 100%;
}
body:not(.home) .layout-featured .container .blocks > li h3 {
  text-align: left;
}
body:not(.home) .layout-featured .container .blocks > li .image img {
  object-position: left;
}
body:not(.home) .layout-featured .container .blocks > li p:first-of-type {
  text-align: left;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 16px;
}
.layout-featured {
  padding: 1.75rem 0 !important;
}
.layout-featured .container {
  text-align: center;
  padding: 30px 15px;
}
@media screen and (min-width: 1280px) {
  .layout-featured .container {
    padding: 60px 0;
  }
}
.layout-featured .container .text {
  max-width: 1100px;
  margin: 0 auto;
}
.layout-featured .container .text h2 {
  font-size: 28px;
  line-height: 28px;
}
@media screen and (min-width: 810px) {
  .layout-featured .container .text h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-featured .container .text h2 {
    font-size: 48px;
    line-height: 48px;
  }
}
.layout-featured .container .blocks {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .5rem;
  flex-wrap: nowrap;
  padding: 60px 0;
}
@media screen and (min-width: 810px) {
  .layout-featured .container .blocks {
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout-featured .container .blocks {
    gap: 2.5rem;
  }
}
.layout-featured .container .blocks > li {
  align-items: center;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 16px;
}
@media screen and (max-width: 640px) {
  .layout-featured .container .blocks > li {
    margin-bottom: 25px;
  }
}
.layout-featured .container .blocks > li:before {
  background-color: #ff9600;
  content: '';
  position: absolute;
  top: -2%;
  left: -1%;
  transform: rotate(358deg);
  border-radius: 16px;
  height: 102%;
  width: 102%;
  z-index: -1;
}
.layout-featured .container .blocks > li:first-child:before {
  background-color: #54a3de;
}
.layout-featured .container .blocks > li:last-child:before {
  background-color: #0d1238;
}
.layout-featured .container .blocks > li .image {
  height: 3rem;
}
.layout-featured .container .blocks > li .image img {
  object-fit: contain;
}
.layout-featured .container .blocks > li p {
  margin: 0;
  font-size: 1.125rem;
}
.layout-featured .container .blocks > li h3 {
  font-size: 1.125rem;
  font-size: 33px;
  line-height: 48px;
  margin: 15px 0;
  display: block;
}
@media screen and (min-width: 1280px) {
  .layout-featured .container .blocks > li h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-featured .container .blocks > li h3 {
    font-size: 2.25rem;
  }
}
.layout-featured .container .blocks > li h4 {
  background: #f39327;
  border-radius: 15px;
  max-width: 200px;
  padding: 2px 10px;
  margin: 50px auto 20px auto;
  color: white;
  font-size: 16px;
  position: relative;
  z-index: 9;
}
.layout-featured .container .blocks > li ul {
  border-bottom: 1px solid #ff9600;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
}
.layout-featured .container .blocks > li ul:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ff9600;
  position: absolute;
  left: 0;
  top: -35px;
}
.layout-featured .container .blocks > li ul li {
  position: relative;
  text-align: left;
  padding-left: 35px;
  font-size: 16px;
}
.layout-featured .container .blocks > li ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url(../images/icon-star.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 22px;
  width: 24px;
}
.layout-featured .container .blocks > li strong a,
.layout-featured .container .blocks > li a strong {
  background-color: #0d1238;
  border-color: #0d1238;
  color: #ffffff;
  font-weight: 600;
  padding: 6px 50px;
  margin-top: 20px;
  display: block;
}
.layout-featured .container .blocks > li strong a:hover,
.layout-featured .container .blocks > li a strong:hover {
  background-color: #54a3de;
  border-color: #54a3de;
  color: #ffffff;
}
.layout-logos {
  background-color: #f7f7f7;
  padding: 1rem 0 !important;
}
.layout-logos .logo {
  height: 45px;
}
.layout-logos .logo img {
  object-fit: contain;
}
.layout-text .container {
  padding: 0px 15px;
  max-width: 950px;
  font-size: 18px;
  line-height: 29px;
}
@media screen and (min-width: 810px) {
  .layout-text .container {
    padding: 30px 15px;
  }
}
.layout-text .container .gform_wrapper {
  margin-top: 90px;
}
.layout-text .container .gform_wrapper .gform-footer .button {
  color: #ffffff;
  background-color: #ff9600;
  border: 1px solid #ff9600;
  padding: .3rem .85rem;
  border-radius: 8px;
  width: max-content;
  font-weight: 500;
  background-color: #ff9600 !important;
  border-color: #ff9600 !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
  padding: 13px 40px !important;
  font-size: 18px !important;
}
@media screen and (max-width: 810px) {
  .layout-text .container .gform_wrapper .gform-footer .button {
    padding: .3rem .35rem;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-text .container .gform_wrapper .gform-footer .button {
    padding: 0.6rem 2.75rem;
  }
}
.layout-text .container .gform_wrapper .gform-footer .button:hover {
  color: #ff9600;
  background-color: #ffffff;
  transition: all 0.25s ease;
}
.layout-text .container .gform_wrapper .gform-footer .button:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-text .container .gform_wrapper .gform-footer .button:hover {
  background-color: #ff5800 !important;
  border-color: #ff5800 !important;
  color: #ffffff !important;
}
@media screen and (min-width: 1280px) {
  .layout-text .container {
    padding: 30px 0;
  }
}
.layout-contents .container {
  padding: 30px 15px;
}
@media screen and (min-width: 1280px) {
  .layout-contents .container {
    padding: 30px 0;
  }
}
.layout-cta .container {
  text-align: center;
}
.layout-cta .container .wrapper {
  border-radius: 16px;
  background-color: #ff9600;
  background-image: url(../images/pattern.png);
  background-size: contain;
  display: flex;
  padding: 60px 30px;
}
@media screen and (max-width: 810px) {
  .layout-cta .container .wrapper {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 810px) {
  .layout-cta .container .wrapper {
    margin-top: 150px;
    display: flex;
  }
  .layout-cta .container .wrapper > div {
    width: 50%;
  }
}
.layout-cta .container .wrapper .image {
  position: relative;
}
.layout-cta .container .wrapper .image img {
  position: absolute;
  bottom: -60px;
  left: 0;
  object-fit: contain;
  height: 600px;
}
@media screen and (max-width: 810px) {
  .layout-cta .container .wrapper .image img {
    object-position: bottom left;
    height: 450px;
  }
}
.layout-cta .container .wrapper .text {
  color: #ffffff;
}
@media screen and (max-width: 810px) {
  .layout-cta .container .wrapper .text {
    padding-bottom: 400px;
  }
}
@media screen and (min-width: 810px) {
  .layout-cta .container .wrapper .text {
    padding-right: 125px;
  }
}
.layout-cta .container .wrapper .text strong a,
.layout-cta .container .wrapper .text a strong {
  color: #ff9600;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: .3rem .85rem;
  border-radius: 8px;
  width: max-content;
  font-weight: 500;
}
@media screen and (max-width: 810px) {
  .layout-cta .container .wrapper .text strong a,
  .layout-cta .container .wrapper .text a strong {
    padding: .3rem .35rem;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-cta .container .wrapper .text strong a,
  .layout-cta .container .wrapper .text a strong {
    padding: 0.6rem 2.75rem;
  }
}
.layout-cta .container .wrapper .text strong a:hover,
.layout-cta .container .wrapper .text a strong:hover {
  color: #ffffff;
  background-color: #ff9600;
  transition: all 0.25s ease;
}
.layout-cta .container .wrapper .text strong a:active,
.layout-cta .container .wrapper .text a strong:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-cta .container .wrapper .text i {
  margin-right: 8px;
}
@media screen and (max-width: 810px) {
  .layout-usps {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.layout-usps .container {
  position: relative;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 60px 15px;
}
@media screen and (min-width: 810px) {
  .layout-usps .container {
    padding: 60px;
  }
}
.layout-usps .container:before {
  background-color: #54a3de;
  content: '';
  position: absolute;
  top: -2%;
  left: -1%;
  transform: rotate(358deg);
  border-radius: 16px;
  height: 102%;
  width: 102%;
  z-index: -1;
}
.layout-usps .container .title-and-text {
  text-align: center;
}
.layout-usps .container .title-and-text .title {
  margin: 0px 0 1.25rem;
  font-size: 25px;
  line-height: 30px;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .title-and-text .title {
    font-size: 38px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1660px) {
  .layout-usps .container .title-and-text .title {
    font-size: 48px;
    line-height: 45px;
  }
}
.layout-usps .container .title-and-text .text p {
  margin: 0;
  line-height: 1.6;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .title-and-text .text p {
    font-size: 1.125rem;
  }
}
.layout-usps .container .usps {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (min-width: 810px) {
  .layout-usps .container .usps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    margin: 4rem 0 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-usps .container .usps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .usps {
    gap: 3.25rem;
  }
}
.layout-usps .container .usps li .icon {
  width: 4rem;
  height: 6rem;
  margin: 0 auto;
}
.layout-usps .container .usps li .icon img {
  object-fit: contain;
}
@media screen and (min-width: 1280px) {
  .layout-usps .container .usps li .icon {
    height: 12rem;
    width: 8rem;
  }
}
.layout-usps .container .usps li .usp-text {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
}
@media screen and (min-width: 810px) {
  .layout-usps .container .usps li .usp-text {
    font-size: 18px;
  }
}
.layout-usps .container .usps li .usp-text strong {
  color: #54a3de;
  font-weight: 800;
  font-size: 23px;
  line-height: 22px;
}
@media screen and (min-width: 1660px) {
  .layout-usps .container .usps li .usp-text strong {
    font-size: 28px;
    line-height: 25px;
  }
}
.layout-usps .container .usps li .image {
  height: 100%;
  width: 100%;
}
.layout-usps .container .usps li .image img {
  border-radius: .5rem;
}
.layout-usps .container .usps li:has(>.image) {
  padding: 0;
}
.layout-usps .container .usps li:has(>.image) .icon,
.layout-usps .container .usps li:has(>.image) .text {
  display: none;
}
.layout-usps .container .link {
  display: block;
  width: max-content;
  margin: 0 auto;
  padding: 10px 40px;
  font-weight: 600;
}
@media screen and (max-width: 810px) {
  .layout-usps .container .link {
    font-size: 16px;
    padding: 10px 20px;
  }
}
.layout-testimonials {
  padding-block-end: 8rem !important;
  position: relative;
}
.layout-testimonials:before {
  content: '';
  position: absolute;
  top: 7%;
  left: 0;
  height: 75%;
  width: 50%;
  background: linear-gradient(274deg, #420e01 0%, #a94217 100%);
}
.layout-testimonials:after {
  content: '';
  position: absolute;
  top: 7%;
  right: 0;
  height: 75%;
  width: 50%;
  background: linear-gradient(90deg, #420e01 0%, #a94217 100%);
}
.layout-testimonials .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  z-index: 9;
  position: relative;
}
.layout-testimonials .container .slick-slider .slick-list .slick-slide {
  margin: 0;
}
.layout-testimonials .text {
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  z-index: 9;
  position: relative;
}
.layout-testimonials .text .slick-slider .slick-list .slick-slide {
  margin: 0;
}
.layout-testimonials .text h3 {
  font-size: 1.75rem;
  line-height: 1.15em;
  line-height: 1.05;
}
@media screen and (min-width: 810px) {
  .layout-testimonials .text h3 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-testimonials .text h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .text h3 {
    font-size: 1.85rem;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonials .text h3 {
    font-size: 2rem;
  }
}
.layout-testimonials .text p {
  font-size: 1.125rem;
  max-width: 650px;
  line-height: 1.4;
  margin: 1rem auto;
}
.layout-testimonials .testimonial {
  text-align: center;
  background-color: #ffffff;
  padding: 0;
  border-radius: 1rem;
  color: #495082;
  min-height: 350px;
  position: relative;
}
.layout-testimonials .testimonial .contents {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 80%;
  color: #ffffff;
  text-align: left;
  padding-left: 20px;
  font-size: 17px;
  line-height: 26px;
}
@media screen and (min-width: 810px) {
  .layout-testimonials .testimonial .contents {
    padding-left: 60px;
    font-size: 22px;
    line-height: 33px;
    width: 50%;
  }
}
@media screen and (min-width: 1660px) {
  .layout-testimonials .testimonial .contents {
    padding-left: 60px;
  }
}
.layout-testimonials .testimonial .contents:before {
  content: '';
  position: absolute;
  left: 0;
  top: -50px;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  height: 390px;
  width: 360px;
}
.layout-testimonials .testimonial .contents .name,
.layout-testimonials .testimonial .contents .function {
  font-size: 20px;
}
.layout-testimonials .testimonial .contents .function {
  margin-bottom: 30px;
}
.layout-testimonials .testimonial .contents .more {
  color: #ff9600;
  background-color: transparent;
  border: 1px solid #ff9600;
  padding: .3rem .85rem;
  border-radius: 8px;
  width: max-content;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
@media screen and (max-width: 810px) {
  .layout-testimonials .testimonial .contents .more {
    padding: .3rem .35rem;
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .layout-testimonials .testimonial .contents .more {
    padding: 0.6rem 2.75rem;
  }
}
.layout-testimonials .testimonial .contents .more:hover {
  color: transparent;
  background-color: #ff9600;
  transition: all 0.25s ease;
}
.layout-testimonials .testimonial .contents .more:active {
  opacity: .9;
  transform: scale(0.98);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}
.layout-testimonials .testimonial .contents .more:hover {
  color: #ffffff;
}
.layout-testimonials .testimonial .stars {
  color: #f2ae4e;
  font-size: 1rem;
  padding: .5rem 0;
}
.layout-testimonials .testimonial blockquote {
  margin: 0;
  padding: 1rem 0;
}
.layout-testimonials .testimonial blockquote p {
  margin: 0;
}
.layout-testimonials .testimonial .image {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.layout-testimonials .testimonial .image img {
  border-radius: 16px;
  min-height: 775px;
  object-fit: cover;
}
@media screen and (max-width: 810px) {
  .layout-testimonials .testimonial .image img {
    object-position: 63% 50%;
  }
}
.layout-testimonials .testimonial .name {
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  padding: .5rem 0;
}
.layout-footer {
  font-size: 18px;
  color: #ffffff;
}
.layout-footer h3 {
  color: #0d1238;
  font-weight: 800;
  font-size: 21px;
  margin-top: 15px;
}
.layout-footer a {
  display: block;
}
.layout-footer a:hover {
  text-decoration: underline;
}
.layout-footer a i {
  color: #0d1238;
  width: 25px;
}
.layout-footer .social-pages li {
  width: auto !important;
  margin-right: 20px;
}
.layout-footer .social-pages li i {
  width: auto;
  font-size: 2.5em;
  color: #ffffff;
}
.layout-footer .social-pages li i:hover {
  color: #0d1238;
}
.layout-footer .social-pages li span {
  display: none;
}
.layout-footer .copyright-wrapper {
  font-size: 14px;
}
@media screen and (min-width: 810px) {
  .layout-footer .copyright-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.layout-footer .container .wrapper {
  border-radius: 16px;
  background-color: #54a3de;
  padding: 30px;
  position: relative;
  z-index: 9;
}
.layout-footer .container .wrapper:before {
  content: '';
  position: absolute;
  top: 8%;
  left: -50%;
  transform: translateX(-50%);
  height: 75%;
  width: 100%;
  background: linear-gradient(270deg, #1a2049 0%, #66a5db 11%);
}
.layout-footer .container .wrapper:after {
  content: '';
  position: absolute;
  top: 8%;
  right: -50%;
  transform: translateX(50%);
  height: 75%;
  width: 100%;
  background: linear-gradient(90deg, #1a2049 0%, #66a5db 11%);
}
.layout-footer .container .wrapper .home svg path,
.layout-footer .container .wrapper .home svg rect {
  fill: #ffffff !important;
}
.layout-footer .container .wrapper .home svg #Group_11 path,
.layout-footer .container .wrapper .home svg #Group_11 rect {
  fill: #0d1238 !important;
}
@media screen and (min-width: 810px) {
  .layout-footer .container .wrapper .blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .layout-footer .container .wrapper .blocks > li {
    width: 33%;
  }
  .layout-footer .container .wrapper .blocks > li:last-child {
    text-align: right;
    font-size: 14px;
  }
  .layout-footer .container .wrapper .blocks li ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .layout-footer .container .wrapper .blocks li ul li {
    width: 50%;
    padding: 5px 0;
  }
}
.layout-footer .container .wrapper .blocks img {
  width: auto;
}
@media screen and (min-width: 810px) {
  .layout-textandimage .container {
    display: flex;
    gap: 60px;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }
  .layout-textandimage .container > div {
    width: 50%;
  }
}
.layout-textandimage .container strong a,
.layout-textandimage .container a strong {
  background-color: #0d1238;
  border-color: #0d1238;
  color: #ffffff;
  font-weight: 600;
}
.layout-textandimage .container strong a:hover,
.layout-textandimage .container a strong:hover {
  background-color: #54a3de;
  border-color: #54a3de;
}
@media screen and (min-width: 810px) {
  .layout-textandimage.style-image_left .container {
    flex-direction: row-reverse;
  }
}
.layout-faq .container {
  max-width: 850px;
}
.layout-faq .container ul.faqs {
  margin: 30px 0;
}
.layout-faq .container ul.faqs li {
  border-bottom: 1px solid #0d1238;
  padding: 20px 10px;
}
@media screen and (min-width: 810px) {
  .layout-faq .container ul.faqs li {
    padding: 26px 50px;
  }
}
.layout-faq .container ul.faqs li .question {
  padding-left: 40px;
}
.layout-faq .container ul.faqs li .question i {
  right: auto;
  left: 0;
  top: 0px;
  font-size: 30px;
}
.layout-faq .container ul.faqs li .question .open {
  transition: all 0.25s ease;
  transform: rotate(0deg);
}
.layout-faq .container ul.faqs li .answer {
  padding-left: 40px;
  transition: all 0.25s ease;
}
.layout-faq .container ul.faqs li:first-child {
  border-top: 1px solid #0d1238;
}
.layout-faq .container ul.faqs li.unfolded .question {
  font-weight: 800;
}
.layout-faq .container ul.faqs li.unfolded .question .open {
  opacity: 1;
  transform: rotate(45deg);
}
.layout-faq .container ul.faqs li.unfolded .answer {
  padding-top: 20px;
}
.slick-slider {
  margin: 0;
  position: relative;
  isolation: isolate;
}
.slick-slider::before {
  content: "";
  display: block;
  width: 8rem;
  height: 3.5rem;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.slick-slider .slick-list {
  overflow: clip visible;
}
.slick-slider .slick-list .slick-slide {
  height: auto;
  margin: 0 1rem;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  top: auto;
  bottom: -5rem;
  transform: none;
  border-radius: 50%;
  z-index: 1;
  background-color: transparent;
}
@media screen and (min-width: 1280px) {
  .slick-slider .slick-prev,
  .slick-slider .slick-next {
    width: 50px;
    height: 50px;
  }
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  font-size: 1rem !important;
  opacity: 1;
  color: #000000;
  margin: 0 !important;
  font-weight: 300 !important;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  background-color: #c40014;
  color: #ffffff;
  transition: all 0.25s ease;
}
.slick-slider .slick-prev:hover::before,
.slick-slider .slick-next:hover::before {
  color: #ffffff !important;
  transition: all 0.25s ease;
}
.slick-slider .slick-prev {
  left: calc(50% - 45px);
}
.slick-slider .slick-prev:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f060";
  margin-inline-end: .25rem;
}
.slick-slider .slick-next {
  right: calc(50% - 45px);
}
.slick-slider .slick-next:before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-solid);
  content: "\f061";
  margin-inline-end: .25rem;
}
