/*
================================================================================

  Import of all SCSS-files

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

/**
 * Swiper 5.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 30, 2019
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*
================================================================================

  "Magnific Popup" styles

================================================================================
*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.75;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*
================================================================================

  Variables

================================================================================
*/
/* Grid
------------------------------------- */
/* Fonts
------------------------------------- */
/* Spacing
------------------------------------- */
/* Colors
------------------------------------- */
/* Shadows
------------------------------------- */
/* Transitions
------------------------------------- */
/* Z-indexes
------------------------------------- */
/*
================================================================================

  Grid mixins

================================================================================
*/
/* Container
------------------------------------ */
/* No shrink (IE flexbox bug fix)
------------------------------------- */
/*
================================================================================

  Form mixins

================================================================================
*/
/* Placeholder
------------------------------------ */
/*
================================================================================

  Text mixins

================================================================================
*/
/* Font smoothing
------------------------------------- */
/* Clears top and bottom margins of
   the first and last child element
   respectively
------------------------------------- */
/* Heading Level 1
------------------------------------- */
/* Heading Level 2
------------------------------------- */
/* Heading Level 3
------------------------------------- */
/* Heading Level 4
------------------------------------- */
/* Label text
------------------------------------- */
/* Body text
------------------------------------- */
/* Small text
------------------------------------- */
/* Nano text
------------------------------------- */
/* Unordered list
------------------------------------- */
/*
================================================================================

  MQ Breakpoints settings

================================================================================
*/
/*
================================================================================

  Utility classes

================================================================================
*/
.red-text {
  color: #cc005a !important;
}

.no-top-padding {
  padding-top: 0 !important;
}

.no-bottom-padding {
  padding-bottom: 0 !important;
}

/*
================================================================================

  General

================================================================================
*/
:root {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

::-moz-selection {
  background-color: rgba(51, 119, 255, 0.25);
}

::selection {
  background-color: rgba(51, 119, 255, 0.25);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
  font-family: "Open Sans", sans-serif;
}

button {
  cursor: pointer;
}

.container {
  max-width: 108.6rem;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  margin: 0 auto;
}

.notifications .flash {
  text-align: center;
  padding: 1.6rem;
  font-size: 18px;
}

.notifications .flash--error {
  color: red;
}

.heading-one {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.33333;
  margin-top: 0;
  margin-bottom: 4.8rem;
  color: #173673;
}

.heading-two {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

.heading-three {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
  line-height: 1.33333;
}

.heading-four {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
  line-height: 1.33333;
}

.heading-five {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
  line-height: 1.33333;
}

.paragraph {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-small {
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
}

.paragraph-nano {
  font-size: 0.5rem;
  font-weight: 600;
  margin: 0 0 0.31rem;
}

.italic {
  font-style: italic;
}

.semi-bold {
  font-weight: 600;
}

.light {
  font-weight: 100;
}

.alternating-block {
  margin: 4.8rem 0;
}

.alternating-block--last {
  margin: 4.8rem 0 0;
}

.alternating-block:focus {
  outline: none;
}

.alternating-block + .alternating-block {
  margin-top: -4.8rem;
}

.alternating-block__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

.alternating-block__body {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  padding: 1.6rem 0;
}

.alternating-block__text {
  width: 50%;
  padding-right: 80px;
}

.alternating-block__text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #173673;
}

.alternating-block__heading {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #173673;
}

.alternating-block__image {
  width: 50%;
}

.alternating-block img {
  display: block;
  width: 100%;
}

@media (min-width: 600px) {
  .alternating-block--flip .alternating-block__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .alternating-block--flip .alternating-block__text {
    padding-left: 80px;
    padding-right: 0;
  }
}

@media (max-width: 600px) {
  .alternating-block__text, .alternating-block__image {
    width: 100%;
    padding: 0;
  }
  .alternating-block__text {
    text-align: center;
    margin-bottom: 1.6rem;
  }
}

/*
================================================================================

  "Button" component

================================================================================
*/
.btn {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  height: 4.4rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  outline: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 4.2rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  position: relative;
}

.btn--red {
  color: #fff;
  background-color: #cc005a;
  border-color: #cc005a;
}

.btn--red:hover {
  background-color: #b3004f;
  border-color: #b3004f;
}

.btn--red:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 90, 0.5);
}

.btn--red:active {
  background-color: #990044;
  border-color: #990044;
}

.btn--blue {
  color: #fff;
  background-color: #3377ff;
  border-color: #3377ff;
}

.btn--blue:hover {
  background-color: #1a66ff;
  border-color: #1a66ff;
}

.btn--blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 119, 255, 0.5);
}

.btn--blue:active {
  background-color: #0055ff;
  border-color: #0055ff;
}

.btn--white-ghost {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn--white-ghost:hover {
  color: #cc005a;
  background-color: #fff;
}

.btn--white-ghost:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn--white-ghost:active {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn--red-ghost {
  color: #cc005a;
  background-color: transparent;
  border-color: #cc005a;
}

.btn--red-ghost:hover {
  color: #fff;
  background-color: #cc005a;
}

.btn--red-ghost:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 90, 0.5);
}

.btn--red-ghost:active {
  background-color: #b3004f;
  border-color: #b3004f;
}

.btn--paypal {
  background-color: #fec43a;
  border: 1px solid #daa72d;
  color: #173673;
}

.btn--paypal:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 138, 45, 0.5);
}

.btn svg {
  max-height: 1.6rem;
  margin: 0 0.5rem -0.19rem 0;
}

.btn path,
.btn use {
  fill: currentColor;
}

.button {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #3377ff;
  border: 1px solid #3377ff;
  padding: 1.2rem 1.8rem 1.4rem;
  border-radius: 0.6rem;
  font-weight: 600;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
}

.button svg {
  max-height: 1.6rem;
  margin: 0 0.5rem -0.19rem 0;
}

.button path,
.button use {
  fill: currentColor;
}

.button--secondary {
  color: #3377ff;
  background-color: transparent;
}

.button--disabled {
  color: #adb8cc;
  background-color: #e1e5ed;
  border: 1px solid #e1e5ed;
  cursor: not-allowed;
}

.button--delete {
  background-color: #cc005a;
  border: 1px solid #cc005a;
}

.button--paypal {
  background-color: #fec43a;
  border: 1px solid #daa72d;
  color: #173673;
}

.button--paypal:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 138, 45, 0.5);
}

.ccc-banner {
  margin: 2rem;
  padding: 2rem;
  position: fixed;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
  z-index: 2000;
  background: #173673 !important;
  color: #fff !important;
}

.ccc-banner--bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.ccc-banner__description {
  font-size: 1.6em;
}

.ccc-banner__label-container {
  margin-bottom: 1.6rem;
}

.ccc-banner__button {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  height: 4.4rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  outline: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 4.2rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  margin-right: 0.8rem;
}

.ccc-banner__button--primary {
  color: #fff !important;
  background-color: #cc005a !important;
  border-color: #cc005a !important;
}

.ccc-banner__button--primary:hover {
  background-color: #b3004f !important;
  border-color: #b3004f !important;
}

.ccc-banner__button--primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 0, 90, 0.5) !important;
}

.ccc-banner__button--primary:active {
  background-color: #990044 !important;
  border-color: #990044 !important;
}

.ccc-banner__button--secondary {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
}

.ccc-banner__button--secondary:hover {
  color: #cc005a !important;
  background-color: #fff !important;
}

.ccc-banner__button--secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}

.ccc-banner__button--secondary:active {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}

.ccc-form__label {
  margin-right: 0.8rem;
}

.ccc-form__label-text {
  font-size: 1.6em;
}

#elc-cookie-consent.elc-small {
  width: 50em;
}

#elc-cookie-consent h3 {
  margin: 0 0 1rem !important;
}

#elc-cookie-consent p {
  margin: 0 0 2rem;
}

#elc-cookie-consent #elc-cookie-consent-settings h4 {
  font-size: 1.6rem;
}

#elc-cookie-consent #elc-cookie-consent-settings p {
  margin: 0 0 1rem;
}

.checkout {
  margin: 2rem 0;
}

.checkout label {
  overflow-x: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  max-width: 100%;
  white-space: nowrap;
}

.checkout label::-webkit-scrollbar {
  display: none;
}

.checkout__item {
  background-color: #fff;
  padding: 2.5rem 3rem;
  position: relative;
  border-radius: 0.8rem;
  margin-bottom: 2rem;
}

.checkout__item:last-of-type {
  margin-bottom: 20rem;
}

.checkout__item-content {
  display: none;
  margin-top: 4rem;
}

.checkout__item-content--active {
  display: block;
}

.checkout__cards {
  margin: 3rem 0 4rem;
}

.checkout__cards h3 {
  margin: 0 1rem 0 0;
  display: inline;
}

.checkout__cards img {
  display: inline;
  width: 100%;
  max-width: 260px;
  margin-bottom: -11px;
}

.checkout__heading-wrapper {
  position: relative;
}

.checkout__edit {
  position: absolute;
  top: 50%;
  right: 0;
  border: none;
  background: transparent;
  color: #3377ff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  border: 1px solid transparent;
  border-radius: 0.6rem;
}

.checkout__edit:hover {
  text-decoration: underline;
}

.checkout__edit:focus {
  border: 1px solid #3377ff;
  outline: none;
}

.checkout__edit--hidden {
  display: none;
}

.checkout__heading {
  position: relative;
}

.checkout__heading--main {
  margin-bottom: 6.3rem;
}

.checkout__heading--main::after {
  content: "";
  position: absolute;
  left: -4.3rem;
  right: -4.3rem;
  bottom: -2.8rem;
  height: 3px;
  background-color: #eff4f7;
}

.checkout__paragraph {
  margin-top: 3rem;
  color: #596680;
}

.checkout__paragraph a {
  color: #173673;
  text-decoration: none;
}

.checkout__paragraph--error {
  color: #cc005a;
}

.checkout__paragraph--delivery-note {
  margin: -1rem 0 1.6rem;
}

.checkout__buttons {
  margin-top: 3.5rem;
}

.checkout__buttons a,
.checkout__buttons form {
  margin-left: 0.5rem;
}

.checkout__buttons-text {
  position: relative;
  top: -10px;
  display: inline;
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
  margin-left: 0.5rem;
}

.checkout__promo-statements {
  text-align: left;
  color: #60bf60;
  margin: -3.75rem 0 0;
}

@media (max-width: 47.99em) {
  .checkout__promo-statements {
    text-align: center;
  }
}

.checkout__product {
  margin-bottom: 3.75rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.checkout__product .checkout__sub-heading {
  margin: 0;
  width: calc(100% - 200px);
}

.checkout__original-price {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: line-through;
  color: #cc005a;
}

.checkout__product-message {
  width: 100%;
  font-weight: 600;
  color: #60bf60;
}

.checkout__qty {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0.75rem 0 2rem;
}

.checkout__prices {
  margin-bottom: 0;
}

.checkout__price {
  margin-bottom: 0;
  width: 200px;
  text-align: right;
}

.checkout__qty-button {
  width: 4.5rem;
  height: 4.5rem;
  background-color: #60bf60;
  border-radius: 100%;
  position: relative;
  border: none;
}

.checkout__qty-button::after {
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -54%);
  transform: translate(-50%, -54%);
  color: #fff;
}

.checkout__qty-button:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(71, 166, 71, 0.5);
}

.checkout__qty-button--minus {
  background-color: #adb8cc;
}

.checkout__qty-button--minus::after {
  content: "-";
  -webkit-transform: translate(-40%, -64%);
  transform: translate(-40%, -64%);
}

.checkout__qty-button--minus:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.checkout__qty-number {
  margin: 0 0.8rem;
  min-width: 50px;
  text-align: center;
}

.checkout__total {
  max-width: 100%;
  position: relative;
}

.checkout__total p {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.checkout__total span {
  margin-right: 1.5rem;
}

.checkout__total span:last-of-type {
  margin-right: 0;
}

.checkout__region-selecter {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.checkout__region {
  width: calc(33% - 2rem);
  margin: 1rem;
}

@media (max-width: 47.99em) {
  .checkout__region {
    width: calc(50% - 2rem);
  }
}

@media (max-width: 35.49em) {
  .checkout__region {
    width: 100%;
    margin: 0.25rem;
  }
}

.checkout__region button {
  width: 100%;
  display: -webkit-box;
  display: flex;
  padding: 1rem;
  background: #173673;
  line-height: 1.6;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  height: unset;
}

@media (max-width: 35.49em) {
  .checkout__region button {
    line-height: 1.2;
    padding: 0.5rem;
  }
}

.checkout__region button img {
  width: 3rem;
  margin: 0 1rem 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media (max-width: 35.49em) {
  .checkout__region button img {
    width: 1.5rem;
  }
}

@media (max-width: 740px) {
  .checkout__product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .checkout__product .checkout__sub-heading {
    text-align: center;
    width: 100%;
  }
  .checkout__qty {
    margin: 1rem auto;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .checkout__price {
    width: 100%;
    text-align: right;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .checkout__buttons.text--right {
    text-align: center;
  }
  .checkout .image-row {
    display: none;
  }
}

@media (max-width: 580px) {
  .checkout__buttons .button,
  .checkout__buttons form {
    margin: 0;
    width: 100%;
  }
  .checkout__buttons-text {
    display: block;
    top: 0;
    margin: 0.7rem 0;
  }
  .checkout .form__item {
    width: 100%;
  }
}

.checkout__price-summary {
  width: 50%;
  margin: auto 0 auto auto;
}

@media (max-width: 760px) {
  .checkout__price-summary {
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
}

.checkout__summary-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 2.4rem;
  padding: 0.5rem 0;
  color: #173673;
}

.checkout__loader-container {
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(204, 0, 90, 0.7);
  border-radius: 0.8rem;
}

.checkout__loader-container--active {
  display: block;
}

.checkout__loader {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: top;
}

.checkout__loader:before, .checkout__loader:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 4px solid transparent;
  border-top-color: #3377ff;
}

.checkout__loader:before {
  z-index: 100;
  -webkit-animation: spin 1s infinite;
  animation: spin 1s infinite;
}

.checkout__loader:after {
  border: 4px solid #eff4f7;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
================================================================================

  "Course Form" component

================================================================================
*/
.course-form__container {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0.8rem;
}

.course-form__input {
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  width: 100%;
  height: 4.4rem;
  color: #122a59;
  background-color: #fafbfc;
  border: 1px solid #adb8cc;
  border-right: 0;
  border-radius: 0.8rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.course-form__input:-ms-input-placeholder {
  color: #adb8cc;
}

.course-form__input::-moz-placeholder {
  color: #adb8cc;
  opacity: 1;
}

.course-form__input::-webkit-input-placeholder {
  color: #adb8cc;
}

.course-form__input::-ms-input-placeholder {
  color: #adb8cc;
}

.course-form__input::placeholder {
  color: #adb8cc;
}

.course-form__input:focus {
  border-color: #3377ff;
}

.course-form__submit-btn {
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 12.4rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.course-form__submit-btn > .icon {
  margin-right: 1rem;
  width: 1.9rem;
  height: 2rem;
  fill: #fff;
}

.course-form__footnote {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33333;
  color: #adb8cc;
}

.course-form__response {
  padding: 10px 0.6rem;
  width: 100%;
  min-height: 4.4rem;
  color: #173674;
  background-color: #fafbfc;
  border: 1px solid #adb8cc;
  border-radius: 0.8rem;
  outline: 0;
  font-size: 1.4rem;
  line-height: normal;
  text-align: center;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 25.865em) {
  .course-form__submit-btn {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: 11.4rem;
  }
}

.cta-button {
  padding: 3.5rem 0;
}

.cta-button__wrapper {
  text-align: center;
}

.cta-button__button {
  min-width: 350px;
  max-width: 100%;
}

/*
================================================================================

  "Download Link" component

================================================================================
*/
.download-link {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none;
}

.download-link:hover .download-link__icon {
  fill: #2b6cee;
}

.download-link:hover .download-link__title {
  color: #2b6cee;
}

.download-link__icon {
  flex-shrink: 0;
  margin-right: 0.8rem;
  width: 1.8rem;
  height: 2rem;
  fill: #3377ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.download-link__title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3377ff;
  font-weight: 600;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

/*
================================================================================

  "Expand Button" component

================================================================================
*/
.expand-btn {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  color: #3377ff;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-weight: 600;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.expand-btn:hover {
  color: #2b6cee;
}

.expand-btn__icon {
  flex-shrink: 0;
  position: relative;
  margin-right: 0.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #fff;
  border: 0.2rem solid #3377ff;
  border-radius: 50%;
}

.expand-btn__icon::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0.3rem;
  width: 0.8rem;
  height: 0.2rem;
  background-color: #3377ff;
  border-radius: 10rem;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.expand-btn__icon::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0.6rem;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 0.2rem;
  height: 0.8rem;
  background-color: #3377ff;
  border-radius: 10rem;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

/*
================================================================================

  "Field" component

================================================================================
*/
.field__label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.42857;
  margin-bottom: 0.4rem;
  display: inline-block;
  color: #596680;
  cursor: pointer;
}

.field__input {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  width: 100%;
  height: 4.4rem;
  color: #596680;
  background-color: #fafbfc;
  border: 1px solid #adb8cc;
  border-radius: 0.8rem;
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.field__input:-ms-input-placeholder {
  color: rgba(89, 102, 128, 0.5);
}

.field__input::-moz-placeholder {
  color: rgba(89, 102, 128, 0.5);
  opacity: 1;
}

.field__input::-webkit-input-placeholder {
  color: rgba(89, 102, 128, 0.5);
}

.field__input::-ms-input-placeholder {
  color: rgba(89, 102, 128, 0.5);
}

.field__input::placeholder {
  color: rgba(89, 102, 128, 0.5);
}

.field__input:focus {
  border-color: #2b6cee;
}

.field__textarea {
  display: block;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  width: 100%;
  color: #596680;
  background-color: #fafbfc;
  border: 1px solid #adb8cc;
  border-radius: 0.8rem;
  outline: 0;
  font-size: 1.6rem;
  line-height: normal;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
}

.field__textarea:-ms-input-placeholder {
  color: rgba(89, 102, 128, 0.5);
}

.field__textarea::-moz-placeholder {
  color: rgba(89, 102, 128, 0.5);
  opacity: 1;
}

.field__textarea::-webkit-input-placeholder {
  color: rgba(89, 102, 128, 0.5);
}

.field__textarea::-ms-input-placeholder {
  color: rgba(89, 102, 128, 0.5);
}

.field__textarea::placeholder {
  color: rgba(89, 102, 128, 0.5);
}

.field__textarea:focus {
  border-color: #2b6cee;
}

.form {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-top: 2rem;
}

.form--inline-block {
  display: inline-block;
}

.form__item {
  width: calc(50% - 1rem);
  margin: 0 1rem 1.25rem 0;
  position: relative;
}

.form__item--full {
  width: calc(100% - 1rem);
}

.form__item--qltr {
  width: 50%;
  margin: 0px -1rem 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.form__item--container {
  margin: 0px -1rem 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.form__item--error .form__label {
  color: #cc005a;
}

.form__item--error .form__field {
  border: 1px solid #cc005a;
}

.form__item--select:before {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 1.6rem;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #173673;
  pointer-events: none;
}

.form__item--billing-closed {
  display: none;
}

.form__radio {
  width: 100%;
  display: -webkit-box;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #173673;
}

.form__radio input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}

.form__radio input:checked + .form__radio-styled::after {
  opacity: 1;
}

.form label.form__radio {
  overflow: unset;
  white-space: unset;
}

.form__radio-styled {
  position: relative;
  min-width: 2rem;
  height: 2rem;
  border: 1px solid #adb8cc;
  border-radius: 100%;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  margin-right: 1rem;
  top: 3px;
}

.form__radio-styled::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #3377ff;
  opacity: 0;
}

.form__radio-price {
  -webkit-box-flex: 1;
  flex: 1;
  text-align: right;
}

.form__checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form__checkbox input:checked ~ .form__checkbox-styled {
  background-color: #60bf60;
  border: 1px solid #60bf60;
}

.form__checkbox input:checked ~ .form__checkbox-styled:after {
  display: block;
}

.form__checkbox-styled {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #adb8cc;
  border-radius: 0.6rem;
}

.form__checkbox-styled:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 3px;
  width: 7px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form__field {
  width: 100%;
  border: 1px solid #adb8cc;
  padding: 1.4rem 1.05rem;
  border-radius: 0.6rem;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  font-size: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}

.form__field:focus {
  border: 1px solid #3377ff;
  outline: none;
}

.form__field--error {
  border: 1px solid #cc005a;
}

.form__field--error:focus {
  border: 1px solid #3377ff;
  outline: none;
}

.form__label {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
  line-height: 1.33333;
  margin-bottom: 4px;
  color: #596680;
}

.form__label--bold {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
  line-height: 1.33333;
}

.form__label--checkbox {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  color: #173673;
}

.form__label--error {
  color: #cc005a;
}

.form__input-wrap--error {
  border: 1px solid #cc005a;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bg--white {
  background-color: #fff;
}

.bg--black {
  background-color: #000;
}

.bg--light-grey {
  background-color: #eff4f7;
}

.bg--one {
  background-color: #122a59;
}

.bg--two {
  background-color: #173673;
}

.color--white {
  color: #fff;
}

.text--right {
  text-align: right;
}

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

.shadow--small {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

/*
================================================================================

  "Icon" component

================================================================================
*/
.icon {
  display: block;
}

.image-block {
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
}

.image-block__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .image-block__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .image-block__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.image-block__img {
  width: 100%;
  display: block;
}

.image-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: -3rem;
  margin-top: 6rem;
}

.image-row__item {
  margin-right: 6rem;
}

.image-row__image {
  display: block;
  width: 100%;
}

.top--5 {
  top: 5vh !important;
}

.left--5 {
  left: 5vw !important;
}

.top--10 {
  top: 10vh !important;
}

.left--10 {
  left: 10vw !important;
}

.top--15 {
  top: 15vh !important;
}

.left--15 {
  left: 15vw !important;
}

.top--20 {
  top: 20vh !important;
}

.left--20 {
  left: 20vw !important;
}

.top--25 {
  top: 25vh !important;
}

.left--25 {
  left: 25vw !important;
}

.top--30 {
  top: 30vh !important;
}

.left--30 {
  left: 30vw !important;
}

.top--35 {
  top: 35vh !important;
}

.left--35 {
  left: 35vw !important;
}

.top--40 {
  top: 40vh !important;
}

.left--40 {
  left: 40vw !important;
}

.top--45 {
  top: 45vh !important;
}

.left--45 {
  left: 45vw !important;
}

.top--50 {
  top: 50vh !important;
}

.left--50 {
  left: 50vw !important;
}

.top--55 {
  top: 55vh !important;
}

.left--55 {
  left: 55vw !important;
}

.top--60 {
  top: 60vh !important;
}

.left--60 {
  left: 60vw !important;
}

.top--65 {
  top: 65vh !important;
}

.left--65 {
  left: 65vw !important;
}

.top--70 {
  top: 70vh !important;
}

.left--70 {
  left: 70vw !important;
}

.top--75 {
  top: 75vh !important;
}

.left--75 {
  left: 75vw !important;
}

.top--80 {
  top: 80vh !important;
}

.left--80 {
  left: 80vw !important;
}

.top--85 {
  top: 85vh !important;
}

.left--85 {
  left: 85vw !important;
}

.top--90 {
  top: 90vh !important;
}

.left--90 {
  left: 90vw !important;
}

.top--95 {
  top: 95vh !important;
}

.left--95 {
  left: 95vw !important;
}

.top--100 {
  top: 100vh !important;
}

.left--100 {
  left: 100vw !important;
}

.parallax {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  width: 100%;
  overflow: scroll;
  -webkit-perspective: 100px;
  perspective: 100px;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  background-size: contain;
  background-position: 50%;
  background-image: "";
  background-repeat: no-repeat;
  scroll-behavior: smooth;
  height: 93vh;
  top: 7rem;
  margin-bottom: 31vh;
}

.parallax img {
  display: block;
}

.parallax__feature {
  opacity: 0.99;
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
  margin: 0 auto -50%;
  z-index: 0;
  height: 40vh;
}

.parallax__copy {
  text-align: center;
  margin-bottom: 2rem;
}

.parallax__copy h2 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin: 0;
  color: #173673;
}

.parallax__copy p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #596680;
  margin: 0;
}

.parallax__panel {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%;
  height: 200vh;
  width: 100%;
}

.parallax__copy {
  text-align: center;
  position: absolute;
  width: 50%;
  left: 50%;
  top: 8vh;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  opacity: 0;
}

.parallax__images {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
  top: 0;
  margin: 150vh 0 -150vh;
  -webkit-transform: translatez(5px);
  transform: translatez(5px);
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.parallax__images--active .parallax__copy {
  opacity: 1;
}

.parallax__img {
  position: absolute;
  max-width: 280px;
  width: 100%;
  left: 50vw;
  top: 50vh;
  -webkit-transform: translateZ(0) translateY(-50%) translateX(-50%);
  transform: translateZ(0) translateY(-50%) translateX(-50%);
}

.parallax__img--large {
  left: 50vw;
  top: 50vh;
  max-width: 80px;
  -webkit-transform: translateZ(50px) translateY(-50%) translateX(-50%) scale(2);
  transform: translateZ(50px) translateY(-50%) translateX(-50%) scale(2);
}

.promo-banner {
  background: #cc005a;
  padding: 1rem;
  text-decoration: none;
  display: block;
}

.promo-banner__text {
  font-size: 1.6rem;
  color: white;
  margin: 0;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 47.99em) {
  .promo-banner__text {
    font-size: 1.1rem;
  }
}

/*
================================================================================

  "Read More" component

================================================================================
*/
.read-more {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
}

.read-more:hover .read-more__icon {
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}

.read-more--blue .read-more__title {
  color: #3377ff;
}

.read-more--blue .read-more__icon {
  fill: #3377ff;
}

.read-more--white .read-more__title {
  color: #fff;
}

.read-more--white .read-more__icon {
  fill: #fff;
}

.read-more__title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 0.7rem;
  font-weight: 600;
}

.read-more__icon {
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

/*
================================================================================

  "Recommended" component

================================================================================
*/
.recommended {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  width: 14rem;
  height: 3.4rem;
  color: #fff;
  background-color: #cc005a;
  border-radius: 0.4rem;
  border-bottom-left-radius: 0;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.32);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 3.4rem;
  text-align: center;
}

.recommended::before {
  content: "";
  position: absolute;
  bottom: -1.3rem;
  left: 0;
  border: 1.3rem solid transparent;
  border-top: 0;
  border-left: 0;
  border-right-color: #8f0d46;
}

.scroll-table {
  background: #F9FAFB;
  padding: 20px;
  margin-top: -160px;
}

.scroll-table__container {
  max-width: 1210px;
  margin: auto;
  overflow: scroll;
}

.scroll-table__content {
  max-width: inherit;
}

.scroll-table__row {
  display: -webkit-box;
  display: flex;
  flex-wrap: no-wrap;
  position: relative;
}

.scroll-table__row::after {
  content: "";
  position: absolute;
  background-color: #E2E4E7;
  height: 1px;
  left: 0;
  top: 0;
  width: 1200px;
}

.scroll-table__row--headings, .scroll-table__row--products {
  margin: 55px 0 20px;
}

.scroll-table__row--headings::after, .scroll-table__row--products::after {
  display: none;
}

.scroll-table__row--headings .scroll-table__cell:not(:first-of-type), .scroll-table__row--products .scroll-table__cell:not(:first-of-type) {
  background-color: transparent;
}

.scroll-table__row--headings .scroll-table__cell:first-of-type, .scroll-table__row--products .scroll-table__cell:first-of-type {
  background-color: #f9fafb;
}

.scroll-table__row--headings .scroll-table__cell:first-of-type .scroll-table__heading, .scroll-table__row--products .scroll-table__cell:first-of-type .scroll-table__heading {
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
}

.scroll-table__row--headings + .scroll-table__row::after, .scroll-table__row--products + .scroll-table__row::after {
  display: none;
}

.scroll-table__row--products .scroll-table__heading {
  min-height: 37px;
}

.scroll-table__row--products .scroll-table__cell {
  padding: 20px 10px;
  text-align: center;
}

.scroll-table__row--products .scroll-table__cell--info {
  opacity: 0;
}

.scroll-table__row--products button,
.scroll-table__row--products a {
  margin: auto;
}

.scroll-table__row--products form {
  width: 100%;
}

.scroll-table__row--products a {
  font-size: 16px;
  margin-top: 14px;
  color: #173673;
  text-decoration: none;
}

.scroll-table__row--products--cta {
  margin-top: 15px;
}

.scroll-table__row--products--cta .scroll-table__thumbnail {
  display: none;
}

.scroll-table__row--first .scroll-table__cell {
  border-radius: 20px 20px 0 0;
}

.scroll-table__row--first .scroll-table__cell--info {
  border-radius: 20px 0 0 0;
}

.scroll-table__row--last .scroll-table__cell {
  border-radius: 0 0 20px 20px;
}

.scroll-table__row--last .scroll-table__cell--info {
  border-radius: 0 0 0 20px;
}

.scroll-table__thumbnail {
  padding: 10px;
  margin-bottom: 14px;
}

.scroll-table__thumbnail img {
  width: 100%;
  display: block;
}

.scroll-table__prices {
  width: 100%;
  margin: 17px 0 25px;
}

.scroll-table__prices p {
  margin: 0;
  display: inline;
}

.scroll-table__prices-price {
  font-weight: 600;
  font-size: 22px;
  color: #173673;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.scroll-table__prices-discount {
  font-weight: 400;
  font-size: 17px;
  margin-right: 7px;
  text-decoration: line-through;
}

.scroll-table__prices-hilight {
  color: #CC005A;
}

.scroll-table__prices-shipping {
  font-size: 11px;
  position: relative;
  top: -3px;
}

.scroll-table__cell {
  width: 250px;
  display: -webkit-box;
  display: flex;
  align-content: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-shrink: 0;
  background-color: #EEF5FF;
  padding: 20px;
}

.scroll-table__cell--info {
  width: 450px;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  padding: 25px 20px;
  z-index: 1;
}

.scroll-table__cell--info .scroll-table__heading {
  text-align: left;
}

.scroll-table__cell:nth-of-type(even) {
  background-color: #E5EFFF;
}

.scroll-table__heading {
  width: 100%;
  font-weight: 600;
  color: #173673;
  margin: 0;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

.scroll-table__copy {
  color: #4C4C4C;
  font-weight: 600;
  font-size: 14px;
  margin: 6px 0 0;
}

.scroll-table__tick {
  fill: #3377ff;
  max-width: 32px;
  max-height: 32px;
  margin: auto;
}

.scroll-table__cell-info {
  font-size: 16px;
  font-weight: 400;
  color: #3377ff;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}

.scroll-table__arrow {
  width: 18px;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 1.5% 0px;
  -webkit-transition: ease 0.6s;
  transition: ease 0.6s;
  display: none;
}

.scroll-table__arrow--active {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.scroll-table__arrow img {
  display: block;
  width: 100%;
}

@media (max-width: 1260px) {
  .scroll-table {
    padding: 20px 0 20px 20px;
  }
}

@media (max-width: 1024px) {
  .scroll-table {
    margin-top: -60px;
  }
  .scroll-table__row--products .scroll-table__cell--info {
    opacity: 1;
  }
  .scroll-table__row--products--cta .scroll-table__thumbnail {
    display: block;
  }
}

@media (max-width: 860px) {
  .scroll-table__cell {
    width: calc(460px / 3);
    padding: 20px 10px;
  }
  .scroll-table__cell--info {
    width: 350px;
    padding: 20px;
  }
  .scroll-table__row--headings {
    margin: 25px 0 -5px;
  }
  .scroll-table__row--products button {
    font-size: 14px;
    min-width: unset;
    padding: 0;
    width: 100%;
    height: 3.4rem;
    line-height: 3.2rem;
  }
  .scroll-table__row--products a {
    font-size: 13px;
    margin-top: 7px;
  }
  .scroll-table__row::after {
    width: 810px;
  }
  .scroll-table__thumbnail {
    padding: 10px 0;
    margin-bottom: 0;
  }
  .scroll-table__prices {
    margin: 8px 0 12px;
  }
  .scroll-table__prices p {
    display: block;
  }
  .scroll-table__prices-price {
    font-size: 18px;
  }
  .scroll-table__prices-discount {
    font-size: 13px;
    position: relative;
    top: -3px;
    margin-right: -2px;
  }
  .scroll-table__tick {
    max-width: 20px;
    max-height: 20px;
  }
  .scroll-table__heading {
    font-size: 14px;
  }
  .scroll-table__cell-info {
    font-size: 14px;
  }
}

@media (max-width: 620px) {
  .scroll-table {
    padding: 10px 0 10px 10px;
  }
  .scroll-table__cell {
    width: calc(392px / 3);
    padding: 20px 7px;
  }
  .scroll-table__cell--info {
    width: 180px;
    padding: 20px 35px 20px 20px;
  }
  .scroll-table__row::after {
    width: 570px;
  }
  .scroll-table__row--first .scroll-table__cell {
    border-radius: 10px 10px 0 0;
  }
  .scroll-table__row--first .scroll-table__cell--info {
    border-radius: 10px 0 0 0;
  }
  .scroll-table__row--last .scroll-table__cell {
    border-radius: 0 0 10px 10px;
  }
  .scroll-table__row--last .scroll-table__cell--info {
    border-radius: 0 0 0 10px;
  }
}

@media (max-width: 398px) {
  .scroll-table__cell--info {
    width: 150px;
    padding: 15px 35px 15px 15px;
  }
  .scroll-table__copy, .scroll-table__cell-info {
    font-size: 13px;
    font-weight: 400;
  }
  .scroll-table__heading {
    font-size: 13px;
  }
  .scroll-table__row::after {
    width: 540px;
  }
  .scroll-table__arrow {
    width: 13px;
    padding: 8% 0px;
  }
}

/*
================================================================================

  "Slider Navigation" component

================================================================================
*/
.slider-nav {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #2b6cee;
  border: 0;
  border-radius: 50%;
  outline: 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.slider-nav:hover {
  background-color: #135cec;
}

.slider-nav:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 108, 238, 0.5);
}

.slider-nav:active {
  background-color: #1152d5;
}

.slider-nav.js-disabled {
  opacity: 0;
}

.slider-nav > .icon {
  width: 0.8rem;
  height: 1.4rem;
  fill: #fff;
}

.slider-nav--prev > .icon {
  margin-right: 0.2rem;
}

.slider-nav--next > .icon {
  margin-left: 0.2rem;
}

/*
================================================================================

  "Speak Form" component

================================================================================
*/
.speak-form {
  padding-top: 3.2rem;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
}

.speak-form__header {
  margin-bottom: 2.4rem;
}

.speak-form__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

.speak-form__field {
  margin-bottom: 0.8rem;
}

.speak-form__submit-btn {
  margin-top: 1.6rem;
  width: 100%;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 29.99em) {
  .speak-form {
    padding-top: 2.4rem;
    padding-bottom: 3.2rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

/*
================================================================================

  "Video Popup" component

================================================================================
*/
.video-popup {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 95vw;
  background-color: #fff;
}

.video-popup__container {
  display: block;
  max-width: 100%;
  outline: 0;
}

.video-popup__close-btn {
  position: absolute;
  top: -2.2rem;
  right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
}

.video-popup__close-btn:hover > .icon, .video-popup__close-btn:focus > .icon {
  fill: #fff;
}

.video-popup__close-btn > .icon {
  width: 1.1rem;
  height: 1.1rem;
  fill: rgba(255, 255, 255, 0.65);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

/*
================================================================================

  Footer

================================================================================
*/
.footer {
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
}

.footer__container {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  background-color: #f9fafb;
}

.footer__top-part {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 3.2rem;
}

@media (max-width: 29.99em) {
  .footer__top-part {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .footer__top-part {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.footer__bottom-part, .footer__social-part {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .footer__bottom-part, .footer__social-part {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .footer__bottom-part, .footer__social-part {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.footer__social-link {
  display: inline-block;
  margin: 1rem 1rem 1rem 0;
}

.footer__social-icon {
  width: 36px;
}

.footer__copyright {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: #adb8cc;
}

.footer__copyright *:first-child {
  margin-top: 0;
}

.footer__copyright *:last-child {
  margin-bottom: 0;
}

.footer__logo {
  max-width: 106px;
  flex-shrink: 0;
}

.footer__logo > .footer__logo-img {
  display: block;
  width: 100%;
}

.footer__logo > .footer__logo-img img {
  max-width: 100%;
}

.footer__logo > img {
  margin: 0 0 25px;
}

/* Navigation
------------------------------------- */
.footer-nav {
  -webkit-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}

.footer-nav__section {
  width: 33.3333%;
}

.footer-nav__title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.42857;
  margin-bottom: 1.2rem;
  color: #596680;
}

.footer-nav__list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav__item {
  margin-bottom: 0.8rem;
}

.footer-nav__item:last-child {
  margin-bottom: 0;
}

.footer-nav__link {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33333;
  color: #596680;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-nav__link:hover {
  color: #cc005a;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 47.99em) {
  .footer__container {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .footer__top-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .footer__logo {
    margin-bottom: 75px;
    max-width: unset;
  }
  .footer__logo > .footer__logo-img {
    display: inline-block;
    width: 90px;
  }
  .footer__logo > img {
    margin: 0 25px 0 0;
  }
  .footer__copyright, .footer__social-part {
    text-align: center;
  }
  .footer-nav {
    flex-shrink: 0;
    width: 100%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
  .footer-nav__section {
    margin-bottom: 4.8rem;
    width: 50%;
    text-align: center;
  }
  .footer-nav__section:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .footer-nav__section:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .footer-nav__section:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .footer-nav__section:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
}

@media (max-width: 29.99em) {
  .footer__copyright {
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
  }
}

@media (max-width: 23.4275em) {
  .footer__top-part {
    margin-bottom: 3.2rem;
  }
  .footer__logo {
    margin-bottom: 3.2rem;
  }
  .footer-nav {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .footer-nav__section {
    margin-bottom: 3.2rem;
    width: 100%;
  }
  .footer-nav__section:last-child {
    margin-bottom: 0;
  }
  .footer-nav__section:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .footer-nav__section:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .footer-nav__section:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .footer-nav__section:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
}

/*
================================================================================

  Header

================================================================================
*/
.header {
  flex-shrink: 0;
  width: 100%;
  height: 9.6rem;
  background-color: #173673;
}

.header--simplified {
  max-width: 100%;
  overflow: hidden;
}

.header--simplified .header__container {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header__heading {
  color: #fff;
  font-weight: 400;
  font-size: 2.4rem;
}

.header__secondary-logo {
  flex-shrink: 0;
  display: block;
  margin-left: 3.2rem;
  max-width: 14.4rem;
  width: 9.3rem;
  height: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.header__outer-container {
  background-color: #173673;
  position: relative;
  z-index: 1000;
}

.header__outer-container.js-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header__outer-container.js-sticky .header__container {
  height: 7rem;
}

.header__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  max-width: none;
  height: 9.6rem;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

@media (max-width: 29.99em) {
  .header__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .header__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.header__logo {
  flex-shrink: 0;
  display: block;
  margin-right: 3.2rem;
  text-decoration: none;
  max-width: 14.4rem;
}

.header__logo > img {
  display: block;
  width: 100%;
}

.header__actions {
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: -1.2rem;
}

.header__cart-btn {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0.8rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 4.4rem;
  height: 4.4rem;
  background-color: transparent;
  border: 0;
  border-radius: 0.8rem;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

@media (hover: hover) {
  .header__cart-btn:hover, .header__cart-btn:focus {
    background-color: #fff;
  }
  .header__cart-btn:hover > .icon, .header__cart-btn:focus > .icon {
    fill: #cc005a;
  }
}

.header__cart-btn > .icon {
  width: 2rem;
  height: 2rem;
  fill: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header__lang-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 4.4rem;
  height: 4.4rem;
  position: relative;
  cursor: pointer;
}

.header__lang-btn > .icon {
  width: 2rem;
  height: 2rem;
}

.header__lang-btn:hover .header__region-switcher {
  display: block;
}

.header__lang-btn--hidden {
  opacity: 0;
  pointer-events: none;
}

.header__region-switcher {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  text-align: right;
  background: #173673;
  padding: 1rem 0 0;
}

.header__region-switcher button,
.header__region-switcher a {
  background: none;
  white-space: nowrap;
  padding: 1rem;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  font-size: 1.6rem;
  background: #173673;
  color: #fff;
  border: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.header__region-switcher button:hover,
.header__region-switcher a:hover {
  background: #122a59;
  border-top: #596680;
  border-bottom: #596680;
}

.header__region-switcher img {
  width: 2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 1rem 0 0;
}

.header__menu-btn {
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 4.4rem;
  height: 4.4rem;
  background-color: transparent;
  border: 0;
  border-radius: 0.8rem;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.header__menu-btn > .icon {
  width: 2rem;
  height: 1.4rem;
  fill: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 72.49em) {
  .header__logo {
    margin-right: 2.4rem;
  }
  .header__cart-btn {
    margin-right: 0.4rem;
  }
}

@media (max-width: 63.99em) {
  .header__outer-container.js-sticky .nav__close-btn {
    top: 1.3rem;
  }
  .header__actions {
    margin-left: auto;
  }
  .header__lang-btn {
    margin-right: 0.4rem;
  }
  .header__menu-btn {
    display: -webkit-box;
    display: flex;
  }
}

@media (max-width: 47.99em) {
  .header {
    height: 7rem;
  }
  .header__container {
    height: 7rem;
  }
}

@media (max-width: 35.49em) {
  .header__logo {
    max-width: 12.4rem;
  }
  .header--simplified .header__heading {
    display: none;
  }
}

@media (max-width: 25.865em) {
  .header__actions {
    margin-right: -0.6rem;
  }
  .header__cart-btn, .header__lang-btn {
    margin-right: 0.8rem;
  }
  .header__cart-btn, .header__lang-btn, .header__menu-btn {
    width: 3.2rem;
    height: 3.2rem;
  }
}

@media (max-width: 23.4275em) {
  .header {
    height: 6.4rem;
  }
  .header__outer-container.js-sticky .header__container {
    height: 6.4rem;
  }
  .header__outer-container.js-sticky .nav__close-btn {
    top: 1rem;
  }
  .header__container {
    height: 6.4rem;
  }
}

/*
================================================================================

  Navigation

================================================================================
*/
.nav {
  margin-left: auto;
  margin-right: 2rem;
}

.nav__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.nav__item {
  margin-right: 3.2rem;
}

.nav__item--drop {
  position: relative;
}

.nav__item--drop:hover .nav__dropdown {
  display: block;
}

.nav__item--dropdown {
  padding: 0.4rem 0;
  margin: 0;
}

.nav__item:last-child {
  margin-right: 0;
}

.nav__image {
  margin-left: 1.6rem;
}

.nav__link {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.nav__link:hover {
  border-bottom-color: #fff;
}

.nav__link--dropdown {
  color: #173673;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.nav__link--dropdown:hover {
  border-bottom-color: #173673;
}

.nav__dropdown {
  background: #fff;
  position: absolute;
  top: 60px;
  left: -1.6rem;
  border-radius: 0 0 .8rem .8rem;
  padding: 1.6rem;
  display: none;
}

.js-sticky .nav__dropdown {
  top: 47px;
}

.js-sticky .nav__dropdown::before {
  height: 27px;
  top: -27px;
}

.nav__dropdown::before {
  content: '';
  width: 200vw;
  height: 40px;
  position: absolute;
  top: -40px;
  left: -100vw;
}

.nav__login-btn {
  width: 9.6rem;
}

.nav__close-btn {
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 4.4rem;
  height: 4.4rem;
  background-color: transparent;
  border: 0;
  border-radius: 0.8rem;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.nav__close-btn > .icon {
  width: 1.8rem;
  height: 1.8rem;
  fill: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 72.49em) {
  .nav {
    margin-right: 1.2rem;
  }
  .nav__item {
    margin-right: 2.4rem;
  }
  .nav__item--dropdown {
    padding: 0.4rem 0;
    margin: 0;
  }
}

@media (max-width: 63.99em) {
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    margin-right: 0;
    background-color: #173673;
    opacity: 0;
  }
  .nav.js-open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility, opacity 200ms ease;
    transition: visibility, opacity 200ms ease;
  }
  .nav__container {
    flex-shrink: 0;
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
  .nav__item {
    margin-bottom: 3.2rem;
    margin-right: 0;
  }
  .nav__item:nth-child(3) {
    margin-bottom: 4.8rem;
  }
  .nav__item:last-child {
    margin-bottom: 0;
  }
  .nav__item--dropdown:last-of-type {
    margin-bottom: 0;
  }
  .nav__link {
    font-size: 2.2rem;
  }
  .nav__link--dropdown {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .nav__dropdown {
    border-radius: 0;
    top: 1.6rem;
    left: 0;
    position: relative;
    width: 100%;
    padding: 1.6rem 0;
  }
  .nav__dropdown::before {
    display: none;
  }
  .nav__cta-btn, .nav__login-btn {
    width: 100%;
    max-width: 26rem;
    height: 6rem;
    font-size: 2rem;
    line-height: 5.8rem;
  }
  .nav__close-btn {
    position: absolute;
    top: 2.6rem;
    right: 2rem;
    display: -webkit-box;
    display: flex;
  }
}

@media (max-width: 47.99em) {
  .nav__item {
    margin-bottom: 2.4rem;
  }
  .nav__item:nth-child(3) {
    margin-bottom: 3.2rem;
  }
  .nav__item--dropdown:last-of-type {
    margin-bottom: 0;
  }
  .nav__link {
    font-size: 2rem;
  }
  .nav__cta-btn, .nav__login-btn {
    max-width: 23rem;
    height: 5.4rem;
    font-size: 1.8rem;
    line-height: 5.2rem;
  }
  .nav__close-btn {
    top: 1.3rem;
    right: 2rem;
  }
}

@media (max-width: 29.99em) {
  .nav__close-btn {
    right: 1.2rem;
  }
}

@media (max-width: 23.4275em) {
  .nav__close-btn {
    top: 1rem;
    right: 0.4rem;
  }
}

@media (max-height: 25em) {
  .nav__item {
    margin-bottom: 1.6rem;
  }
  .nav__item:nth-child(3) {
    margin-bottom: 1.6rem;
  }
  .nav__item--dropdown:last-of-type {
    margin-bottom: 0;
  }
  .nav__link {
    font-size: 1.8rem;
  }
}

/*
================================================================================

 Simple-footer

================================================================================
*/
.simple-footer {
  flex-shrink: 0;
  width: 100%;
  height: 9.6rem;
  background-color: #173673;
}

.simple-footer__heading {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 400;
}

.simple-footer__heading a {
  color: #3377ff;
  border-bottom: 2px solid #3377ff;
  text-decoration: none;
}

.simple-footer__secondary-logo {
  flex-shrink: 0;
  display: block;
  margin-left: 3.2rem;
  max-width: 14.4rem;
  width: 9.3rem;
  height: 5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.simple-footer__outer-container {
  background-color: #173673;
}

.simple-footer__outer-container.js-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.simple-footer__outer-container.js-sticky .header__container {
  height: 7rem;
}

.simple-footer__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  max-width: none;
  height: 9.6rem;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 29.99em) {
  .simple-footer__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .simple-footer__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.simple-footer__logo {
  flex-shrink: 0;
  display: block;
  margin-right: 3.2rem;
  text-decoration: none;
  max-width: 14.4rem;
}

.simple-footer__logo > img {
  display: block;
  width: 100%;
}

.simple-footer__actions {
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: -1.2rem;
}

/* ================================================================================
	 RESPONSIVENESS
  ================================================================================ */
@media (max-width: 72.49em) {
  .header__logo {
    margin-right: 2.4rem;
  }
}

@media (max-width: 47.99em) {
  .header {
    height: 7rem;
  }
  .header__container {
    height: 7rem;
  }
}

@media (max-width: 35.49em) {
  .header__logo {
    max-width: 12.4rem;
  }
}

/*
================================================================================

  "Ancestry" section

================================================================================
*/
.ancestry {
  flex-shrink: 0;
  width: 100%;
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.ancestry--grey-bg {
  background-color: #f9fafb;
}

.ancestry__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .ancestry__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .ancestry__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.ancestry__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
}

@media (max-width: 25.865em) {
  .ancestry__title {
    font-size: 2.8rem;
  }
}

.ancestry__desc {
  color: #596680;
  font-size: 1.8rem;
  line-height: 1.33333;
}

.ancestry__desc *:first-child {
  margin-top: 0;
}

.ancestry__desc *:last-child {
  margin-bottom: 0;
}

.ancestry__illustration {
  margin-top: -4rem;
  margin-left: auto;
  max-width: 73.8rem;
}

.ancestry__illustration > img {
  display: block;
  max-width: 100%;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .ancestry {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }
  .ancestry__header {
    margin-bottom: 4.8rem;
    text-align: center;
  }
  .ancestry__illustration {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
  }
}

@media (max-width: 47.99em) {
  .ancestry {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .ancestry__illustration {
    max-width: 44rem;
  }
}

@media (max-width: 35.49em) {
  .ancestry {
    padding-top: 4.8rem;
  }
}

@media (max-width: 25.865em) {
  .ancestry__title {
    margin-bottom: 1.2rem;
  }
  .ancestry__desc {
    font-size: 1.6rem;
  }
}

/*
================================================================================

  "Benefit" section

================================================================================
*/
.benefit {
  flex-shrink: 0;
  width: 100%;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  background-color: #fff;
}

.benefit + .benefit {
  padding-top: 0;
}

.benefit--reverse .benefit__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.benefit--reverse .benefit__illustration {
  margin-left: 0;
  margin-right: 4.8rem;
}

.benefit.js-expanded .expand-btn__icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.benefit.js-expanded .benefit-more {
  display: block;
}

.benefit__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 29.99em) {
  .benefit__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .benefit__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.benefit__illustration {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 4.8rem;
  margin-right: 0;
  width: 21.6rem;
  height: 21.6rem;
  border-radius: 50%;
}

.benefit__illustration > img {
  display: block;
  width: 100%;
}

.benefit__content {
  max-width: 46rem;
}

.benefit__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
}

@media (max-width: 25.865em) {
  .benefit__title {
    font-size: 2.8rem;
  }
}

.benefit__title > .icon {
  margin-right: 1.6rem;
  width: 2.8rem;
  height: 3rem;
  fill: #3377ff;
}

.benefit__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #596680;
}

.benefit__text *:first-child {
  margin-top: 0;
}

.benefit__text *:last-child {
  margin-bottom: 0;
}

.benefit__text a {
  color: #3377ff;
  font-weight: 600;
  text-decoration: none;
}

.benefit__text a:hover {
  color: #2b6cee;
}

/* Actions
------------------------------------- */
.benefit-actions {
  display: -webkit-box;
  display: flex;
  margin-top: 2.4rem;
}

.benefit-actions__link {
  margin-right: 2.4rem;
}

.benefit-actions__link:last-child {
  margin-right: 0;
}

/* MORE SECTION
============================================================= */
.benefit-more {
  display: none;
  margin-top: 8.8rem;
  background-color: #f9fafb;
}

.benefit-more__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  position: relative;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
}

@media (max-width: 29.99em) {
  .benefit-more__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .benefit-more__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.benefit-more__inner-container {
  max-width: 70rem;
}

.benefit-more__article {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4.8rem;
}

.benefit-more__article:last-child {
  margin-bottom: 0;
}

.benefit-more__article h3 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
}

.benefit-more__close-btn {
  position: absolute;
  top: 4.8rem;
  right: 3.2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  color: #adb8cc;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.benefit-more__close-btn:hover, .benefit-more__close-btn:focus {
  color: #3377ff;
}

.benefit-more__close-btn:hover > .icon, .benefit-more__close-btn:focus > .icon {
  fill: #3377ff;
}

.benefit-more__close-btn > .icon {
  margin-right: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  fill: #adb8cc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .benefit {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }
  .benefit-more {
    margin-top: 6.4rem;
  }
  .benefit-more__container {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 63.99em) {
  .benefit__content {
    max-width: 38rem;
  }
  .benefit-more__close-btn {
    top: 2.4rem;
  }
}

@media (max-width: 47.99em) {
  .benefit {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .benefit--reverse .benefit__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .benefit--reverse .benefit__illustration {
    margin-right: 0;
  }
  .benefit__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .benefit__illustration {
    margin-bottom: 3.2rem;
    margin-left: 0;
  }
  .benefit__content {
    text-align: center;
  }
  .benefit__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
  .benefit__title > .icon {
    margin-bottom: 0.8rem;
    margin-right: 0;
  }
  .benefit-actions {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .benefit-more {
    margin-top: 3.2rem;
  }
}

@media (max-width: 35.49em) {
  .benefit-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .benefit-actions__link {
    margin-bottom: 1.6rem;
    margin-right: 0;
  }
  .benefit-actions__link:last-child {
    margin-bottom: 0;
  }
  .benefit-more__close-btn {
    top: 1.6rem;
    right: 2.4rem;
  }
}

@media (max-width: 25.865em) {
  .benefit__title {
    max-width: 24rem;
  }
  .benefit-more__container {
    padding-bottom: 4.8rem;
  }
  .benefit-more__article {
    margin-bottom: 3.2rem;
  }
}

/*
================================================================================

  "Card List" section

================================================================================
*/
.card-list {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
}

.card-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 14.18%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f9fafb), to(rgba(249, 250, 251, 0)));
  background-image: -webkit-linear-gradient(left, #f9fafb 0%, rgba(249, 250, 251, 0) 100%);
  background-image: linear-gradient(90deg, #f9fafb 0%, rgba(249, 250, 251, 0) 100%);
}

.card-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 17.895%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 250, 251, 0)), to(#f9fafb));
  background-image: -webkit-linear-gradient(left, rgba(249, 250, 251, 0) 0%, #f9fafb 100%);
  background-image: linear-gradient(90deg, rgba(249, 250, 251, 0) 0%, #f9fafb 100%);
}

.card-list--course .card-list__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
}

.card-list--white-bg {
  background-color: #fff;
}

.card-list__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .card-list__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .card-list__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.card-list__header {
  margin-bottom: 4.8rem;
}

.card-list__header--centered {
  text-align: center;
}

.card-list__header--centered .card-list__desc {
  margin-left: auto;
  margin-right: auto;
}

.card-list__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .card-list__title {
    font-size: 2.8rem;
  }
}

.card-list__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.2rem;
  max-width: 50rem;
  color: #596680;
}

.card-list__desc *:first-child {
  margin-top: 0;
}

.card-list__desc *:last-child {
  margin-bottom: 0;
}

.card-list__body {
  position: relative;
}

.card-list__slider {
  overflow: visible;
}

.card-list__slider .swiper-slide {
  height: auto !important;
}

.card-list__nav-prev-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -3.6rem;
  z-index: 10;
}

.card-list__nav-next-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3.6rem;
  z-index: 10;
}

/* Item
------------------------------------- */
.card-list-item {
  overflow: hidden;
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.card-list-item__thumbnail {
  overflow: hidden;
}

.card-list-item__thumbnail--circled {
  margin-top: 3.2rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
}

.card-list-item__thumbnail > img {
  display: block;
  width: 100%;
}

.card-list-item__content {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.card-list-item__day {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.4rem;
  color: #adb8cc;
  font-weight: 600;
}

.card-list-item__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

.card-list-item__date {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.8rem;
  display: block;
  color: #adb8cc;
  font-weight: 600;
}

.card-list-item__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.8rem;
  color: #596680;
}

.card-list-item__desc *:first-child {
  margin-top: 0;
}

.card-list-item__desc *:last-child {
  margin-bottom: 0;
}

.card-list-item__read-more {
  margin-top: 1.6rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 85.365em) {
  .card-list::before, .card-list::after {
    width: 12%;
  }
}

@media (max-width: 79.99em) {
  .card-list::before, .card-list::after {
    width: 7%;
  }
}

@media (max-width: 72.49em) {
  .card-list::before, .card-list::after {
    display: none;
  }
  .card-list__nav-prev-btn, .card-list__nav-next-btn {
    display: none;
  }
}

@media (max-width: 63.99em) {
  .card-list {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .card-list--course {
    padding-top: 19.2rem;
  }
  .card-list__header {
    text-align: center;
  }
}

@media (max-width: 47.99em) {
  .card-list__header {
    margin-bottom: 3.2rem;
  }
}

@media (max-width: 35.49em) {
  .card-list {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .card-list--course {
    padding-top: 19.2rem;
  }
  .card-list-item__thumbnail--circled {
    margin-top: 2.4rem;
  }
  .card-list-item__content {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

@media (max-width: 29.99em) {
  .card-list--course {
    padding-top: 17.6rem;
  }
}

/*
================================================================================

  "Contact" section

================================================================================
*/
.contact {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.contact__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .contact__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .contact__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.contact__header {
  margin-bottom: 4.8rem;
  text-align: center;
}

.contact__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #173673;
}

@media (max-width: 25.865em) {
  .contact__title {
    font-size: 2.8rem;
  }
}

.contact__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  color: #596680;
}

.contact__desc *:first-child {
  margin-top: 0;
}

.contact__desc *:last-child {
  margin-bottom: 0;
}

.contact__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}

/* Form
------------------------------------- */
.contact-form {
  display: -webkit-box;
  display: flex;
}

.contact-form__left-part {
  margin-right: 2.4rem;
  width: calc(50% - 1.2rem);
}

.contact-form__right-part {
  width: calc(50% - 1.2rem);
}

.contact-form__field {
  margin-bottom: 0.8rem;
}

.contact-form__field:last-child {
  margin-bottom: 0;
}

.contact-form__field--msg {
  margin-bottom: 1.6rem;
}

.contact-form__field--msg .field__textarea {
  height: 20.9rem;
}

.contact-form__submit-btn {
  width: 100%;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .contact {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 47.99em) {
  .contact__body {
    margin-left: auto;
    margin-right: auto;
    max-width: 42rem;
  }
  .contact__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
  }
  .contact__desc {
    max-width: 34rem;
  }
  .contact-form {
    display: block;
  }
  .contact-form__left-part {
    margin-bottom: 1.6rem;
    margin-right: 0;
    width: 100%;
  }
  .contact-form__right-part {
    width: 100%;
  }
  .contact-form__field {
    margin-bottom: 1.6rem;
  }
}

@media (max-width: 35.49em) {
  .contact {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}

@media (max-width: 25.865em) {
  .contact__header {
    margin-bottom: 3.2rem;
  }
}

/*
================================================================================

  "Course" section

================================================================================
*/
.course {
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.course--short .course__container {
  -webkit-box-align: center;
  align-items: center;
}

.course--short .course__content {
  padding-top: 0;
  padding-bottom: 2.4rem;
}

.course--short .course__header {
  margin-bottom: 3.2rem;
}

.course__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media (max-width: 29.99em) {
  .course__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .course__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.course__content {
  flex-shrink: 0;
  padding-top: 1.2rem;
  width: 36rem;
}

.course__header {
  margin-bottom: 2.4rem;
}

.course__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  color: #adb8cc;
}

.course__subtitle {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

.course__list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 3.2rem;
  padding-left: 0;
}

.course__list li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 4rem;
  color: #596680;
}

.course__list li:last-child {
  margin-bottom: 0;
}

.course__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #effaf1;
  border-radius: 50%;
}

.course__list li::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0.6rem;
  width: 1.2rem;
  height: 0.9rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath fill='%2360bf60' d='M11.8 1.133L4.467 8.467a.605.605 0 0 1-.467.2.605.605 0 0 1-.467-.2L.2 5.133a.644.644 0 0 1 0-.933.644.644 0 0 1 .933 0L4 7.067 10.867.2a.644.644 0 0 1 .933 0 .644.644 0 0 1 0 .933z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.2rem 0.9rem;
}

@media (max-width: 23.4275em) {
  .course__list li {
    padding-left: 3.4rem;
  }
}

.course__illustration {
  -webkit-transform: translateX(3.2rem);
  transform: translateX(3.2rem);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -3.2rem;
  margin-right: -3.2rem;
}

.course__illustration > img {
  display: block;
  max-width: 100%;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .course {
    text-align: center;
  }
  .course--short .course__content {
    padding-bottom: 0;
  }
  .course__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    align-items: center;
  }
  .course__illustration {
    -webkit-transform: none;
    transform: none;
    margin-bottom: 1.6rem;
    margin-left: 0;
    margin-right: 0;
  }
  .course__list {
    text-align: left;
  }
}

@media (max-width: 47.99em) {
  .course {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .course__content {
    width: 100%;
    max-width: 36rem;
  }
  .course__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 32rem;
  }
}

@media (max-width: 29.99em) {
  .course {
    padding-top: 4.8rem;
  }
}

@media (max-width: 25.865em) {
  .course__subtitle {
    font-size: 2.2rem;
  }
}

@media (max-width: 23.4275em) {
  .course__title {
    font-size: 2.2rem;
  }
  .course__subtitle {
    font-size: 2rem;
  }
}

/*
================================================================================

  "CTA" section

================================================================================
*/
.cta {
  flex-shrink: 0;
  width: 100%;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background-color: #173673;
}

.cta__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 29.99em) {
  .cta__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .cta__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.cta__title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 1.6rem;
  color: #fff;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 35.49em) {
  .cta {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cta__title {
    margin-bottom: 1.6rem;
    margin-right: 0;
  }
}

/*
================================================================================

  "Easy" section

================================================================================
*/
.easy {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.easy__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .easy__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .easy__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.easy__header {
  margin-bottom: 4.8rem;
  text-align: center;
}

.easy__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .easy__title {
    font-size: 2.8rem;
  }
}

.easy__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

/* Item
------------------------------------- */
.easy-item {
  position: relative;
  margin-right: 2.4rem;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 28rem;
  background-color: #596680;
  border-radius: 1.6rem;
}

.easy-item:nth-child(1) .easy-item__icon > .icon {
  width: 8.4rem;
  height: 6.5rem;
}

.easy-item:nth-child(2) .easy-item__icon > .icon {
  width: 8.5rem;
  height: 5.6rem;
}

.easy-item:nth-child(3) .easy-item__icon > .icon {
  width: 7.3rem;
  height: 7.3rem;
}

.easy-item:last-child {
  margin-right: 0;
}

.easy-item__number {
  margin-top: -0.8rem;
  margin-bottom: 0.8rem;
  margin-left: -0.4rem;
  color: rgba(255, 255, 255, 0.3);
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}

.easy-item__icon {
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
}

.easy-item__icon > .icon {
  fill: #fff;
}

.easy-item__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #fff;
}

.easy-item__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.easy-item__text *:first-child {
  margin-top: 0;
}

.easy-item__text *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .easy-item {
    margin-right: 1.6rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .easy-item__icon {
    top: 2.4rem;
    right: 2.4rem;
  }
  .easy-item__title {
    font-size: 1.7rem;
  }
}

@media (max-width: 47.99em) {
  .easy {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .easy__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .easy-item {
    margin-bottom: 3.2rem;
    margin-right: 0;
    width: 100%;
    max-width: 30rem;
  }
  .easy-item:last-child {
    margin-bottom: 0;
  }
  .easy-item__text {
    max-width: 20rem;
  }
}

@media (max-width: 35.49em) {
  .easy {
    padding-top: 4.8rem;
  }
}

@media (max-width: 23.4275em) {
  .easy__header {
    margin-bottom: 3.2rem;
  }
  .easy-item {
    margin-bottom: 2.4rem;
  }
}

/*
================================================================================

  "FAQ" section

================================================================================
*/
.faq {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.faq__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .faq__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .faq__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.faq__header {
  margin-bottom: 4.8rem;
  text-align: center;
}

.faq__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

.faq__body {
  position: relative;
}

/* Item
------------------------------------- */
.faq-item:last-child .faq-item__header {
  border-bottom: 0;
}

.faq-item.js-no-border .faq-item__header {
  border-bottom-color: transparent;
}

.faq-item.js-expanded .faq-item__header {
  border-bottom-color: transparent;
}

.faq-item.js-expanded .faq-item__btn {
  background-color: #173673;
}

.faq-item.js-expanded .faq-item__btn:hover .faq-item__icon, .faq-item.js-expanded .faq-item__btn:focus .faq-item__icon {
  fill: #fff;
}

.faq-item.js-expanded .faq-item__title {
  color: #fff;
}

.faq-item.js-expanded .faq-item__icon {
  fill: #fff;
}

.faq-item.js-expanded .faq-item__content {
  display: block;
}

.faq-item__header {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 4.8rem;
  width: calc(55% - 2.4rem);
  border-bottom: 1px solid #e1e5ed;
}

.faq-item__btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 1rem;
  outline: 0;
  text-align: left;
  cursor: pointer;
}

.faq-item__btn:hover .faq-item__icon, .faq-item__btn:focus .faq-item__icon {
  fill: #173673;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.faq-item__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-right: 6.4rem;
  color: #173673;
}

.faq-item__icon {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  fill: #adb8cc;
}

.faq-item__content {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: calc(45% - 2.4rem);
  color: #596680;
}

.faq-item__content *:first-child {
  margin-top: 0;
}

.faq-item__content *:last-child {
  margin-bottom: 0;
}

.faq-item__content img {
  display: block;
  max-width: 100%;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .faq {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .faq__body {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
  }
  .faq-item:last-child .faq-item__content {
    border-bottom: 0;
  }
  .faq-item__header {
    width: 100%;
  }
  .faq-item__content {
    position: static;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    width: 100%;
    border-bottom: 1px solid #e1e5ed;
  }
}

@media (max-width: 47.99em) {
  .faq-item__btn {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .faq-item__content {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media (max-width: 35.49em) {
  .faq {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .faq__header {
    margin-bottom: 3.2rem;
  }
  .faq__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
  }
  .faq-item__title {
    font-size: 1.7rem;
  }
}

@media (max-width: 23.4275em) {
  .faq-item__btn {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

/*
================================================================================

  "Featured In" section

================================================================================
*/
.featured-in {
  flex-shrink: 0;
  width: 100%;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  background-color: #f9fafb;
}

.featured-in__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .featured-in__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .featured-in__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.featured-in__header {
  margin-bottom: 2.4rem;
  text-align: center;
}

.featured-in__title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.42857;
  margin-top: 0;
  margin-bottom: 0;
  color: #adb8cc;
  text-transform: uppercase;
}

.featured-in__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.featured-in__item {
  margin-right: 2.4rem;
}

.featured-in__item:last-child {
  margin-right: 0;
}

.featured-in__item > img {
  display: block;
  max-width: 100%;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .featured-in {
    padding-top: 4.8rem;
    padding-bottom: 2.4rem;
  }
  .featured-in__body {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
  }
  .featured-in__item {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    margin-right: 0;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    width: 33.3333%;
  }
  .featured-in__item > img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 35.49em) {
  .featured-in {
    padding-top: 4.8rem;
    padding-bottom: 3.2rem;
  }
  .featured-in__item {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media (max-width: 29.99em) {
  .featured-in__header {
    margin-bottom: 1.6rem;
  }
  .featured-in__body {
    max-width: 36rem;
  }
  .featured-in__item {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    width: 50%;
  }
}

@media (max-width: 25.865em) {
  .featured-in__item {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media (max-width: 23.4275em) {
  .featured-in__item {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }
}

/*
================================================================================

  "Features" section

================================================================================
*/
.features {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.features--product .features__container {
  padding-left: 0;
  padding-right: 0;
}

.features--product .features__body {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.features--product .features-item,
.features--product .team-testimonials-item {
  margin-left: 0;
  margin-right: 3.2rem;
  width: 100%;
  max-width: 100%;
}

.features--product .features-item:last-child,
.features--product .team-testimonials-item:last-child {
  margin-right: 0;
}

.features__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .features__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .features__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.features__header {
  margin-bottom: 4.8rem;
  text-align: center;
}

.features__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .features__title {
    font-size: 2.8rem;
  }
}

.features__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}

/* Item
------------------------------------- */
.features-item {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  width: 12.2rem;
  text-align: center;
  text-decoration: none;
}

.features-item__illustration {
  overflow: hidden;
  margin-bottom: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
}

.features-item__illustration > img {
  display: block;
  width: 100%;
}

.features-item__title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  color: #596680;
}

.team-testimonials-item .features-item__illustration {
  width: 150px;
  height: 150px;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .features--product .features-item {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    width: calc(33.3333% - 4.8rem);
  }
  .features--product .features-item:last-child {
    margin-right: 2.4rem;
  }
  .features--product .features-item:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
  .features__body {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 54rem;
  }
  .features-item {
    margin-bottom: 4.8rem;
    margin-left: 0;
    margin-right: 0;
    width: 33.3333%;
  }
  .features-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .features-item__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 12rem;
  }
}

@media (max-width: 35.49em) {
  .features {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .features--product .features-item {
    width: calc(50% - 4.8rem);
  }
  .features__body {
    max-width: 33rem;
  }
  .features-item {
    width: 50%;
  }
  .features-item:nth-last-child(-n + 2) {
    margin-bottom: 4.8rem;
  }
  .features-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 29.99em) {
  .features__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
  }
  .features-item {
    margin-bottom: 3.2rem;
  }
}

/*
================================================================================

  "Hero" section

================================================================================
*/
.hero {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.5) 100%);
}

.hero--product {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

.hero--product .hero__btn {
  margin-top: 1.2rem;
}

.hero__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 29.99em) {
  .hero__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .hero__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.hero__content {
  max-width: 36rem;
  color: #fff;
}

.hero__date {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.8rem;
}

.hero__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 25.865em) {
  .hero__title {
    font-size: 2.8rem;
  }
}

.hero__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.6rem;
}

.hero__desc *:first-child {
  margin-top: 0;
}

.hero__desc *:last-child {
  margin-bottom: 0;
}

.hero__price {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 2.4rem;
}

@media (max-width: 25.865em) {
  .hero__price {
    font-size: 2.8rem;
  }
}

.hero__old-price {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 0.8rem;
}

.hero__shipping {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33333;
  margin-left: 0.8rem;
}

.hero__btn {
  margin-top: 2.4rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .hero {
    padding-top: 8.8rem;
    padding-bottom: 12.8rem;
  }
  .hero--product {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 63.99em) {
  .hero--product::after {
    background-color: transparent !important;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(81%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.5))) !important;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%) !important;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%) !important;
  }
  .hero--product .hero__content {
    margin-left: 0;
    text-align: left;
  }
  .hero--product .hero__title {
    margin-left: 0;
  }
  .hero--product .hero__price {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .hero--course {
    padding-top: 6.4rem;
    padding-bottom: 3.2rem;
  }
  .hero--course::after {
    background-color: rgba(0, 0, 0, 0.45);
    background-image: none;
  }
  .hero--course .hero__content {
    margin-bottom: 4.8rem;
  }
  .hero::after {
    background-color: rgba(0, 0, 0, 0.45);
    background-image: none;
  }
  .hero__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .hero__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 34rem;
  }
  .hero__price {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media (max-width: 47.99em) {
  .hero--product {
    padding-bottom: 12.8rem;
  }
  .hero--product::after {
    background-color: rgba(0, 0, 0, 0.45) !important;
    background-image: none !important;
  }
  .hero--product .hero__content {
    margin-left: auto;
    text-align: center;
  }
  .hero--product .hero__title {
    margin-left: auto;
  }
  .hero--product .hero__price {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media (max-width: 35.49em) {
  .hero--course {
    padding-top: 4.8rem;
  }
}

@media (max-width: 29.99em) {
  .hero {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .hero--product {
    padding-bottom: 12.8rem;
  }
  .hero--course {
    padding-top: 4.8rem;
    padding-bottom: 2.4rem;
  }
}

@media (max-width: 25.865em) {
  .hero--course .hero__content {
    margin-bottom: 3.2rem;
  }
  .hero__title {
    max-width: 28rem;
  }
}

@media (max-width: 23.4275em) {
  .hero--course .hero__title {
    font-size: 2.6rem;
  }
  .hero__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 25rem;
  }
}

/*
================================================================================

  "Products" section

================================================================================
*/
.products {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
}

.products--header {
  padding-top: 0;
}

.products--header .products__body {
  margin-top: -8.8rem;
}

.products__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .products__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .products__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.products__header {
  padding-top: 4.8rem;
  padding-bottom: 12.8rem;
  background-color: #173673;
}

.products__intro {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 55.4rem;
  color: #fff;
  text-align: center;
}

.products__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}

/* Item
------------------------------------- */
.products-item {
  margin-right: 2.4rem;
  width: calc(25% - 0.6rem);
  text-align: center;
}

.products-item--recommended .products-item__thumbnail {
  max-width: 26.2rem;
}

.products-item:last-child {
  margin-right: 0;
}

.products-item__thumbnail {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 3.2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 19.8rem;
  height: 14.6rem;
}

.products-item__thumbnail > img {
  display: block;
  max-width: 100%;
}

.products-item__recommended {
  position: absolute;
  top: -1.6rem;
  left: -0.2rem;
  z-index: 1;
}

.products-item__link {
  text-decoration: none;
}

.products-item__learn-link {
  color: #173673;
  border-bottom: 1px solid transparent;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  display: inline-block;
  margin: 1rem 0 0;
}

.products-item__learn-link:hover {
  border-bottom-color: #173673;
}

.products-item__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
  line-height: 1.33333;
}

.products-item__title strong {
  font-weight: 600;
}

.products-item__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 23rem;
  color: #596680;
}

.products-item__desc *:first-child {
  margin-top: 0;
}

.products-item__desc *:last-child {
  margin-bottom: 0;
}

.products-item__price {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2.4rem;
  color: #173673;
}

.products-item__old-price {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 0.8rem;
}

.products-item__shipping {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33333;
  margin-left: 0.8rem;
  color: rgba(26, 57, 117, 0.7);
}

.products-item__btn {
  min-width: 12rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .products {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .products--header {
    padding-top: 0;
  }
  .products--header .products__body {
    margin-top: -6.4rem;
  }
  .products__header {
    padding-bottom: 8.8rem;
  }
  .products__body {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
  }
  .products-item {
    margin-bottom: 6.4rem;
    margin-right: 0;
    width: 50%;
  }
  .products-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .products-item__thumbnail {
    width: 19.8rem;
    height: 12.2rem;
  }
  .products-item__recommended {
    left: -0.4rem;
  }
}

@media (max-width: 47.99em) {
  .products__header {
    padding-top: 3.2rem;
  }
  .products__intro {
    max-width: 54rem;
    font-size: 2.2rem;
  }
}

@media (max-width: 35.49em) {
  .products {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .products--header {
    padding-top: 0;
  }
  .products__header {
    padding-top: 3.2rem;
  }
  .products__intro {
    max-width: 42rem;
    font-size: 1.8rem;
  }
  .products__body {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .products-item {
    width: 100%;
  }
  .products-item:first-child .products-item__thumbnail {
    width: 26.2rem;
    height: 16.1rem;
  }
  .products-item:nth-last-child(-n + 2) {
    margin-bottom: 6.4rem;
  }
  .products-item:last-child {
    margin-bottom: 0;
  }
  .products-item__thumbnail {
    margin-bottom: 2.4rem;
  }
  .products-item__recommended {
    left: -0.1rem;
  }
  .products-item__title, .products-item__desc {
    margin-bottom: 1.2rem;
  }
  .products-item__price {
    margin-bottom: 1.6rem;
  }
}

@media (max-width: 29.99em) {
  .products__intro {
    max-width: 30rem;
  }
}

@media (max-width: 23.4275em) {
  .products__intro {
    max-width: 30rem;
    font-size: 1.7rem;
  }
}

/*
================================================================================

  "Testimonial" section

================================================================================
*/
.testimonial {
  flex-shrink: 0;
  width: 100%;
}

.testimonial__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .testimonial__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .testimonial__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.testimonial__body {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 8rem;
  padding-right: 8rem;
  background-color: #fff;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
  border-radius: 1.6rem;
}

.testimonial__content {
  position: relative;
  z-index: 1;
}

.testimonial__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #173673;
}

@media (max-width: 25.865em) {
  .testimonial__title {
    font-size: 2.8rem;
  }
}

.testimonial__quote {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 36rem;
  color: #596680;
}

.testimonial__quote *:first-child {
  margin-top: 0;
}

.testimonial__quote *:last-child {
  margin-bottom: 0;
}

.testimonial__rating {
  display: -webkit-box;
  display: flex;
  margin-top: 1.6rem;
}

.testimonial__rating > .icon {
  margin-right: 0.4rem;
  width: 2.4rem;
  height: 2.4rem;
  fill: #f0a40d;
}

.testimonial__rating > .icon:last-child {
  margin-right: 0;
}

.testimonial__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 1.6rem;
  text-align: right;
  overflow: hidden;
}

.testimonial__image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(40%, white), color-stop(60%, rgba(0, 212, 255, 0)));
  background: -webkit-linear-gradient(left, white 0%, white 40%, rgba(0, 212, 255, 0) 60%);
  background: linear-gradient(90deg, white 0%, white 40%, rgba(0, 212, 255, 0) 60%);
}

.testimonial__image img {
  height: 100%;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .testimonial__body {
    overflow: hidden;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .testimonial__body::before {
    top: 0;
    bottom: 0;
    right: -8rem;
    left: 8rem;
  }
}

@media (max-width: 47.99em) {
  .testimonial__content {
    text-align: center;
  }
  .testimonial__quote {
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial__rating {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .testimonial__image {
    display: none;
  }
}

@media (max-width: 29.99em) {
  .testimonial__body {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
}

@media (max-width: 25.865em) {
  .testimonial__body {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

/*
================================================================================

  "Affiliates Benefits" section

================================================================================
*/
.affiliates-benefits {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.affiliates-benefits__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .affiliates-benefits__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .affiliates-benefits__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.affiliates-benefits__header {
  margin-bottom: 4.8rem;
  text-align: center;
}

.affiliates-benefits__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .affiliates-benefits__title {
    font-size: 2.8rem;
  }
}

.affiliates-benefits__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

/* Item
------------------------------------- */
.affiliates-benefits-item {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  width: 12.2rem;
  text-align: center;
}

.affiliates-benefits-item__illustration {
  overflow: hidden;
  margin-bottom: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
}

.affiliates-benefits-item__illustration > img {
  display: block;
  width: 100%;
}

.affiliates-benefits-item__title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #596680;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .affiliates-benefits {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .affiliates-benefits__body {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 34rem;
  }
  .affiliates-benefits-item {
    margin-bottom: 4.8rem;
  }
  .affiliates-benefits-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 35.49em) {
  .affiliates-benefits {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .affiliates-benefits-item {
    margin-bottom: 3.2rem;
  }
}

@media (max-width: 25.865em) {
  .affiliates-benefits-item {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    width: calc(50% - 2.4rem);
  }
}

/*
================================================================================

  "Affiliates Hero" section

================================================================================
*/
.affiliates-hero {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.affiliates-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(81%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
}

.affiliates-hero__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 29.99em) {
  .affiliates-hero__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .affiliates-hero__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.affiliates-hero__content {
  max-width: 36rem;
  color: #fff;
}

.affiliates-hero__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

@media (max-width: 25.865em) {
  .affiliates-hero__title {
    font-size: 2.8rem;
  }
}

.affiliates-hero__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.affiliates-hero__desc *:first-child {
  margin-top: 0;
}

.affiliates-hero__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .affiliates-hero {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }
}

@media (max-width: 63.99em) {
  .affiliates-hero::after {
    background-color: rgba(0, 0, 0, 0.45);
    background-image: none;
  }
  .affiliates-hero__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .affiliates-hero__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
}

@media (max-width: 29.99em) {
  .affiliates-hero {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 25.865em) {
  .affiliates-hero__title {
    max-width: 28rem;
  }
}

@media (max-width: 23.4275em) {
  .affiliates-hero__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 25rem;
  }
}

/*
================================================================================

  "Affiliates Main" section

================================================================================
*/
.affiliates-main {
  flex-shrink: 0;
  width: 100%;
}

/*
================================================================================

  "Affiliates Programs" section

================================================================================
*/
.affiliates-programs {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.affiliates-programs__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .affiliates-programs__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .affiliates-programs__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.affiliates-programs__body {
  display: -webkit-box;
  display: flex;
}

/* Item
------------------------------------- */
.affiliates-programs-item {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  margin-right: 2.4rem;
  width: calc(50% - 1.2rem);
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
}

.affiliates-programs-item:last-child {
  margin-right: 0;
}

.affiliates-programs-item__thumbnail {
  flex-shrink: 0;
  width: 17.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.affiliates-programs-item__content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.affiliates-programs-item__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #173673;
}

.affiliates-programs-item__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  color: #596680;
}

.affiliates-programs-item__desc *:first-child {
  margin-top: 0;
}

.affiliates-programs-item__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .affiliates-programs__body {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 54rem;
  }
  .affiliates-programs-item {
    margin-bottom: 4.8rem;
    margin-right: 0;
    width: 100%;
  }
  .affiliates-programs-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 35.49em) {
  .affiliates-programs-item__thumbnail {
    width: 16rem;
  }
  .affiliates-programs-item__content {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

@media (max-width: 29.99em) {
  .affiliates-programs-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    text-align: center;
  }
  .affiliates-programs-item__thumbnail {
    width: 100%;
    height: 22rem;
    background-position: center top;
  }
  .affiliates-programs-item__price {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

/*
================================================================================

  "Blog Hero" section

================================================================================
*/
.blog-hero {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(81%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
}

.blog-hero__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 29.99em) {
  .blog-hero__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .blog-hero__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.blog-hero__content {
  max-width: 36rem;
  color: #fff;
}

.blog-hero__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

@media (max-width: 25.865em) {
  .blog-hero__title {
    font-size: 2.8rem;
  }
}

.blog-hero__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}

.blog-hero__desc *:first-child {
  margin-top: 0;
}

.blog-hero__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .blog-hero {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }
}

@media (max-width: 63.99em) {
  .blog-hero::after {
    background-color: rgba(0, 0, 0, 0.45);
    background-image: none;
  }
  .blog-hero__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .blog-hero__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
}

@media (max-width: 29.99em) {
  .blog-hero {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 25.865em) {
  .blog-hero__title {
    max-width: 28rem;
  }
}

@media (max-width: 23.4275em) {
  .blog-hero__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 25rem;
  }
}

/*
================================================================================

  "Blog List" section

================================================================================
*/
.blog-list {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.blog-list__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .blog-list__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .blog-list__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.blog-list__header {
  margin-bottom: 6.4rem;
}

.blog-list__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .blog-list__title {
    font-size: 2.8rem;
  }
}

.blog-list__body {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}

.blog-list__footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.blog-list__load-btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.blog-list__load-btn > .icon {
  margin-right: 0.8rem;
  width: 2rem;
  height: 1.8rem;
  fill: #fff;
}

.blog-list__pagination {
  display: block;
  text-align: center;
}

/* Featured
------------------------------------- */
.blog-list-featured {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  margin-bottom: 6.4rem;
  margin-right: 2.4rem;
  width: calc(50% - 1.2rem);
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
}

.blog-list-featured:nth-child(2n) {
  margin-right: 0;
}

.blog-list-featured__thumbnail {
  flex-shrink: 0;
  width: 17.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-list-featured__content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.blog-list-featured__trending {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.42857;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0.8rem;
  color: #cc005a;
}

.blog-list-featured__trending > .icon {
  margin-right: 0.8rem;
  width: 2rem;
  height: 1.2rem;
  fill: #cc005a;
}

.blog-list-featured__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #173673;
}

.blog-list-featured__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  color: #596680;
}

.blog-list-featured__desc *:first-child {
  margin-top: 0;
}

.blog-list-featured__desc *:last-child {
  margin-bottom: 0;
}

/* Item
------------------------------------- */
.blog-list-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 6.4rem;
  margin-right: 4.8rem;
  width: calc(50% - 2.4rem);
}

.blog-list-item:nth-child(2n) {
  margin-right: 0;
}

.blog-list-item--featured {
  -webkit-box-align: stretch;
  align-items: stretch;
  overflow: hidden;
  margin-right: 2.4rem;
  width: calc(50% - 1.2rem);
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
}

.blog-list-item--featured .blog-list-item__thumbnail {
  margin-right: 0;
  width: 17.5rem;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.blog-list-item--featured .blog-list-item__content {
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.blog-list-item__thumbnail {
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 3.2rem;
  width: 12.8rem;
  height: 12.8rem;
  border-radius: 50%;
}

.blog-list-item__thumbnail > img {
  display: block;
  width: 100%;
}

.blog-list-item__content {
  -webkit-box-flex: 1;
  flex-grow: 1;
}

.blog-list-item__trending {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.42857;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0.8rem;
  color: #cc005a;
}

.blog-list-item__trending > .icon {
  margin-right: 0.8rem;
  width: 2rem;
  height: 1.2rem;
  fill: #cc005a;
}

.blog-list-item__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #173673;
}

.blog-list-item__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  color: #596680;
}

.blog-list-item__desc *:first-child {
  margin-top: 0;
}

.blog-list-item__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .blog-list {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .blog-list__header {
    margin-bottom: 4.8rem;
    text-align: center;
  }
  .blog-list__body {
    display: block;
    margin-bottom: 6.4rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 54rem;
  }
  .blog-list-item {
    margin-bottom: 4.8rem;
    margin-right: 0;
    width: 100%;
  }
  .blog-list-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 35.49em) {
  .blog-list {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .blog-list__body {
    margin-bottom: 4.8rem;
  }
  .blog-list-item--featured .blog-list-item__thumbnail {
    width: 16rem;
  }
  .blog-list-item--featured .blog-list-item__content {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

@media (max-width: 29.99em) {
  .blog-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 3.2rem;
    padding-top: 2.4rem;
    padding-bottom: 3.2rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    background-color: #fff;
    border-radius: 1.6rem;
    box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
    text-align: center;
  }
  .blog-list-item--featured {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .blog-list-item--featured .blog-list-item__thumbnail {
    margin-bottom: 0;
    width: 100%;
    height: 22rem;
    background-position: center top;
  }
  .blog-list-item__thumbnail {
    margin-bottom: 2.4rem;
    margin-right: 0;
  }
}

/*
================================================================================

  "Blog Main" section

================================================================================
*/
.blog-main {
  flex-shrink: 0;
  width: 100%;
}

/*
================================================================================

  "Compare Content" section

================================================================================
*/
.compare-cnt {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  margin-top: -4rem;
}

.compare-cnt::before {
  content: "";
  position: absolute;
  top: 4rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f9fafb;
}

.compare-cnt__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  position: relative;
  z-index: 1;
  max-width: 128.4rem;
}

@media (max-width: 29.99em) {
  .compare-cnt__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .compare-cnt__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

@media (max-width: 29.99em) {
  .compare-cnt__container {
    max-width: 126.8rem;
  }
}

@media (max-width: 23.4275em) {
  .compare-cnt__container {
    max-width: 125.2rem;
  }
}

.compare-cnt__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.compare-cnt__body {
  padding-bottom: 8.8rem;
}

.compare-cnt__footer {
  margin-top: -8.8rem;
  padding-bottom: 8.8rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  align-items: flex-start;
}

/* Item
------------------------------------- */
.compare-item {
  flex-shrink: 0;
  width: 20rem;
  text-align: center;
}

.compare-item:last-child {
  margin-right: 0;
}

.compare-item__thumbnail {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 15rem;
}

.compare-item__thumbnail > img {
  display: block;
  width: 100%;
}

.compare-item__title {
  width: 20rem;
  margin: 0;
  padding: 1.6rem 0 1.2rem;
  color: #173673;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.compare-item__title--hidden {
  display: none;
}

.compare-item__title--invisible {
  visibility: hidden;
}

.compare-item__title--sticky {
  display: block;
  position: fixed;
  top: 100px;
  background: #f9fafb;
  border-bottom: 2px solid #122a59;
  z-index: 1;
}

.compare-cnt--push .compare-item__title--sticky {
  top: 138px;
}

.compare-item__title strong {
  font-weight: 600;
}

.compare-item__price {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.6rem;
  color: #173673;
}

.compare-item__old-price {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 0.8rem;
}

.compare-item__shipping {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33333;
  margin-left: 0.8rem;
  color: rgba(26, 57, 117, 0.7);
}

.compare-item__btn {
  display: block;
  margin-bottom: 1.2rem;
  margin-left: auto;
  margin-right: auto;
  width: 12rem;
}

.compare-item__link {
  color: #173673;
  border-bottom: 1px solid transparent;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.compare-item__link:hover {
  border-bottom-color: #173673;
}

/* Section
------------------------------------- */
.compare-section {
  margin-bottom: 6.4rem;
}

.compare-section:last-child {
  margin-bottom: 0;
}

.compare-section__header {
  margin-bottom: 1.8rem;
  padding-left: 2.6rem;
}

.compare-section__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}

.compare-section__subtitle {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
  font-weight: 600;
}

.compare-section__desc {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #4a4a4a;
  font-weight: 600;
}

.compare-section__desc *:first-child {
  margin-top: 0;
}

.compare-section__desc *:last-child {
  margin-bottom: 0;
}

.compare-section__tr {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #e2e2e2;
}

.compare-section__tr:first-child .compare-section__th,
.compare-section__tr:first-child .compare-section__td {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.compare-section__tr:last-child {
  border-bottom: 0;
}

.compare-section__tr:last-child .compare-section__th,
.compare-section__tr:last-child .compare-section__td {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.compare-section__th {
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  background-color: #fff;
}

.compare-section__td {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 20rem;
  color: #3377ff;
  text-align: center;
  text-transform: uppercase;
}

.compare-section__td:nth-child(2), .compare-section__td:nth-child(4) {
  background-color: #e5efff;
}

.compare-section__td:nth-child(3), .compare-section__td:nth-child(5) {
  background-color: #eef5ff;
}

.compare-section__td > .icon {
  width: 2.8rem;
  height: 2.6rem;
  fill: #3377ff;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .compare-item {
    width: 17rem;
  }
  .compare-item__thumbnail {
    width: 13rem;
  }
  .compare-item__title {
    width: 17rem;
  }
  .compare-item__title--sticky {
    top: 90px;
  }
  .compare-cnt--push .compare-item__title--sticky {
    top: 128px;
  }
  .compare-section__header {
    padding-left: 2rem;
  }
  .compare-section__th {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .compare-section__td {
    width: 17rem;
  }
}

@media (max-width: 63.99em) {
  .compare-cnt {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 0;
    background-color: #f9fafb;
  }
  .compare-cnt::before {
    display: none;
  }
  .compare-cnt__container {
    padding-top: 5rem;
    min-width: 96rem;
    position: static;
  }
}

@media (max-width: 47.99em) {
  .compare-cnt__container {
    min-width: 86rem;
  }
  .compare-cnt__header {
    margin-bottom: 4rem;
  }
  .compare-item {
    width: 15rem;
  }
  .compare-item__title {
    width: 15rem;
  }
  .compare-item__title--sticky {
    top: 90px;
  }
  .compare-cnt--push .compare-item__title--sticky {
    top: 122px;
  }
  .compare-item__thumbnail {
    width: 11rem;
  }
  .compare-item__price {
    font-size: 1.7rem;
  }
  .compare-section__th {
    width: 26rem;
  }
  .compare-section__td {
    width: 15rem;
  }
}

@media (max-width: 25.865em) {
  .compare-cnt__container {
    min-width: 84rem;
  }
  .compare-section__th {
    width: 24rem;
  }
  .compare-section__subtitle {
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .compare-section__desc {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}

/*
================================================================================

  "Course Hero Sidebar" section

================================================================================
*/
.course-hero-sidebar {
  position: absolute;
  bottom: calc(-100% - 6.4rem);
  right: 3.2rem;
  padding-top: 3.2rem;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  width: 100%;
  max-width: 38.8rem;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
}

.course-hero-sidebar__header {
  margin-bottom: 3.2rem;
}

.course-hero-sidebar__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

.course-hero-sidebar__list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 3.2rem;
  padding-left: 0;
}

.course-hero-sidebar__list li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 4rem;
  color: #596680;
}

.course-hero-sidebar__list li:last-child {
  margin-bottom: 0;
}

.course-hero-sidebar__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #effaf1;
  border-radius: 50%;
}

.course-hero-sidebar__list li::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0.6rem;
  width: 1.2rem;
  height: 0.9rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath fill='%2360bf60' d='M11.8 1.133L4.467 8.467a.605.605 0 0 1-.467.2.605.605 0 0 1-.467-.2L.2 5.133a.644.644 0 0 1 0-.933.644.644 0 0 1 .933 0L4 7.067 10.867.2a.644.644 0 0 1 .933 0 .644.644 0 0 1 0 .933z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.2rem 0.9rem;
}

@media (max-width: 23.4275em) {
  .course-hero-sidebar__list li {
    padding-left: 3.4rem;
  }
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .course-hero-sidebar {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 29.99em) {
  .course-hero-sidebar {
    padding-bottom: 3.2rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    text-align: center;
  }
  .course-hero-sidebar__list {
    text-align: left;
  }
}

@media (max-width: 25.865em) {
  .course-hero-sidebar {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .course-hero-sidebar__header {
    margin-bottom: 2.4rem;
  }
  .course-hero-sidebar__title {
    font-size: 2.2rem;
  }
}

@media (max-width: 23.4275em) {
  .course-hero-sidebar {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .course-hero-sidebar__title {
    font-size: 2.1rem;
  }
}

/*
================================================================================

  "Course Hero" section

================================================================================
*/
.course-hero {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  z-index: 10;
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.course-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(81%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
}

.course-hero__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 29.99em) {
  .course-hero__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .course-hero__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.course-hero__content {
  max-width: 36rem;
  color: #fff;
}

.course-hero__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

@media (max-width: 25.865em) {
  .course-hero__title {
    font-size: 2.8rem;
  }
}

.course-hero__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.course-hero__desc *:first-child {
  margin-top: 0;
}

.course-hero__desc *:last-child {
  margin-bottom: 0;
}

/* Sidebar
------------------------------------- */
.course-hero-sidebar {
  position: absolute;
  bottom: calc(-100% - 6.4rem);
  right: 3.2rem;
  padding-top: 3.2rem;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  width: 100%;
  max-width: 38.8rem;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
}

.course-hero-sidebar__header {
  margin-bottom: 3.2rem;
}

.course-hero-sidebar__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

.course-hero-sidebar__list {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 3.2rem;
  padding-left: 0;
}

.course-hero-sidebar__list li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin-bottom: 1.6rem;
  padding-left: 4rem;
  color: #596680;
}

.course-hero-sidebar__list li:last-child {
  margin-bottom: 0;
}

.course-hero-sidebar__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #effaf1;
  border-radius: 50%;
}

.course-hero-sidebar__list li::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0.6rem;
  width: 1.2rem;
  height: 0.9rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath fill='%2360bf60' d='M11.8 1.133L4.467 8.467a.605.605 0 0 1-.467.2.605.605 0 0 1-.467-.2L.2 5.133a.644.644 0 0 1 0-.933.644.644 0 0 1 .933 0L4 7.067 10.867.2a.644.644 0 0 1 .933 0 .644.644 0 0 1 0 .933z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.2rem 0.9rem;
}

@media (max-width: 23.4275em) {
  .course-hero-sidebar__list li {
    padding-left: 3.4rem;
  }
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .course-hero {
    padding-top: 6.4rem;
    padding-bottom: 0;
    background-image: none;
  }
  .course-hero::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 12.8rem;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .course-hero::after {
    bottom: 12.8rem;
    background-color: rgba(0, 0, 0, 0.45);
    background-image: none;
  }
  .course-hero__content {
    margin-bottom: 4.8rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .course-hero-sidebar {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 35.49em) {
  .course-hero {
    padding-top: 4.8rem;
  }
  .course-hero__content {
    margin-bottom: 3.2rem;
  }
}

@media (max-width: 29.99em) {
  .course-hero-sidebar {
    padding-bottom: 3.2rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    text-align: center;
  }
  .course-hero-sidebar__list {
    text-align: left;
  }
}

@media (max-width: 25.865em) {
  .course-hero__content {
    max-width: 30rem;
  }
  .course-hero-sidebar {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .course-hero-sidebar__header {
    margin-bottom: 2.4rem;
  }
  .course-hero-sidebar__title {
    font-size: 2.2rem;
  }
}

@media (max-width: 23.4275em) {
  .course-hero__content {
    max-width: 26rem;
  }
  .course-hero__title {
    font-size: 2.6rem;
  }
  .course-hero__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
  }
  .course-hero-sidebar {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .course-hero-sidebar__title {
    font-size: 2.1rem;
  }
}

/*
================================================================================

  "Course Main" section

================================================================================
*/
.course-main {
  flex-shrink: 0;
  width: 100%;
}

/*
================================================================================

  "Course Program" section

================================================================================
*/
.course-program {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 6.4rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.course-program::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 17.895%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f9fafb), to(rgba(249, 250, 251, 0)));
  background-image: -webkit-linear-gradient(left, #f9fafb 0%, rgba(249, 250, 251, 0) 100%);
  background-image: linear-gradient(90deg, #f9fafb 0%, rgba(249, 250, 251, 0) 100%);
}

.course-program::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 17.895%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 250, 251, 0)), to(#f9fafb));
  background-image: -webkit-linear-gradient(left, rgba(249, 250, 251, 0) 0%, #f9fafb 100%);
  background-image: linear-gradient(90deg, rgba(249, 250, 251, 0) 0%, #f9fafb 100%);
}

.course-program__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .course-program__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .course-program__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.course-program__header {
  position: relative;
  z-index: 10;
  margin-bottom: 4.8rem;
}

.course-program__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

.course-program__body {
  position: relative;
}

.course-program__slider {
  overflow: visible;
}

.course-program__slider .swiper-slide {
  height: auto !important;
}

.course-program__nav-prev-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -3.6rem;
  z-index: 10;
}

.course-program__nav-next-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3.6rem;
  z-index: 10;
}

/* Item
------------------------------------- */
.course-program-item {
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
}

.course-program-item__photo > img {
  display: block;
  width: 100%;
}

.course-program-item__content {
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.course-program-item__day {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.4rem;
  color: #adb8cc;
  font-weight: 600;
}

.course-program-item__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.52941;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .course-program::before, .course-program::after {
    width: 7%;
  }
}

@media (max-width: 72.49em) {
  .course-program::before, .course-program::after {
    display: none;
  }
  .course-program__nav-prev-btn, .course-program__nav-next-btn {
    display: none;
  }
}

@media (max-width: 63.99em) {
  .course-program__header {
    text-align: center;
  }
}

@media (max-width: 47.99em) {
  .course-program {
    padding-bottom: 6.4rem;
  }
  .course-program__header {
    margin-bottom: 3.2rem;
  }
  .course-program-item__content {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .course-program-item__title {
    font-size: 1.6rem;
  }
}

@media (max-width: 35.49em) {
  .course-program__header {
    margin-left: auto;
    margin-right: auto;
    max-width: 26rem;
  }
}

@media (max-width: 29.99em) {
  .course-program {
    padding-top: 4.8rem;
  }
}

/*
================================================================================

  "Education About" section

================================================================================
*/
.education-about {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.education-about__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 29.99em) {
  .education-about__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .education-about__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.education-about__header {
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-right: 4.8rem;
  max-width: 52rem;
}

.education-about__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 2.4rem;
  color: #173673;
}

@media (max-width: 25.865em) {
  .education-about__title {
    font-size: 2.8rem;
  }
}

.education-about__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #596680;
}

.education-about__desc *:first-child {
  margin-top: 0;
}

.education-about__desc *:last-child {
  margin-bottom: 0;
}

.education-about__body {
  -webkit-box-flex: 1;
  flex-grow: 1;
  position: relative;
  z-index: 1;
  margin-top: -37.3rem;
  max-width: 38.8rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .education-about__body {
    margin-top: -33.3rem;
  }
}

@media (max-width: 63.99em) {
  .education-about {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .education-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .education-about__header {
    margin-bottom: 4.8rem;
    margin-right: 0;
    text-align: center;
  }
  .education-about__body {
    margin-top: 0;
    width: 100%;
  }
}

@media (max-width: 35.49em) {
  .education-about {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}

/*
================================================================================

  "Education Main" section

================================================================================
*/
.education-main {
  flex-shrink: 0;
  width: 100%;
}

/*
================================================================================

  "Education Routes" section

================================================================================
*/
.education-routes {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 12.8rem;
  background-color: #fff;
}

.education-routes__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .education-routes__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .education-routes__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.education-routes__header {
  margin-bottom: 6.4rem;
  text-align: center;
}

.education-routes__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .education-routes__title {
    font-size: 2.8rem;
  }
}

.education-routes__thead {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-bottom: 2.4rem;
}

.education-routes__th {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  flex-shrink: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 21.2rem;
  color: #173673;
  text-align: center;
}

.education-routes__tbody {
  overflow: hidden;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
}

.education-routes__tr {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  padding-left: 2.4rem;
  border-bottom: 1px solid #e1e5ed;
}

.education-routes__tr:last-child {
  border-bottom: 0;
}

.education-routes__td {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  color: #173673;
}

.education-routes__td:nth-child(1) {
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-right: 2.4rem;
}

.education-routes__td:nth-child(2), .education-routes__td:nth-child(3), .education-routes__td:nth-child(4) {
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 21.2rem;
}

.education-routes__td > .icon {
  width: 2.8rem;
  height: 2.6rem;
  fill: #3377ff;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .education-routes {
    padding-top: 6.4rem;
    padding-bottom: 8.8rem;
  }
  .education-routes__th {
    width: 14rem;
    font-size: 1.6rem;
  }
  .education-routes__td {
    font-size: 1.6rem;
  }
  .education-routes__td:nth-child(2), .education-routes__td:nth-child(3), .education-routes__td:nth-child(4) {
    width: 14rem;
  }
  .education-routes__td > .icon {
    width: 2.4rem;
    height: 2.2rem;
  }
}

@media (max-width: 47.99em) {
  .education-routes__header {
    margin-bottom: 4.8rem;
  }
  .education-routes__th {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    width: 10rem;
    font-size: 1.5rem;
  }
  .education-routes__td {
    font-size: 1.5rem;
  }
  .education-routes__td:nth-child(2), .education-routes__td:nth-child(3), .education-routes__td:nth-child(4) {
    width: 10rem;
  }
}

@media (max-width: 35.49em) {
  .education-routes {
    padding-top: 4.8rem;
    padding-bottom: 6.4rem;
  }
  .education-routes__th {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: 7rem;
    font-size: 1.3rem;
  }
  .education-routes__tr {
    padding-left: 1.6rem;
  }
  .education-routes__td {
    font-size: 1.3rem;
  }
  .education-routes__td:nth-child(2), .education-routes__td:nth-child(3), .education-routes__td:nth-child(4) {
    width: 7rem;
  }
}

@media (max-width: 25.865em) {
  .education-routes__header {
    margin-bottom: 3.2rem;
  }
  .education-routes__th {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    width: 6rem;
    font-size: 1.2rem;
  }
  .education-routes__td {
    font-size: 1.3rem;
  }
  .education-routes__td:nth-child(2), .education-routes__td:nth-child(3), .education-routes__td:nth-child(4) {
    width: 6rem;
  }
  .education-routes__td > .icon {
    width: 2rem;
    height: 1.8rem;
  }
}

@media (max-width: 23.4275em) {
  .education-routes__th {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    width: 5.4rem;
  }
  .education-routes__tr {
    padding-left: 1.2rem;
  }
  .education-routes__td {
    font-size: 1.2rem;
  }
  .education-routes__td:nth-child(1) {
    padding-right: 1.2rem;
  }
  .education-routes__td:nth-child(2), .education-routes__td:nth-child(3), .education-routes__td:nth-child(4) {
    width: 5.4rem;
  }
}

/*
================================================================================

  "Home About" section

================================================================================
*/
.home-about {
  flex-shrink: 0;
  width: 100%;
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.home-about::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: .3;
}

.home-about__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  position: relative;
}

@media (max-width: 29.99em) {
  .home-about__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .home-about__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.home-about__content {
  max-width: 46rem;
}

.home-about__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #fff;
}

@media (max-width: 25.865em) {
  .home-about__title {
    font-size: 2.8rem;
  }
}

.home-about__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  color: #fff;
}

.home-about__text *:first-child {
  margin-top: 0;
}

.home-about__text *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 47.99em) {
  .home-about__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (max-width: 29.99em) {
  .home-about {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }
}

/*
================================================================================

  "Home Hero" section

================================================================================
*/
.home-hero {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  padding-top: 18.8rem;
  padding-bottom: 18.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-color: #173673;
}

.home-hero__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  z-index: 3;
  position: relative;
}

@media (max-width: 29.99em) {
  .home-hero__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .home-hero__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.home-hero__bg-video, .home-hero__video-overlay {
  position: absolute;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.home-hero__video-overlay {
  z-index: 2;
  opacity: 0.25;
}

.home-hero__header {
  text-align: center;
}

.home-hero__title {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.33333;
  margin-top: 0;
  margin-bottom: 4.8rem;
  color: #fff;
  text-shadow: 0 0 5rem #000;
}

@media (max-width: 47.99em) {
  .home-hero__title {
    font-size: 3rem;
  }
}

.home-hero__play-btn {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 5rem #000;
  outline: 0;
  cursor: pointer;
}

.home-hero__play-btn:hover > .icon, .home-hero__play-btn:focus > .icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home-hero__play-btn:active > .icon {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.home-hero__play-btn > .icon {
  width: 6.6rem;
  height: 6.6rem;
  fill: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.home-hero__button {
  display: none;
}

@media (max-width: 63.99em) {
  .home-hero__button {
    display: block;
    text-align: center;
    margin: 8rem 0 -8rem;
  }
}

@media (max-width: 730px) {
  .home-hero__video-overlay, .home-hero__bg-video, .home-hero__play-btn {
    display: none;
  }
  .home-hero__button {
    margin: 4rem 0 -8rem;
  }
}

/*
================================================================================

  "Home Main" section

================================================================================
*/
.home-main {
  flex-shrink: 0;
  width: 100%;
  padding-bottom: 8.8rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 47.99em) {
  .home-main {
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 35.49em) {
  .home-main {
    padding-bottom: 4.8rem;
  }
}

/*
================================================================================

  "Home Privacy" section

================================================================================
*/
.home-privacy {
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 8.8rem;
  background-color: #fff;
}

.home-privacy__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 29.99em) {
  .home-privacy__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .home-privacy__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.home-privacy__illustration {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.home-privacy__illustration > img {
  display: block;
  max-width: 100%;
}

.home-privacy__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 46rem;
}

.home-privacy__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
}

@media (max-width: 25.865em) {
  .home-privacy__title {
    font-size: 2.8rem;
  }
}

.home-privacy__title > .icon {
  margin-right: 1.6rem;
  width: 2.8rem;
  height: 3rem;
  fill: #3377ff;
}

.home-privacy__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  color: #596680;
}

.home-privacy__text *:first-child {
  margin-top: 0;
}

.home-privacy__text *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .home-privacy__content {
    max-width: 38rem;
  }
}

@media (max-width: 47.99em) {
  .home-privacy {
    margin-bottom: 6.4rem;
  }
  .home-privacy__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .home-privacy__illustration {
    margin-bottom: 3.2rem;
  }
  .home-privacy__content {
    text-align: center;
  }
  .home-privacy__title {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media (max-width: 35.49em) {
  .home-privacy {
    margin-bottom: 4.8rem;
  }
}

@media (max-width: 25.865em) {
  .home-privacy__title > .icon {
    margin-right: 0.8rem;
  }
}

@media (max-width: 23.4275em) {
  .home-privacy__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .home-privacy__title > .icon {
    margin-bottom: 0.8rem;
  }
}

/*
================================================================================

  "Home Products" section

================================================================================
*/
.home-products {
  flex-shrink: 0;
  width: 100%;
}

.home-products__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .home-products__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .home-products__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.home-products__header {
  padding-top: 4.8rem;
  padding-bottom: 12.8rem;
  background-color: #173673;
}

.home-products__intro {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 55.4rem;
  color: #fff;
  text-align: center;
}

.home-products__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-top: -8.8rem;
  padding-bottom: 8.8rem;
}

/* Item
------------------------------------- */
.home-products-item {
  margin-right: 2.4rem;
  width: calc(25% - 0.6rem);
  text-align: center;
}

.home-products-item:first-child .home-products-item__thumbnail {
  max-width: 26.2rem;
}

.home-products-item:last-child {
  margin-right: 0;
}

.home-products-item__thumbnail {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 3.2rem;
  margin-left: auto;
  margin-right: auto;
  height: 14.6rem;
}

.home-products-item__thumbnail > img {
  display: block;
  max-width: 100%;
}

.home-products-item__recommended {
  position: absolute;
  top: -1.6rem;
  left: -0.2rem;
  z-index: 1;
}

.home-products-item__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
  line-height: 1.33333;
}

.home-products-item__title strong {
  font-weight: 600;
}

.home-products-item__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 23rem;
  color: #596680;
}

.home-products-item__desc *:first-child {
  margin-top: 0;
}

.home-products-item__desc *:last-child {
  margin-bottom: 0;
}

.home-products-item__price {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2.4rem;
  color: #173673;
}

.home-products-item__old-price {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 0.8rem;
}

.home-products-item__shipping {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33333;
  margin-left: 0.8rem;
  color: rgba(26, 57, 117, 0.7);
}

.home-products-item__btn {
  width: 12rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .home-products__header {
    padding-bottom: 8.8rem;
  }
  .home-products__body {
    flex-wrap: wrap;
    margin-top: -6.4rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
  }
  .home-products-item {
    margin-bottom: 6.4rem;
    margin-right: 0;
    width: 50%;
  }
  .home-products-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .home-products-item__thumbnail {
    width: 19.8rem;
    height: 12.2rem;
  }
  .home-products-item__recommended {
    left: -0.4rem;
  }
}

@media (max-width: 47.99em) {
  .home-products__header {
    padding-top: 3.2rem;
  }
  .home-products__intro {
    max-width: 54rem;
    font-size: 2.2rem;
  }
  .home-products__body {
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 35.49em) {
  .home-products__header {
    padding-top: 3.2rem;
  }
  .home-products__intro {
    max-width: 42rem;
    font-size: 1.8rem;
  }
  .home-products__body {
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .home-products-item {
    width: 100%;
  }
  .home-products-item:first-child .home-products-item__thumbnail {
    width: 26.2rem;
    height: 16.1rem;
  }
  .home-products-item:nth-last-child(-n + 2) {
    margin-bottom: 6.4rem;
  }
  .home-products-item:last-child {
    margin-bottom: 0;
  }
  .home-products-item__thumbnail {
    margin-bottom: 2.4rem;
  }
  .home-products-item__recommended {
    left: -0.1rem;
  }
  .home-products-item__title, .home-products-item__desc {
    margin-bottom: 1.2rem;
  }
  .home-products-item__price {
    margin-bottom: 1.6rem;
  }
}

@media (max-width: 29.99em) {
  .home-products__intro {
    max-width: 30rem;
  }
}

@media (max-width: 23.4275em) {
  .home-products__intro {
    max-width: 30rem;
    font-size: 1.7rem;
  }
}

/*
================================================================================

  "Merchandise Hero" section

================================================================================
*/
.merchandise-hero {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.merchandise-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(81%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
}

.merchandise-hero__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 29.99em) {
  .merchandise-hero__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .merchandise-hero__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.merchandise-hero__content {
  max-width: 36rem;
  color: #fff;
}

.merchandise-hero__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

@media (max-width: 25.865em) {
  .merchandise-hero__title {
    font-size: 2.8rem;
  }
}

.merchandise-hero__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.merchandise-hero__desc *:first-child {
  margin-top: 0;
}

.merchandise-hero__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .merchandise-hero {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }
}

@media (max-width: 63.99em) {
  .merchandise-hero::after {
    background-color: rgba(0, 0, 0, 0.45);
    background-image: none;
  }
  .merchandise-hero__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .merchandise-hero__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
}

@media (max-width: 29.99em) {
  .merchandise-hero {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 25.865em) {
  .merchandise-hero__title {
    max-width: 28rem;
  }
}

@media (max-width: 23.4275em) {
  .merchandise-hero__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 25rem;
  }
}

/*
================================================================================

  "Merchandise Main" section

================================================================================
*/
.merchandise-main {
  flex-shrink: 0;
  width: 100%;
  padding-bottom: 12.8rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .merchandise-main {
    padding-bottom: 8.8rem;
  }
}

@media (max-width: 63.99em) {
  .merchandise-main {
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 35.49em) {
  .merchandise-main {
    padding-bottom: 4.8rem;
  }
}

/*
================================================================================

  "Merchandise Options" section

================================================================================
*/
.merchandise-options {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 12.8rem;
  background-color: #fff;
}

.merchandise-options__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .merchandise-options__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .merchandise-options__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.merchandise-options__header {
  margin-bottom: 4.8rem;
  text-align: center;
}

.merchandise-options__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .merchandise-options__title {
    font-size: 2.8rem;
  }
}

.merchandise-options__body {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

/* Item
------------------------------------- */
.merchandise-options-item {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  margin-bottom: 2.4rem;
  margin-right: 2.4rem;
  width: calc(50% - 1.2rem);
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
}

.merchandise-options-item:nth-child(2n) {
  margin-right: 0;
}

.merchandise-options-item:last-child {
  margin-bottom: 0;
}

.merchandise-options-item__thumbnail {
  flex-shrink: 0;
  width: 17.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.merchandise-options-item__content {
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.merchandise-options-item__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #173673;
}

.merchandise-options-item__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  color: #596680;
}

.merchandise-options-item__desc *:first-child {
  margin-top: 0;
}

.merchandise-options-item__desc *:last-child {
  margin-bottom: 0;
}

.merchandise-options-item__price {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.6rem;
  color: #cc005a;
}

.merchandise-options-item__shipping {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33333;
  margin-left: 0.8rem;
  color: rgba(26, 57, 117, 0.7);
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .merchandise-options {
    padding-bottom: 8.8rem;
  }
}

@media (max-width: 63.99em) {
  .merchandise-options {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .merchandise-options__body {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 54rem;
  }
  .merchandise-options-item {
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 35.49em) {
  .merchandise-options {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .merchandise-options-item__thumbnail {
    width: 16rem;
  }
  .merchandise-options-item__content {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

@media (max-width: 29.99em) {
  .merchandise-options__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 28rem;
  }
  .merchandise-options-item {
    display: block;
    text-align: center;
  }
  .merchandise-options-item__thumbnail {
    display: none;
  }
  .merchandise-options-item__price {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media (max-width: 25.865em) {
  .merchandise-options__header {
    margin-bottom: 3.2rem;
  }
  .merchandise-options__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
  }
}

/*
================================================================================

  "Partnerships Main" section

================================================================================
*/
.partnerships-main {
  flex-shrink: 0;
  width: 100%;
}

/*
================================================================================

  "Press Detail Hero" section

================================================================================
*/
.press-detail-hero {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.press-detail-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(81%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
}

.press-detail-hero__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 29.99em) {
  .press-detail-hero__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .press-detail-hero__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.press-detail-hero__content {
  max-width: 36rem;
  color: #fff;
}

.press-detail-hero__date {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  margin-bottom: 0.8rem;
}

.press-detail-hero__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

@media (max-width: 25.865em) {
  .press-detail-hero__title {
    font-size: 2.8rem;
  }
}

.press-detail-hero__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.press-detail-hero__desc *:first-child {
  margin-top: 0;
}

.press-detail-hero__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .press-detail-hero {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }
}

@media (max-width: 63.99em) {
  .press-detail-hero::after {
    background-color: rgba(0, 0, 0, 0.45);
    background-image: none;
  }
  .press-detail-hero__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .press-detail-hero__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 34rem;
  }
}

@media (max-width: 29.99em) {
  .press-detail-hero {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 25.865em) {
  .press-detail-hero__title {
    max-width: 28rem;
  }
}

@media (max-width: 23.4275em) {
  .press-detail-hero__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 25rem;
  }
}

/*
================================================================================

  "Press Detail Main" section

================================================================================
*/
.press-detail-main {
  flex-shrink: 0;
  width: 100%;
}

/*
================================================================================

  "Press Detail Primary" section

================================================================================
*/
.press-detail-primary {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.press-detail-primary__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media (max-width: 29.99em) {
  .press-detail-primary__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .press-detail-primary__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.press-detail-primary__article {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-right: 11.4rem;
  color: #596680;
}

.press-detail-primary__article *:first-child {
  margin-top: 0;
}

.press-detail-primary__article *:last-child {
  margin-bottom: 0;
}

.press-detail-primary__article h1 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  color: #173673;
}

@media (max-width: 25.865em) {
  .press-detail-primary__article h1 {
    font-size: 2.8rem;
  }
}

.press-detail-primary__article h2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #173673;
}

.press-detail-primary__article h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  color: #173673;
}

.press-detail-primary__article p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.press-detail-primary__article a {
  color: #596680;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.press-detail-primary__article a:hover {
  color: #cc005a;
}

.press-detail-primary__article img {
  max-width: 100%;
  height: auto;
}

.press-detail-primary__article table tr:first-of-type {
  background: #173673;
  color: #fff;
  font-weight: bold;
}

.press-detail-primary__article table tr:nth-child(even) {
  background: #f9fafb;
}

.press-detail-primary__article table td {
  padding: 0.5rem 1rem;
}

.press-detail-primary__list {
  margin-bottom: 1.6rem;
}

.press-detail-primary__table {
  width: 100%;
}

.press-detail-primary__sidebar {
  flex-shrink: 0;
  width: 24.8rem;
}

/* Contacts
------------------------------------- */
.press-detail-contacts {
  margin-bottom: 4.8rem;
}

.press-detail-contacts__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 3.2rem;
  color: #173673;
}

.press-detail-contacts__container {
  font-style: normal;
}

.press-detail-contacts__section {
  margin-bottom: 2.4rem;
}

.press-detail-contacts__name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #173673;
}

.press-detail-contacts__name--uk-world::before {
  content: "";
  flex-shrink: 0;
  margin-right: 1.2rem;
  width: 4.4rem;
  height: 2.4rem;
  background-image: url("../img/pages/press/region-world.png");
  background-position: center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .press-detail-contacts__name--uk-world::before {
    background-image: url("../img/pages/press/region-world@2x.png");
  }
}

.press-detail-contacts__name--us::before {
  content: "";
  flex-shrink: 0;
  margin-right: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/pages/press/region-us.png");
  background-position: center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .press-detail-contacts__name--us::before {
    background-image: url("../img/pages/press/region-us@2x.png");
  }
}

.press-detail-contacts__item {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.press-detail-contacts__item:last-child {
  margin-bottom: 0;
}

.press-detail-contacts__item > a {
  color: #7a8599;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.press-detail-contacts__item > a:hover {
  color: #173673;
}

/* Links
------------------------------------- */
.press-detail-links-item {
  overflow: hidden;
  margin-bottom: 2.4rem;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
}

.press-detail-links-item:last-child {
  margin-bottom: 0;
}

.press-detail-links-item__thumbnail {
  height: 12.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.press-detail-links-item__content {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.press-detail-links-item__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .press-detail-primary {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .press-detail-primary__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    max-width: 64rem;
  }
  .press-detail-primary__article {
    margin-bottom: 6.4rem;
    margin-right: 0;
  }
  .press-detail-primary__sidebar {
    width: 28rem;
  }
}

@media (max-width: 35.49em) {
  .press-detail-primary {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .press-detail-primary__container {
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .press-detail-primary__article {
    margin-bottom: 4.8rem;
  }
  .press-detail-primary__sidebar {
    width: 100%;
  }
}

/*
================================================================================

  "Press Assets" section

================================================================================
*/
.press-assets {
  flex-shrink: 0;
  width: 100%;
  padding-top: 6.4rem;
  background-color: #fff;
}

.press-assets__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .press-assets__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .press-assets__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.press-assets__header {
  margin-bottom: 4.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 51rem;
  text-align: center;
}

.press-assets__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #173673;
}

@media (max-width: 25.865em) {
  .press-assets__title {
    font-size: 2.8rem;
  }
}

.press-assets__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #596680;
}

.press-assets__desc *:first-child {
  margin-top: 0;
}

.press-assets__desc *:last-child {
  margin-bottom: 0;
}

.press-assets__body {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 79rem;
}

/* Item
------------------------------------- */
.press-assets-item {
  overflow: hidden;
  margin-bottom: 2.4rem;
  margin-right: 2.4rem;
  width: calc(33.3333% - 1.6rem);
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
  border-radius: 1.6rem;
}

.press-assets-item:nth-child(3n) {
  margin-right: 0;
}

.press-assets-item:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.press-assets-item__thumbnail {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 12.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.press-assets-item__thumbnail:hover > .icon, .press-assets-item__thumbnail:focus > .icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.press-assets-item__thumbnail:active > .icon {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.press-assets-item__thumbnail > .icon {
  flex-shrink: 0;
  width: 4.8rem;
  height: 4.8rem;
  fill: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.press-assets-item__content {
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  background-color: #fff;
}

.press-assets-item__type {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  color: #adb8cc;
  font-weight: 700;
}

.press-assets-item__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .press-assets {
    padding-top: 3.2rem;
  }
  .press-assets__body {
    max-width: 52rem;
  }
  .press-assets-item {
    width: calc(50% - 1.2rem);
  }
  .press-assets-item:nth-child(3n) {
    margin-right: 2.4rem;
  }
  .press-assets-item:nth-child(2n) {
    margin-right: 0;
  }
  .press-assets-item:nth-last-child(-n + 3) {
    margin-bottom: 2.4rem;
  }
  .press-assets-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media (max-width: 47.99em) {
  .press-assets {
    padding-bottom: 1.2rem;
  }
}

@media (max-width: 35.49em) {
  .press-assets {
    padding-top: 2.4rem;
  }
  .press-assets__body {
    max-width: 24.8rem;
  }
  .press-assets-item {
    margin-right: 0;
    width: 100%;
  }
  .press-assets-item:nth-child(3n) {
    margin-right: 0;
  }
  .press-assets-item:nth-last-child(-n + 2) {
    margin-bottom: 2.4rem;
  }
  .press-assets-item:last-child {
    margin-bottom: 0;
  }
}

/*
================================================================================

  "Press Contacts" section

================================================================================
*/
.press-contacts {
  flex-shrink: 0;
  width: 100%;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  background-color: #fff;
}

.press-contacts__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 29.99em) {
  .press-contacts__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .press-contacts__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.press-contacts__header {
  margin-right: 4.8rem;
  max-width: 46rem;
}

.press-contacts__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #173673;
}

@media (max-width: 25.865em) {
  .press-contacts__title {
    font-size: 2.8rem;
  }
}

.press-contacts__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #596680;
}

.press-contacts__desc *:first-child {
  margin-top: 0;
}

.press-contacts__desc *:last-child {
  margin-bottom: 0;
}

.press-contacts__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}

/* Item
------------------------------------- */
.press-contacts-item {
  margin-right: 8.8rem;
}

.press-contacts-item:last-child {
  margin-right: 0;
}

.press-contacts-item__name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #173673;
}

.press-contacts-item__name--uk-world::before {
  content: "";
  flex-shrink: 0;
  margin-right: 1.2rem;
  width: 4.4rem;
  height: 2.4rem;
  background-image: url("../img/pages/press/region-world.png");
  background-position: center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .press-contacts-item__name--uk-world::before {
    background-image: url("../img/pages/press/region-world@2x.png");
  }
}

.press-contacts-item__name--us::before {
  content: "";
  flex-shrink: 0;
  margin-right: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../img/pages/press/region-us.png");
  background-position: center;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .press-contacts-item__name--us::before {
    background-image: url("../img/pages/press/region-us@2x.png");
  }
}

.press-contacts-item__link {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.press-contacts-item__link:last-child {
  margin-bottom: 0;
}

.press-contacts-item__link > a {
  color: #7a8599;
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.press-contacts-item__link > a:hover {
  color: #173673;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 72.49em) {
  .press-contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .press-contacts__header {
    margin-bottom: 3.2rem;
    margin-right: 0;
    text-align: center;
  }
  .press-contacts__body {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media (max-width: 63.99em) {
  .press-contacts {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}

@media (max-width: 47.99em) {
  .press-contacts-item {
    margin-right: 6.4rem;
  }
}

@media (max-width: 35.49em) {
  .press-contacts {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .press-contacts__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .press-contacts__header {
    max-width: 32rem;
  }
  .press-contacts-item {
    margin-bottom: 3.2rem;
    margin-right: 0;
    text-align: center;
  }
  .press-contacts-item:last-child {
    margin-bottom: 0;
  }
  .press-contacts-item__name {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

/*
================================================================================

  "Press Hero" section

================================================================================
*/
.press-hero {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.press-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(81%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
}

.press-hero__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 29.99em) {
  .press-hero__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .press-hero__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.press-hero__content {
  max-width: 36rem;
  color: #fff;
}

.press-hero__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 25.865em) {
  .press-hero__title {
    font-size: 2.8rem;
  }
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .press-hero {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }
}

@media (max-width: 63.99em) {
  .press-hero::after {
    background-color: rgba(0, 0, 0, 0.45);
    background-image: none;
  }
  .press-hero__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .press-hero__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
}

@media (max-width: 29.99em) {
  .press-hero {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 25.865em) {
  .press-hero__title {
    max-width: 28rem;
  }
}

/*
================================================================================

  "Press Main" section

================================================================================
*/
.press-main {
  flex-shrink: 0;
  width: 100%;
}

/*
================================================================================

  "Press Release" section

================================================================================
*/
.press-release {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 8.8rem;
  padding-bottom: 6.4rem;
  background-color: #fff;
}

.press-release::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 14.18%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f9fafb), to(rgba(249, 250, 251, 0)));
  background-image: -webkit-linear-gradient(left, #f9fafb 0%, rgba(249, 250, 251, 0) 100%);
  background-image: linear-gradient(90deg, #f9fafb 0%, rgba(249, 250, 251, 0) 100%);
}

.press-release::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 17.895%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 250, 251, 0)), to(#f9fafb));
  background-image: -webkit-linear-gradient(left, rgba(249, 250, 251, 0) 0%, #f9fafb 100%);
  background-image: linear-gradient(90deg, rgba(249, 250, 251, 0) 0%, #f9fafb 100%);
}

.press-release__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .press-release__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .press-release__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.press-release__header {
  margin-bottom: 4.8rem;
}

.press-release__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .press-release__title {
    font-size: 2.8rem;
  }
}

.press-release__body {
  position: relative;
}

.press-release__slider {
  overflow: visible;
}

.press-release__nav-prev-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -3.6rem;
  z-index: 10;
}

.press-release__nav-next-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3.6rem;
  z-index: 10;
}

/* Item
------------------------------------- */
.press-release-item {
  display: block;
  overflow: hidden;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
  text-decoration: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.press-release-item:hover {
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}

.press-release-item__thumbnail {
  width: 100%;
  height: 12.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.press-release-item__content {
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  background-color: #fff;
}

.press-release-item__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #173673;
}

.press-release-item__date {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  color: #adb8cc;
  font-weight: 600;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 85.365em) {
  .press-release::before, .press-release::after {
    width: 12%;
  }
}

@media (max-width: 79.99em) {
  .press-release::before, .press-release::after {
    width: 7%;
  }
}

@media (max-width: 72.49em) {
  .press-release::before, .press-release::after {
    display: none;
  }
  .press-release__nav-prev-btn, .press-release__nav-next-btn {
    display: none;
  }
}

@media (max-width: 63.99em) {
  .press-release {
    padding-top: 6.4rem;
    padding-bottom: 3.2rem;
  }
  .press-release__header {
    text-align: center;
  }
}

@media (max-width: 47.99em) {
  .press-release__header {
    margin-bottom: 3.2rem;
  }
}

@media (max-width: 35.49em) {
  .press-release {
    padding-top: 4.8rem;
    padding-bottom: 2.4rem;
  }
  .press-release-item__content {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

/*
================================================================================

  "Privacy Main" section

================================================================================
*/
.privacy-main {
  flex-shrink: 0;
  width: 100%;
}

.privacy-main__footer {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  padding-bottom: 12.8rem;
  max-width: 50rem;
  text-align: center;
}

@media (max-width: 29.99em) {
  .privacy-main__footer {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .privacy-main__footer {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.privacy-main__footnote {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33333;
  color: #596680;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .privacy-main__footer {
    padding-bottom: 8.8rem;
  }
}

@media (max-width: 35.49em) {
  .privacy-main__footer {
    max-width: 36rem;
    padding-bottom: 6.4rem;
  }
}

/*
================================================================================

  "Product Compare" section

================================================================================
*/
.product-compare {
  flex-shrink: 0;
  width: 100%;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  background-color: #f9fafb;
}

.product-compare__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .product-compare__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .product-compare__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.product-compare__header {
  margin-bottom: 4.8rem;
  text-align: center;
}

.product-compare__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
}

@media (max-width: 25.865em) {
  .product-compare__title {
    font-size: 2.8rem;
  }
}

.product-compare__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #596680;
}

.product-compare__desc *:first-child {
  margin-top: 0;
}

.product-compare__desc *:last-child {
  margin-bottom: 0;
}

.product-compare__table {
  margin-left: auto;
  margin-right: auto;
  max-width: 82.4rem;
}

.product-compare__thead {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin-bottom: 2.4rem;
}

.product-compare__th {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  width: 22rem;
  color: #173673;
  text-align: center;
}

.product-compare__tr {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #e1e5ed;
}

.product-compare__tr:first-child .product-compare__td:first-child {
  border-top-left-radius: 1.6rem;
}

.product-compare__tr:first-child .product-compare__td:last-child {
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
}

.product-compare__tr:last-child {
  border-bottom: 0;
}

.product-compare__tr:last-child .product-compare__td:first-child {
  border-bottom-left-radius: 1.6rem;
}

.product-compare__tr:last-child .product-compare__td:last-child {
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
}

.product-compare__td {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.product-compare__td:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  -webkit-box-flex: 1;
  flex-grow: 1;
  color: #173673;
  background-color: #fff;
}

.product-compare__td:nth-child(2) {
  flex-shrink: 0;
  -webkit-box-pack: center;
  justify-content: center;
  width: 22rem;
  background-color: #f9fafb;
  text-align: center;
}

.product-compare__td:nth-child(2) > .icon {
  fill: #adb8cc;
}

.product-compare__td:nth-child(3) {
  flex-shrink: 0;
  -webkit-box-pack: center;
  justify-content: center;
  width: 22rem;
  color: #3377ff;
  background-color: #eef5ff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
  line-height: 1.42857;
  text-align: center;
  text-transform: uppercase;
}

.product-compare__td:nth-child(3) > .icon {
  fill: #3377ff;
}

.product-compare__td > .icon {
  margin-left: auto;
  margin-right: auto;
  width: 2.8rem;
  height: 2.6rem;
}

.product-compare__footer {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.2rem;
  max-width: 82.4rem;
}

.product-compare__price {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.2rem;
  margin-left: auto;
  width: 22rem;
}

.product-compare__old-price {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 0.8rem;
}

.product-compare__shipping {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33333;
  margin-left: 0.8rem;
  color: rgba(23, 54, 115, 0.7);
}

.product-compare__cta-btn {
  display: block;
  margin-left: auto;
  width: 22rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .product-compare__thead {
    -webkit-box-align: center;
    align-items: center;
  }
  .product-compare__th {
    width: 18rem;
  }
  .product-compare__td:nth-child(2) {
    width: 18rem;
  }
  .product-compare__td:nth-child(3) {
    width: 18rem;
  }
  .product-compare__price {
    width: 18rem;
  }
  .product-compare__cta-btn {
    width: 18rem;
  }
}

@media (max-width: 47.99em) {
  .product-compare__title, .product-compare__desc {
    margin-left: auto;
    margin-right: auto;
  }
  .product-compare__title {
    max-width: 38rem;
  }
  .product-compare__desc {
    max-width: 40rem;
  }
  .product-compare__th {
    width: 12rem;
    font-size: 1.6rem;
  }
  .product-compare__td {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .product-compare__td:nth-child(1) {
    font-size: 1.6rem;
  }
  .product-compare__td:nth-child(2) {
    width: 12rem;
  }
  .product-compare__td:nth-child(3) {
    width: 12rem;
  }
  .product-compare__footer {
    padding-top: 3.2rem;
  }
  .product-compare__price, .product-compare__cta-btn {
    margin-left: auto;
    margin-right: auto;
    width: 24rem;
  }
}

@media (max-width: 35.49em) {
  .product-compare__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .product-compare__thead {
    margin-bottom: 1.6rem;
  }
  .product-compare__th {
    width: 10rem;
    font-size: 1.4rem;
  }
  .product-compare__td:nth-child(1) {
    font-size: 1.4rem;
  }
  .product-compare__td:nth-child(2) {
    width: 10rem;
  }
  .product-compare__td:nth-child(3) {
    width: 10rem;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}

@media (max-width: 25.865em) {
  .product-compare {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .product-compare__title {
    max-width: 30rem;
  }
  .product-compare__desc {
    max-width: 32rem;
  }
  .product-compare__th {
    width: 9rem;
    font-size: 1.3rem;
  }
  .product-compare__td:nth-child(2) {
    width: 9rem;
  }
  .product-compare__td:nth-child(3) {
    width: 9rem;
    font-size: 1.2rem;
  }
}

@media (max-width: 23.4275em) {
  .product-compare__title, .product-compare__desc {
    max-width: 24rem;
  }
  .product-compare__th {
    width: 8rem;
    font-size: 1.2rem;
  }
  .product-compare__td {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
  .product-compare__td:nth-child(1) {
    font-size: 1.3rem;
  }
  .product-compare__td:nth-child(2) {
    width: 8rem;
  }
  .product-compare__td:nth-child(3) {
    width: 8rem;
    font-size: 1.1rem;
  }
}

/*
================================================================================

  "Product Detail" section

================================================================================
*/
.product-hero {
  flex-shrink: 0;
  width: 100%;
  padding-top: 6.4rem;
  padding-bottom: 10.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-hero__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .product-hero__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .product-hero__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.product-hero__content {
  max-width: 35rem;
  color: #fff;
}

.product-hero__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 2.4rem;
}

@media (max-width: 25.865em) {
  .product-hero__title {
    font-size: 2.8rem;
  }
}

.product-hero__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}

.product-hero__desc *:first-child {
  margin-top: 0;
}

.product-hero__desc *:last-child {
  margin-bottom: 0;
}

.product-hero__price {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.2rem;
}

@media (max-width: 25.865em) {
  .product-hero__price {
    font-size: 2.8rem;
  }
}

.product-hero__old-price {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 0.8rem;
}

.product-hero__shipping {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33333;
  margin-left: 0.8rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 47.99em) {
  .product-hero {
    padding-bottom: 12.8rem;
  }
  .product-hero__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .product-hero__price {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media (max-width: 25.865em) {
  .product-hero__content {
    max-width: none;
  }
  .product-hero__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 28rem;
  }
  .product-hero__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
}

@media (max-width: 23.4275em) {
  .product-hero {
    padding-top: 4.8rem;
  }
  .product-hero__desc {
    max-width: 24rem;
  }
}

/*
================================================================================

  "Product Included" section

================================================================================
*/
.product-included {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  background-color: #fff;
  box-shadow: 0 0.2rem 3.2rem rgba(0, 0, 0, 0.04);
}

.product-included__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .product-included__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .product-included__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.product-included__top-part {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 3.2rem;
}

.product-included__top-part--centered {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 4.8rem;
  text-align: center;
}

.product-included__top-part--centered .product-included__photo {
  margin-top: 0;
  margin-bottom: 2.4rem;
  margin-right: 0;
}

.product-included__header {
  max-width: 51rem;
}

.product-included__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.2rem;
  color: #173673;
}

.product-included__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #596680;
}

.product-included__desc *:first-child {
  margin-top: 0;
}

.product-included__desc *:last-child {
  margin-bottom: 0;
}

.product-included__photo {
  margin-top: -24.5rem;
  margin-right: -4.7rem;
}

.product-included__photo > img {
  display: block;
  max-width: 100%;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .product-included__photo {
    margin-right: -3.2rem;
  }
}

@media (max-width: 63.99em) {
  .product-included__photo {
    margin-top: -20rem;
  }
}

@media (max-width: 47.99em) {
  .product-included__top-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .product-included__photo {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    margin-top: -16rem;
    margin-bottom: 4.8rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 34rem;
  }
  .product-included__header {
    margin-bottom: 3.2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 38rem;
    text-align: center;
  }
}

@media (max-width: 35.49em) {
  .product-included__photo {
    margin-bottom: 3.2rem;
  }
  .product-included__header {
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 23.4275em) {
  .product-included__header {
    margin-bottom: 1.2rem;
  }
}

/*
================================================================================

  "Product Main" section

================================================================================
*/
.product-main {
  flex-shrink: 0;
  width: 100%;
}

/*
================================================================================

  "Product Order" section

================================================================================
*/
.product-order {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.product-order__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .product-order__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .product-order__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.product-order__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

/* Item
------------------------------------- */
.product-order-item {
  margin-bottom: 8.8rem;
  margin-left: 6.4rem;
  margin-right: 6.4rem;
  text-align: center;
}

.product-order-item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.product-order-item__thumbnail {
  margin-bottom: 2.4rem;
}

.product-order-item__thumbnail > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.product-order-item__title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 1.2rem;
  color: #173673;
}

.product-order-item__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 23rem;
  color: #596680;
}

.product-order-item__desc *:first-child {
  margin-top: 0;
}

.product-order-item__desc *:last-child {
  margin-bottom: 0;
}

.product-order-item__price {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 2.4rem;
  color: #173673;
}

.product-order-item__old-price {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-right: 0.8rem;
}

.product-order-item__shipping {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33333;
  margin-left: 0.8rem;
  color: rgba(26, 57, 117, 0.7);
}

.product-order-item__btn {
  width: 12rem;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .product-order-item {
    margin-right: 10rem;
  }
}

@media (max-width: 47.99em) {
  .product-order-item {
    margin-right: 0;
    width: 50%;
  }
}

@media (max-width: 35.49em) {
  .product-order__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .product-order-item {
    margin-bottom: 6.4rem;
    width: 100%;
  }
  .product-order-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 29.99em) {
  .product-order {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

/*
================================================================================

  "Story Discover" section

================================================================================
*/
.story-discover {
  flex-shrink: 0;
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 12.8rem;
  background-color: #fff;
}

.story-discover__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .story-discover__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .story-discover__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.story-discover__header {
  margin-bottom: 4.8rem;
  text-align: center;
}

.story-discover__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .story-discover__title {
    font-size: 2.8rem;
  }
}

.story-discover__body {
  display: -webkit-box;
  display: flex;
}

/* Item
------------------------------------- */
.story-discover-item {
  overflow: hidden;
  margin-right: 2.4rem;
  width: calc(25% - 1.8rem);
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
}

.story-discover-item:last-child {
  margin-right: 0;
}

.story-discover-item__thumbnail > img {
  display: block;
  width: 100%;
}

.story-discover-item__content {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  background-color: #fff;
}

.story-discover-item__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .story-discover {
    padding-bottom: 8.8rem;
  }
}

@media (max-width: 63.99em) {
  .story-discover__body {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 52rem;
  }
  .story-discover-item {
    margin-bottom: 2.4rem;
    width: calc(50% - 1.2rem);
  }
  .story-discover-item:nth-child(2n) {
    margin-right: 0;
  }
  .story-discover-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media (max-width: 35.49em) {
  .story-discover {
    padding-top: 0;
  }
  .story-discover__header {
    margin-bottom: 3.2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 28rem;
  }
  .story-discover__body {
    max-width: 24.8rem;
  }
  .story-discover-item {
    margin-bottom: 2.4rem;
    margin-right: 0;
    width: 100%;
  }
  .story-discover-item:nth-last-child(-n + 2) {
    margin-bottom: 2.4rem;
  }
  .story-discover-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 25.865em) {
  .story-discover__header {
    max-width: 24rem;
  }
}

/*
================================================================================

  "Story Focus" section

================================================================================
*/
.story-focus {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.story-focus__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .story-focus__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .story-focus__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.story-focus__header {
  margin-bottom: 4.8rem;
  text-align: center;
}

.story-focus__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .story-focus__title {
    font-size: 2.8rem;
  }
}

.story-focus__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

/* Item
------------------------------------- */
.story-focus-item {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  width: 12.2rem;
  text-align: center;
}

.story-focus-item__illustration {
  overflow: hidden;
  margin-bottom: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
}

.story-focus-item__illustration > img {
  display: block;
  width: 100%;
}

.story-focus-item__title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #596680;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .story-focus {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .story-focus__body {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 34rem;
  }
  .story-focus-item {
    margin-bottom: 4.8rem;
  }
  .story-focus-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 35.49em) {
  .story-focus {
    padding-top: 4.8rem;
  }
  .story-focus-item {
    margin-bottom: 3.2rem;
  }
}

@media (max-width: 25.865em) {
  .story-focus-item {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    width: calc(50% - 2.4rem);
  }
}

/*
================================================================================

  "Story Hero" section

================================================================================
*/
.story-hero {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.story-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(81%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
}

.story-hero__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 29.99em) {
  .story-hero__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .story-hero__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.story-hero__content {
  max-width: 36rem;
  color: #fff;
}

.story-hero__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

@media (max-width: 25.865em) {
  .story-hero__title {
    font-size: 2.8rem;
  }
}

.story-hero__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.story-hero__desc *:first-child {
  margin-top: 0;
}

.story-hero__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .story-hero {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }
}

@media (max-width: 63.99em) {
  .story-hero::after {
    background-color: rgba(0, 0, 0, 0.45);
    background-image: none;
  }
  .story-hero__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .story-hero__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
}

@media (max-width: 29.99em) {
  .story-hero {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 25.865em) {
  .story-hero__title {
    max-width: 28rem;
  }
}

@media (max-width: 23.4275em) {
  .story-hero__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 25rem;
  }
}

/*
================================================================================

  "Story History" section

================================================================================
*/
.story-history {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.story-history::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 14.18%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f9fafb), to(rgba(249, 250, 251, 0)));
  background-image: -webkit-linear-gradient(left, #f9fafb 0%, rgba(249, 250, 251, 0) 100%);
  background-image: linear-gradient(90deg, #f9fafb 0%, rgba(249, 250, 251, 0) 100%);
}

.story-history::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 17.895%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 250, 251, 0)), to(#f9fafb));
  background-image: -webkit-linear-gradient(left, rgba(249, 250, 251, 0) 0%, #f9fafb 100%);
  background-image: linear-gradient(90deg, rgba(249, 250, 251, 0) 0%, #f9fafb 100%);
}

.story-history__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .story-history__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .story-history__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.story-history__header {
  margin-bottom: 7.6rem;
  text-align: center;
}

.story-history__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .story-history__title {
    font-size: 2.8rem;
  }
}

.story-history__body {
  position: relative;
}

.story-history__body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -100rem;
  right: -100rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 0.2rem;
  background-color: #e1e5ed;
}

.story-history__slider {
  overflow: visible;
}

.story-history__slider .swiper-slide:nth-child(odd) {
  -webkit-transform: translateY(-2.8rem);
  transform: translateY(-2.8rem);
}

.story-history__slider .swiper-slide:nth-child(even) {
  -webkit-transform: translateY(2.8rem);
  transform: translateY(2.8rem);
}

.story-history__nav-prev-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -3.6rem;
  z-index: 10;
}

.story-history__nav-next-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3.6rem;
  z-index: 10;
}

/* Item
------------------------------------- */
.story-history-item {
  position: relative;
  overflow: hidden;
  padding-top: 8.8rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
}

.story-history-item__thumbnail {
  position: absolute;
  top: -1.6rem;
  right: -1.6rem;
  border-radius: 50%;
  overflow: hidden;
}

.story-history-item__thumbnail > img {
  display: block;
  max-width: 100%;
}

.story-history-item__year {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  color: #adb8cc;
  font-weight: 600;
}

.story-history-item__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 85.365em) {
  .story-history::before, .story-history::after {
    width: 12%;
  }
}

@media (max-width: 79.99em) {
  .story-history::before, .story-history::after {
    width: 7%;
  }
}

@media (max-width: 72.49em) {
  .story-history::before, .story-history::after {
    display: none;
  }
  .story-history__nav-prev-btn, .story-history__nav-next-btn {
    display: none;
  }
}

@media (max-width: 63.99em) {
  .story-history {
    padding-bottom: 11.6rem;
  }
  .story-history__header {
    text-align: center;
  }
}

@media (max-width: 35.49em) {
  .story-history {
    padding-bottom: 6.4rem;
  }
  .story-history__header {
    margin-bottom: 3.2rem;
  }
  .story-history__slider .swiper-slide:nth-child(odd), .story-history__slider .swiper-slide:nth-child(even) {
    -webkit-transform: none;
    transform: none;
  }
  .story-history-item__content {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

/*
================================================================================

  "Story Main" section

================================================================================
*/
.story-main {
  flex-shrink: 0;
  width: 100%;
}

/*
================================================================================

  "Team About" section

================================================================================
*/
.team-about {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.team-about__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 29.99em) {
  .team-about__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .team-about__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.team-about__video {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 6.4rem;
  width: 100%;
  max-width: 50rem;
  height: 28rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
  outline: 0;
  text-decoration: none;
}

.team-about__video:hover > .icon, .team-about__video:focus > .icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team-about__video:active > .icon {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.team-about__video > .icon {
  flex-shrink: 0;
  width: 6.6rem;
  height: 6.6rem;
  fill: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.team-about__content {
  width: 100%;
  max-width: 46rem;
}

.team-about__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 1.6rem;
  color: #173673;
}

@media (max-width: 25.865em) {
  .team-about__title {
    font-size: 2.8rem;
  }
}

.team-about__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #596680;
}

.team-about__desc *:first-child {
  margin-top: 0;
}

.team-about__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .team-about {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .team-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .team-about__video {
    margin-bottom: 4.8rem;
    margin-right: 0;
  }
}

@media (max-width: 35.49em) {
  .team-about {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .team-about__video {
    margin-bottom: 3.2rem;
    height: 22rem;
  }
}

/*
================================================================================

  "Team Hero" section

================================================================================
*/
.team-hero {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(81%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
}

.team-hero__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 29.99em) {
  .team-hero__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .team-hero__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.team-hero__content {
  max-width: 36rem;
  color: #fff;
}

.team-hero__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

@media (max-width: 25.865em) {
  .team-hero__title {
    font-size: 2.8rem;
  }
}

.team-hero__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.team-hero__desc *:first-child {
  margin-top: 0;
}

.team-hero__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .team-hero {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }
}

@media (max-width: 63.99em) {
  .team-hero::after {
    background-color: rgba(0, 0, 0, 0.45);
    background-image: none;
  }
  .team-hero__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .team-hero__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
}

@media (max-width: 29.99em) {
  .team-hero {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 25.865em) {
  .team-hero__title {
    max-width: 28rem;
  }
}

@media (max-width: 23.4275em) {
  .team-hero__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 25rem;
  }
}

/*
================================================================================

  "Affiliates Main" section

================================================================================
*/
.affiliates-main {
  flex-shrink: 0;
  width: 100%;
}

/*
================================================================================

  "Team Testimonials" section

================================================================================
*/
.team-testimonials {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 2.4rem;
  background-color: #fff;
}

.team-testimonials__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .team-testimonials__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .team-testimonials__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.team-testimonials__header {
  margin-bottom: 4.8rem;
  text-align: center;
}

.team-testimonials__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .team-testimonials__title {
    font-size: 2.8rem;
  }
}

.team-testimonials__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

/* Item
------------------------------------- */
.team-testimonials-item {
  margin-left: 3.2rem;
  margin-right: 3.2rem;
  max-width: 17rem;
  text-align: center;
  text-decoration: none;
}

.team-testimonials-item__thumbnail {
  overflow: hidden;
  margin-bottom: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
}

.team-testimonials-item__thumbnail > img {
  display: block;
  width: 100%;
}

.team-testimonials-item__name {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #adb8cc;
  font-weight: 600;
}

.team-testimonials-item__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #596680;
}

.team-testimonials-item__desc *:first-child {
  margin-top: 0;
}

.team-testimonials-item__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .team-testimonials {
    padding-top: 6.4rem;
    padding-bottom: 1.2rem;
  }
}

@media (max-width: 47.99em) {
  .team-testimonials-item {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}

@media (max-width: 35.49em) {
  .team-testimonials {
    padding-top: 4.8rem;
  }
  .team-testimonials__header {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
  .team-testimonials__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .team-testimonials-item {
    margin-bottom: 4.8rem;
  }
  .team-testimonials-item:last-child {
    margin-bottom: 0;
  }
}

/*
================================================================================

  "Team Vacancies" section

================================================================================
*/
.team-vacancies {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #f9fafb;
}

.team-vacancies::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 14.18%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f9fafb), to(rgba(249, 250, 251, 0)));
  background-image: -webkit-linear-gradient(left, #f9fafb 0%, rgba(249, 250, 251, 0) 100%);
  background-image: linear-gradient(90deg, #f9fafb 0%, rgba(249, 250, 251, 0) 100%);
}

.team-vacancies::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 17.895%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(249, 250, 251, 0)), to(#f9fafb));
  background-image: -webkit-linear-gradient(left, rgba(249, 250, 251, 0) 0%, #f9fafb 100%);
  background-image: linear-gradient(90deg, rgba(249, 250, 251, 0) 0%, #f9fafb 100%);
}

.team-vacancies__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .team-vacancies__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .team-vacancies__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.team-vacancies__header {
  margin-bottom: 4.8rem;
}

.team-vacancies__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .team-vacancies__title {
    font-size: 2.8rem;
  }
}

.team-vacancies__body {
  position: relative;
}

.team-vacancies__slider {
  overflow: visible;
}

.team-vacancies__nav-prev-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -3.6rem;
  z-index: 10;
}

.team-vacancies__nav-next-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3.6rem;
  z-index: 10;
}

/* Item
------------------------------------- */
.team-vacancies-item {
  overflow: hidden;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
}

.team-vacancies-item__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  margin-top: 0;
  margin-bottom: 0.8rem;
  color: #173673;
}

.team-vacancies-item__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  color: #596680;
}

.team-vacancies-item__desc *:first-child {
  margin-top: 0;
}

.team-vacancies-item__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 85.365em) {
  .team-vacancies::before, .team-vacancies::after {
    width: 12%;
  }
}

@media (max-width: 79.99em) {
  .team-vacancies::before, .team-vacancies::after {
    width: 7%;
  }
}

@media (max-width: 72.49em) {
  .team-vacancies::before, .team-vacancies::after {
    display: none;
  }
  .team-vacancies__nav-prev-btn, .team-vacancies__nav-next-btn {
    display: none;
  }
}

@media (max-width: 63.99em) {
  .team-vacancies {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .team-vacancies__header {
    text-align: center;
  }
}

@media (max-width: 47.99em) {
  .team-vacancies__header {
    margin-bottom: 3.2rem;
  }
}

@media (max-width: 35.49em) {
  .team-vacancies {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .team-vacancies-item {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

/*
================================================================================

  "Upload Features" section

================================================================================
*/
.upload-features {
  flex-shrink: 0;
  width: 100%;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  background-color: #fff;
}

.upload-features__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .upload-features__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .upload-features__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.upload-features__header {
  margin-bottom: 4.8rem;
  text-align: center;
}

.upload-features__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .upload-features__title {
    font-size: 2.8rem;
  }
}

.upload-features__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}

/* Item
------------------------------------- */
.upload-features-item {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  text-align: center;
}

.upload-features-item__illustration {
  margin-bottom: 1.6rem;
}

.upload-features-item__illustration > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.upload-features-item__title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  color: #596680;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .upload-features__body {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 54rem;
  }
  .upload-features-item {
    margin-bottom: 4.8rem;
    margin-left: 0;
    margin-right: 0;
    width: 33.3333%;
  }
  .upload-features-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media (max-width: 35.49em) {
  .upload-features {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .upload-features__body {
    max-width: 33rem;
  }
  .upload-features-item {
    width: 50%;
  }
  .upload-features-item:nth-last-child(-n + 2) {
    margin-bottom: 4.8rem;
  }
  .upload-features-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 29.99em) {
  .upload-features__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
  }
  .upload-features-item {
    margin-bottom: 3.2rem;
  }
}

/*
================================================================================

  "Upload Hero" section

================================================================================
*/
.upload-hero {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.upload-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(81%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 81%, rgba(0, 0, 0, 0.5) 100%);
}

.upload-hero__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 29.99em) {
  .upload-hero__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .upload-hero__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.upload-hero__content {
  max-width: 36rem;
  color: #fff;
}

.upload-hero__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

@media (max-width: 25.865em) {
  .upload-hero__title {
    font-size: 2.8rem;
  }
}

.upload-hero__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}

.upload-hero__desc *:first-child {
  margin-top: 0;
}

.upload-hero__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 79.99em) {
  .upload-hero {
    padding-top: 8.8rem;
    padding-bottom: 8.8rem;
  }
}

@media (max-width: 63.99em) {
  .upload-hero::after {
    background-color: rgba(0, 0, 0, 0.45);
    background-image: none;
  }
  .upload-hero__content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .upload-hero__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
  }
}

@media (max-width: 29.99em) {
  .upload-hero {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 25.865em) {
  .upload-hero__title {
    max-width: 28rem;
  }
}

@media (max-width: 23.4275em) {
  .upload-hero__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 25rem;
  }
}

/*
================================================================================

  "Upload How" section

================================================================================
*/
.upload-how {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.upload-how__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .upload-how__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .upload-how__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.upload-how__header {
  margin-bottom: 4.8rem;
  text-align: center;
}

.upload-how__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .upload-how__title {
    font-size: 2.8rem;
  }
}

.upload-how__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}

/* Item
------------------------------------- */
.upload-how-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  margin-right: 2.4rem;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  width: 100%;
  max-width: 28rem;
  height: 17.5rem;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
}

.upload-how-item:last-child {
  margin-right: 0;
}

.upload-how-item__illustration {
  position: absolute;
  top: -3.2rem;
  right: -3.2rem;
  border-radius: 50%;
  overflow: hidden;
}

.upload-how-item__illustration > img {
  display: block;
  max-width: 100%;
}

.upload-how-item__step {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.42857;
  margin-bottom: 0.8rem;
  color: #adb8cc;
}

.upload-how-item__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .upload-how {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .upload-how__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }
  .upload-how-item {
    margin-bottom: 2.4rem;
    margin-right: 0;
    max-width: 32rem;
  }
  .upload-how-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 35.49em) {
  .upload-how {
    padding-top: 4.8rem;
  }
}

@media (max-width: 29.99em) {
  .upload-how {
    padding-bottom: 4.8rem;
  }
}

@media (max-width: 25.865em) {
  .upload-how__header {
    margin-bottom: 3.2rem;
  }
}

/*
================================================================================

  "Upload Main" section

================================================================================
*/
.upload-main {
  flex-shrink: 0;
  width: 100%;
}

/*
================================================================================

  "Upload Personal" section

================================================================================
*/
.upload-personal {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #fff;
}

.upload-personal__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .upload-personal__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .upload-personal__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.upload-personal__header {
  margin-bottom: 4.8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  text-align: center;
}

.upload-personal__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 1.2rem;
  color: #173673;
}

@media (max-width: 25.865em) {
  .upload-personal__title {
    font-size: 2.8rem;
  }
}

.upload-personal__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #596680;
}

.upload-personal__desc *:first-child {
  margin-top: 0;
}

.upload-personal__desc *:last-child {
  margin-bottom: 0;
}

.upload-personal__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}

/* Item
------------------------------------- */
.upload-personal-item {
  overflow: hidden;
  margin-right: 2.4rem;
  background-color: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 0.2rem 2.4rem rgba(0, 0, 0, 0.06);
}

.upload-personal-item:last-child {
  margin-right: 0;
}

.upload-personal-item__photo > img {
  display: block;
  width: 100%;
}

.upload-personal-item__content {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.upload-personal-item__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.55556;
  margin-top: 0;
  margin-bottom: 0.8rem;
  max-width: 18rem;
  color: #173673;
}

.upload-personal-item__desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #596680;
}

.upload-personal-item__desc *:first-child {
  margin-top: 0;
}

.upload-personal-item__desc *:last-child {
  margin-bottom: 0;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .upload-personal {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
  .upload-personal__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
  }
  .upload-personal-item {
    margin-bottom: 4.8rem;
    margin-right: 0;
    text-align: center;
  }
  .upload-personal-item__title {
    margin-left: auto;
    margin-right: auto;
  }
  .upload-personal-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 35.49em) {
  .upload-personal {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .upload-personal__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 24rem;
  }
  .upload-personal__desc {
    margin-left: auto;
    margin-right: auto;
    max-width: 34rem;
  }
  .upload-personal-item {
    margin-bottom: 3.2rem;
    max-width: 32rem;
  }
}

/*
================================================================================

  "Upload Security" section

================================================================================
*/
.upload-security {
  flex-shrink: 0;
  width: 100%;
  padding-top: 8.8rem;
  padding-bottom: 8.8rem;
  background-color: #f9fafb;
}

.upload-security__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: 108.6rem;
}

@media (max-width: 29.99em) {
  .upload-security__container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    max-width: 107rem;
  }
}

@media (max-width: 23.4275em) {
  .upload-security__container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 105.4rem;
  }
}

.upload-security__header {
  margin-bottom: 4.8rem;
  text-align: center;
}

.upload-security__title {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.375;
  margin-top: 0;
  margin-bottom: 0;
  color: #173673;
}

@media (max-width: 25.865em) {
  .upload-security__title {
    font-size: 2.8rem;
  }
}

.upload-security__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}

/* Item
------------------------------------- */
.upload-security-item {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  text-align: center;
}

.upload-security-item__illustration {
  margin-bottom: 1.6rem;
}

.upload-security-item__illustration > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.upload-security-item__title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  color: #596680;
}

/* ================================================================================
   RESPONSIVENESS
================================================================================ */
@media (max-width: 63.99em) {
  .upload-security {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

@media (max-width: 47.99em) {
  .upload-security__body {
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
  }
  .upload-security-item {
    margin-bottom: 4.8rem;
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }
  .upload-security-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

@media (max-width: 35.49em) {
  .upload-security {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
  .upload-security__body {
    max-width: 33rem;
  }
}

@media (max-width: 29.99em) {
  .upload-security__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 28rem;
  }
  .upload-security-item {
    margin-bottom: 3.2rem;
  }
}

@media (max-width: 23.4275em) {
  .upload-security-item__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
  }
}

/*# sourceMappingURL=styles.min.css.map */
