/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

.lazyframe {
  position: relative;
  background-color: currentColor;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.lazyframe__title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 15px 17px;
  z-index: 3;
}

.lazyframe__title::after {
  z-index: -1;
}

.lazyframe:hover {
  cursor: pointer;
}

.lazyframe::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.lazyframe[data-ratio="16:9"]::before {
  padding-top: 56.25%;
}

.lazyframe[data-ratio="4:3"]::before {
  padding-top: 75%;
}

.lazyframe[data-ratio="1:1"]::before {
  padding-top: 100%;
}

.lazyframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.lazyframe[data-vendor=youtube], .lazyframe[data-vendor=youtube_nocookie] {
  background-color: #f1f1f1;
}

.lazyframe[data-vendor=youtube] .lazyframe__title, .lazyframe[data-vendor=youtube_nocookie] .lazyframe__title {
  color: #eee;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.498039) 0 0 2px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: color 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.lazyframe[data-vendor=youtube] .lazyframe__title:hover, .lazyframe[data-vendor=youtube_nocookie] .lazyframe__title:hover {
  color: #fff;
}

.lazyframe[data-vendor=youtube] .lazyframe__title::before, .lazyframe[data-vendor=youtube_nocookie] .lazyframe__title::before {
  content: "";
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  height: 98px;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.lazyframe[data-vendor=youtube]::before, .lazyframe[data-vendor=youtube_nocookie]::before {
  padding-top: 56.25%;
}

.lazyframe[data-vendor=youtube]::after, .lazyframe[data-vendor=youtube_nocookie]::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231F1F1F' d='M255.7 446.3c-53.3.3-106.6-.4-159.8-3.3-17.4-1-34.7-2.5-50.4-11C35 426.3 27 418.4 22 407.2 13.2 388.6 10.5 369 9 349c-3.4-41.3-3.6-82.6-1.8-123.8 1-22 1.6-44 6.8-65.5 2-8.4 5-16.6 8.8-24.4C32 117 48 108 67.3 104c16.2-3 32.8-3 49.3-3.7 56-2.3 112-3.5 168-3 43 .6 86.2 1.7 129.3 4 13.2.6 26.6.8 39.3 5.5 17.2 6.4 30 17.2 37 34.7 6.6 16.8 9.2 34.2 10.6 52 3.8 48.7 4 97.3.7 146-1 16.3-2.2 32.7-6.5 48.8-9.7 37-32.8 51.5-66.7 53.8-36.2 2.5-72.5 3.8-108.8 4.3-21.3.2-42.7 0-64 0zM203.2 344L348 264.7l-144.8-79.3V344z'/%3E%3Cpath fill='%23FEFDFD' d='M203.2 344V185.5L348 264.8 203.2 344z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.81;
  border: none;
  z-index: 4;
}

.lazyframe[data-vendor=youtube]:hover::after, .lazyframe[data-vendor=youtube_nocookie]:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23DD2C28' d='M255.7 446.3c-53.3.3-106.6-.4-159.8-3.3-17.4-1-34.7-2.5-50.4-11C35 426.3 27 418.4 22 407.2 13.2 388.6 10.5 369 9 349c-3.4-41.3-3.6-82.6-1.8-123.8 1-22 1.6-44 6.8-65.5 2-8.4 5-16.6 8.8-24.4C32 117 48 108 67.3 104c16.2-3 32.8-3 49.3-3.7 56-2.3 112-3.5 168-3 43 .6 86.2 1.7 129.3 4 13.2.6 26.6.8 39.3 5.5 17.2 6.4 30 17.2 37 34.7 6.6 16.8 9.2 34.2 10.6 52 3.8 48.7 4 97.3.7 146-1 16.3-2.2 32.7-6.5 48.8-9.7 37-32.8 51.5-66.7 53.8-36.2 2.5-72.5 3.8-108.8 4.3-21.3.2-42.7 0-64 0zM203.2 344L348 264.7l-144.8-79.3V344z'/%3E%3Cpath fill='%23FEFDFD' d='M203.2 344V185.5L348 264.8 203.2 344z'/%3E%3C/svg%3E");
  opacity: 1;
}

.lazyframe[data-vendor=vimeo] {
  background-color: #00adef;
}

.lazyframe[data-vendor=vimeo] .lazyframe__title {
  color: #00adef;
  font-size: 20px;
  font-weight: 700;
  text-rendering: optimizeLegibility;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-font-smoothing: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}

.lazyframe[data-vendor=vimeo]::before {
  padding-top: 48.25%;
}

.lazyframe[data-vendor=vimeo]::after {
  content: "";
  height: 40px;
  width: 65px;
  display: block;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' baseProfile='tiny' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M7.765 16.89l8.47-4.89-8.47-4.89'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative;
}

.lazyframe[data-vendor=vimeo]:hover::after {
  background-color: #00adef;
}

@font-face {
  font-family: "BoschSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/BoschSans/BoschSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "BoschSans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/BoschSans/BoschSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "BoschSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/BoschSans/BoschSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Inter/Inter-Bold.ttf") format("truetype");
}
*, *::before, *::after {
  box-sizing: border-box;
  outline: none;
}

::-moz-selection {
  color: #fff;
  background-color: rgb(63.0779220779, 135.5818181818, 200.6220779221);
}

::selection {
  color: #fff;
  background-color: rgb(63.0779220779, 135.5818181818, 200.6220779221);
}

::-moz-placeholder {
  color: gray;
}

::placeholder {
  color: gray;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

input, textarea {
  display: block;
  width: 100%;
  border: 1px solid #000;
  border-radius: 0;
  background-color: transparent;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

svg {
  display: block;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}

h1 {
  font-weight: bold;
  font-size: 70rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

h2 {
  font-size: 48rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  font-family: "Inter", sans-serif;
}
h2.small {
  font-size: 30rem;
}

h3 {
  font-size: 28rem;
  line-height: 1;
}

h4 {
  font-size: 20rem;
}

.fz12 {
  font-size: 12rem;
}

.fz14 {
  font-size: 14rem;
}

.fz16 {
  font-size: 16rem;
}

.fz18 {
  font-size: 18rem;
}

.fz30 {
  font-size: 30rem;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  text-transform: normal;
}

.ttl {
  text-transform: lowercase;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.c-accent {
  color: #4B8FCC;
}

.c-blue {
  color: #4B8FCC;
}

.c-blue-dark {
  color: #005587;
}

.c-red {
  color: red;
}

.c-green {
  color: green;
}

.c-gray {
  color: gray;
}

.c-white {
  color: #fff;
}

.bg-blue {
  background-color: #4B8FCC;
}

.bg-blue-dark {
  background-color: #005587;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.hidden {
  display: none;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 15rem;
  line-height: 1.25;
  transition: 0.25s;
  width: auto;
  height: 82rem;
  min-width: 386rem;
  padding: 0 30rem;
  background-color: #333;
  color: #fff;
  font-size: 24rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.btn--accent {
  background-color: #4B8FCC;
  letter-spacing: 0.04em;
}
.btn--accent:hover {
  background-color: rgb(86.9220779221, 150.4181818182, 207.3779220779);
}
.btn--accent:active {
  background-color: rgb(63.0779220779, 135.5818181818, 200.6220779221);
}
.btn--white {
  background-color: #fff;
  color: #4B8FCC;
}
.btn--white:hover {
  background-color: rgb(239.7, 239.7, 239.7);
}
.btn--white:active {
  background-color: rgb(229.5, 229.5, 229.5);
}
.btn--border-blue-1 {
  background-color: transparent;
  border: 1px solid #4B8FCC;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.07em;
}
.btn--border-blue-1:hover {
  background-color: #4B8FCC;
}
.btn--border-blue-1:active {
  background-color: rgb(63.0779220779, 135.5818181818, 200.6220779221);
}
.btn--border-blue-2 {
  background-color: transparent;
  border: 1px solid #4B8FCC;
  color: #4B8FCC;
  letter-spacing: 0.04em;
}
.btn--border-blue-2:hover {
  color: #fff;
  background-color: #4B8FCC;
}
.btn--border-blue-2:active {
  background-color: rgb(63.0779220779, 135.5818181818, 200.6220779221);
}
.btn.medium {
  height: 70rem;
  min-width: 344rem;
}
.btn.small {
  height: 60rem;
  min-width: 344rem;
}
.btn.w100 {
  width: 100%;
}
.btn img, .btn svg {
  width: 20rem;
}

html {
  background-color: #fff;
  font-size: 0.0520833333vw;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-family: "BoschSans", sans-serif;
  font-size: 20rem;
  font-weight: 400;
  line-height: 1.55;
  color: #000;
}

.page-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-top: 110rem;
}
.page-container main {
  max-width: 100vw;
  overflow-x: hidden;
}

.container {
  max-width: 1690rem;
  margin: 0 auto;
}

header.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  overflow: hidden;
}
header.header-main img.header-line {
  display: block;
  position: absolute;
  top: 0;
  left: -5rem;
  width: calc(100% + 5rem);
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
header.header-main.fixed {
  box-shadow: 0 -4rem 10rem rgba(0, 0, 0, 0.3);
}
header.header-main .grid {
  padding-top: 6rem;
  align-items: center;
  height: 110rem;
  grid-template-columns: 1fr auto;
}
header.header-main .grid .logo-wrap {
  display: flex;
  position: relative;
  z-index: 10;
}
header.header-main .grid .logo-wrap img {
  display: block;
  width: 214rem;
}
header.header-main .grid .menu-wrap ul {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 30rem;
}
header.header-main .grid .menu-wrap ul li {
  list-style-type: none;
}
header.header-main .grid .menu-wrap ul li a {
  display: block;
  line-height: 1.1;
  font-size: 18rem;
  text-decoration: none;
  text-align: center;
  transition: 0.25s;
}
header.header-main .grid .menu-wrap ul li a:hover, header.header-main .grid .menu-wrap ul li a.active {
  color: #4B8FCC;
}
header.header-main .grid button.btn-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  width: 28rem;
  height: 20rem;
  position: relative;
  background-color: transparent;
  z-index: 2;
}
header.header-main .grid button.btn-menu.active span:nth-child(1) {
  transform: translate(4rem, 0) rotate(45deg);
}
header.header-main .grid button.btn-menu.active span:nth-child(2) {
  transform: rotate(-45deg);
}
header.header-main .grid button.btn-menu.active span:nth-child(3) {
  opacity: 0;
  transform: scale(0, 0);
}
header.header-main .grid button.btn-menu span {
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.25s ease;
}
header.header-main .grid button.btn-menu span:nth-child(1) {
  transform-origin: left top;
}
header.header-main .grid button.btn-menu span:nth-child(2) {
  transform-origin: center;
}
header.header-main .grid button.btn-menu span:nth-child(3) {
  transform-origin: center top;
}
header.header-main .mobile-menu-wrap {
  position: fixed;
  overflow: auto;
  top: 6rem;
  right: 0;
  height: calc(100vh - 6rem);
  height: calc(var(--vh, 1vh) * 100 - 6rem);
  background-color: #fff;
  width: 100%;
  max-width: 380rem;
  box-shadow: 0rem 10rem 5rem rgba(0, 0, 0, 0.15);
  padding: 50rem 15rem 15rem;
  transition: 0.5s;
  transform: translate(100%, 0);
}
header.header-main .mobile-menu-wrap.active {
  transform: translate(0, 0);
}
header.header-main .mobile-menu-wrap .menu-wrapper {
  padding-top: 50rem;
  padding-bottom: 50rem;
}
header.header-main .mobile-menu-wrap .menu-wrapper ul {
  display: grid;
  gap: 25rem;
  padding: 0;
  text-align: center;
}
header.header-main .mobile-menu-wrap .menu-wrapper ul li {
  list-style-type: none;
}
header.header-main .mobile-menu-wrap .menu-wrapper ul li a {
  text-decoration: none;
  font-size: 18rem;
  transition: 0.25s;
}
header.header-main .mobile-menu-wrap .menu-wrapper ul li a.active {
  color: #4B8FCC;
}

footer.footer-main {
  border-top: 1px solid #d3d3d3;
  padding: 15rem;
}
footer.footer-main .link-wrap {
  display: flex;
  text-align: center;
  justify-content: center;
}
footer.footer-main .link-wrap a {
  font-size: 16rem;
  position: relative;
  transition: 0.25s;
}
footer.footer-main .link-wrap a:hover {
  color: #4B8FCC;
}
footer.footer-main .link-wrap p {
  font-size: 16rem;
  color: #9d9d9d;
}

.section-banner {
  max-width: 1940rem;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-color: #4B8FCC;
  color: #fff;
  position: relative;
  z-index: 1;
}
.section-banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(75, 143, 204, 0.15);
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #4D8FCC 80%);
}
.section-banner .grid {
  padding: 50rem 0;
  min-height: 548rem;
  align-items: center;
  justify-content: flex-start;
}
.section-banner .text-wrap {
  max-width: 1050rem;
  display: grid;
  gap: 50rem;
}
.section-banner .text-wrap p {
  font-size: 30rem;
  font-weight: bold;
  line-height: 1.25;
}

.section-video {
  padding: 18rem 0;
}

.section-pick {
  padding: 18rem 0;
}
.section-pick .wrapper {
  padding: 45rem 0;
  background-color: #2e3033;
  color: #fff;
}
.section-pick .grid {
  grid-template-columns: 780rem auto;
  justify-content: space-between;
  align-items: center;
  gap: 20rem;
}
.section-pick .grid h2 {
  font-family: "Inter", sans-serif;
}

.section-why {
  background-color: #f5f5f5;
  padding: 60rem 0 90rem;
  margin-top: -18rem;
}
.section-why .items {
  margin-top: 50rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20rem;
}
.section-why .items .item {
  background-color: #fff;
  padding: 30rem;
  text-align: center;
}
.section-why .items .item .img-wrap .wrap {
  padding-top: 57.613%;
  position: relative;
}
.section-why .items .item .img-wrap .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-why .items .item h3 {
  margin-top: 30rem;
  line-height: 1.3;
}
.section-why .items .item p {
  margin-top: 10rem;
}

.home-advantages {
  padding: 36rem 0 18rem;
}
.home-advantages .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20rem;
}
.home-advantages .items .item {
  color: #fff;
  text-align: center;
  padding: 35rem 15rem;
  letter-spacing: -0.02em;
  display: grid;
  gap: 10rem;
  align-items: flex-start;
  align-content: flex-start;
}
.home-advantages .items .item:nth-child(1) {
  background-color: #5A3C8F;
}
.home-advantages .items .item:nth-child(2) {
  background-color: #235BA3;
}
.home-advantages .items .item:nth-child(3) {
  background-color: #307EB6;
}
.home-advantages .items .item:nth-child(4) {
  background-color: #0098D7;
}
.home-advantages .items .item:nth-child(5) {
  background-color: #0A9D5C;
}

.home-models {
  padding: 60rem 0 18rem;
}
.home-models .table {
  margin-top: 50rem;
  border: 1px solid #e1e1e1;
}
.home-models .table .tr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.home-models .table .tr:nth-child(odd):not(:first-child) {
  background-color: #f5f5f5;
}
.home-models .table .tr:nth-child(2) .td {
  text-align: center;
}
.home-models .table .tr:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
.home-models .table .tr img.img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.home-models .table .tr .td {
  padding: 6rem 15rem;
  font-size: 20rem;
}
.home-models .table .tr .td:not(:last-child) {
  border-right: 1px solid #e1e1e1;
}
.home-models .table .tr .td b.title {
  display: block;
  text-align: center;
  font-size: 20rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.home-models .table .tr .td .ic-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5rem;
}
.home-models .table .tr .td .ic-wrap img {
  width: 40rem;
}
.home-models .items-mob {
  margin-top: 50rem;
  display: grid;
  gap: 50rem;
}
.home-models .items-mob .item h3 {
  text-align: center;
  background-color: #4B8FCC;
  color: #fff;
  padding: 15rem 10rem;
  font-size: 20rem;
}
.home-models .items-mob .item img.img {
  display: block;
  width: 100%;
}
.home-models .items-mob .item .tbl {
  margin-top: 15rem;
  display: grid;
  border: 1px solid #e1e1e1;
}
.home-models .items-mob .item .tbl .tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.home-models .items-mob .item .tbl .tr:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
.home-models .items-mob .item .tbl .tr:nth-child(odd) .td:first-child {
  background-color: #005587;
}
.home-models .items-mob .item .tbl .tr:nth-child(odd) .td:last-child {
  background-color: #f5f5f5;
}
.home-models .items-mob .item .tbl .tr:nth-child(even) .td:first-child {
  background-color: #4B8FCC;
}
.home-models .items-mob .item .tbl .tr .td {
  padding: 6rem;
  font-size: 14rem;
}
.home-models .items-mob .item .tbl .tr .td:first-child {
  color: #fff;
}
.home-models .items-mob .item .tbl .tr .td .ic-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5rem;
}
.home-models .items-mob .item .tbl .tr .td .ic-wrap img {
  width: 30rem;
}
.home-models .items-mob .item .btn-wrap {
  margin-top: 15rem;
}

.home-advice {
  padding: 60rem 0;
  margin-top: -18rem;
}
.home-advice .items {
  margin-top: 50rem;
  display: grid;
  gap: 50rem;
}
.home-advice .items .item {
  display: grid;
  gap: 30rem;
}
.home-advice .items .item:nth-child(odd) {
  grid-template-columns: 1fr 1fr;
}
.home-advice .items .item:nth-child(even) {
  grid-template-columns: 1fr 1fr;
}
.home-advice .items .item .wrap-rel {
  padding-top: 60%;
  position: relative;
}
.home-advice .items .item .wrap-rel img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-advice .items .item .media-wrapper .lazyframe[data-vendor=youtube]::before, .home-advice .items .item .media-wrapper .lazyframe[data-vendor=youtube_nocookie]::before {
  padding-top: 60%;
}
.home-advice .items .item .text-wrapper {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: flex-start;
}
.home-advice .items .item .text-wrapper .text-wrap {
  display: grid;
  gap: 30rem;
}
.home-advice .items .item .text-wrapper .text-wrap h3 {
  font-size: 36rem;
}
.home-advice .items .item .text-wrapper .text-wrap ul {
  padding-left: 20rem;
}
.home-advice .items .item .text-wrapper .text-wrap ul li {
  list-style-type: disc;
}
.home-advice .items .item .text-wrapper .media-mob-wrap {
  order: -1;
}
.home-advice .items .item .text-wrapper .media-mob-wrap .lazyframe[data-vendor=youtube]::before, .home-advice .items .item .text-wrapper .media-mob-wrap .lazyframe[data-vendor=youtube_nocookie]::before {
  padding-top: 60%;
}

.home-faq {
  padding-bottom: 60rem;
}
.home-faq .items {
  margin-top: -15rem;
  padding-top: 50rem;
}
.home-faq .items .item:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
.home-faq .items .item.active .title {
  color: #4B8FCC;
}
.home-faq .items .item.active .title::after {
  transform: rotate(180deg);
}
.home-faq .items .item.active .text-wrap {
  display: block;
}
.home-faq .items .item .title {
  padding: 15rem 50rem 15rem 0;
  font-size: 24rem;
  position: relative;
  cursor: pointer;
  transition: 0.25s;
}
.home-faq .items .item .title:hover {
  color: #4B8FCC;
}
.home-faq .items .item .title::after {
  content: "";
  display: block;
  position: absolute;
  width: 18rem;
  height: 18rem;
  background-image: url("../img/ic-arrow-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 23rem;
  right: 25rem;
  transition: 0.25s;
}
.home-faq .items .item .text-wrap {
  display: none;
  margin-top: -10rem;
  padding-bottom: 15rem;
}
@media only screen and (min-width: 481px) {
  q {
    top: 0;
  }
}
@media only screen and (min-width: 769px) {
  q {
    top: 0;
  }
  .hidden-desc {
    display: none;
  }
  header.header-main .grid button.btn-menu {
    display: none;
  }
  header.header-main .mobile-menu-wrap {
    display: none;
  }
  .section-banner::before {
    display: none;
  }
  .lazyframe[data-vendor=youtube]::before, .lazyframe[data-vendor=youtube_nocookie]::before {
    padding-top: 40.4%;
  }
  .home-models .items-mob {
    display: none;
  }
  .home-advice .items .item:nth-child(odd) .media-wrapper {
    order: 1;
  }
  .home-advice .items .item .text-wrapper .media-mob-wrap {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  q {
    top: 0;
  }
  h1 {
    font-size: 46rem;
  }
  h2 {
    font-size: 30rem;
  }
  h2.small {
    font-size: 26rem;
  }
  h3 {
    font-size: 26rem;
  }
  .fz12 {
    font-size: 12rem;
  }
  .fz14 {
    font-size: 14rem;
  }
  .fz16 {
    font-size: 16rem;
  }
  .fz18 {
    font-size: 18rem;
  }
  .fz30 {
    font-size: 28rem;
  }
  .hidden-mob {
    display: none;
  }
  .btn {
    padding: 0 15rem;
    font-size: 22rem;
    min-width: 300rem;
  }
  .btn.medium {
    min-width: 280rem;
  }
  .btn.small {
    min-width: 280rem;
  }
  html {
    font-size: 0.1302083333vw;
  }
  body {
    font-size: 18rem;
  }
  .page-container {
    padding-top: 70rem;
  }
  .container {
    padding: 0 30rem;
  }
  header.header-main .grid {
    height: 70rem;
  }
  header.header-main .grid .logo-wrap img {
    width: 180rem;
  }
  header.header-main .grid .menu-wrap {
    display: none;
  }
  .section-banner {
    background-position: 90% 50%;
  }
  .section-banner .text-wrap h1, .section-banner .text-wrap p {
    text-shadow: 0 0 10rem rgba(0, 0, 0, 0.4);
  }
  .section-banner .text-wrap p {
    font-size: 24rem;
    margin-top: -20rem;
  }
  .section-pick .grid {
    grid-template-columns: 1fr auto;
    gap: 25rem;
  }
  .section-why {
    padding: 60rem 0;
  }
  .section-why .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-why .items .item {
    padding: 15rem 15rem 30rem;
  }
  .section-why .items .item h3 br {
    display: none;
  }
  .home-advantages .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-models .table-wrap {
    display: none;
  }
  .home-models .table .tr .td {
    font-size: 16rem;
    padding: 6rem 10rem;
  }
  .home-models .table .tr .td b.title {
    font-size: 16rem;
    line-height: 1.1;
  }
  .home-models .btn.small {
    min-width: auto;
    font-size: 18rem;
  }
  .home-advice .items {
    gap: 30rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .home-advice .items .item:nth-child(odd) {
    grid-template-columns: 1fr;
  }
  .home-advice .items .item:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .home-advice .items .item .media-wrapper {
    display: none;
  }
  .home-advice .items .item .text-wrapper {
    padding: 0;
    gap: 20rem;
  }
  .home-advice .items .item .text-wrapper .text-wrap {
    gap: 20rem;
  }
  .home-advice .items .item .text-wrapper .text-wrap h3 {
    font-size: 22rem;
  }
  .home-advice .items .item .text-wrapper .text-wrap h3 br {
    display: none;
  }
  .home-faq .items .item .title {
    font-size: 22rem;
  }
}
@media only screen and (max-width: 480px) {
  q {
    top: 0;
  }
  h1 {
    font-size: 34rem;
  }
  h1 br {
    display: none;
  }
  h2 {
    font-size: 26rem;
    text-align: center;
  }
  h2.small {
    font-size: 22rem;
  }
  h3 {
    font-size: 22rem;
  }
  h4 {
    font-size: 18rem;
  }
  .fz12 {
    font-size: 12rem;
  }
  .fz14 {
    font-size: 14rem;
  }
  .fz16 {
    font-size: 16rem;
  }
  .fz18 {
    font-size: 18rem;
  }
  .fz30 {
    font-size: 24rem;
  }
  .btn {
    font-size: 18rem;
    max-width: 100%;
    width: 100%;
    height: 66rem;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    font-size: 16rem;
  }
  .container {
    padding: 0 15rem;
  }
  header.header-main .grid .logo-wrap img {
    width: 160rem;
  }
  header.header-main .mobile-menu-wrap {
    max-width: 100%;
    box-shadow: none;
  }
  footer.footer-main {
    padding: 15rem 0;
  }
  footer.footer-main .link-wrap a {
    font-size: 14rem;
  }
  footer.footer-main .link-wrap p {
    font-size: 14rem;
  }
  .section-banner .text-wrap {
    text-align: center;
  }
  .section-banner .text-wrap p {
    font-size: 20rem;
  }
  .section-banner .text-wrap p br {
    display: none;
  }
  .section-pick .wrapper {
    padding: 60rem 0;
    text-align: center;
  }
  .section-pick .grid {
    grid-template-columns: 1fr;
    gap: 30rem;
  }
  .section-why .items {
    grid-template-columns: 1fr;
  }
  .section-why .items .item {
    padding: 15rem;
  }
  .section-why .items .item .img-wrap {
    margin: -15rem;
  }
  .home-advantages .items {
    grid-template-columns: 1fr;
    gap: 10rem;
  }
  .home-advice .items {
    grid-template-columns: 1fr;
    gap: 50rem;
  }
  .home-advice .items .item .text-wrapper .text-wrap h3 {
    font-size: 20rem;
  }
  .home-faq {
    padding-bottom: 30rem;
  }
  .home-faq .items .item .title {
    font-size: 18rem;
  }
}
@media only screen and (min-width: 1921px) {
  html {
    font-size: 1px;
  }
}

.footer-legal {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.45;
  color: #6f6f6f;
  max-width: 960px;
}

.footer-legal p {
  margin: 0 0 8px;
}

.footer-legal a {
  color: inherit;
  text-decoration: underline;
}

.footer-disclaimer {
  font-size: 11px;
  color: #8a8a8a;
}

.footer-links{
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
}
.footer-links a{
  color: inherit;
  text-decoration: underline;
}
.footer-sep{
  margin: 0 8px;
  opacity: .6;
}
