/*! 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;
}

html {
  font-size: 100%;
}
@media (min-width: 1920px) {
  html {
    font-size: 0.833vw;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

*:focus {
  outline: none;
}

b, strong {
  font-weight: 700;
}

.wrapper {
  width: calc(100% - 11.25rem);
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .wrapper {
    width: calc(100% - 7.5rem);
  }
}
@media (max-width: 1280px) {
  .wrapper {
    width: calc(100% - 5.625rem);
  }
}
@media (max-width: 768px) {
  .wrapper {
    width: calc(100% - 3.75rem);
  }
}
@media (max-width: 480px) {
  .wrapper {
    width: calc(100% - 2.5rem);
  }
}

.text > *:nth-child(1) {
  margin-top: 0;
}
.text > *:last-child {
  margin-bottom: 0;
}
.text ul {
  padding-left: 1.25rem;
}

.center-btn {
  text-align: center;
}

.fs-18, body, p, ul, ol, table {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs-21, .page-home .content-blocks-section .single-block .wrapper .info .desc-bold p, .page-home .hero-section .wrapper .desc-1 p {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (max-width: 1280px) {
  .fs-21, .page-home .content-blocks-section .single-block .wrapper .info .desc-bold p, .page-home .hero-section .wrapper .desc-1 p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .fs-21, .page-home .content-blocks-section .single-block .wrapper .info .desc-bold p, .page-home .hero-section .wrapper .desc-1 p {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.fs-28, main.page-default .content-section .wrapper h1, .page-home .content-blocks-section .single-block .wrapper .info .fact span {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (max-width: 1280px) {
  .fs-28, main.page-default .content-section .wrapper h1, .page-home .content-blocks-section .single-block .wrapper .info .fact span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  .fs-28, main.page-default .content-section .wrapper h1, .page-home .content-blocks-section .single-block .wrapper .info .fact span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.fs-115, .page-home .bottom-section .wrapper p {
  font-size: 115px;
  font-size: 7.1875rem;
}
@media (max-width: 1280px) {
  .fs-115, .page-home .bottom-section .wrapper p {
    font-size: 96px;
    font-size: 6rem;
  }
}
@media (max-width: 1024px) {
  .fs-115, .page-home .bottom-section .wrapper p {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  .fs-115, .page-home .bottom-section .wrapper p {
    font-size: 64px;
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .fs-115, .page-home .bottom-section .wrapper p {
    font-size: 48px;
    font-size: 3rem;
  }
}

.fs-115, .page-home .bottom-section .wrapper p {
  font-size: 115px;
  font-size: 7.1875rem;
}
@media (max-width: 1280px) {
  .fs-115, .page-home .bottom-section .wrapper p {
    font-size: 88px;
    font-size: 5.5rem;
  }
}
@media (max-width: 1024px) {
  .fs-115, .page-home .bottom-section .wrapper p {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media (max-width: 768px) {
  .fs-115, .page-home .bottom-section .wrapper p {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
@media (max-width: 480px) {
  .fs-115, .page-home .bottom-section .wrapper p {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.fs-130, .page-home .hero-section .wrapper h1 {
  font-size: 130px;
  font-size: 8.125rem;
}
@media (max-width: 1280px) {
  .fs-130, .page-home .hero-section .wrapper h1 {
    font-size: 108px;
    font-size: 6.75rem;
  }
}
@media (max-width: 1024px) {
  .fs-130, .page-home .hero-section .wrapper h1 {
    font-size: 90px;
    font-size: 5.625rem;
  }
}
@media (max-width: 768px) {
  .fs-130, .page-home .hero-section .wrapper h1 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media (max-width: 480px) {
  .fs-130, .page-home .hero-section .wrapper h1 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}

.fs-130, .page-home .hero-section .wrapper h1 {
  font-size: 130px;
  font-size: 8.125rem;
}
@media (max-width: 1280px) {
  .fs-130, .page-home .hero-section .wrapper h1 {
    font-size: 98px;
    font-size: 6.125rem;
  }
}
@media (max-width: 1024px) {
  .fs-130, .page-home .hero-section .wrapper h1 {
    font-size: 78px;
    font-size: 4.875rem;
  }
}
@media (max-width: 768px) {
  .fs-130, .page-home .hero-section .wrapper h1 {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
@media (max-width: 480px) {
  .fs-130, .page-home .hero-section .wrapper h1 {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.fs-170, .page-home .content-blocks-section .single-block .wrapper .info h2 {
  font-size: 170px;
  font-size: 10.625rem;
}
@media (max-width: 1280px) {
  .fs-170, .page-home .content-blocks-section .single-block .wrapper .info h2 {
    font-size: 136px;
    font-size: 8.5rem;
  }
}
@media (max-width: 1024px) {
  .fs-170, .page-home .content-blocks-section .single-block .wrapper .info h2 {
    font-size: 110px;
    font-size: 6.875rem;
  }
}
@media (max-width: 768px) {
  .fs-170, .page-home .content-blocks-section .single-block .wrapper .info h2 {
    font-size: 84px;
    font-size: 5.25rem;
  }
}
@media (max-width: 480px) {
  .fs-170, .page-home .content-blocks-section .single-block .wrapper .info h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.fs-170, .page-home .content-blocks-section .single-block .wrapper .info h2 {
  font-size: 170px;
  font-size: 10.625rem;
}
@media (max-width: 1280px) {
  .fs-170, .page-home .content-blocks-section .single-block .wrapper .info h2 {
    font-size: 120px;
    font-size: 7.5rem;
  }
}
@media (max-width: 1024px) {
  .fs-170, .page-home .content-blocks-section .single-block .wrapper .info h2 {
    font-size: 92px;
    font-size: 5.75rem;
  }
}
@media (max-width: 768px) {
  .fs-170, .page-home .content-blocks-section .single-block .wrapper .info h2 {
    font-size: 64px;
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  .fs-170, .page-home .content-blocks-section .single-block .wrapper .info h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

body, p, ul, ol, table {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-weight: 400;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
}

.text a {
  color: #000000;
}

.btn {
  padding: 1.4375rem 3.6875rem;
  background: #FF5B00;
  color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 1.875rem;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.btn:hover {
  background: #578EFC;
}
@media (max-width: 768px) {
  .btn {
    padding: 20px 50px;
  }
}

#moove_gdpr_cookie_info_bar {
  border-top: none;
}

.gdpr_lightbox .moove-gdpr-company-logo-holder {
  display: none !important;
}

header {
  padding: 5rem 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
header .wrapper {
  text-align: center;
}
header .wrapper .logo {
  display: inline-block;
  text-decoration: none;
}
header .wrapper .logo img {
  width: 18.25rem;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  header .wrapper .logo img {
    width: 234px;
  }
}

footer {
  background: #000000;
  padding: 4.4375rem 0 1.6875rem;
}
footer .wrapper .top .logo {
  width: 11.9375rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
footer .wrapper .top .nav {
  margin: 3.125rem 0 0;
}
footer .wrapper .top .nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  grid-gap: 2.875rem;
}
@media (max-width: 800px) {
  footer .wrapper .top .nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 16px;
  }
}
footer .wrapper .top .nav ul li a {
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.1875rem;
}
footer .wrapper .bottom {
  margin: 3.75rem 0 0;
  padding: 1.75rem 0 0;
  position: relative;
}
footer .wrapper .bottom:before {
  content: "";
  width: 100%;
  height: 0.125rem;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
footer .wrapper .bottom .headline {
  display: block;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.1875rem;
}
footer .wrapper .bottom .links {
  margin: 0.5rem 0 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  footer .wrapper .bottom .links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
footer .wrapper .bottom .links a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
footer .wrapper .bottom .links a:last-child:after {
  display: none;
}
footer .wrapper .bottom .links a:after {
  content: "|";
  margin: 0 0.5rem;
}
@media (max-width: 480px) {
  footer .wrapper .bottom .links a:after {
    display: none;
  }
}
footer .wrapper .bottom .social {
  margin: 1.875rem 0 0;
  display: flex;
  grid-gap: 1.125rem;
  justify-content: center;
}
footer .wrapper .bottom .social a {
  display: inline-block;
  text-decoration: none;
}
footer .wrapper .bottom .social a img {
  height: 1.25rem;
  width: auto;
  display: block;
}
footer .wrapper .bottom .privacy-policy {
  text-align: center;
  margin: 1rem 0;
}
footer .wrapper .bottom .privacy-policy a {
  color: #ffffff;
  text-decoration: none;
}
footer .wrapper .bottom .copyright {
  margin: 1rem 0;
  text-align: center;
  color: #ffffff;
  display: block;
  opacity: 0.8;
}
@media (max-width: 768px) {
  footer .wrapper .bottom .copyright {
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
  }
}
@media (max-width: 768px) {
  footer .wrapper .bottom .copyright span:nth-child(2) {
    display: none;
  }
}

.page-home .hero-section {
  background: #f9f9f9;
  padding: 11.5rem 0 5.6875rem;
  position: relative;
  overflow: hidden;
}
.page-home .hero-section .circle {
  border-radius: 100%;
  border: 1px solid #96b6e1;
  position: absolute;
  bottom: 2.625rem;
  width: 100%;
  max-width: 90.5625rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .page-home .hero-section .circle {
    width: 110%;
    left: -5%;
  }
}
@media (max-width: 880px) {
  .page-home .hero-section .circle {
    width: 120%;
    left: -10%;
  }
}
@media (max-width: 768px) {
  .page-home .hero-section .circle {
    width: 920px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-home .hero-section .circle:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.page-home .hero-section .ill-1 {
  display: block;
  position: absolute;
  width: 6.125rem;
  height: auto;
  top: 3.375rem;
  left: 0;
}
@media (max-width: 1280px) {
  .page-home .hero-section .ill-1 {
    width: 69px;
  }
}
@media (max-width: 1024px) {
  .page-home .hero-section .ill-1 {
    width: 55px;
  }
}
@media (max-width: 768px) {
  .page-home .hero-section .ill-1 {
    width: 44px;
  }
}
@media (max-width: 480px) {
  .page-home .hero-section .ill-1 {
    top: 24px;
    width: 35px;
  }
}
.page-home .hero-section .ill-2 {
  display: block;
  position: absolute;
  width: 7.625rem;
  height: auto;
  top: 3.375rem;
  right: 0;
}
@media (max-width: 1280px) {
  .page-home .hero-section .ill-2 {
    width: 85px;
  }
}
@media (max-width: 1024px) {
  .page-home .hero-section .ill-2 {
    width: 68px;
  }
}
@media (max-width: 768px) {
  .page-home .hero-section .ill-2 {
    width: 54px;
  }
}
@media (max-width: 480px) {
  .page-home .hero-section .ill-2 {
    width: 43px;
  }
}
.page-home .hero-section .wrapper .ill-3 {
  display: block;
  position: absolute;
  width: 15.6875rem;
  height: auto;
  left: 3.75rem;
  bottom: -2.8125rem;
}
@media (max-width: 1280px) {
  .page-home .hero-section .wrapper .ill-3 {
    width: 176px;
    bottom: 4px;
  }
}
@media (max-width: 1024px) {
  .page-home .hero-section .wrapper .ill-3 {
    width: 141px;
  }
}
@media (max-width: 880px) {
  .page-home .hero-section .wrapper .ill-3 {
    left: 15px;
    bottom: -20px;
  }
}
@media (max-width: 768px) {
  .page-home .hero-section .wrapper .ill-3 {
    display: none;
  }
}
.page-home .hero-section .wrapper h1 {
  margin: 0;
  text-align: center;
  line-height: 1;
}
.page-home .hero-section .wrapper h1 span {
  color: #578EFC;
}
.page-home .hero-section .wrapper .desc-1 {
  margin: 1.375rem auto 0;
  text-align: center;
  max-width: 70.875rem;
  width: 100%;
}
@media (max-width: 768px) {
  .page-home .hero-section .wrapper .desc-1 {
    max-width: 480px;
  }
}
.page-home .hero-section .wrapper .desc-2 {
  margin: 6.5625rem auto 0;
  max-width: 35.8125rem;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-home .hero-section .wrapper .desc-2 {
    margin: 72px auto 0;
  }
}
.page-home .hero-section .wrapper .desc-2 p {
  color: #585858;
}
.page-home .hero-section .wrapper .center-btn {
  margin: 2.25rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-home .hero-section .wrapper .center-btn .scroll-down {
  display: inline-block;
  text-decoration: none;
  margin: 1.6875rem 0 0;
}
.page-home .hero-section .wrapper .center-btn .scroll-down img {
  height: 2.125rem;
  width: auto;
  display: block;
}
.page-home .content-blocks-section .single-block {
  padding: 5.625rem 0;
  min-height: 56.25rem;
  display: flex;
  align-items: center;
  background: #ffffff;
}
@media (max-width: 1280px) {
  .page-home .content-blocks-section .single-block {
    min-height: 0;
    padding: 16vw 0;
  }
}
@media (max-width: 1024px) {
  .page-home .content-blocks-section .single-block {
    padding: 96px 0;
  }
}
.page-home .content-blocks-section .single-block.block-1 .wrapper .info {
  width: 100%;
  max-width: 46.5625rem;
}
@media (max-width: 1280px) {
  .page-home .content-blocks-section .single-block.block-1 .wrapper .info .desc-bold,
.page-home .content-blocks-section .single-block.block-1 .wrapper .info .desc {
    max-width: 450px;
  }
}
.page-home .content-blocks-section .single-block.block-2 .wrapper {
  justify-content: flex-end;
}
.page-home .content-blocks-section .single-block.block-2 .wrapper .info {
  width: 100%;
  max-width: 34.375rem;
}
.page-home .content-blocks-section .single-block.block-2 .wrapper .info .desc-bold {
  max-width: 25.8125rem;
  width: 100%;
}
.page-home .content-blocks-section .single-block.block-2 .wrapper .info .desc {
  max-width: 29.9375rem;
  width: 100%;
}
.page-home .content-blocks-section .single-block.block-2 .wrapper .info .desc a {
  color: #000000;
}
@media (max-width: 1440px) {
  .page-home .content-blocks-section .single-block.block-2 .wrapper img {
    height: auto;
    width: 57.81%;
  }
}
@media (max-width: 1280px) {
  .page-home .content-blocks-section .single-block.block-2 .wrapper img {
    width: 49.1385%;
  }
}
.page-home .content-blocks-section .single-block.block-3 .wrapper .info {
  width: 100%;
  max-width: 34.375rem;
}
.page-home .content-blocks-section .single-block.block-3 .wrapper .info h2 {
  white-space: nowrap;
}
.page-home .content-blocks-section .single-block.block-3 .wrapper .info .desc-bold {
  max-width: 31.75rem;
  width: 100%;
}
@media (max-width: 1280px) {
  .page-home .content-blocks-section .single-block.block-3 .wrapper .info .desc-bold {
    max-width: 450px;
  }
}
.page-home .content-blocks-section .single-block.block-3 .wrapper .info .desc {
  max-width: 27.9375rem;
  width: 100%;
}
@media (max-width: 1280px) {
  .page-home .content-blocks-section .single-block.block-3 .wrapper .info .desc {
    max-width: 450px;
  }
}
@media (max-width: 1440px) {
  .page-home .content-blocks-section .single-block.block-3 .wrapper img {
    height: auto;
    width: 57.97%;
  }
}
@media (max-width: 1280px) {
  .page-home .content-blocks-section .single-block.block-3 .wrapper img {
    width: 49.2745%;
  }
}
.page-home .content-blocks-section .single-block.block-4 .wrapper {
  justify-content: flex-end;
}
.page-home .content-blocks-section .single-block.block-4 .wrapper .info {
  width: 100%;
  max-width: 34.375rem;
}
.page-home .content-blocks-section .single-block.block-4 .wrapper .info .desc-bold {
  max-width: 28.4375rem;
  width: 100%;
}
.page-home .content-blocks-section .single-block.block-4 .wrapper .info .desc {
  max-width: 29.9375rem;
  width: 100%;
}
.page-home .content-blocks-section .single-block.block-4 .wrapper .info .desc a {
  color: #000000;
}
.page-home .content-blocks-section .single-block.block-4 .wrapper .info .btn {
  margin: 3.4375rem 0 0;
}
.page-home .content-blocks-section .single-block.block-4 .wrapper .info .disclaimer {
  margin: 1.6875rem 0 0;
  display: block;
}
.page-home .content-blocks-section .single-block.block-4 .wrapper img {
  height: 43.3125rem;
}
@media (max-width: 1440px) {
  .page-home .content-blocks-section .single-block.block-4 .wrapper img {
    width: 55.94%;
    height: auto;
  }
}
@media (max-width: 1280px) {
  .page-home .content-blocks-section .single-block.block-4 .wrapper img {
    width: 47.549%;
  }
}
.page-home .content-blocks-section .single-block:nth-of-type(2n + 2) {
  background: #F9F9F9;
}
.page-home .content-blocks-section .single-block:nth-of-type(2n + 2) .wrapper .info {
  order: 2;
  padding: 0;
}
@media (max-width: 1440px) {
  .page-home .content-blocks-section .single-block:nth-of-type(2n + 2) .wrapper .info {
    max-width: 500px;
  }
}
@media (max-width: 1280px) {
  .page-home .content-blocks-section .single-block:nth-of-type(2n + 2) .wrapper .info {
    max-width: 450px;
  }
}
.page-home .content-blocks-section .single-block:nth-of-type(2n + 2) .wrapper img {
  order: 1;
  right: inherit;
  left: -3.5rem;
}
@media (max-width: 1440px) {
  .page-home .content-blocks-section .single-block:nth-of-type(2n + 2) .wrapper img {
    left: -40px;
  }
}
@media (max-width: 1280px) {
  .page-home .content-blocks-section .single-block:nth-of-type(2n + 2) .wrapper img {
    left: -20px;
  }
}
.page-home .content-blocks-section .single-block .wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .page-home .content-blocks-section .single-block .wrapper {
    flex-direction: column;
    grid-gap: 48px;
  }
}
.page-home .content-blocks-section .single-block .wrapper .info {
  position: relative;
  z-index: 2;
  padding: 0 0 0 2.375rem;
}
@media (max-width: 1024px) {
  .page-home .content-blocks-section .single-block .wrapper .info {
    order: 2;
    padding: 0;
    width: 100%;
    max-width: inherit !important;
    text-align: center;
  }
}
.page-home .content-blocks-section .single-block .wrapper .info h2 {
  margin: 0;
  line-height: 0.9;
}
@media (max-width: 1024px) {
  .page-home .content-blocks-section .single-block .wrapper .info h2 {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .page-home .content-blocks-section .single-block .wrapper .info h2 br {
    display: none;
  }
}
.page-home .content-blocks-section .single-block .wrapper .info .desc-bold {
  max-width: 31.25rem;
  width: 100%;
  margin: 3rem 0 0;
}
@media (max-width: 1024px) {
  .page-home .content-blocks-section .single-block .wrapper .info .desc-bold {
    margin: 48px auto 0;
  }
}
.page-home .content-blocks-section .single-block .wrapper .info .desc-bold p {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.33;
}
.page-home .content-blocks-section .single-block .wrapper .info .desc {
  margin: 2.25rem 0 0;
  max-width: 31.25rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .page-home .content-blocks-section .single-block .wrapper .info .desc {
    margin: 36px auto 0;
  }
}
.page-home .content-blocks-section .single-block .wrapper .info .desc * {
  color: #333333;
}
.page-home .content-blocks-section .single-block .wrapper .info .fact {
  margin: 2.25rem 0 0;
}
@media (max-width: 1024px) {
  .page-home .content-blocks-section .single-block .wrapper .info .fact {
    text-align: center;
  }
}
.page-home .content-blocks-section .single-block .wrapper .info .fact span {
  display: block;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1024px) {
  .page-home .content-blocks-section .single-block .wrapper .info .fact span {
    text-align: center;
  }
}
.page-home .content-blocks-section .single-block .wrapper .info .fact p {
  line-height: 1.33;
  margin: 0.25rem 0 0;
  color: #333333;
  max-width: 24.0625rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .page-home .content-blocks-section .single-block .wrapper .info .fact p {
    text-align: center;
    margin: 4px auto 0;
  }
}
.page-home .content-blocks-section .single-block .wrapper img {
  height: 45.0625rem;
  width: auto;
  display: block;
  position: absolute;
  right: -3.5rem;
}
@media (max-width: 1440px) {
  .page-home .content-blocks-section .single-block .wrapper img {
    width: 59.61%;
    right: -40px;
    height: auto;
  }
}
@media (max-width: 1280px) {
  .page-home .content-blocks-section .single-block .wrapper img {
    width: 50.6685%;
    right: -20px;
  }
}
@media (max-width: 1024px) {
  .page-home .content-blocks-section .single-block .wrapper img {
    order: 1;
    position: relative;
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 480px !important;
  }
}
@media (max-width: 768px) {
  .page-home .content-blocks-section .single-block .wrapper img {
    max-width: 400px !important;
  }
}
@media (max-width: 480px) {
  .page-home .content-blocks-section .single-block .wrapper img {
    max-width: 320px !important;
  }
}
.page-home .bottom-section {
  padding: 4.875rem 0;
}
.page-home .bottom-section .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-home .bottom-section .wrapper img {
  width: 100%;
  max-width: 46.25rem;
  display: block;
  height: auto;
  margin: 0 auto;
}
.page-home .bottom-section .wrapper p {
  position: absolute;
  display: block;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.page-home .bottom-section .wrapper p span {
  color: #578EFC;
}

main.page-default .content-section {
  padding: 11.5rem 0 5.6875rem;
  background: #f9f9f9;
}
main.page-default .content-section .wrapper h1 {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
}
main.page-default .content-section .wrapper .text {
  margin: 3.5rem 0 0;
}

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