/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/group-css-media-queries-loader/lib/index.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable-line */

/*! 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: .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 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -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: .35em .75em .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 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

/**
 * Set up a decent box model on the root element
 */

html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */

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

.main-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

@font-face {
  font-family: "Graphik Condensed";
  src: url("../fonts/GraphikCondensed-Regular-Web.woff2") format("woff2"), url("../fonts/GraphikCondensed-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Condensed";
  src: url("../fonts/GraphikCondensed-Light-Web.woff2") format("woff2"), url("../fonts/GraphikCondensed-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Condensed";
  src: url("../fonts/GraphikCondensed-Medium-Web.woff2") format("woff2"), url("../fonts/GraphikCondensed-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Condensed";
  src: url("../fonts/GraphikCondensed-Semibold-Web.woff2") format("woff2"), url("../fonts/GraphikCondensed-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Condensed";
  src: url("../fonts/GraphikCondensed-Bold-Web.woff2") format("woff2"), url("../fonts/GraphikCondensed-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Compact";
  src: url("../fonts/GraphikCompact-Regular-Web.woff2") format("woff2"), url("../fonts/GraphikCompact-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Compact";
  src: url("../fonts/GraphikCompact-Medium-Web.woff2") format("woff2"), url("../fonts/GraphikCompact-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik Compact";
  src: url("../fonts/GraphikCompact-Semibold-Web.woff2") format("woff2"), url("../fonts/GraphikCompact-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*
  Basic typography style for copy text
*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-family: "Graphik Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .5px;
}

/*
  Basic styles for links
*/

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #008aaf;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:hover {
  color: #007b9d;
  -webkit-text-decoration: none;
  text-decoration: none;
}

ul,
ol,
dl,
p {
  margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 .5em;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: .5px;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 16px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 1px solid currentColor;
  background-color: transparent;
  width: 100%;
  min-width: 0;
  padding: 1.2rem 2.4rem;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text]:focus, input[type=text]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
textarea:focus,
textarea:hover {
  box-shadow: none;
  outline: none;
}

.header {
  background-color: #ffffff;
  position: relative;
  z-index: 100;
  padding: 24px 0;
  line-height: 1;
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: inline-block;
  max-width: 192px;
  margin-left: 4px;
}

.header__logo a {
  display: inline-block;
}

.nav-opener {
  display: block;
  width: 34px;
  height: 34px;
  position: relative;
}

.nav-opener::before, .nav-opener::after {
  transition: background .2s ease-in-out, opacity .2s ease-in-out, transform .2s ease-in-out, top .15s ease-in-out .2s, width .15s ease-in-out;
  content: "";
}

.nav-opener::before, .nav-opener::after,
.nav-opener span {
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background: #000000;
  position: absolute;
  left: 4px;
}

.nav-opener::before {
  top: 7px;
}

.nav-opener span {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  top: 16px;
}

.nav-opener::after {
  top: 25px;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener::before, .nav-active .nav-opener::after {
  transition: background .2s ease-in-out, opacity .2s ease-in-out, top .15s, transform .2s ease .2s, width .15s ease-in-out .2s;
  top: 16px;
}

.nav-active .nav-opener::before {
  transform: rotate(45deg);
}

.nav-active .nav-opener::after {
  transform: rotate(-45deg);
}

body {
  background-color: #ffffff;
  position: relative;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
}

.wrapper-inner {
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  display: grid;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.wrapper-inner .header {
  grid-row: 1;
}

.wrapper-inner .main {
  grid-row: 2;
}

.wrapper-inner .footer {
  grid-row: 3;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 16px;
}

img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.color-accent {
  color: #e4121a;
}

.footer {
  background-color: #d1d1d6;
  padding: 62px 0;
  font-family: "Graphik Compact", "Graphik Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 14px;
}

.footer__logo {
  max-width: 297px;
  display: inline-block;
  margin-bottom: 35px;
}

.footer__logo a {
  display: inline-block;
}

.footer .text-block {
  margin-bottom: 30px;
}

.footer .widget-list__item {
  margin-bottom: 30px;
}

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

.footer-widget {
  border-left: 1px solid rgba(0, 0, 0, .3);
  padding: 0 16px 20px 20px;
}

.footer-widget__title {
  display: block;
  font-size: 16px;
  line-height: 2.625;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.footer-widget__link a {
  font-weight: 600;
}

.contact-link {
  margin-bottom: 20px;
}

.contact-link__title {
  display: block;
  font-weight: 700;
}

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

.contact-link p {
  margin-bottom: 0;
}

.contact-link a {
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.btn {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  background-color: #e4121a;
  color: #ffffff;
  padding: 16px 32px;
}

.btn:hover {
  color: #ffffff;
  background-color: #b50e15;
}

.btn--sm {
  font-size: 14px;
  padding: 8px 16px;
}

.hero-section {
  position: relative;
  background-color: #000000;
  color: #ffffff;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.hero-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .85);
  z-index: 1;
}

.hero-section__button {
  span a {
    color: #ffffff;
  }
}

.hero-section__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-section__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-section__content {
  max-width: 560px;
  position: relative;
  z-index: 2;
}

.hero-section__title {
  margin-bottom: 24px;
}

.hero-section__info {
  display: block;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-section__text {
  font-family: "Graphik Compact", "Graphik Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  margin-bottom: 35px;
}

.main-nav {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #d1d1d6;
  background-color: #ffffff;
}

.main-nav__list {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.main-nav__link {
  display: flex;
  align-items: center;
  min-height: 50px;
  color: inherit;
  width: 100%;
  justify-content: center;
}

.main-nav__link:hover {
  color: #008aaf;
}

.overview-section {
  padding: 48px 0 24px;
}

.overview-section__content {
  margin: 0 0 50px;
}

.overview-section__title {
  margin-bottom: 25px;
}

.overview-section__text {
  font-family: "Graphik Compact", "Graphik Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

.why-attend-section {
  padding: 27px 0 40px;
}

.why-attend-section__title {
  text-align: center;
  margin-bottom: 20px;
}

.why-attend-section .cards-list__item {
  margin-bottom: 20px;
}

.why-attend-section__button {
  text-align: center;
}

.rollover-card {
  aspect-ratio: .81/1;
  position: relative;
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
}

.rollover-card:hover .rollover-card__text {
  top: 0;
  margin-bottom: 0;
}

.rollover-card:hover:before {
  opacity: 1;
}

.rollover-card:hover:after {
  opacity: 1;
}

.rollover-card:before {
  transition: opacity .3s linear;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 82.85%);
}

.rollover-card:after {
  transition: opacity .3s linear;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e4121a;
  z-index: 3;
}

.resize-active .rollover-card * {
  transition: none !important;
}

.rollover-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.rollover-card__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54.25%, #000000 100%);
}

.rollover-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rollover-card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 28px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.rollover-card__title {
  margin-bottom: 0;
}

.rollover-card__text {
  transition: margin-bottom .3s linear, top .3s linear;
  overflow: auto;
  font-family: "Graphik Compact", "Graphik Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  position: relative;
  padding-top: 8px;
}

.rollover-card__text p:last-child {
  margin-bottom: 0;
}

.speakers-section {
  padding: 48px 0 77px;
}

.speakers-section .container {
  max-width: 1352px;
}

.speakers-section__title {
  text-align: center;
  margin-bottom: 40px;
}

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

.speakers-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.speakers-list__item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 40px;
}

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

.speaker-card:hover .speaker-card__image img {
  filter: grayscale(0);
}

.speaker-card__image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  max-width: 200px;
  width: calc(100% - 30px);
  margin: 0 auto 13px;
}

.speaker-card__image img {
  transition: filter .35s cubic-bezier(.3, .86, .36, .95);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(1);
}

.speaker-card__name {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .09px;
  font-weight: 600;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 5px;
}

.speaker-card__name:after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #e4121a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.speaker-card__position {
  display: block;
  font-size: 14px;
  font-style: italic;
  max-width: 210px;
  margin: 0 auto;
}

.speaker-card__company {
  font-size: 16px;
}

.location-section {
  padding: 21px 0;
}

.location-banner {
  background-color: #000000;
  color: #ffffff;
  position: relative;
  min-height: 300px;
}

.location-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}

.location-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.location-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 94%;
     object-position: 50% 94%;
}

.location-banner__content {
  position: relative;
  z-index: 3;
  padding: 31px 17px;
  max-width: 560px;
}

.location-banner__subtitle {
  display: block;
  margin-bottom: 8px;
}

.location-banner__title {
  margin-bottom: 17px;
}

.location-banner__text {
  font-family: "Graphik Compact", "Graphik Condensed", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 18px;
}

.location-banner__text p:last-child {
  margin-bottom: 0;
}

.testimonial-section {
  position: relative;
  display: flex;
  align-items: center;
  padding: 64px 0 54px;
}

.testimonial-section .container {
  position: relative;
  z-index: 2;
}

.testimonial-section .quote-icon {
  text-align: center;
  margin-bottom: 38px;
}

.testimonial-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonial-section__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.testimonial-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 35%;
     object-position: 50% 35%;
}

.testimonial-carousel {
  max-width: 758px;
  margin: 0 auto;
  padding: 0 10px;
}

.testimonial-carousel .swiper-wrapper {
  align-items: center;
}

.testimonial-carousel .swiper-slide {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

.testimonial-carousel .swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.testimonial-carousel .swiper-pagination-bullet {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #666666;
  cursor: pointer;
}

.testimonial-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}

.testimonial-carousel__text {
  text-align: center;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
}

.partners-section {
  padding: 50px 0;
}

.partners-section .container {
  max-width: 1600px;
}

.partners-section__title {
  margin-bottom: 64px;
  text-align: center;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  text-align: center;
}

.partners-list__item {
  width: 50%;
  padding: 0 15px;
}

.partners-list__item a {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
}

.partners-list__item a:hover {
  opacity: .75;
}

.partners-list__item img {
  max-width: 147px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.partners-list .title-block {
  position: relative;
  text-align: center;
  padding-bottom: 11px;
  margin-bottom: 13px;
  width: 100%;
}

.partners-list .title-block:after {
  content: "";
  width: 22px;
  height: 2px;
  background-color: #e4121a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.partners-list--main {
  justify-content: center;
  margin-bottom: 9px;
}

.partners-list--main .partners-list__item {
  margin-bottom: 30px;
}

.partners-list--main .partners-list__item img {
  aspect-ratio: 1/.6;
}

.partners-list--common {
  max-width: 1072px;
}

.partners-list--common .partners-list__item {
  margin-bottom: 15px;
}

.partners-list--common .partners-list__item img {
  aspect-ratio: 1/.7;
}

@media (min-width: 520px) {
  .partners-list--main .partners-list__item img {
    max-width: 200px;
  }

  .partners-list--common .partners-list__item {
    width: 33.333%;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }

  h1,
  .h1 {
    font-size: 60px;
    line-height: 1;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  h3,
  .h3 {
    font-size: 32px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }

  .footer .widget-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .footer .widget-list__item {
    flex-basis: 50%;
    padding: 0 15px;
    margin-bottom: 60px;
  }

  .footer .widget-list__item:nth-last-child(2) {
    margin-bottom: 0;
  }

  .footer-widget {
    min-height: 229px;
    padding-right: 0;
  }

  .hero-section {
    padding: 75px 0;
    min-height: 640px;
  }

  .hero-section:before {
    background: linear-gradient(269.31deg, rgba(0, 0, 0, 0) .6%, rgba(0, 0, 0, .6) 30.18%, #000000 99.45%);
  }

  .hero-section__info {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2813;
  }

  .why-attend-section__title {
    margin-bottom: 30px;
  }

  .rollover-card__content {
    padding: 30px 22px;
  }

  .speaker-card__image {
    margin-bottom: 22px;
  }

  .speaker-card__name {
    font-size: 20px;
    letter-spacing: .15px;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }

  .speaker-card__name:after {
    width: 22px;
    height: 2px;
  }

  .speaker-card__position {
    font-size: 16px;
  }

  .location-banner {
    display: flex;
    align-items: center;
  }

  .location-banner:before {
    background: linear-gradient(90deg, #000000 21.43%, rgba(0, 0, 0, 0) 100%);
  }

  .location-banner__content {
    padding: 40px;
  }

  .testimonial-carousel .swiper-pagination {
    margin-top: 25px;
  }

  .partners-list--common .partners-list__item img {
    max-width: 160px;
  }
}

@media (min-width: 1024px) {
  .header {
    padding: 33px 0;
  }

  .header__logo {
    max-width: 297px;
    margin-left: 0;
  }

  .nav-opener {
    display: none !important;
  }

  .container {
    padding: 0 20px;
  }

  .footer {
    padding: 79px 0 48px;
  }

  .footer__row {
    display: flex;
    gap: 60px;
  }

  .footer__column--left {
    width: 32%;
    flex-shrink: 0;
  }

  .main-nav__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .main-nav__list {
    display: flex;
    gap: 50px;
    margin-bottom: 0;
  }

  .main-nav__link {
    min-height: 69px;
    width: auto;
  }

  .overview-section {
    padding: 122px 0 78px;
  }

  .overview-section .container {
    display: flex;
    align-items: center;
  }

  .overview-section__content {
    width: 47.5%;
    margin: 15px 40px 0 0;
  }

  .overview-section__image {
    width: 52.5%;
    flex-shrink: 0;
  }

  .why-attend-section {
    padding: 50px 0 49px;
  }

  .why-attend-section .cards-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 30px;
  }

  .why-attend-section .cards-list__item {
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 0;
  }

  .rollover-card {
    aspect-ratio: .787/1;
  }

  .rollover-card:before {
    opacity: 0;
  }

  .rollover-card:after {
    opacity: 0;
  }

  .rollover-card__text {
    margin-bottom: calc(var(--text-height) * -1);
    top: 40px;
  }

  .speakers-section {
    padding: 77px 0;
  }

  .speakers-section__title {
    margin-bottom: 53px;
  }

  .speakers-list__item {
    width: 25%;
    margin-bottom: 60px;
  }

  .location-section {
    padding-bottom: 70px;
  }

  .location-banner__content {
    padding: 53px 62px;
  }

  .testimonial-section {
    padding: 96px 0 73px;
  }

  .partners-section {
    padding: 107px 0;
  }

  .partners-section__title {
    margin-bottom: 50px;
  }

  .partners-list .title-block {
    margin-bottom: 10px;
  }

  .partners-list--main {
    margin-bottom: 60px;
  }

  .partners-list--main .partners-list__item {
    width: 25%;
  }

  .partners-list--common {
    margin: 0 auto;
  }

  .partners-list--common .partners-list__item {
    width: 25%;
    margin-bottom: 30px;
  }

  .partners-list--common .partners-list__item:nth-last-child(-n+3) {
    margin: auto;
  }

  .partners-list--common .title-block {
    display: none;
  }
}

@media (min-width: 1366px) {
  .footer__row {
    gap: 85px;
  }

  .footer .widget-list {
    margin: 0 -37px;
  }

  .footer .widget-list__item {
    padding: 0 37px;
  }
}

@media (max-width: 1023px) {
  .main-nav {
    position: absolute;
    top: var(--header-height);
    left: 0;
    width: 100%;
    z-index: 50;
    text-align: center;
    border-top: 1px solid #d1d1d6;
    border-bottom: 0;
    padding: 10px 0 50px;
    opacity: 0;
    visibility: hidden;
  }

  .nav-active .main-nav {
    opacity: 1;
    visibility: visible;
  }

  .why-attend-section__button {
    display: block;
  }
}

@media (max-width: 767px) {
  .location-banner {
    padding-bottom: 38.6vw;
  }

  .location-banner__text {
    position: relative;
    width: calc(100% + 10px);
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .footer-widget {
    min-height: 250px;
  }

  .partners-list--main {
    justify-content: space-evenly;
  }
}


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