/*!
Theme Name: BDE
Theme URI: http://underscores.me/
Author: Pixelstorm
Author URI: http://pixelstorm.com.au
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bde
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

APNA is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;600;700&display=swap");
@font-face {
  font-family: 'AvantGardeITCbyBT-Demi';
  src: url("fonts/AvantGardeITCbyBT-Demi.woff2") format("woff2"), url("fonts/AvantGardeITCbyBT-Demi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
* {
  -webkit-transition: all 0.1s ease;
          transition: all 0.1s ease;
}

*:hover {
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #201f1f;
  font-family: "Comfortaa", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p,
li:not(.menu-item) {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #1f2933;
  margin-top: 0;
  margin-bottom: 1.5em;
}

p,
li:not(.menu-item) {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  p,
  li:not(.menu-item) {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  p,
  li:not(.menu-item) {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  p,
  li:not(.menu-item) {
    font-size: 21.3333333333px;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

body.post, body.page {
  margin-bottom: 0;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid #f4f4f4;
}

td {
  padding: 15px;
}

/* Links
--------------------------------------------- */
a {
  color: #e2241a;
  text-decoration: none;
}

a:visited {
  color: #e2241a;
}

a:hover, a:focus, a:active {
  color: #231f20;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

a:not(.social-top__icon):not(.footer-social__icon):not(.social-mobile__icon):not(.card-grid__link):not(.card-grid__box-link).ext-link:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: transparent;
  background-image: url(images/external-link_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 6px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
* {
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

*:focus {
  outline: none !important;
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
}

.container {
  padding: 0 20px;
  max-width: 90em;
  margin: 0 auto;
}

@media only screen and (min-width: 80em) {
  .container {
    padding: 0 35.5555555556px;
  }
}

@media only screen and (min-width: 90em) {
  .container {
    max-width: 100vw;
  }
}

@media only screen and (min-width: 120em) {
  .container {
    max-width: 120em;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    padding-right: -webkit-calc(2.7777777778vw + 0px);
    padding-right: calc(2.7777777778vw + 0px);
    padding-left: -webkit-calc(2.7777777778vw + 0px);
    padding-left: calc(2.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .container {
    padding-right: -webkit-calc(2.7777777778vw + 0px);
    padding-right: calc(2.7777777778vw + 0px);
    padding-left: -webkit-calc(2.7777777778vw + 0px);
    padding-left: calc(2.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .container {
    padding-right: 53.3333333333px;
    padding-left: 53.3333333333px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 64em) {
  .row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.row {
  max-width: 995.555555556px;
}

@media screen and (min-width: 1280px) {
  .row {
    max-width: -webkit-calc(77.7777777778vw - 0px);
    max-width: calc(77.7777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .row {
    max-width: -webkit-calc(77.7777777778vw + 0px);
    max-width: calc(77.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .row {
    max-width: 1493.33333333px;
  }
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  background-color: #3c3e49;
}

.site-header__row {
  max-width: 100%;
}

.site-header .site-branding {
  width: 120px;
}

.site-header .site-branding {
  width: 106.666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .site-branding {
    width: -webkit-calc(8.3333333333vw - 0px);
    width: calc(8.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .site-branding {
    width: -webkit-calc(8.3333333333vw + 0px);
    width: calc(8.3333333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .site-branding {
    width: 160px;
  }
}

.site-header .custom-logo-link {
  line-height: 0;
  padding-top: 15px;
  padding-bottom: 10px;
}

.site-header .custom-logo-link {
  padding-top: 13.3333333333px;
}

@media screen and (min-width: 1280px) {
  .site-header .custom-logo-link {
    padding-top: -webkit-calc(1.0416666667vw - 0px);
    padding-top: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .custom-logo-link {
    padding-top: -webkit-calc(1.0416666667vw + 0px);
    padding-top: calc(1.0416666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .custom-logo-link {
    padding-top: 20px;
  }
}

.site-header .custom-logo-link {
  padding-bottom: 8.8888888889px;
}

@media screen and (min-width: 1280px) {
  .site-header .custom-logo-link {
    padding-bottom: -webkit-calc(0.6944444444vw + 0px);
    padding-bottom: calc(0.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .custom-logo-link {
    padding-bottom: -webkit-calc(0.6944444444vw + 0px);
    padding-bottom: calc(0.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .custom-logo-link {
    padding-bottom: 13.3333333333px;
  }
}

.site-header .custom-logo {
  width: 120px;
  height: 79px;
}

.site-header .custom-logo {
  width: 106.666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .custom-logo {
    width: -webkit-calc(8.3333333333vw - 0px);
    width: calc(8.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .custom-logo {
    width: -webkit-calc(8.3333333333vw + 0px);
    width: calc(8.3333333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .custom-logo {
    width: 160px;
  }
}

.site-header .custom-logo {
  height: 70.2222222222px;
}

@media screen and (min-width: 1280px) {
  .site-header .custom-logo {
    height: -webkit-calc(5.4861111111vw - 0px);
    height: calc(5.4861111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .custom-logo {
    height: -webkit-calc(5.4861111111vw + 0px);
    height: calc(5.4861111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .custom-logo {
    height: 105.333333333px;
  }
}

.site-header .site-navigation {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

@media only screen and (min-width: 64em) {
  .site-header .site-navigation {
    width: 100%;
    display: block;
  }
}

.site-header .top-navigation {
  display: none;
}

@media only screen and (min-width: 64em) {
  .site-header .top-navigation {
    display: block;
  }
}

.site-header .top-menu {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: -40px;
  overflow: hidden;
}

@media only screen and (min-width: 64em) {
  .site-header .top-menu {
    height: 40px;
  }
}

.site-header .top-menu {
  margin-right: -35.5555555556px;
}

@media screen and (min-width: 1280px) {
  .site-header .top-menu {
    margin-right: -webkit-calc(-2.7777777778vw - 0px);
    margin-right: calc(-2.7777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .top-menu {
    margin-right: -webkit-calc(-2.7777777778vw - 0px);
    margin-right: calc(-2.7777777778vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .top-menu {
    margin-right: -53.3333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .site-header .top-menu {
    height: -webkit-calc(3.1504631944vw + 0px);
    height: calc(3.1504631944vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .top-menu {
    height: -webkit-calc(3.1504631944vw + 0px);
    height: calc(3.1504631944vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .top-menu {
    height: 60.4888933333px;
  }
}

.site-header .top-menu li {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.site-header .top-menu li:not(:last-child) {
  margin-right: 26px;
}

.site-header .top-menu li:not(:last-child) {
  margin-right: 23.1111111111px;
}

@media screen and (min-width: 1280px) {
  .site-header .top-menu li:not(:last-child) {
    margin-right: -webkit-calc(1.8055555556vw - 0px);
    margin-right: calc(1.8055555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .top-menu li:not(:last-child) {
    margin-right: -webkit-calc(1.8055555556vw + 0px);
    margin-right: calc(1.8055555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .top-menu li:not(:last-child) {
    margin-right: 34.6666666667px;
  }
}

.site-header .top-menu li:last-child:after {
  display: none;
}

.site-header .top-menu li:after, .site-header .top-menu li:before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) skewX(-30deg);
      -ms-transform: translateY(-50%) skewX(-30deg);
          transform: translateY(-50%) skewX(-30deg);
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.site-header .top-menu li:after {
  right: -14px;
}

.site-header .top-menu li:after {
  right: -12.4444444444px;
}

@media screen and (min-width: 1280px) {
  .site-header .top-menu li:after {
    right: -webkit-calc(-0.9722222222vw + 0px);
    right: calc(-0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .top-menu li:after {
    right: -webkit-calc(-0.9722222222vw - 0px);
    right: calc(-0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .top-menu li:after {
    right: -18.6666666667px;
  }
}

.site-header .top-menu li:before {
  left: -14px;
}

.site-header .top-menu li:before {
  left: -12.4444444444px;
}

@media screen and (min-width: 1280px) {
  .site-header .top-menu li:before {
    left: -webkit-calc(-0.9722222222vw + 0px);
    left: calc(-0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .top-menu li:before {
    left: -webkit-calc(-0.9722222222vw - 0px);
    left: calc(-0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .top-menu li:before {
    left: -18.6666666667px;
  }
}

.site-header .top-menu li:hover {
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.site-header .top-menu li:hover a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.site-header .top-menu li:hover:after, .site-header .top-menu li:hover:before {
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.site-header .top-menu li.blue {
  background-color: #00aeef;
}

.site-header .top-menu li.blue a {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 2px;
  color: #231f20;
  padding: 14px 34px 14px 22px;
}

.site-header .top-menu li.blue a {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .site-header .top-menu li.blue a {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .top-menu li.blue a {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .top-menu li.blue a {
    font-size: 21.3333333333px;
  }
}

.site-header .top-menu li.blue a {
  padding-top: 12.4444444444px;
}

@media screen and (min-width: 1280px) {
  .site-header .top-menu li.blue a {
    padding-top: -webkit-calc(0.9722222222vw - 0px);
    padding-top: calc(0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .top-menu li.blue a {
    padding-top: -webkit-calc(0.9722222222vw + 0px);
    padding-top: calc(0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .top-menu li.blue a {
    padding-top: 18.6666666667px;
  }
}

.site-header .top-menu li.blue a {
  padding-right: 30.2222222222px;
}

@media screen and (min-width: 1280px) {
  .site-header .top-menu li.blue a {
    padding-right: -webkit-calc(2.3611111111vw - 0px);
    padding-right: calc(2.3611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .top-menu li.blue a {
    padding-right: -webkit-calc(2.3611111111vw + 0px);
    padding-right: calc(2.3611111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .top-menu li.blue a {
    padding-right: 45.3333333333px;
  }
}

.site-header .top-menu li.blue a {
  padding-bottom: 12.4444444444px;
}

@media screen and (min-width: 1280px) {
  .site-header .top-menu li.blue a {
    padding-bottom: -webkit-calc(0.9722222222vw - 0px);
    padding-bottom: calc(0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .top-menu li.blue a {
    padding-bottom: -webkit-calc(0.9722222222vw + 0px);
    padding-bottom: calc(0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .top-menu li.blue a {
    padding-bottom: 18.6666666667px;
  }
}

.site-header .top-menu li.blue a {
  padding-left: 19.5555555556px;
}

@media screen and (min-width: 1280px) {
  .site-header .top-menu li.blue a {
    padding-left: -webkit-calc(1.5277777778vw - 0px);
    padding-left: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .top-menu li.blue a {
    padding-left: -webkit-calc(1.5277777778vw + 0px);
    padding-left: calc(1.5277777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .top-menu li.blue a {
    padding-left: 29.3333333333px;
  }
}

.site-header .top-menu li.blue:after, .site-header .top-menu li.blue:before {
  background-color: #00aeef;
}

.site-header .top-menu li.blue:hover {
  background-color: #e2241a;
}

.site-header .top-menu li.blue:hover a {
  color: #fff;
}

.site-header .top-menu li.blue:hover:after, .site-header .top-menu li.blue:hover:before {
  background-color: #e2241a;
}

.site-header .top-menu li.grey {
  background-color: #f4f4f4;
}

.site-header .top-menu li.grey:after, .site-header .top-menu li.grey:before {
  background-color: #f4f4f4;
}

.site-header .top-menu li.grey:hover {
  background-color: #e2241a;
}

.site-header .top-menu li.grey:hover:after, .site-header .top-menu li.grey:hover:before {
  background-color: #e2241a;
}

.site-header .top-menu li.white {
  background-color: #fff;
}

.site-header .top-menu li.white:after, .site-header .top-menu li.white:before {
  background-color: #fff;
}

.site-header .top-menu li.white:hover {
  background-color: #e2241a;
}

.site-header .top-menu li.white:hover:after, .site-header .top-menu li.white:hover:before {
  background-color: #e2241a;
}

.site-header .top-menu li a {
  font-family: "Comfortaa", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  color: #1f2933;
  display: inline-block;
  background-color: transparent;
  padding: 16px 12px;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.site-header .top-menu li a {
  font-size: 12.4444444444px;
}

@media screen and (min-width: 1280px) {
  .site-header .top-menu li a {
    font-size: -webkit-calc(0.9722222222vw - 0px);
    font-size: calc(0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .top-menu li a {
    font-size: -webkit-calc(0.9722222222vw + 0px);
    font-size: calc(0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .top-menu li a {
    font-size: 18.6666666667px;
  }
}

.site-header .top-menu li a {
  padding-top: 14.2222222222px;
  padding-bottom: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .site-header .top-menu li a {
    padding-top: -webkit-calc(1.1111111111vw - 0px);
    padding-top: calc(1.1111111111vw - 0px);
    padding-bottom: -webkit-calc(1.1111111111vw - 0px);
    padding-bottom: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .top-menu li a {
    padding-top: -webkit-calc(1.1111111111vw + 0px);
    padding-top: calc(1.1111111111vw + 0px);
    padding-bottom: -webkit-calc(1.1111111111vw + 0px);
    padding-bottom: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .top-menu li a {
    padding-top: 21.3333333333px;
    padding-bottom: 21.3333333333px;
  }
}

.site-header .top-menu li a {
  padding-left: 10.6666666667px;
  padding-right: 10.6666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .top-menu li a {
    padding-left: -webkit-calc(0.8333333333vw - 0px);
    padding-left: calc(0.8333333333vw - 0px);
    padding-right: -webkit-calc(0.8333333333vw - 0px);
    padding-right: calc(0.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .top-menu li a {
    padding-left: -webkit-calc(0.8333333333vw + 0px);
    padding-left: calc(0.8333333333vw + 0px);
    padding-right: -webkit-calc(0.8333333333vw + 0px);
    padding-right: calc(0.8333333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .top-menu li a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.site-header .main-navigation {
  display: none;
}

@media only screen and (min-width: 64em) {
  .site-header .main-navigation {
    display: block;
  }
}

.site-header .main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.site-header .main-menu li {
  position: relative;
}

.site-header .main-menu li:not(:last-child) {
  margin-right: 20px;
}

.site-header .main-menu li:not(:last-child) {
  margin-right: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li:not(:last-child) {
    margin-right: -webkit-calc(1.3888888889vw + 0px);
    margin-right: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .main-menu li:not(:last-child) {
    margin-right: -webkit-calc(1.3888888889vw + 0px);
    margin-right: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li:not(:last-child) {
    margin-right: 26.6666666667px;
  }
}

.site-header .main-menu li:last-child a {
  padding-right: 0;
}

.site-header .main-menu li.menu-item-has-children:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 20px;
  top: 48%;
  -webkit-transform: translateY(-50%) rotate(35deg);
      -ms-transform: translateY(-50%) rotate(35deg);
          transform: translateY(-50%) rotate(35deg);
  background-color: #00aeef;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
}

.site-header .main-menu li.menu-item-has-children:before {
  width: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li.menu-item-has-children:before {
    width: -webkit-calc(0.2777777778vw - 0px);
    width: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .main-menu li.menu-item-has-children:before {
    width: -webkit-calc(0.2777777778vw + 0px);
    width: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li.menu-item-has-children:before {
    width: 5.3333333333px;
  }
}

.site-header .main-menu li.menu-item-has-children:before {
  height: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li.menu-item-has-children:before {
    height: -webkit-calc(1.3888888889vw + 0px);
    height: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .main-menu li.menu-item-has-children:before {
    height: -webkit-calc(1.3888888889vw + 0px);
    height: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li.menu-item-has-children:before {
    height: 26.6666666667px;
  }
}

.site-header .main-menu li.menu-item-has-children:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
}

.site-header .main-menu li.menu-item-has-children:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
}

.site-header .main-menu li a {
  display: block;
  opacity: 0.81;
  font-family: "Comfortaa", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  padding: 19px 20px;
}

.site-header .main-menu li a {
  font-size: 13.3333333333px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li a {
    font-size: -webkit-calc(1.0416666667vw - 0px);
    font-size: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .main-menu li a {
    font-size: -webkit-calc(1.0416666667vw + 0px);
    font-size: calc(1.0416666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li a {
    font-size: 20px;
  }
}

.site-header .main-menu li a {
  padding-top: 16.8888888889px;
  padding-bottom: 16.8888888889px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li a {
    padding-top: -webkit-calc(1.3194444444vw + 0px);
    padding-top: calc(1.3194444444vw + 0px);
    padding-bottom: -webkit-calc(1.3194444444vw + 0px);
    padding-bottom: calc(1.3194444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .main-menu li a {
    padding-top: -webkit-calc(1.3194444444vw + 0px);
    padding-top: calc(1.3194444444vw + 0px);
    padding-bottom: -webkit-calc(1.3194444444vw + 0px);
    padding-bottom: calc(1.3194444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li a {
    padding-top: 25.3333333333px;
    padding-bottom: 25.3333333333px;
  }
}

.site-header .main-menu li a {
  padding-left: 17.7777777778px;
  padding-right: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li a {
    padding-left: -webkit-calc(1.3888888889vw + 0px);
    padding-left: calc(1.3888888889vw + 0px);
    padding-right: -webkit-calc(1.3888888889vw + 0px);
    padding-right: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .main-menu li a {
    padding-left: -webkit-calc(1.3888888889vw + 0px);
    padding-left: calc(1.3888888889vw + 0px);
    padding-right: -webkit-calc(1.3888888889vw + 0px);
    padding-right: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li a {
    padding-left: 26.6666666667px;
    padding-right: 26.6666666667px;
  }
}

.site-header .main-menu li a:hover {
  color: #00aeef;
}

.site-header .main-menu li > ul.sub-menu {
  background-color: #3c3e49;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 99;
  top: 100%;
  left: -23px;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
          transition: visibility 1s, opacity 1s;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  min-width: 320px;
  padding: 0 25px;
}

.site-header .main-menu li > ul.sub-menu {
  left: -20.4444444444px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li > ul.sub-menu {
    left: -webkit-calc(-1.5972222222vw + 0px);
    left: calc(-1.5972222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .main-menu li > ul.sub-menu {
    left: -webkit-calc(-1.5972222222vw - 0px);
    left: calc(-1.5972222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li > ul.sub-menu {
    left: -30.6666666667px;
  }
}

.site-header .main-menu li > ul.sub-menu {
  min-width: 284.444444444px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li > ul.sub-menu {
    min-width: -webkit-calc(22.2222222222vw + 0px);
    min-width: calc(22.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .main-menu li > ul.sub-menu {
    min-width: -webkit-calc(22.2222222222vw + 0px);
    min-width: calc(22.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li > ul.sub-menu {
    min-width: 426.666666667px;
  }
}

.site-header .main-menu li > ul.sub-menu {
  padding-left: 22.2222222222px;
  padding-right: 22.2222222222px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li > ul.sub-menu {
    padding-left: -webkit-calc(1.7361111111vw - 0px);
    padding-left: calc(1.7361111111vw - 0px);
    padding-right: -webkit-calc(1.7361111111vw - 0px);
    padding-right: calc(1.7361111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .main-menu li > ul.sub-menu {
    padding-left: -webkit-calc(1.7361111111vw + 0px);
    padding-left: calc(1.7361111111vw + 0px);
    padding-right: -webkit-calc(1.7361111111vw + 0px);
    padding-right: calc(1.7361111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li > ul.sub-menu {
    padding-left: 33.3333333333px;
    padding-right: 33.3333333333px;
  }
}

.site-header .main-menu li > ul.sub-menu li {
  margin-right: 0;
}

.site-header .main-menu li > ul.sub-menu li:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  opacity: 0.23;
  background-color: #cbd2d9;
}

.site-header .main-menu li > ul.sub-menu li:after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 21px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent url(images/angle-right.svg) center no-repeat;
  background-size: contain;
  z-index: -1;
}

.site-header .main-menu li > ul.sub-menu li:after {
  width: 15.1111111111px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li > ul.sub-menu li:after {
    width: -webkit-calc(1.1805555556vw - 0px);
    width: calc(1.1805555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .main-menu li > ul.sub-menu li:after {
    width: -webkit-calc(1.1805555556vw + 0px);
    width: calc(1.1805555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li > ul.sub-menu li:after {
    width: 22.6666666667px;
  }
}

.site-header .main-menu li > ul.sub-menu li:after {
  height: 18.6666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li > ul.sub-menu li:after {
    height: -webkit-calc(1.4583333333vw - 0px);
    height: calc(1.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .main-menu li > ul.sub-menu li:after {
    height: -webkit-calc(1.4583333333vw + 0px);
    height: calc(1.4583333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li > ul.sub-menu li:after {
    height: 28px;
  }
}

.site-header .main-menu li > ul.sub-menu li a {
  letter-spacing: normal;
  color: #f7f7f7;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  padding: 16.5px 8px;
}

.site-header .main-menu li > ul.sub-menu li a {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li > ul.sub-menu li a {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .main-menu li > ul.sub-menu li a {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li > ul.sub-menu li a {
    font-size: 21.3333333333px;
  }
}

.site-header .main-menu li > ul.sub-menu li a {
  padding-top: 14.6666666667px;
  padding-bottom: 14.6666666667px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li > ul.sub-menu li a {
    padding-top: -webkit-calc(1.1458333333vw - 0px);
    padding-top: calc(1.1458333333vw - 0px);
    padding-bottom: -webkit-calc(1.1458333333vw - 0px);
    padding-bottom: calc(1.1458333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .main-menu li > ul.sub-menu li a {
    padding-top: -webkit-calc(1.1458333333vw + 0px);
    padding-top: calc(1.1458333333vw + 0px);
    padding-bottom: -webkit-calc(1.1458333333vw + 0px);
    padding-bottom: calc(1.1458333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li > ul.sub-menu li a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.site-header .main-menu li > ul.sub-menu li a {
  padding-left: 7.1111111111px;
  padding-right: 7.1111111111px;
}

@media screen and (min-width: 1280px) {
  .site-header .main-menu li > ul.sub-menu li a {
    padding-left: -webkit-calc(0.5555555556vw - 0px);
    padding-left: calc(0.5555555556vw - 0px);
    padding-right: -webkit-calc(0.5555555556vw - 0px);
    padding-right: calc(0.5555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-header .main-menu li > ul.sub-menu li a {
    padding-left: -webkit-calc(0.5555555556vw + 0px);
    padding-left: calc(0.5555555556vw + 0px);
    padding-right: -webkit-calc(0.5555555556vw + 0px);
    padding-right: calc(0.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-header .main-menu li > ul.sub-menu li a {
    padding-left: 10.6666666667px;
    padding-right: 10.6666666667px;
  }
}

.site-header .main-menu li > ul.sub-menu li:hover a {
  color: #00aeef;
}

.site-header .main-menu li > ul.sub-menu li:hover:before {
  opacity: 0.5;
}

.site-header__contact-mobile {
  display: block;
  background-color: #00aeef;
  padding: 10px 0;
  text-align: center;
  position: relative;
  z-index: 99999;
}

@media only screen and (min-width: 64em) {
  .site-header__contact-mobile {
    display: none;
  }
}

.site-header__contact-mobile-link {
  color: #fff;
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
}

.site-header .mobile-button__wrapper {
  display: block;
}

@media only screen and (min-width: 64em) {
  .site-header .mobile-button__wrapper {
    display: none;
  }
}

.site-header .mobile-button,
.site-header .mobile-button-close {
  width: 22px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out, background-color 0s linear;
          transition: 0.5s ease-in-out, background-color 0s linear;
}

.site-header .mobile-button__wrapper,
.site-header .mobile-button-close__wrapper {
  display: block;
  position: relative;
  width: 70px;
  height: 16px;
  cursor: pointer;
}

@media only screen and (min-width: 64em) {
  .site-header .mobile-button__wrapper,
  .site-header .mobile-button-close__wrapper {
    display: none;
  }
}

.site-header .mobile-button__wrapper:hover .mobile-button__text,
.site-header .mobile-button__wrapper:hover .mobile-button-close__text,
.site-header .mobile-button-close__wrapper:hover .mobile-button__text,
.site-header .mobile-button-close__wrapper:hover .mobile-button-close__text {
  color: #e2241a;
  -webkit-transition: none;
          transition: none;
}

.site-header .mobile-button__wrapper:hover .mobile-button span,
.site-header .mobile-button__wrapper:hover .mobile-button-close span,
.site-header .mobile-button-close__wrapper:hover .mobile-button span,
.site-header .mobile-button-close__wrapper:hover .mobile-button-close span {
  background-color: #e2241a;
}

.site-header .mobile-button span,
.site-header .mobile-button-close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}

.site-header .mobile-button span:nth-child(1),
.site-header .mobile-button-close span:nth-child(1) {
  top: 0;
}

.site-header .mobile-button span:nth-child(2),
.site-header .mobile-button-close span:nth-child(2) {
  top: 6px;
}

.site-header .mobile-button span:nth-child(3),
.site-header .mobile-button-close span:nth-child(3) {
  top: 12px;
}

.site-header .mobile-button__text,
.site-header .mobile-button-close__text {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 12px;
  letter-spacing: 0.7px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-header .mobile-button.open span,
.site-header .mobile-button-close.open span {
  -webkit-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
  background-color: #fff;
}

.site-header .mobile-button.open span:nth-child(1),
.site-header .mobile-button-close.open span:nth-child(1) {
  width: 22px;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.site-header .mobile-button.open span:nth-child(2),
.site-header .mobile-button-close.open span:nth-child(2) {
  width: 0;
  left: 0;
}

.site-header .mobile-button.open span:nth-child(3),
.site-header .mobile-button-close.open span:nth-child(3) {
  width: 22px;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.site-header .mobile-button.open .mobile-button-close__text,
.site-header .mobile-button.open .mobile-button__text,
.site-header .mobile-button-close.open .mobile-button-close__text,
.site-header .mobile-button-close.open .mobile-button__text {
  color: #fff;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.site-header .mobile-menu__wrapper {
  display: block;
  position: absolute;
  top: 45px;
  right: 100vw;
  left: -100vw;
  background: #1f2933;
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
  overflow: hidden;
  z-index: 999;
  min-height: -webkit-calc(100vh - 48px);
  min-height: calc(100vh - 48px);
}

.site-header .mobile-menu__wrapper:after {
  content: '';
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1f2933;
  z-index: -1;
  -webkit-animation: fadeOut .2s ease-in;
          animation: fadeOut .2s ease-in;
}

.site-header .mobile-menu__wrapper.open {
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out;
}

.site-header .mobile-menu__wrapper.open:after {
  display: block;
  -webkit-animation: fadeIn .5s ease-out;
          animation: fadeIn .5s ease-out;
}

@media only screen and (min-width: 64em) {
  .site-header .mobile-menu__wrapper {
    display: none;
  }
}

.site-header .mobile-menu__top-wrapper {
  background-color: #333540;
}

.site-header .mobile-menu__bottom-wrapper {
  padding: 40px 20px 120px;
}

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

.main-mobile-menu li {
  margin-bottom: 24px;
}

.main-mobile-menu li a {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
  letter-spacing: normal;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.main-mobile-menu li a:before {
  content: '';
  display: block;
  height: 2px;
  width: 24px;
  background-color: #fff;
  position: absolute;
  left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.main-mobile-menu li a:after {
  content: '';
  display: block;
  position: absolute;
  right: -47px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 15px;
  background: transparent url("images/arrow-line-right-1.svg") center no-repeat;
  background-size: contain;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  z-index: -1;
}

.main-mobile-menu li.menu-item-has-children:not(.mega-menu) > ul.sub-menu {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  display: none;
  padding-left: 15px;
}

.main-mobile-menu li.menu-item-has-children:not(.mega-menu) > ul.sub-menu > li {
  margin-bottom: 10px;
}

.main-mobile-menu li.menu-item-has-children.mega-menu > ul.sub-menu {
  list-style: none;
  margin-top: 10px;
  display: none;
}

.main-mobile-menu li.menu-item-has-children.mega-menu > ul.sub-menu > li.mega-menu-column {
  margin-bottom: 0;
}

.main-mobile-menu li.menu-item-has-children.mega-menu > ul.sub-menu > li.mega-menu-column > a {
  display: none;
}

.main-mobile-menu li.menu-item-has-children.mega-menu > ul.sub-menu > li.mega-menu-column > ul.sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

.main-mobile-menu li.menu-item-has-children.mega-menu > ul.sub-menu > li.mega-menu-column > ul.sub-menu li {
  margin-bottom: 10px;
}

.main-mobile-menu li:hover a {
  color: #00aeef;
}

.main-mobile-menu li:hover a:before {
  left: -36px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.main-mobile-menu li:hover a:after {
  right: 200px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.main-mobile-menu li ul {
  margin-left: 15px;
}

.main-mobile-menu .menu-btn-contact {
  position: absolute;
  bottom: 50px;
  margin-bottom: 0;
}

.main-mobile-menu .menu-btn-contact a {
  background-color: #fff;
  padding: 12px 30px;
  color: #00aeef;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.main-mobile-menu .menu-btn-contact a:after, .main-mobile-menu .menu-btn-contact a:before {
  display: none;
}

.main-mobile-menu .menu-btn-contact:hover a {
  background-color: #fff;
  color: #00aeef;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.main-mobile-menu .menu-btn-call a {
  position: relative;
  padding-left: 50px !important;
}

.main-mobile-menu .menu-btn-call a:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 45%;
  width: 35px;
  height: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent url("images/phone-call_black.svg") center no-repeat;
  background-size: contain;
  opacity: 1;
}

.main-mobile-menu .menu-btn-call a:before {
  width: 25px;
}

@media screen and (min-width: 768px) {
  .main-mobile-menu .menu-btn-call a:before {
    width: -webkit-calc(0.744047619vw + 19.2857142857px);
    width: calc(0.744047619vw + 19.2857142857px);
  }
}

@media screen and (min-width: 1440px) {
  .main-mobile-menu .menu-btn-call a:before {
    width: 30px;
  }
}

.main-mobile-menu .menu-btn-call a:before {
  height: 25px;
}

@media screen and (min-width: 768px) {
  .main-mobile-menu .menu-btn-call a:before {
    height: -webkit-calc(0.744047619vw + 19.2857142857px);
    height: calc(0.744047619vw + 19.2857142857px);
  }
}

@media screen and (min-width: 1440px) {
  .main-mobile-menu .menu-btn-call a:before {
    height: 30px;
  }
}

.admin-bar .mobile-menu__wrapper {
  top: 91px;
  min-height: -webkit-calc(100vh - 94px);
  min-height: calc(100vh - 94px);
}

@media only screen and (min-width: 782px) {
  .admin-bar .mobile-menu__wrapper {
    top: 77px;
    min-height: -webkit-calc(100vh - 80px);
    min-height: calc(100vh - 80px);
  }
}

.mobile-only {
  display: block;
}

@media only screen and (min-width: 64em) {
  .mobile-only {
    display: none;
  }
}

/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
.home-banner {
  background-color: #333540;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width: 64em) {
  .home-banner {
    background-size: contain;
    background-position-y: center;
    background-position-x: right;
  }
}

.home-banner:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.8;
}

@media only screen and (min-width: 64em) {
  .home-banner:before {
    background-color: transparent;
    background-image: url(images/home-banner-mask.svg);
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
  }
}

.home-banner:before {
  background-position-x: -235px;
}

@media screen and (min-width: 1024px) {
  .home-banner:before {
    background-position-x: -webkit-calc(91.796875vw - 1175px);
    background-position-x: calc(91.796875vw - 1175px);
  }
}

@media screen and (min-width: 1280px) {
  .home-banner:before {
    background-position-x: 0px;
  }
}

.home-banner:after {
  content: '';
  display: block;
  width: 346px;
  height: 595px;
  background: transparent url(images/home-banner-path.svg) right center no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 30px;
  left: 0;
}

.home-banner:after {
  width: 307.555555556px;
}

@media screen and (min-width: 1280px) {
  .home-banner:after {
    width: -webkit-calc(24.0277777778vw - 0px);
    width: calc(24.0277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner:after {
    width: -webkit-calc(24.0277777778vw + 0px);
    width: calc(24.0277777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .home-banner:after {
    width: 461.333333333px;
  }
}

.home-banner:after {
  height: 528.888888889px;
}

@media screen and (min-width: 1280px) {
  .home-banner:after {
    height: -webkit-calc(41.3194444444vw + 0px);
    height: calc(41.3194444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner:after {
    height: -webkit-calc(41.3194444444vw + 0px);
    height: calc(41.3194444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .home-banner:after {
    height: 793.333333333px;
  }
}

.home-banner:after {
  top: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .home-banner:after {
    top: -webkit-calc(2.0833333333vw - 0px);
    top: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner:after {
    top: -webkit-calc(2.0833333333vw + 0px);
    top: calc(2.0833333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .home-banner:after {
    top: 40px;
  }
}

.home-banner__text-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 48em) {
  .home-banner__text-wrapper {
    width: 50%;
  }
}

.home-banner__title {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: normal;
  color: #ffffff;
  margin: 147px 0 26px;
}

@media only screen and (min-width: 48em) {
  .home-banner__title {
    font-size: 62.2222222222px;
  }
}

@media screen and (min-width: 1280px) {
  .home-banner__title {
    font-size: -webkit-calc(4.8611111111vw - 0px);
    font-size: calc(4.8611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner__title {
    font-size: -webkit-calc(4.8611111111vw + 0px);
    font-size: calc(4.8611111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .home-banner__title {
    font-size: 93.3333333333px;
  }
}

.home-banner__title {
  margin-top: 130.666666667px;
}

@media screen and (min-width: 1280px) {
  .home-banner__title {
    margin-top: -webkit-calc(10.2083333333vw - 0px);
    margin-top: calc(10.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner__title {
    margin-top: -webkit-calc(10.2083333333vw + 0px);
    margin-top: calc(10.2083333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .home-banner__title {
    margin-top: 196px;
  }
}

.home-banner__title {
  margin-bottom: 23.1111111111px;
}

@media screen and (min-width: 1280px) {
  .home-banner__title {
    margin-bottom: -webkit-calc(1.8055555556vw - 0px);
    margin-bottom: calc(1.8055555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner__title {
    margin-bottom: -webkit-calc(1.8055555556vw + 0px);
    margin-bottom: calc(1.8055555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .home-banner__title {
    margin-bottom: 34.6666666667px;
  }
}

@media only screen and (min-width: 30em) {
  .home-banner__title {
    width: 80%;
  }
}

.home-banner__subtitle {
  opacity: 0.95;
  font-family: "Comfortaa", sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
  margin-bottom: 32px;
}

.home-banner__subtitle {
  font-size: 19.5555555556px;
}

@media screen and (min-width: 1280px) {
  .home-banner__subtitle {
    font-size: -webkit-calc(1.5277777778vw - 0px);
    font-size: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner__subtitle {
    font-size: -webkit-calc(1.5277777778vw + 0px);
    font-size: calc(1.5277777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .home-banner__subtitle {
    font-size: 29.3333333333px;
  }
}

.home-banner__subtitle {
  margin-bottom: 28.4444444444px;
}

@media screen and (min-width: 1280px) {
  .home-banner__subtitle {
    margin-bottom: -webkit-calc(2.2222222222vw - 0px);
    margin-bottom: calc(2.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner__subtitle {
    margin-bottom: -webkit-calc(2.2222222222vw + 0px);
    margin-bottom: calc(2.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .home-banner__subtitle {
    margin-bottom: 42.6666666667px;
  }
}

.home-banner__button {
  display: inline-block;
  font-family: "Comfortaa", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #ffffff;
  background: linear-gradient(90deg, #00aeef 0%, #00aeef 50%, #e2241a 50%, #e2241a 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
  padding: 17px 50px 17px 23px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  border: none;
  margin-bottom: 98px;
  -webkit-mask-image: url(images/bg_button.svg);
          mask-image: url(images/bg_button.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right center;
          mask-position: right center;
}

.home-banner__button {
  font-size: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .home-banner__button {
    font-size: -webkit-calc(1.3888888889vw + 0px);
    font-size: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner__button {
    font-size: -webkit-calc(1.3888888889vw + 0px);
    font-size: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .home-banner__button {
    font-size: 26.6666666667px;
  }
}

.home-banner__button:hover {
  background-position: left bottom;
}

.home-banner__button {
  padding-top: 15.1111111111px;
  padding-bottom: 15.1111111111px;
}

@media screen and (min-width: 1280px) {
  .home-banner__button {
    padding-top: -webkit-calc(1.1805555556vw - 0px);
    padding-top: calc(1.1805555556vw - 0px);
    padding-bottom: -webkit-calc(1.1805555556vw - 0px);
    padding-bottom: calc(1.1805555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner__button {
    padding-top: -webkit-calc(1.1805555556vw + 0px);
    padding-top: calc(1.1805555556vw + 0px);
    padding-bottom: -webkit-calc(1.1805555556vw + 0px);
    padding-bottom: calc(1.1805555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .home-banner__button {
    padding-top: 22.6666666667px;
    padding-bottom: 22.6666666667px;
  }
}

.home-banner__button {
  padding-right: 44.4444444444px;
}

@media screen and (min-width: 1280px) {
  .home-banner__button {
    padding-right: -webkit-calc(3.4722222222vw - 0px);
    padding-right: calc(3.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner__button {
    padding-right: -webkit-calc(3.4722222222vw + 0px);
    padding-right: calc(3.4722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .home-banner__button {
    padding-right: 66.6666666667px;
  }
}

.home-banner__button {
  padding-left: 20.4444444444px;
}

@media screen and (min-width: 1280px) {
  .home-banner__button {
    padding-left: -webkit-calc(1.5972222222vw - 0px);
    padding-left: calc(1.5972222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner__button {
    padding-left: -webkit-calc(1.5972222222vw + 0px);
    padding-left: calc(1.5972222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .home-banner__button {
    padding-left: 30.6666666667px;
  }
}

.home-banner__button {
  margin-bottom: 87.1111111111px;
}

@media screen and (min-width: 1280px) {
  .home-banner__button {
    margin-bottom: -webkit-calc(6.8055555556vw - 0px);
    margin-bottom: calc(6.8055555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .home-banner__button {
    margin-bottom: -webkit-calc(6.8055555556vw + 0px);
    margin-bottom: calc(6.8055555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .home-banner__button {
    margin-bottom: 130.666666667px;
  }
}

.home-banner__button:hover, .home-banner__button:focus, .home-banner__button:active, .home-banner__button:visited {
  color: #fff;
}

.inner-banner {
  background-color: #333540;
  background-position-y: center;
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.inner-banner__text-wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}

.inner-banner__title {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 70px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: normal;
  color: #ffffff;
  margin: 147px 0 26px;
}

.inner-banner__title {
  font-size: 62.2222222222px;
}

@media screen and (min-width: 1280px) {
  .inner-banner__title {
    font-size: -webkit-calc(4.8611111111vw - 0px);
    font-size: calc(4.8611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner__title {
    font-size: -webkit-calc(4.8611111111vw + 0px);
    font-size: calc(4.8611111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner__title {
    font-size: 93.3333333333px;
  }
}

.inner-banner__title {
  margin-top: 130.666666667px;
}

@media screen and (min-width: 1280px) {
  .inner-banner__title {
    margin-top: -webkit-calc(10.2083333333vw - 0px);
    margin-top: calc(10.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner__title {
    margin-top: -webkit-calc(10.2083333333vw + 0px);
    margin-top: calc(10.2083333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner__title {
    margin-top: 196px;
  }
}

.inner-banner__title {
  margin-bottom: 23.1111111111px;
}

@media screen and (min-width: 1280px) {
  .inner-banner__title {
    margin-bottom: -webkit-calc(1.8055555556vw - 0px);
    margin-bottom: calc(1.8055555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner__title {
    margin-bottom: -webkit-calc(1.8055555556vw + 0px);
    margin-bottom: calc(1.8055555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner__title {
    margin-bottom: 34.6666666667px;
  }
}

@media only screen and (min-width: 48em) {
  .inner-banner__title {
    width: 80%;
  }
}

.inner-banner__subtitle {
  opacity: 0.95;
  font-family: "Comfortaa", sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
  margin-bottom: 32px;
}

.inner-banner__subtitle {
  font-size: 19.5555555556px;
}

@media screen and (min-width: 1280px) {
  .inner-banner__subtitle {
    font-size: -webkit-calc(1.5277777778vw - 0px);
    font-size: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner__subtitle {
    font-size: -webkit-calc(1.5277777778vw + 0px);
    font-size: calc(1.5277777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner__subtitle {
    font-size: 29.3333333333px;
  }
}

.inner-banner__subtitle {
  margin-bottom: 28.4444444444px;
}

@media screen and (min-width: 1280px) {
  .inner-banner__subtitle {
    margin-bottom: -webkit-calc(2.2222222222vw - 0px);
    margin-bottom: calc(2.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner__subtitle {
    margin-bottom: -webkit-calc(2.2222222222vw + 0px);
    margin-bottom: calc(2.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner__subtitle {
    margin-bottom: 42.6666666667px;
  }
}

.inner-banner__image-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

@media only screen and (min-width: 64em) {
  .inner-banner__image-wrapper {
    bottom: initial;
  }
}

.inner-banner__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
  opacity: 0.5;
}

@media only screen and (min-width: 64em) {
  .inner-banner__image-wrapper img {
    opacity: 1;
  }
}

.inner-banner.type1 .inner-banner__text-wrapper {
  min-height: 335px;
}

.inner-banner.type1 .inner-banner__text-wrapper {
  min-height: 297.777777778px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type1 .inner-banner__text-wrapper {
    min-height: -webkit-calc(23.2638888889vw - 0px);
    min-height: calc(23.2638888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type1 .inner-banner__text-wrapper {
    min-height: -webkit-calc(23.2638888889vw + 0px);
    min-height: calc(23.2638888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type1 .inner-banner__text-wrapper {
    min-height: 446.666666667px;
  }
}

.inner-banner.type1 .inner-banner__title {
  font-size: 28px;
  line-height: 1;
  color: #f7f7f7;
  position: relative;
}

.inner-banner.type1 .inner-banner__title {
  max-width: 462.222222222px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type1 .inner-banner__title {
    max-width: -webkit-calc(36.1111111111vw - 0px);
    max-width: calc(36.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type1 .inner-banner__title {
    max-width: -webkit-calc(36.1111111111vw + 0px);
    max-width: calc(36.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type1 .inner-banner__title {
    max-width: 693.333333333px;
  }
}

@media only screen and (min-width: 48em) {
  .inner-banner.type1 .inner-banner__title {
    font-size: 37.3333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-banner.type1 .inner-banner__title {
    font-size: -webkit-calc(2.9166666667vw - 0px);
    font-size: calc(2.9166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type1 .inner-banner__title {
    font-size: -webkit-calc(2.9166666667vw + 0px);
    font-size: calc(2.9166666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type1 .inner-banner__title {
    font-size: 56px;
  }
}

.inner-banner.type1 .inner-banner__title {
  margin-top: 151.111111111px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type1 .inner-banner__title {
    margin-top: -webkit-calc(11.8055555556vw + 0px);
    margin-top: calc(11.8055555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type1 .inner-banner__title {
    margin-top: -webkit-calc(11.8055555556vw + 0px);
    margin-top: calc(11.8055555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type1 .inner-banner__title {
    margin-top: 226.666666667px;
  }
}

.inner-banner.type1 .inner-banner__title:after {
  content: '';
  display: block;
  width: 263px;
  height: 333px;
  background: transparent url(images/inner-banner_full.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -158px;
}

.inner-banner.type1 .inner-banner__title:after {
  width: 233.777777778px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type1 .inner-banner__title:after {
    width: -webkit-calc(18.2638888889vw - 0px);
    width: calc(18.2638888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type1 .inner-banner__title:after {
    width: -webkit-calc(18.2638888889vw + 0px);
    width: calc(18.2638888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type1 .inner-banner__title:after {
    width: 350.666666667px;
  }
}

.inner-banner.type1 .inner-banner__title:after {
  height: 296px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type1 .inner-banner__title:after {
    height: -webkit-calc(23.125vw + 0px);
    height: calc(23.125vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type1 .inner-banner__title:after {
    height: -webkit-calc(23.125vw + 0px);
    height: calc(23.125vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type1 .inner-banner__title:after {
    height: 444px;
  }
}

.inner-banner.type1 .inner-banner__title:after {
  left: -142.222222222px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type1 .inner-banner__title:after {
    left: -webkit-calc(-11.1111111111vw - 0px);
    left: calc(-11.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type1 .inner-banner__title:after {
    left: -webkit-calc(-11.1111111111vw - 0px);
    left: calc(-11.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type1 .inner-banner__title:after {
    left: -213.333333333px;
  }
}

.inner-banner.type1 .inner-banner__image-wrapper {
  width: 150%;
  height: auto;
}

@media only screen and (min-width: 48em) {
  .inner-banner.type1 .inner-banner__image-wrapper {
    width: 60%;
  }
}

@media only screen and (min-width: 64em) {
  .inner-banner.type1 .inner-banner__image-wrapper {
    width: 584.888888889px;
    height: 390.222222222px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-banner.type1 .inner-banner__image-wrapper {
    width: -webkit-calc(45.6944444444vw - 0px);
    width: calc(45.6944444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type1 .inner-banner__image-wrapper {
    width: -webkit-calc(45.6944444444vw + 0px);
    width: calc(45.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type1 .inner-banner__image-wrapper {
    width: 877.333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-banner.type1 .inner-banner__image-wrapper {
    height: -webkit-calc(30.4861111111vw + 0px);
    height: calc(30.4861111111vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type1 .inner-banner__image-wrapper {
    height: -webkit-calc(30.4861111111vw + 0px);
    height: calc(30.4861111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type1 .inner-banner__image-wrapper {
    height: 585.333333333px;
  }
}

.inner-banner.type1 .inner-banner__image-wrapper img {
  -webkit-mask-image: url(images/banner_mask_1.svg);
          mask-image: url(images/banner_mask_1.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right center;
          mask-position: right center;
}

.inner-banner.type1 + .intro {
  margin-top: 115px;
}

.inner-banner.type1 + .intro {
  margin-top: 102.222222222px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type1 + .intro {
    margin-top: -webkit-calc(7.9861111111vw - 0px);
    margin-top: calc(7.9861111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type1 + .intro {
    margin-top: -webkit-calc(7.9861111111vw + 0px);
    margin-top: calc(7.9861111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type1 + .intro {
    margin-top: 153.333333333px;
  }
}

.inner-banner.type2:after {
  content: '';
  display: block;
  width: 442px;
  height: 130px;
  background: transparent url(images/inner_banner_half_bottom.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -70px;
  left: -90px;
}

.inner-banner.type2:after {
  width: 392.888888889px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type2:after {
    width: -webkit-calc(30.6944444444vw - 0px);
    width: calc(30.6944444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type2:after {
    width: -webkit-calc(30.6944444444vw + 0px);
    width: calc(30.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type2:after {
    width: 589.333333333px;
  }
}

.inner-banner.type2:after {
  height: 115.555555556px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type2:after {
    height: -webkit-calc(9.0277777778vw - 0px);
    height: calc(9.0277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type2:after {
    height: -webkit-calc(9.0277777778vw + 0px);
    height: calc(9.0277777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type2:after {
    height: 173.333333333px;
  }
}

.inner-banner.type2:after {
  bottom: -62.2222222222px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type2:after {
    bottom: -webkit-calc(-4.8611111111vw + 0px);
    bottom: calc(-4.8611111111vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type2:after {
    bottom: -webkit-calc(-4.8611111111vw - 0px);
    bottom: calc(-4.8611111111vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type2:after {
    bottom: -93.3333333333px;
  }
}

.inner-banner.type2:after {
  left: -80px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type2:after {
    left: -webkit-calc(-6.25vw + 0px);
    left: calc(-6.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type2:after {
    left: -webkit-calc(-6.25vw + 0px);
    left: calc(-6.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type2:after {
    left: -120px;
  }
}

.inner-banner.type2 .inner-banner__title {
  font-size: 70px;
  line-height: 0.93;
  color: #fff;
  margin: 71px 0 98px;
}

.inner-banner.type2 .inner-banner__title {
  font-size: 62.2222222222px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type2 .inner-banner__title {
    font-size: -webkit-calc(4.8611111111vw - 0px);
    font-size: calc(4.8611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type2 .inner-banner__title {
    font-size: -webkit-calc(4.8611111111vw + 0px);
    font-size: calc(4.8611111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type2 .inner-banner__title {
    font-size: 93.3333333333px;
  }
}

.inner-banner.type2 .inner-banner__title {
  margin-top: 63.1111111111px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type2 .inner-banner__title {
    margin-top: -webkit-calc(4.9305555556vw - 0px);
    margin-top: calc(4.9305555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type2 .inner-banner__title {
    margin-top: -webkit-calc(4.9305555556vw + 0px);
    margin-top: calc(4.9305555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type2 .inner-banner__title {
    margin-top: 94.6666666667px;
  }
}

.inner-banner.type2 .inner-banner__title {
  margin-bottom: 79.1111111111px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type2 .inner-banner__title {
    margin-bottom: -webkit-calc(6.1805555556vw - 0px);
    margin-bottom: calc(6.1805555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type2 .inner-banner__title {
    margin-bottom: -webkit-calc(6.1805555556vw + 0px);
    margin-bottom: calc(6.1805555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type2 .inner-banner__title {
    margin-bottom: 118.666666667px;
  }
}

.inner-banner.type2 .inner-banner__image-wrapper {
  width: 150%;
  height: auto;
}

@media only screen and (min-width: 48em) {
  .inner-banner.type2 .inner-banner__image-wrapper {
    width: 60%;
  }
}

@media only screen and (min-width: 64em) {
  .inner-banner.type2 .inner-banner__image-wrapper {
    width: 554.666666667px;
    height: 334.222222222px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-banner.type2 .inner-banner__image-wrapper {
    width: -webkit-calc(43.3333333333vw - 0px);
    width: calc(43.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type2 .inner-banner__image-wrapper {
    width: -webkit-calc(43.3333333333vw + 0px);
    width: calc(43.3333333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type2 .inner-banner__image-wrapper {
    width: 832px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-banner.type2 .inner-banner__image-wrapper {
    height: -webkit-calc(26.1111111111vw + 0px);
    height: calc(26.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type2 .inner-banner__image-wrapper {
    height: -webkit-calc(26.1111111111vw + 0px);
    height: calc(26.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type2 .inner-banner__image-wrapper {
    height: 501.333333333px;
  }
}

.inner-banner.type2 .inner-banner__image-wrapper img {
  -webkit-mask-image: url(images/banner_mask_2.svg);
          mask-image: url(images/banner_mask_2.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right center;
          mask-position: right center;
}

.inner-banner.type2 + .intro {
  margin-top: 174px;
}

.inner-banner.type2 + .intro {
  margin-top: 154.666666667px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type2 + .intro {
    margin-top: -webkit-calc(12.0833333333vw - 0px);
    margin-top: calc(12.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type2 + .intro {
    margin-top: -webkit-calc(12.0833333333vw + 0px);
    margin-top: calc(12.0833333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type2 + .intro {
    margin-top: 232px;
  }
}

.inner-banner.type3:after {
  content: '';
  display: block;
  width: 442px;
  height: 130px;
  background: transparent url(images/inner_banner_half_bottom.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -70px;
  left: -90px;
}

.inner-banner.type3:after {
  width: 392.888888889px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type3:after {
    width: -webkit-calc(30.6944444444vw - 0px);
    width: calc(30.6944444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type3:after {
    width: -webkit-calc(30.6944444444vw + 0px);
    width: calc(30.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type3:after {
    width: 589.333333333px;
  }
}

.inner-banner.type3:after {
  height: 115.555555556px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type3:after {
    height: -webkit-calc(9.0277777778vw - 0px);
    height: calc(9.0277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type3:after {
    height: -webkit-calc(9.0277777778vw + 0px);
    height: calc(9.0277777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type3:after {
    height: 173.333333333px;
  }
}

.inner-banner.type3:after {
  bottom: -62.2222222222px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type3:after {
    bottom: -webkit-calc(-4.8611111111vw + 0px);
    bottom: calc(-4.8611111111vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type3:after {
    bottom: -webkit-calc(-4.8611111111vw - 0px);
    bottom: calc(-4.8611111111vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type3:after {
    bottom: -93.3333333333px;
  }
}

.inner-banner.type3:after {
  left: -80px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type3:after {
    left: -webkit-calc(-6.25vw + 0px);
    left: calc(-6.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type3:after {
    left: -webkit-calc(-6.25vw + 0px);
    left: calc(-6.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type3:after {
    left: -120px;
  }
}

.inner-banner.type3 .inner-banner__title {
  font-size: 70px;
  line-height: 0.93;
  color: #fff;
  margin: 108px 0 11px;
}

.inner-banner.type3 .inner-banner__title {
  font-size: 62.2222222222px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type3 .inner-banner__title {
    font-size: -webkit-calc(4.8611111111vw - 0px);
    font-size: calc(4.8611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type3 .inner-banner__title {
    font-size: -webkit-calc(4.8611111111vw + 0px);
    font-size: calc(4.8611111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type3 .inner-banner__title {
    font-size: 93.3333333333px;
  }
}

.inner-banner.type3 .inner-banner__title {
  margin-top: 96px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type3 .inner-banner__title {
    margin-top: -webkit-calc(7.5vw + 0px);
    margin-top: calc(7.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type3 .inner-banner__title {
    margin-top: -webkit-calc(7.5vw + 0px);
    margin-top: calc(7.5vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type3 .inner-banner__title {
    margin-top: 144px;
  }
}

.inner-banner.type3 .inner-banner__title {
  margin-bottom: 9.7777777778px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type3 .inner-banner__title {
    margin-bottom: -webkit-calc(0.7638888889vw - 0px);
    margin-bottom: calc(0.7638888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type3 .inner-banner__title {
    margin-bottom: -webkit-calc(0.7638888889vw + 0px);
    margin-bottom: calc(0.7638888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type3 .inner-banner__title {
    margin-bottom: 14.6666666667px;
  }
}

.inner-banner.type3 .inner-banner__subtitle {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 65px;
}

.inner-banner.type3 .inner-banner__subtitle {
  font-size: 19.5555555556px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type3 .inner-banner__subtitle {
    font-size: -webkit-calc(1.5277777778vw - 0px);
    font-size: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type3 .inner-banner__subtitle {
    font-size: -webkit-calc(1.5277777778vw + 0px);
    font-size: calc(1.5277777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type3 .inner-banner__subtitle {
    font-size: 29.3333333333px;
  }
}

.inner-banner.type3 .inner-banner__subtitle {
  margin-bottom: 57.7777777778px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type3 .inner-banner__subtitle {
    margin-bottom: -webkit-calc(4.5138888889vw - 0px);
    margin-bottom: calc(4.5138888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type3 .inner-banner__subtitle {
    margin-bottom: -webkit-calc(4.5138888889vw + 0px);
    margin-bottom: calc(4.5138888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type3 .inner-banner__subtitle {
    margin-bottom: 86.6666666667px;
  }
}

.inner-banner.type3 .inner-banner__image-wrapper {
  width: 150%;
  height: auto;
}

@media only screen and (min-width: 48em) {
  .inner-banner.type3 .inner-banner__image-wrapper {
    width: 60%;
  }
}

@media only screen and (min-width: 64em) {
  .inner-banner.type3 .inner-banner__image-wrapper {
    width: 560px;
    height: 361.777777778px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-banner.type3 .inner-banner__image-wrapper {
    width: -webkit-calc(43.75vw + 0px);
    width: calc(43.75vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type3 .inner-banner__image-wrapper {
    width: -webkit-calc(43.75vw + 0px);
    width: calc(43.75vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type3 .inner-banner__image-wrapper {
    width: 840px;
  }
}

@media screen and (min-width: 1280px) {
  .inner-banner.type3 .inner-banner__image-wrapper {
    height: -webkit-calc(28.2638888889vw - 0px);
    height: calc(28.2638888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type3 .inner-banner__image-wrapper {
    height: -webkit-calc(28.2638888889vw + 0px);
    height: calc(28.2638888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type3 .inner-banner__image-wrapper {
    height: 542.666666667px;
  }
}

.inner-banner.type3 .inner-banner__image-wrapper img {
  -webkit-mask-image: url(images/banner_mask_3.svg);
          mask-image: url(images/banner_mask_3.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right center;
          mask-position: right center;
}

.inner-banner.type3 + .intro {
  margin-top: 115px;
}

.inner-banner.type3 + .intro {
  margin-top: 102.222222222px;
}

@media screen and (min-width: 1280px) {
  .inner-banner.type3 + .intro {
    margin-top: -webkit-calc(7.9861111111vw - 0px);
    margin-top: calc(7.9861111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .inner-banner.type3 + .intro {
    margin-top: -webkit-calc(7.9861111111vw + 0px);
    margin-top: calc(7.9861111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .inner-banner.type3 + .intro {
    margin-top: 153.333333333px;
  }
}

.intro {
  margin-top: 71px;
  margin-bottom: 71px;
}

.intro {
  margin-top: 63.1111111111px;
  margin-bottom: 63.1111111111px;
}

@media screen and (min-width: 1280px) {
  .intro {
    margin-top: -webkit-calc(4.9305555556vw - 0px);
    margin-top: calc(4.9305555556vw - 0px);
    margin-bottom: -webkit-calc(4.9305555556vw - 0px);
    margin-bottom: calc(4.9305555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro {
    margin-top: -webkit-calc(4.9305555556vw + 0px);
    margin-top: calc(4.9305555556vw + 0px);
    margin-bottom: -webkit-calc(4.9305555556vw + 0px);
    margin-bottom: calc(4.9305555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .intro {
    margin-top: 94.6666666667px;
    margin-bottom: 94.6666666667px;
  }
}

.intro__wrapper {
  width: 100%;
}

.intro__heading {
  position: relative;
  margin-bottom: 62px;
}

.intro__heading {
  margin-bottom: 55.1111111111px;
}

@media screen and (min-width: 1280px) {
  .intro__heading {
    margin-bottom: -webkit-calc(4.3055555556vw - 0px);
    margin-bottom: calc(4.3055555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__heading {
    margin-bottom: -webkit-calc(4.3055555556vw + 0px);
    margin-bottom: calc(4.3055555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .intro__heading {
    margin-bottom: 82.6666666667px;
  }
}

.intro__heading:after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #e2241a;
  bottom: -32px;
}

.intro__heading:after {
  width: 62.2222222222px;
}

@media screen and (min-width: 1280px) {
  .intro__heading:after {
    width: -webkit-calc(4.8611111111vw - 0px);
    width: calc(4.8611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__heading:after {
    width: -webkit-calc(4.8611111111vw + 0px);
    width: calc(4.8611111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .intro__heading:after {
    width: 93.3333333333px;
  }
}

.intro__heading:after {
  height: 1.7777777778px;
}

@media screen and (min-width: 1280px) {
  .intro__heading:after {
    height: -webkit-calc(0.1388888889vw - 0px);
    height: calc(0.1388888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__heading:after {
    height: -webkit-calc(0.1388888889vw + 0px);
    height: calc(0.1388888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .intro__heading:after {
    height: 2.6666666667px;
  }
}

.intro__heading:after {
  bottom: -28.4444444444px;
}

@media screen and (min-width: 1280px) {
  .intro__heading:after {
    bottom: -webkit-calc(-2.2222222222vw + 0px);
    bottom: calc(-2.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__heading:after {
    bottom: -webkit-calc(-2.2222222222vw - 0px);
    bottom: calc(-2.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .intro__heading:after {
    bottom: -42.6666666667px;
  }
}

.intro__title {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: center;
  color: #1f2933;
  margin: 0;
  max-width: 933px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.intro__title {
  font-size: 37.3333333333px;
}

@media screen and (min-width: 1280px) {
  .intro__title {
    font-size: -webkit-calc(2.9166666667vw - 0px);
    font-size: calc(2.9166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__title {
    font-size: -webkit-calc(2.9166666667vw + 0px);
    font-size: calc(2.9166666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .intro__title {
    font-size: 56px;
  }
}

.intro__title {
  max-width: 829.333333333px;
}

@media screen and (min-width: 1280px) {
  .intro__title {
    max-width: -webkit-calc(64.7916666667vw - 0px);
    max-width: calc(64.7916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__title {
    max-width: -webkit-calc(64.7916666667vw + 0px);
    max-width: calc(64.7916666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .intro__title {
    max-width: 1244px;
  }
}

.intro__title + .intro__image {
  margin-top: 30px;
}

.intro__title + .intro__image {
  margin-top: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .intro__title + .intro__image {
    margin-top: -webkit-calc(2.0833333333vw - 0px);
    margin-top: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__title + .intro__image {
    margin-top: -webkit-calc(2.0833333333vw + 0px);
    margin-top: calc(2.0833333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .intro__title + .intro__image {
    margin-top: 40px;
  }
}

.intro__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

@media only screen and (min-width: 48em) {
  .intro__image img {
    max-width: 450px;
  }
}

.intro__subtitle {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #201f1f;
  max-width: 764px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.intro__subtitle {
  max-width: 679.111111111px;
}

@media screen and (min-width: 1280px) {
  .intro__subtitle {
    max-width: -webkit-calc(53.0555555556vw - 0px);
    max-width: calc(53.0555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__subtitle {
    max-width: -webkit-calc(53.0555555556vw + 0px);
    max-width: calc(53.0555555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .intro__subtitle {
    max-width: 1018.66666667px;
  }
}

.intro__subtitle {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .intro__subtitle {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .intro__subtitle {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .intro__subtitle {
    font-size: 21.3333333333px;
  }
}

.process {
  background-color: #333540;
  padding-top: 80px;
  padding-bottom: 80px;
}

.process {
  padding-top: 71.1111111111px;
  padding-bottom: 71.1111111111px;
}

@media screen and (min-width: 1280px) {
  .process {
    padding-top: -webkit-calc(5.5555555556vw + 0px);
    padding-top: calc(5.5555555556vw + 0px);
    padding-bottom: -webkit-calc(5.5555555556vw + 0px);
    padding-bottom: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process {
    padding-top: -webkit-calc(5.5555555556vw + 0px);
    padding-top: calc(5.5555555556vw + 0px);
    padding-bottom: -webkit-calc(5.5555555556vw + 0px);
    padding-bottom: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process {
    padding-top: 106.666666667px;
    padding-bottom: 106.666666667px;
  }
}

.process__content-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 64em) {
  .process__content-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.process__section-title {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin: 23px 0 0 32px;
  max-width: 274px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 64em) {
  .process__section-title {
    margin-bottom: 0;
  }
}

.process__section-title {
  font-size: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .process__section-title {
    font-size: -webkit-calc(1.9444444444vw - 0px);
    font-size: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__section-title {
    font-size: -webkit-calc(1.9444444444vw + 0px);
    font-size: calc(1.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__section-title {
    font-size: 37.3333333333px;
  }
}

.process__section-title {
  margin-top: 20.4444444444px;
}

@media screen and (min-width: 1280px) {
  .process__section-title {
    margin-top: -webkit-calc(1.5972222222vw - 0px);
    margin-top: calc(1.5972222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__section-title {
    margin-top: -webkit-calc(1.5972222222vw + 0px);
    margin-top: calc(1.5972222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__section-title {
    margin-top: 30.6666666667px;
  }
}

.process__section-title {
  margin-left: 28.4444444444px;
}

@media screen and (min-width: 1280px) {
  .process__section-title {
    margin-left: -webkit-calc(2.2222222222vw - 0px);
    margin-left: calc(2.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__section-title {
    margin-left: -webkit-calc(2.2222222222vw + 0px);
    margin-left: calc(2.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__section-title {
    margin-left: 42.6666666667px;
  }
}

.process__section-title {
  max-width: 243.555555556px;
}

@media screen and (min-width: 1280px) {
  .process__section-title {
    max-width: -webkit-calc(19.0277777778vw - 0px);
    max-width: calc(19.0277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__section-title {
    max-width: -webkit-calc(19.0277777778vw + 0px);
    max-width: calc(19.0277777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__section-title {
    max-width: 365.333333333px;
  }
}

.process__section-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 99px;
  height: 79px;
  top: -23px;
  left: -32px;
  border-top: 4px solid #e2241a;
  border-left: 4px solid #e2241a;
}

.process__section-title:before {
  width: 88px;
}

@media screen and (min-width: 1280px) {
  .process__section-title:before {
    width: -webkit-calc(6.875vw + 0px);
    width: calc(6.875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__section-title:before {
    width: -webkit-calc(6.875vw - 0px);
    width: calc(6.875vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__section-title:before {
    width: 132px;
  }
}

.process__section-title:before {
  height: 70.2222222222px;
}

@media screen and (min-width: 1280px) {
  .process__section-title:before {
    height: -webkit-calc(5.4861111111vw - 0px);
    height: calc(5.4861111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__section-title:before {
    height: -webkit-calc(5.4861111111vw + 0px);
    height: calc(5.4861111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__section-title:before {
    height: 105.333333333px;
  }
}

.process__section-title:before {
  top: -20.4444444444px;
}

@media screen and (min-width: 1280px) {
  .process__section-title:before {
    top: -webkit-calc(-1.5972222222vw + 0px);
    top: calc(-1.5972222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__section-title:before {
    top: -webkit-calc(-1.5972222222vw - 0px);
    top: calc(-1.5972222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__section-title:before {
    top: -30.6666666667px;
  }
}

.process__section-title:before {
  left: -28.4444444444px;
}

@media screen and (min-width: 1280px) {
  .process__section-title:before {
    left: -webkit-calc(-2.2222222222vw + 0px);
    left: calc(-2.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__section-title:before {
    left: -webkit-calc(-2.2222222222vw - 0px);
    left: calc(-2.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__section-title:before {
    left: -42.6666666667px;
  }
}

.process__section-title:before {
  border-width: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .process__section-title:before {
    border-width: -webkit-calc(0.2777777778vw - 0px);
    border-width: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__section-title:before {
    border-width: -webkit-calc(0.2777777778vw + 0px);
    border-width: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__section-title:before {
    border-width: 5.3333333333px;
  }
}

.process__step-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 64em) {
  .process__step-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    width: 100%;
  }
}

.process__step {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 64em) {
  .process__step {
    margin-bottom: 0;
    display: block;
  }
}

.process__step-number {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 59px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ebebeb;
  text-align: center;
  display: block;
  margin-bottom: 14px;
  width: 118px;
  height: 118px;
  padding: 20px;
  background: #333540 url(images/polygon_half.svg) right center no-repeat;
  background-size: auto 85%;
  position: relative;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: auto;
}

.process__step-number {
  font-size: 52.4444444444px;
}

@media screen and (min-width: 1280px) {
  .process__step-number {
    font-size: -webkit-calc(4.0972222222vw - 0px);
    font-size: calc(4.0972222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__step-number {
    font-size: -webkit-calc(4.0972222222vw + 0px);
    font-size: calc(4.0972222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__step-number {
    font-size: 78.6666666667px;
  }
}

.process__step-number {
  width: 104.888888889px;
  height: 104.888888889px;
}

@media screen and (min-width: 1280px) {
  .process__step-number {
    width: -webkit-calc(8.1944444444vw - 0px);
    width: calc(8.1944444444vw - 0px);
    height: -webkit-calc(8.1944444444vw - 0px);
    height: calc(8.1944444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__step-number {
    width: -webkit-calc(8.1944444444vw + 0px);
    width: calc(8.1944444444vw + 0px);
    height: -webkit-calc(8.1944444444vw + 0px);
    height: calc(8.1944444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__step-number {
    width: 157.333333333px;
    height: 157.333333333px;
  }
}

.process__step-number {
  padding: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .process__step-number {
    padding: -webkit-calc(1.3888888889vw + 0px);
    padding: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__step-number {
    padding: -webkit-calc(1.3888888889vw + 0px);
    padding: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__step-number {
    padding: 26.6666666667px;
  }
}

.process__step-number {
  margin-bottom: 12.4444444444px;
}

@media screen and (min-width: 1280px) {
  .process__step-number {
    margin-bottom: -webkit-calc(0.9722222222vw - 0px);
    margin-bottom: calc(0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__step-number {
    margin-bottom: -webkit-calc(0.9722222222vw + 0px);
    margin-bottom: calc(0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__step-number {
    margin-bottom: 18.6666666667px;
  }
}

@media only screen and (min-width: 64em) {
  .process__step-number {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-right: auto;
  }
}

.process__step-number > span {
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media only screen and (min-width: 64em) {
  .process__step-number > span {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.process__step-number:after, .process__step-number:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #00aeef;
}

.process__step-number:after, .process__step-number:before {
  height: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .process__step-number:after, .process__step-number:before {
    height: -webkit-calc(0.2777777778vw - 0px);
    height: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__step-number:after, .process__step-number:before {
    height: -webkit-calc(0.2777777778vw + 0px);
    height: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__step-number:after, .process__step-number:before {
    height: 5.3333333333px;
  }
}

.process__step-number:after {
  width: 50%;
  left: -45%;
}

@media only screen and (min-width: 64em) {
  .process__step-number:after {
    width: 100%;
    left: -99%;
  }
}

.process__step-number:before {
  right: -99%;
  display: none;
}

@media only screen and (min-width: 64em) {
  .process__step-number:before {
    display: block;
  }
}

.process__step-text {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  padding: 20px 20px;
  width: 100%;
  max-width: 270px;
  margin-right: auto;
}

.process__step-text {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .process__step-text {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__step-text {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__step-text {
    font-size: 21.3333333333px;
  }
}

@media only screen and (min-width: 64em) {
  .process__step-text {
    margin-left: auto;
    text-align: center;
    padding: 0 20px;
  }
}

.process__step-text {
  padding-left: 17.7777777778px;
  padding-right: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .process__step-text {
    padding-left: -webkit-calc(1.3888888889vw + 0px);
    padding-left: calc(1.3888888889vw + 0px);
    padding-right: -webkit-calc(1.3888888889vw + 0px);
    padding-right: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .process__step-text {
    padding-left: -webkit-calc(1.3888888889vw + 0px);
    padding-left: calc(1.3888888889vw + 0px);
    padding-right: -webkit-calc(1.3888888889vw + 0px);
    padding-right: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .process__step-text {
    padding-left: 26.6666666667px;
    padding-right: 26.6666666667px;
  }
}

.process__step:first-child .process__step-number:after {
  display: none;
}

.process__step:nth-child(2) .process__step-number {
  background: transparent url(images/polygon_almost_full.svg) center no-repeat;
  background-size: contain;
}

.process__step:last-child .process__step-number {
  background: #333540 url(images/polygon_full.svg) center no-repeat;
  background-size: contain;
}

.process__step:last-child .process__step-number:before {
  display: none;
}

.logos {
  padding-top: 20px;
  padding-bottom: 20px;
}

.logos__wrapper {
  width: 100%;
  height: 100%;
  min-height: 213px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 48em) {
  .logos__wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.logos__image-wrapper {
  margin-left: 28px;
  margin-right: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 125px;
}

.logos__image-wrapper:first-of-type {
    margin-top:10px;
}

.logos__image-wrapper {
  margin-left: 24.8888888889px;
  margin-right: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .logos__image-wrapper {
    margin-left: -webkit-calc(1.9444444444vw - 0px);
    margin-left: calc(1.9444444444vw - 0px);
    margin-right: -webkit-calc(1.9444444444vw - 0px);
    margin-right: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logos__image-wrapper {
    margin-left: -webkit-calc(1.9444444444vw + 0px);
    margin-left: calc(1.9444444444vw + 0px);
    margin-right: -webkit-calc(1.9444444444vw + 0px);
    margin-right: calc(1.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logos__image-wrapper {
    margin-left: 37.3333333333px;
    margin-right: 37.3333333333px;
  }
}

.logos__image-wrapper img {
  max-width: 300px;
}

.three-boxes {
  margin-top: 39px;
  position: relative;
  padding-bottom: 133px;
  overflow: hidden;
}

.three-boxes {
  margin-top: 34.6666666667px;
}

@media screen and (min-width: 1280px) {
  .three-boxes {
    margin-top: -webkit-calc(2.7083333333vw - 0px);
    margin-top: calc(2.7083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes {
    margin-top: -webkit-calc(2.7083333333vw + 0px);
    margin-top: calc(2.7083333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes {
    margin-top: 52px;
  }
}

.three-boxes {
  padding-bottom: 118.222222222px;
}

@media screen and (min-width: 1280px) {
  .three-boxes {
    padding-bottom: -webkit-calc(9.2361111111vw - 0px);
    padding-bottom: calc(9.2361111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes {
    padding-bottom: -webkit-calc(9.2361111111vw + 0px);
    padding-bottom: calc(9.2361111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes {
    padding-bottom: 177.333333333px;
  }
}

.three-boxes__bg-1 {
  width: 425px;
  height: 616px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  background-color: transparent;
  background-image: url(images/test.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.three-boxes__bg-1 {
  width: 377.777777778px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__bg-1 {
    width: -webkit-calc(29.5138888889vw - 0px);
    width: calc(29.5138888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__bg-1 {
    width: -webkit-calc(29.5138888889vw + 0px);
    width: calc(29.5138888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__bg-1 {
    width: 566.666666667px;
  }
}

.three-boxes__bg-1 {
  height: 547.555555556px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__bg-1 {
    height: -webkit-calc(42.7777777778vw - 0px);
    height: calc(42.7777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__bg-1 {
    height: -webkit-calc(42.7777777778vw + 0px);
    height: calc(42.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__bg-1 {
    height: 821.333333333px;
  }
}

.three-boxes__bg-1:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url(images/bg_mask_right.svg) left center no-repeat;
  background-size: 100.6%;
}

@media only screen and (min-width: 64em) {
  .three-boxes__bg-1 {
    display: block;
  }
}

.three-boxes__bg-2 {
  width: 435px;
  height: 616px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  background-color: transparent;
  background-image: url(images/test.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.three-boxes__bg-2 {
  width: 386.666666667px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__bg-2 {
    width: -webkit-calc(30.2083333333vw - 0px);
    width: calc(30.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__bg-2 {
    width: -webkit-calc(30.2083333333vw + 0px);
    width: calc(30.2083333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__bg-2 {
    width: 580px;
  }
}

.three-boxes__bg-2 {
  height: 547.555555556px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__bg-2 {
    height: -webkit-calc(42.7777777778vw - 0px);
    height: calc(42.7777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__bg-2 {
    height: -webkit-calc(42.7777777778vw + 0px);
    height: calc(42.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__bg-2 {
    height: 821.333333333px;
  }
}

.three-boxes__bg-2:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent url(images/bg_mask_left.svg) left center no-repeat;
  background-size: 100.6%;
}

@media only screen and (min-width: 64em) {
  .three-boxes__bg-2 {
    display: block;
  }
}

.three-boxes__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.three-boxes__title {
  width: 100%;
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: center;
  color: #1f2933;
  margin-top: 27px;
  margin-bottom: 32px;
}

.three-boxes__title {
  font-size: 37.3333333333px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__title {
    font-size: -webkit-calc(2.9166666667vw - 0px);
    font-size: calc(2.9166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__title {
    font-size: -webkit-calc(2.9166666667vw + 0px);
    font-size: calc(2.9166666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__title {
    font-size: 56px;
  }
}

.three-boxes__title {
  margin-top: 24px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__title {
    margin-top: -webkit-calc(1.875vw + 0px);
    margin-top: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__title {
    margin-top: -webkit-calc(1.875vw + 0px);
    margin-top: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__title {
    margin-top: 36px;
  }
}

.three-boxes__title {
  margin-bottom: 28.4444444444px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__title {
    margin-bottom: -webkit-calc(2.2222222222vw - 0px);
    margin-bottom: calc(2.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__title {
    margin-bottom: -webkit-calc(2.2222222222vw + 0px);
    margin-bottom: calc(2.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__title {
    margin-bottom: 42.6666666667px;
  }
}

@media only screen and (min-width: 64em) {
  .three-boxes__title {
    text-align: left;
  }
}

.three-boxes__box-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 64em) {
  .three-boxes__box-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.three-boxes__box {
  width: 340px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  position: relative;
  padding: 34px 34px 50px;
  margin-bottom: 50px;
  margin-right: 20px;
  margin-left: 20px;
}

.three-boxes__box {
  width: 302.222222222px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box {
    width: -webkit-calc(23.6111111111vw + 0px);
    width: calc(23.6111111111vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box {
    width: -webkit-calc(23.6111111111vw + 0px);
    width: calc(23.6111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box {
    width: 453.333333333px;
  }
}

.three-boxes__box {
  padding-top: 30.2222222222px;
  padding-right: 30.2222222222px;
  padding-left: 30.2222222222px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box {
    padding-top: -webkit-calc(2.3611111111vw - 0px);
    padding-top: calc(2.3611111111vw - 0px);
    padding-right: -webkit-calc(2.3611111111vw - 0px);
    padding-right: calc(2.3611111111vw - 0px);
    padding-left: -webkit-calc(2.3611111111vw - 0px);
    padding-left: calc(2.3611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box {
    padding-top: -webkit-calc(2.3611111111vw + 0px);
    padding-top: calc(2.3611111111vw + 0px);
    padding-right: -webkit-calc(2.3611111111vw + 0px);
    padding-right: calc(2.3611111111vw + 0px);
    padding-left: -webkit-calc(2.3611111111vw + 0px);
    padding-left: calc(2.3611111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box {
    padding-top: 45.3333333333px;
    padding-right: 45.3333333333px;
    padding-left: 45.3333333333px;
  }
}

.three-boxes__box {
  padding-bottom: 44.4444444444px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box {
    padding-bottom: -webkit-calc(3.4722222222vw - 0px);
    padding-bottom: calc(3.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box {
    padding-bottom: -webkit-calc(3.4722222222vw + 0px);
    padding-bottom: calc(3.4722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box {
    padding-bottom: 66.6666666667px;
  }
}

@media only screen and (min-width: 64em) {
  .three-boxes__box {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 64em) {
  .three-boxes__box:not(:last-child) {
    margin-right: 44.4444444444px;
  }
}

@media screen and (min-width: 1280px) {
  .three-boxes__box:not(:last-child) {
    margin-right: -webkit-calc(3.4722222222vw - 0px);
    margin-right: calc(3.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box:not(:last-child) {
    margin-right: -webkit-calc(3.4722222222vw + 0px);
    margin-right: calc(3.4722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box:not(:last-child) {
    margin-right: 66.6666666667px;
  }
}

.three-boxes__box:before {
  content: "";
  display: block;
  position: absolute;
  width: 291px;
  height: 244px;
  top: -4px;
  left: -4px;
  border-top: 4px solid #00aeef;
  border-left: 4px solid #00aeef;
  z-index: -1;
}

.three-boxes__box:before {
  width: 258.666666667px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box:before {
    width: -webkit-calc(20.2083333333vw - 0px);
    width: calc(20.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box:before {
    width: -webkit-calc(20.2083333333vw + 0px);
    width: calc(20.2083333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box:before {
    width: 388px;
  }
}

.three-boxes__box:before {
  height: 216.888888889px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box:before {
    height: -webkit-calc(16.9444444444vw - 0px);
    height: calc(16.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box:before {
    height: -webkit-calc(16.9444444444vw + 0px);
    height: calc(16.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box:before {
    height: 325.333333333px;
  }
}

.three-boxes__box:before {
  top: -3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box:before {
    top: -webkit-calc(-0.2777777778vw + 0px);
    top: calc(-0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box:before {
    top: -webkit-calc(-0.2777777778vw - 0px);
    top: calc(-0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box:before {
    top: -5.3333333333px;
  }
}

.three-boxes__box:before {
  left: -3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box:before {
    left: -webkit-calc(-0.2777777778vw + 0px);
    left: calc(-0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box:before {
    left: -webkit-calc(-0.2777777778vw - 0px);
    left: calc(-0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box:before {
    left: -5.3333333333px;
  }
}

.three-boxes__box:before {
  border-width: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box:before {
    border-width: -webkit-calc(0.2777777778vw - 0px);
    border-width: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box:before {
    border-width: -webkit-calc(0.2777777778vw + 0px);
    border-width: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box:before {
    border-width: 5.3333333333px;
  }
}

.three-boxes__box:after {
  content: "";
  display: block;
  position: absolute;
  width: 187px;
  height: 277px;
  z-index: -1;
  background: transparent url(images/polygon_blue.svg) center no-repeat;
  background-size: contain;
}

.three-boxes__box:after {
  width: 166.222222222px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box:after {
    width: -webkit-calc(12.9861111111vw - 0px);
    width: calc(12.9861111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box:after {
    width: -webkit-calc(12.9861111111vw + 0px);
    width: calc(12.9861111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box:after {
    width: 249.333333333px;
  }
}

.three-boxes__box:after {
  height: 246.222222222px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box:after {
    height: -webkit-calc(19.2361111111vw - 0px);
    height: calc(19.2361111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box:after {
    height: -webkit-calc(19.2361111111vw + 0px);
    height: calc(19.2361111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box:after {
    height: 369.333333333px;
  }
}

.three-boxes__box:nth-child(1):after {
  bottom: 36px;
  right: -90px;
}

.three-boxes__box:nth-child(1):after {
  bottom: 32px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box:nth-child(1):after {
    bottom: -webkit-calc(2.5vw + 0px);
    bottom: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box:nth-child(1):after {
    bottom: -webkit-calc(2.5vw + 0px);
    bottom: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box:nth-child(1):after {
    bottom: 48px;
  }
}

.three-boxes__box:nth-child(1):after {
  right: -80px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box:nth-child(1):after {
    right: -webkit-calc(-6.25vw + 0px);
    right: calc(-6.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box:nth-child(1):after {
    right: -webkit-calc(-6.25vw + 0px);
    right: calc(-6.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box:nth-child(1):after {
    right: -120px;
  }
}

.three-boxes__box:nth-child(2):after {
  top: 47px;
  right: -70px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.three-boxes__box:nth-child(2):after {
  top: 41.7777777778px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box:nth-child(2):after {
    top: -webkit-calc(3.2638888889vw + 0px);
    top: calc(3.2638888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box:nth-child(2):after {
    top: -webkit-calc(3.2638888889vw + 0px);
    top: calc(3.2638888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box:nth-child(2):after {
    top: 62.6666666667px;
  }
}

.three-boxes__box:nth-child(2):after {
  right: -62.2222222222px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box:nth-child(2):after {
    right: -webkit-calc(-4.8611111111vw + 0px);
    right: calc(-4.8611111111vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box:nth-child(2):after {
    right: -webkit-calc(-4.8611111111vw - 0px);
    right: calc(-4.8611111111vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box:nth-child(2):after {
    right: -93.3333333333px;
  }
}

.three-boxes__box:nth-child(3):after {
  background: transparent url(images/polygon_grey.svg) center no-repeat;
  background-size: contain;
  bottom: -150px;
  right: -110px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.three-boxes__box:nth-child(3):after {
  bottom: -133.333333333px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box:nth-child(3):after {
    bottom: -webkit-calc(-10.4166666667vw + 0px);
    bottom: calc(-10.4166666667vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box:nth-child(3):after {
    bottom: -webkit-calc(-10.4166666667vw + 0px);
    bottom: calc(-10.4166666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box:nth-child(3):after {
    bottom: -200px;
  }
}

.three-boxes__box:nth-child(3):after {
  right: -97.7777777778px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box:nth-child(3):after {
    right: -webkit-calc(-7.6388888889vw + 0px);
    right: calc(-7.6388888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box:nth-child(3):after {
    right: -webkit-calc(-7.6388888889vw - 0px);
    right: calc(-7.6388888889vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box:nth-child(3):after {
    right: -146.666666667px;
  }
}

.three-boxes__box-title {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #1f2933;
  margin-bottom: 37px;
  min-height: 72px;
}

.three-boxes__box-title {
  font-size: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-title {
    font-size: -webkit-calc(1.9444444444vw - 0px);
    font-size: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-title {
    font-size: -webkit-calc(1.9444444444vw + 0px);
    font-size: calc(1.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-title {
    font-size: 37.3333333333px;
  }
}

.three-boxes__box-title {
  margin-bottom: 32.8888888889px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-title {
    margin-bottom: -webkit-calc(2.5694444444vw - 0px);
    margin-bottom: calc(2.5694444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-title {
    margin-bottom: -webkit-calc(2.5694444444vw + 0px);
    margin-bottom: calc(2.5694444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-title {
    margin-bottom: 49.3333333333px;
  }
}

.three-boxes__box-title {
  min-height: 64px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-title {
    min-height: -webkit-calc(5vw + 0px);
    min-height: calc(5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-title {
    min-height: -webkit-calc(5vw + 0px);
    min-height: calc(5vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-title {
    min-height: 96px;
  }
}

.three-boxes__box-text {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #201f1f;
  margin-bottom: 37px;
}

.three-boxes__box-text {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-text {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-text {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-text {
    font-size: 21.3333333333px;
  }
}

.three-boxes__box-text {
  margin-bottom: 32.8888888889px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-text {
    margin-bottom: -webkit-calc(2.5694444444vw - 0px);
    margin-bottom: calc(2.5694444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-text {
    margin-bottom: -webkit-calc(2.5694444444vw + 0px);
    margin-bottom: calc(2.5694444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-text {
    margin-bottom: 49.3333333333px;
  }
}

.three-boxes__box-lists {
  padding: 0;
  margin: 0;
  list-style: none;
}

.three-boxes__box-lists li {
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
}

.three-boxes__box-lists li:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: #00aeef;
}

.three-boxes__box-lists li span {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.13;
  letter-spacing: normal;
  color: #1f2933;
  padding-left: 8px;
  position: relative;
  display: block;
}

.three-boxes__box-lists li span {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-lists li span {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-lists li span {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-lists li span {
    font-size: 21.3333333333px;
  }
}

.three-boxes__box-lists li span {
  padding-left: 7.1111111111px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-lists li span {
    padding-left: -webkit-calc(0.5555555556vw - 0px);
    padding-left: calc(0.5555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-lists li span {
    padding-left: -webkit-calc(0.5555555556vw + 0px);
    padding-left: calc(0.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-lists li span {
    padding-left: 10.6666666667px;
  }
}

.three-boxes__box-lists li a {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1f2933;
  padding-left: 8px;
  position: relative;
  display: block;
}

.three-boxes__box-lists li a {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-lists li a {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-lists li a {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-lists li a {
    font-size: 21.3333333333px;
  }
}

.three-boxes__box-lists li a {
  padding-left: 7.1111111111px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-lists li a {
    padding-left: -webkit-calc(0.5555555556vw - 0px);
    padding-left: calc(0.5555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-lists li a {
    padding-left: -webkit-calc(0.5555555556vw + 0px);
    padding-left: calc(0.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-lists li a {
    padding-left: 10.6666666667px;
  }
}

.three-boxes__box-lists li a {
  padding-top: 11.5555555556px;
  padding-bottom: 11.5555555556px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-lists li a {
    padding-top: -webkit-calc(0.9027777778vw - 0px);
    padding-top: calc(0.9027777778vw - 0px);
    padding-bottom: -webkit-calc(0.9027777778vw - 0px);
    padding-bottom: calc(0.9027777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-lists li a {
    padding-top: -webkit-calc(0.9027777778vw + 0px);
    padding-top: calc(0.9027777778vw + 0px);
    padding-bottom: -webkit-calc(0.9027777778vw + 0px);
    padding-bottom: calc(0.9027777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-lists li a {
    padding-top: 17.3333333333px;
    padding-bottom: 17.3333333333px;
  }
}

.three-boxes__box-lists li a:visited, .three-boxes__box-lists li a:active {
  color: #1f2933;
}

.three-boxes__box-lists li a:hover {
  color: #e2241a;
}

.three-boxes__box-lists li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 21px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent url(images/angle-right.svg) center no-repeat;
  background-size: contain;
}

.three-boxes__box-lists li a:after {
  width: 15.1111111111px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-lists li a:after {
    width: -webkit-calc(1.1805555556vw - 0px);
    width: calc(1.1805555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-lists li a:after {
    width: -webkit-calc(1.1805555556vw + 0px);
    width: calc(1.1805555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-lists li a:after {
    width: 22.6666666667px;
  }
}

.three-boxes__box-lists li a:after {
  height: 18.6666666667px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-lists li a:after {
    height: -webkit-calc(1.4583333333vw - 0px);
    height: calc(1.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-lists li a:after {
    height: -webkit-calc(1.4583333333vw + 0px);
    height: calc(1.4583333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-lists li a:after {
    height: 28px;
  }
}

.three-boxes__box-readmore {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1f2933;
  padding-left: 8px;
  position: absolute;
  display: block;
  text-align: right;
  padding-right: 50px;
}

.three-boxes__box-readmore {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-readmore {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-readmore {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-readmore {
    font-size: 21.3333333333px;
  }
}

.three-boxes__box-readmore {
  padding-left: 7.1111111111px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-readmore {
    padding-left: -webkit-calc(0.5555555556vw - 0px);
    padding-left: calc(0.5555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-readmore {
    padding-left: -webkit-calc(0.5555555556vw + 0px);
    padding-left: calc(0.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-readmore {
    padding-left: 10.6666666667px;
  }
}

.three-boxes__box-readmore {
  padding-right: 44.4444444444px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-readmore {
    padding-right: -webkit-calc(3.4722222222vw - 0px);
    padding-right: calc(3.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-readmore {
    padding-right: -webkit-calc(3.4722222222vw + 0px);
    padding-right: calc(3.4722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-readmore {
    padding-right: 66.6666666667px;
  }
}

.three-boxes__box-readmore {
  right: 30.2222222222px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-readmore {
    right: -webkit-calc(2.3611111111vw - 0px);
    right: calc(2.3611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-readmore {
    right: -webkit-calc(2.3611111111vw + 0px);
    right: calc(2.3611111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-readmore {
    right: 45.3333333333px;
  }
}

.three-boxes__box-readmore {
  bottom: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-readmore {
    bottom: -webkit-calc(2.0833333333vw - 0px);
    bottom: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-readmore {
    bottom: -webkit-calc(2.0833333333vw + 0px);
    bottom: calc(2.0833333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-readmore {
    bottom: 40px;
  }
}

.three-boxes__box-readmore:visited, .three-boxes__box-readmore:active {
  color: #1f2933;
}

.three-boxes__box-readmore:hover {
  color: #e2241a;
}

.three-boxes__box-readmore:after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 21px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent url(images/angle-right.svg) center no-repeat;
  background-size: contain;
}

.three-boxes__box-readmore:after {
  width: 15.1111111111px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-readmore:after {
    width: -webkit-calc(1.1805555556vw - 0px);
    width: calc(1.1805555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-readmore:after {
    width: -webkit-calc(1.1805555556vw + 0px);
    width: calc(1.1805555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-readmore:after {
    width: 22.6666666667px;
  }
}

.three-boxes__box-readmore:after {
  height: 18.6666666667px;
}

@media screen and (min-width: 1280px) {
  .three-boxes__box-readmore:after {
    height: -webkit-calc(1.4583333333vw - 0px);
    height: calc(1.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-boxes__box-readmore:after {
    height: -webkit-calc(1.4583333333vw + 0px);
    height: calc(1.4583333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-boxes__box-readmore:after {
    height: 28px;
  }
}

.polygons {
  padding: 80px 0;
}

.polygons {
  padding-top: 71.1111111111px;
  padding-bottom: 71.1111111111px;
}

@media screen and (min-width: 1280px) {
  .polygons {
    padding-top: -webkit-calc(5.5555555556vw + 0px);
    padding-top: calc(5.5555555556vw + 0px);
    padding-bottom: -webkit-calc(5.5555555556vw + 0px);
    padding-bottom: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons {
    padding-top: -webkit-calc(5.5555555556vw + 0px);
    padding-top: calc(5.5555555556vw + 0px);
    padding-bottom: -webkit-calc(5.5555555556vw + 0px);
    padding-bottom: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons {
    padding-top: 106.666666667px;
    padding-bottom: 106.666666667px;
  }
}

.polygons__row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.polygons__section {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.polygons__section.has-polygon + .polygons__section {
  margin-top: 40px;
}

@media only screen and (min-width: 64em) {
  .polygons__section.has-polygon + .polygons__section {
    margin-top: -30px;
  }
}

.polygons__text-wrapper {
  width: 474px;
}

.polygons__text-wrapper {
  width: 421.333333333px;
}

@media screen and (min-width: 1280px) {
  .polygons__text-wrapper {
    width: -webkit-calc(32.9166666667vw - 0px);
    width: calc(32.9166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text-wrapper {
    width: -webkit-calc(32.9166666667vw + 0px);
    width: calc(32.9166666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text-wrapper {
    width: 632px;
  }
}

.polygons__title {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #1f2933;
  margin-top: 0;
  margin-bottom: 69px;
  max-width: 300px;
  position: relative;
}

.polygons__title {
  font-size: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .polygons__title {
    font-size: -webkit-calc(1.9444444444vw - 0px);
    font-size: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__title {
    font-size: -webkit-calc(1.9444444444vw + 0px);
    font-size: calc(1.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__title {
    font-size: 37.3333333333px;
  }
}

.polygons__title {
  margin-bottom: 61.3333333333px;
}

@media screen and (min-width: 1280px) {
  .polygons__title {
    margin-bottom: -webkit-calc(4.7916666667vw - 0px);
    margin-bottom: calc(4.7916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__title {
    margin-bottom: -webkit-calc(4.7916666667vw + 0px);
    margin-bottom: calc(4.7916666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__title {
    margin-bottom: 92px;
  }
}

.polygons__title {
  max-width: 266.666666667px;
}

@media screen and (min-width: 1280px) {
  .polygons__title {
    max-width: -webkit-calc(20.8333333333vw - 0px);
    max-width: calc(20.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__title {
    max-width: -webkit-calc(20.8333333333vw + 0px);
    max-width: calc(20.8333333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__title {
    max-width: 400px;
  }
}

.polygons__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 4px;
  bottom: -32px;
  background-color: #e2241a;
}

.polygons__title:after {
  width: 62.2222222222px;
}

@media screen and (min-width: 1280px) {
  .polygons__title:after {
    width: -webkit-calc(4.8611111111vw - 0px);
    width: calc(4.8611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__title:after {
    width: -webkit-calc(4.8611111111vw + 0px);
    width: calc(4.8611111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__title:after {
    width: 93.3333333333px;
  }
}

.polygons__title:after {
  height: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .polygons__title:after {
    height: -webkit-calc(0.2777777778vw - 0px);
    height: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__title:after {
    height: -webkit-calc(0.2777777778vw + 0px);
    height: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__title:after {
    height: 5.3333333333px;
  }
}

.polygons__title:after {
  bottom: -28.4444444444px;
}

@media screen and (min-width: 1280px) {
  .polygons__title:after {
    bottom: -webkit-calc(-2.2222222222vw + 0px);
    bottom: calc(-2.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__title:after {
    bottom: -webkit-calc(-2.2222222222vw - 0px);
    bottom: calc(-2.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__title:after {
    bottom: -42.6666666667px;
  }
}

.polygons__content {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #201f1f;
}

.polygons__content {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .polygons__content {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__content {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__content {
    font-size: 21.3333333333px;
  }
}

.polygons__images-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.polygons__images {
  width: 549px;
  height: 552px;
  margin-top: 27px;
  background: transparent url("images/polygon_big.svg") center no-repeat;
  background-size: contain;
  position: relative;
}

.polygons__images {
  width: 268.06640625px;
}

@media screen and (min-width: 375px) {
  .polygons__images {
    width: -webkit-calc(55.9627465013vw + 58.2061068702px);
    width: calc(55.9627465013vw + 58.2061068702px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__images {
    width: 488px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__images {
    width: -webkit-calc(38.125vw + 0px);
    width: calc(38.125vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__images {
    width: -webkit-calc(38.125vw + 0px);
    width: calc(38.125vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__images {
    width: 732px;
  }
}

.polygons__images {
  height: 269.53125px;
}

@media screen and (min-width: 375px) {
  .polygons__images {
    height: -webkit-calc(56.2685538592vw + 58.524173028px);
    height: calc(56.2685538592vw + 58.524173028px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__images {
    height: 490.666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__images {
    height: -webkit-calc(38.3333333333vw - 0px);
    height: calc(38.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__images {
    height: -webkit-calc(38.3333333333vw + 0px);
    height: calc(38.3333333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__images {
    height: 736px;
  }
}

.polygons__images {
  margin-top: 24px;
}

@media screen and (min-width: 1280px) {
  .polygons__images {
    margin-top: -webkit-calc(1.875vw + 0px);
    margin-top: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__images {
    margin-top: -webkit-calc(1.875vw + 0px);
    margin-top: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__images {
    margin-top: 36px;
  }
}

.polygons__images:after, .polygons__images:before {
  content: "";
  display: block;
  position: absolute;
  width: 187px;
  height: 277px;
  background: transparent url(images/polygon_grey_2.svg) center no-repeat;
  background-size: contain;
  z-index: -1;
}

.polygons__images:after, .polygons__images:before {
  width: 91.30859375px;
}

@media screen and (min-width: 375px) {
  .polygons__images:after, .polygons__images:before {
    width: -webkit-calc(19.0619919777vw + 19.8261238338px);
    width: calc(19.0619919777vw + 19.8261238338px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__images:after, .polygons__images:before {
    width: 166.222222222px;
  }
}

.polygons__images:after, .polygons__images:before {
  height: 110.83984375px;
}

@media screen and (min-width: 375px) {
  .polygons__images:after, .polygons__images:before {
    height: -webkit-calc(23.1394234167vw + 24.0670059372px);
    height: calc(23.1394234167vw + 24.0670059372px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__images:after, .polygons__images:before {
    height: 201.777777778px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__images:after, .polygons__images:before {
    width: -webkit-calc(12.9861111111vw - 0px);
    width: calc(12.9861111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__images:after, .polygons__images:before {
    width: -webkit-calc(12.9861111111vw + 0px);
    width: calc(12.9861111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__images:after, .polygons__images:before {
    width: 249.333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__images:after, .polygons__images:before {
    height: -webkit-calc(15.7638888889vw - 0px);
    height: calc(15.7638888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__images:after, .polygons__images:before {
    height: -webkit-calc(15.7638888889vw + 0px);
    height: calc(15.7638888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__images:after, .polygons__images:before {
    height: 302.666666667px;
  }
}

.polygons__images:before {
  top: -15px;
  right: 0;
}

.polygons__images:before {
  top: -7.32421875px;
}

@media screen and (min-width: 375px) {
  .polygons__images:before {
    top: -webkit-calc(-1.5290367897vw - 1.5903307888px);
    top: calc(-1.5290367897vw - 1.5903307888px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__images:before {
    top: -13.3333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__images:before {
    top: -webkit-calc(-1.0416666667vw + 0px);
    top: calc(-1.0416666667vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__images:before {
    top: -webkit-calc(-1.0416666667vw + 0px);
    top: calc(-1.0416666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__images:before {
    top: -20px;
  }
}

.polygons__images:after {
  bottom: -90px;
  left: 0;
}

.polygons__images:after {
  bottom: -43.9453125px;
}

@media screen and (min-width: 375px) {
  .polygons__images:after {
    bottom: -webkit-calc(-9.1742207379vw - 9.5419847328px);
    bottom: calc(-9.1742207379vw - 9.5419847328px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__images:after {
    bottom: -80px;
  }
}

.polygons__images:after {
  bottom: -80px;
}

@media screen and (min-width: 1280px) {
  .polygons__images:after {
    bottom: -webkit-calc(-6.25vw + 0px);
    bottom: calc(-6.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__images:after {
    bottom: -webkit-calc(-6.25vw + 0px);
    bottom: calc(-6.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__images:after {
    bottom: -120px;
  }
}

.polygons__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 120px;
}

@media only screen and (min-width: 48em) {
  .polygons__logo img {
    max-width: 250px;
  }
}

.polygons__text {
  background: transparent url(images/polygon_small.svg) center no-repeat;
  background-size: contain;
  padding: 40px 14px;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #1f2933;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 999;
}

.polygons__text {
  width: 78.61328125px;
}

@media screen and (min-width: 375px) {
  .polygons__text {
    width: -webkit-calc(16.4116615423vw + 17.0695504665px);
    width: calc(16.4116615423vw + 17.0695504665px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text {
    width: 143.111111111px;
  }
}

.polygons__text {
  height: 79.1015625px;
}

@media screen and (min-width: 375px) {
  .polygons__text {
    height: -webkit-calc(16.5135973282vw + 17.1755725191px);
    height: calc(16.5135973282vw + 17.1755725191px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text {
    height: 144px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text {
    width: -webkit-calc(11.1805555556vw + 0px);
    width: calc(11.1805555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text {
    width: -webkit-calc(11.1805555556vw + 0px);
    width: calc(11.1805555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text {
    width: 214.666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text {
    height: -webkit-calc(11.25vw + 0px);
    height: calc(11.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text {
    height: -webkit-calc(11.25vw + 0px);
    height: calc(11.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text {
    height: 216px;
  }
}

.polygons__text {
  padding-top: 19.53125px;
  padding-bottom: 19.53125px;
}

@media screen and (min-width: 375px) {
  .polygons__text {
    padding-top: -webkit-calc(4.0774314391vw + 4.2408821035px);
    padding-top: calc(4.0774314391vw + 4.2408821035px);
    padding-bottom: -webkit-calc(4.0774314391vw + 4.2408821035px);
    padding-bottom: calc(4.0774314391vw + 4.2408821035px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text {
    padding-top: 35.5555555556px;
    padding-bottom: 35.5555555556px;
  }
}

.polygons__text {
  padding-left: 6.8359375px;
  padding-right: 6.8359375px;
}

@media screen and (min-width: 375px) {
  .polygons__text {
    padding-left: -webkit-calc(1.4271010037vw + 1.4843087362px);
    padding-left: calc(1.4271010037vw + 1.4843087362px);
    padding-right: -webkit-calc(1.4271010037vw + 1.4843087362px);
    padding-right: calc(1.4271010037vw + 1.4843087362px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text {
    padding-left: 12.4444444444px;
    padding-right: 12.4444444444px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text {
    padding-top: -webkit-calc(2.7777777778vw + 0px);
    padding-top: calc(2.7777777778vw + 0px);
    padding-bottom: -webkit-calc(2.7777777778vw + 0px);
    padding-bottom: calc(2.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text {
    padding-top: -webkit-calc(2.7777777778vw + 0px);
    padding-top: calc(2.7777777778vw + 0px);
    padding-bottom: -webkit-calc(2.7777777778vw + 0px);
    padding-bottom: calc(2.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text {
    padding-top: 53.3333333333px;
    padding-bottom: 53.3333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text {
    padding-left: -webkit-calc(0.9722222222vw - 0px);
    padding-left: calc(0.9722222222vw - 0px);
    padding-right: -webkit-calc(0.9722222222vw - 0px);
    padding-right: calc(0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text {
    padding-left: -webkit-calc(0.9722222222vw + 0px);
    padding-left: calc(0.9722222222vw + 0px);
    padding-right: -webkit-calc(0.9722222222vw + 0px);
    padding-right: calc(0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text {
    padding-left: 18.6666666667px;
    padding-right: 18.6666666667px;
  }
}

.polygons__text {
  font-size: 7.32421875px;
}

@media screen and (min-width: 375px) {
  .polygons__text {
    font-size: -webkit-calc(1.5290367897vw + 1.5903307888px);
    font-size: calc(1.5290367897vw + 1.5903307888px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text {
    font-size: 13.3333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text {
    font-size: -webkit-calc(1.0416666667vw - 0px);
    font-size: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text {
    font-size: -webkit-calc(1.0416666667vw + 0px);
    font-size: calc(1.0416666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text {
    font-size: 20px;
  }
}

.polygons__text_1 {
  top: -6px;
  left: 104px;
}

.polygons__text_1 {
  top: -2.9296875px;
}

@media screen and (min-width: 375px) {
  .polygons__text_1 {
    top: -webkit-calc(-0.6116147159vw - 0.6361323155px);
    top: calc(-0.6116147159vw - 0.6361323155px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_1 {
    top: -5.3333333333px;
  }
}

.polygons__text_1 {
  left: 50.78125px;
}

@media screen and (min-width: 375px) {
  .polygons__text_1 {
    left: -webkit-calc(10.6013217416vw + 11.026293469px);
    left: calc(10.6013217416vw + 11.026293469px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_1 {
    left: 92.4444444444px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_1 {
    top: -webkit-calc(-0.4166666667vw + 0px);
    top: calc(-0.4166666667vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_1 {
    top: -webkit-calc(-0.4166666667vw + 0px);
    top: calc(-0.4166666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_1 {
    top: -8px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_1 {
    left: -webkit-calc(7.2222222222vw - 0px);
    left: calc(7.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_1 {
    left: -webkit-calc(7.2222222222vw + 0px);
    left: calc(7.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_1 {
    left: 138.666666667px;
  }
}

.polygons__text_2 {
  top: -6px;
  right: 104px;
}

.polygons__text_2 {
  top: -2.9296875px;
}

@media screen and (min-width: 375px) {
  .polygons__text_2 {
    top: -webkit-calc(-0.6116147159vw - 0.6361323155px);
    top: calc(-0.6116147159vw - 0.6361323155px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_2 {
    top: -5.3333333333px;
  }
}

.polygons__text_2 {
  right: 50.78125px;
}

@media screen and (min-width: 375px) {
  .polygons__text_2 {
    right: -webkit-calc(10.6013217416vw + 11.026293469px);
    right: calc(10.6013217416vw + 11.026293469px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_2 {
    right: 92.4444444444px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_2 {
    top: -webkit-calc(-0.4166666667vw + 0px);
    top: calc(-0.4166666667vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_2 {
    top: -webkit-calc(-0.4166666667vw + 0px);
    top: calc(-0.4166666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_2 {
    top: -8px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_2 {
    right: -webkit-calc(7.2222222222vw - 0px);
    right: calc(7.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_2 {
    right: -webkit-calc(7.2222222222vw + 0px);
    right: calc(7.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_2 {
    right: 138.666666667px;
  }
}

.polygons__text_3 {
  top: 116px;
  right: -14px;
}

.polygons__text_3 {
  top: 56.640625px;
}

@media screen and (min-width: 375px) {
  .polygons__text_3 {
    top: -webkit-calc(11.8245511733vw + 12.2985581001px);
    top: calc(11.8245511733vw + 12.2985581001px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_3 {
    top: 103.111111111px;
  }
}

.polygons__text_3 {
  right: -6.8359375px;
}

@media screen and (min-width: 375px) {
  .polygons__text_3 {
    right: -webkit-calc(-1.4271010037vw - 1.4843087362px);
    right: calc(-1.4271010037vw - 1.4843087362px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_3 {
    right: -12.4444444444px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_3 {
    top: -webkit-calc(8.0555555556vw - 0px);
    top: calc(8.0555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_3 {
    top: -webkit-calc(8.0555555556vw + 0px);
    top: calc(8.0555555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_3 {
    top: 154.666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_3 {
    right: -webkit-calc(-0.9722222222vw + 0px);
    right: calc(-0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_3 {
    right: -webkit-calc(-0.9722222222vw - 0px);
    right: calc(-0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_3 {
    right: -18.6666666667px;
  }
}

.polygons__text_4 {
  top: 279px;
  right: -14px;
}

.polygons__text_4 {
  top: 136.23046875px;
}

@media screen and (min-width: 375px) {
  .polygons__text_4 {
    top: -webkit-calc(28.4400842875vw + 29.5801526718px);
    top: calc(28.4400842875vw + 29.5801526718px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_4 {
    top: 248px;
  }
}

.polygons__text_4 {
  right: -6.8359375px;
}

@media screen and (min-width: 375px) {
  .polygons__text_4 {
    right: -webkit-calc(-1.4271010037vw - 1.4843087362px);
    right: calc(-1.4271010037vw - 1.4843087362px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_4 {
    right: -12.4444444444px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_4 {
    top: -webkit-calc(19.375vw + 0px);
    top: calc(19.375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_4 {
    top: -webkit-calc(19.375vw + 0px);
    top: calc(19.375vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_4 {
    top: 372px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_4 {
    right: -webkit-calc(-0.9722222222vw + 0px);
    right: calc(-0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_4 {
    right: -webkit-calc(-0.9722222222vw - 0px);
    right: calc(-0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_4 {
    right: -18.6666666667px;
  }
}

.polygons__text_5 {
  bottom: -6px;
  right: 104px;
}

.polygons__text_5 {
  bottom: -2.9296875px;
}

@media screen and (min-width: 375px) {
  .polygons__text_5 {
    bottom: -webkit-calc(-0.6116147159vw - 0.6361323155px);
    bottom: calc(-0.6116147159vw - 0.6361323155px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_5 {
    bottom: -5.3333333333px;
  }
}

.polygons__text_5 {
  right: 50.78125px;
}

@media screen and (min-width: 375px) {
  .polygons__text_5 {
    right: -webkit-calc(10.6013217416vw + 11.026293469px);
    right: calc(10.6013217416vw + 11.026293469px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_5 {
    right: 92.4444444444px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_5 {
    bottom: -webkit-calc(-0.4166666667vw + 0px);
    bottom: calc(-0.4166666667vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_5 {
    bottom: -webkit-calc(-0.4166666667vw + 0px);
    bottom: calc(-0.4166666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_5 {
    bottom: -8px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_5 {
    right: -webkit-calc(7.2222222222vw - 0px);
    right: calc(7.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_5 {
    right: -webkit-calc(7.2222222222vw + 0px);
    right: calc(7.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_5 {
    right: 138.666666667px;
  }
}

.polygons__text_6 {
  bottom: -6px;
  left: 104px;
}

.polygons__text_6 {
  bottom: -2.9296875px;
}

@media screen and (min-width: 375px) {
  .polygons__text_6 {
    bottom: -webkit-calc(-0.6116147159vw - 0.6361323155px);
    bottom: calc(-0.6116147159vw - 0.6361323155px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_6 {
    bottom: -5.3333333333px;
  }
}

.polygons__text_6 {
  left: 50.78125px;
}

@media screen and (min-width: 375px) {
  .polygons__text_6 {
    left: -webkit-calc(10.6013217416vw + 11.026293469px);
    left: calc(10.6013217416vw + 11.026293469px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_6 {
    left: 92.4444444444px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_6 {
    bottom: -webkit-calc(-0.4166666667vw + 0px);
    bottom: calc(-0.4166666667vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_6 {
    bottom: -webkit-calc(-0.4166666667vw + 0px);
    bottom: calc(-0.4166666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_6 {
    bottom: -8px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_6 {
    left: -webkit-calc(7.2222222222vw - 0px);
    left: calc(7.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_6 {
    left: -webkit-calc(7.2222222222vw + 0px);
    left: calc(7.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_6 {
    left: 138.666666667px;
  }
}

.polygons__text_7 {
  top: 116px;
  left: -14px;
}

.polygons__text_7 {
  top: 56.640625px;
}

@media screen and (min-width: 375px) {
  .polygons__text_7 {
    top: -webkit-calc(11.8245511733vw + 12.2985581001px);
    top: calc(11.8245511733vw + 12.2985581001px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_7 {
    top: 103.111111111px;
  }
}

.polygons__text_7 {
  left: -6.8359375px;
}

@media screen and (min-width: 375px) {
  .polygons__text_7 {
    left: -webkit-calc(-1.4271010037vw - 1.4843087362px);
    left: calc(-1.4271010037vw - 1.4843087362px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_7 {
    left: -12.4444444444px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_7 {
    top: -webkit-calc(8.0555555556vw - 0px);
    top: calc(8.0555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_7 {
    top: -webkit-calc(8.0555555556vw + 0px);
    top: calc(8.0555555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_7 {
    top: 154.666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_7 {
    left: -webkit-calc(-0.9722222222vw + 0px);
    left: calc(-0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_7 {
    left: -webkit-calc(-0.9722222222vw - 0px);
    left: calc(-0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_7 {
    left: -18.6666666667px;
  }
}

.polygons__text_8 {
  top: 279px;
  left: -14px;
}

.polygons__text_8 {
  top: 136.23046875px;
}

@media screen and (min-width: 375px) {
  .polygons__text_8 {
    top: -webkit-calc(28.4400842875vw + 29.5801526718px);
    top: calc(28.4400842875vw + 29.5801526718px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_8 {
    top: 248px;
  }
}

.polygons__text_8 {
  left: -6.8359375px;
}

@media screen and (min-width: 375px) {
  .polygons__text_8 {
    left: -webkit-calc(-1.4271010037vw - 1.4843087362px);
    left: calc(-1.4271010037vw - 1.4843087362px);
  }
}

@media screen and (min-width: 768px) {
  .polygons__text_8 {
    left: -12.4444444444px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_8 {
    top: -webkit-calc(19.375vw + 0px);
    top: calc(19.375vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_8 {
    top: -webkit-calc(19.375vw + 0px);
    top: calc(19.375vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_8 {
    top: 372px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__text_8 {
    left: -webkit-calc(-0.9722222222vw + 0px);
    left: calc(-0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__text_8 {
    left: -webkit-calc(-0.9722222222vw - 0px);
    left: calc(-0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__text_8 {
    left: -18.6666666667px;
  }
}

.polygons__boxes-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.polygons__boxes-wrapper {
  padding-left: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .polygons__boxes-wrapper {
    padding-left: -webkit-calc(0.2777777778vw - 0px);
    padding-left: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__boxes-wrapper {
    padding-left: -webkit-calc(0.2777777778vw + 0px);
    padding-left: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__boxes-wrapper {
    padding-left: 5.3333333333px;
  }
}

@media only screen and (min-width: 48em) {
  .polygons__boxes-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.polygons__box {
  width: 340px;
  min-height: 120px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  position: relative;
  padding: 34px 27px 28px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #333540;
  background: linear-gradient(90deg, #333540 0%, #333540 50%, #fff 50%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

.polygons__box {
  width: 302.222222222px;
}

@media screen and (min-width: 1280px) {
  .polygons__box {
    width: -webkit-calc(23.6111111111vw + 0px);
    width: calc(23.6111111111vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box {
    width: -webkit-calc(23.6111111111vw + 0px);
    width: calc(23.6111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box {
    width: 453.333333333px;
  }
}

.polygons__box {
  min-height: 106.666666667px;
}

@media screen and (min-width: 1280px) {
  .polygons__box {
    min-height: -webkit-calc(8.3333333333vw - 0px);
    min-height: calc(8.3333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box {
    min-height: -webkit-calc(8.3333333333vw + 0px);
    min-height: calc(8.3333333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box {
    min-height: 160px;
  }
}

.polygons__box {
  padding-left: 24px;
}

@media screen and (min-width: 1280px) {
  .polygons__box {
    padding-left: -webkit-calc(1.875vw + 0px);
    padding-left: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box {
    padding-left: -webkit-calc(1.875vw + 0px);
    padding-left: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box {
    padding-left: 36px;
  }
}

.polygons__box {
  padding-right: 35.5555555556px;
}

@media screen and (min-width: 1280px) {
  .polygons__box {
    padding-right: -webkit-calc(2.7777777778vw + 0px);
    padding-right: calc(2.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box {
    padding-right: -webkit-calc(2.7777777778vw + 0px);
    padding-right: calc(2.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box {
    padding-right: 53.3333333333px;
  }
}

.polygons__box {
  padding-top: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .polygons__box {
    padding-top: -webkit-calc(2.0833333333vw - 0px);
    padding-top: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box {
    padding-top: -webkit-calc(2.0833333333vw + 0px);
    padding-top: calc(2.0833333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box {
    padding-top: 40px;
  }
}

.polygons__box {
  padding-bottom: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .polygons__box {
    padding-bottom: -webkit-calc(1.9444444444vw - 0px);
    padding-bottom: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box {
    padding-bottom: -webkit-calc(1.9444444444vw + 0px);
    padding-bottom: calc(1.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box {
    padding-bottom: 37.3333333333px;
  }
}

.polygons__box {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .polygons__box {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box {
    font-size: 21.3333333333px;
  }
}

.polygons__box:hover {
  background-position: left bottom;
}

.polygons__box:not(:last-child) {
  margin-bottom: 40px;
}

@media only screen and (min-width: 48em) {
  .polygons__box:not(:last-child) {
    margin-bottom: 0;
    margin-right: 40px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__box:not(:last-child) {
    margin-right: -webkit-calc(3.125vw + 0px);
    margin-right: calc(3.125vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box:not(:last-child) {
    margin-right: -webkit-calc(3.125vw + 0px);
    margin-right: calc(3.125vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box:not(:last-child) {
    margin-right: 60px;
  }
}

.polygons__box:before {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 122px;
  top: -4px;
  left: -4px;
  border-top: 4px solid #00aeef;
  border-left: 4px solid #00aeef;
}

@media only screen and (min-width: 64em) {
  .polygons__box:before {
    width: 258.666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .polygons__box:before {
    width: -webkit-calc(20.2083333333vw - 0px);
    width: calc(20.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box:before {
    width: -webkit-calc(20.2083333333vw + 0px);
    width: calc(20.2083333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box:before {
    width: 388px;
  }
}

.polygons__box:before {
  height: 108.444444444px;
}

@media screen and (min-width: 1280px) {
  .polygons__box:before {
    height: -webkit-calc(8.4722222222vw - 0px);
    height: calc(8.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box:before {
    height: -webkit-calc(8.4722222222vw + 0px);
    height: calc(8.4722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box:before {
    height: 162.666666667px;
  }
}

.polygons__box:before {
  top: -3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .polygons__box:before {
    top: -webkit-calc(-0.2777777778vw + 0px);
    top: calc(-0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box:before {
    top: -webkit-calc(-0.2777777778vw - 0px);
    top: calc(-0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box:before {
    top: -5.3333333333px;
  }
}

.polygons__box:before {
  left: -3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .polygons__box:before {
    left: -webkit-calc(-0.2777777778vw + 0px);
    left: calc(-0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box:before {
    left: -webkit-calc(-0.2777777778vw - 0px);
    left: calc(-0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box:before {
    left: -5.3333333333px;
  }
}

.polygons__box:before {
  border-width: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .polygons__box:before {
    border-width: -webkit-calc(0.2777777778vw - 0px);
    border-width: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box:before {
    border-width: -webkit-calc(0.2777777778vw + 0px);
    border-width: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box:before {
    border-width: 5.3333333333px;
  }
}

.polygons__box:after {
  content: "";
  display: inline-block;
  position: relative;
  left: 10px;
  top: 5px;
  width: 17px;
  height: 21px;
  background: transparent url("images/angle-right.svg") center no-repeat;
  background-size: contain;
}

.polygons__box:after {
  width: 15.1111111111px;
}

@media screen and (min-width: 1280px) {
  .polygons__box:after {
    width: -webkit-calc(1.1805555556vw - 0px);
    width: calc(1.1805555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box:after {
    width: -webkit-calc(1.1805555556vw + 0px);
    width: calc(1.1805555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box:after {
    width: 22.6666666667px;
  }
}

.polygons__box:after {
  height: 18.6666666667px;
}

@media screen and (min-width: 1280px) {
  .polygons__box:after {
    height: -webkit-calc(1.4583333333vw - 0px);
    height: calc(1.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box:after {
    height: -webkit-calc(1.4583333333vw + 0px);
    height: calc(1.4583333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box:after {
    height: 28px;
  }
}

.polygons__box:after {
  left: 8.8888888889px;
}

@media screen and (min-width: 1280px) {
  .polygons__box:after {
    left: -webkit-calc(0.6944444444vw + 0px);
    left: calc(0.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box:after {
    left: -webkit-calc(0.6944444444vw + 0px);
    left: calc(0.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box:after {
    left: 13.3333333333px;
  }
}

.polygons__box:after {
  top: 4.4444444444px;
}

@media screen and (min-width: 1280px) {
  .polygons__box:after {
    top: -webkit-calc(0.3472222222vw + 0px);
    top: calc(0.3472222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .polygons__box:after {
    top: -webkit-calc(0.3472222222vw + 0px);
    top: calc(0.3472222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .polygons__box:after {
    top: 6.6666666667px;
  }
}

.polygons__box-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.polygons__box:hover {
  color: #fff;
}

.three-highlight {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #333540;
}

.three-highlight {
  padding-top: 71.1111111111px;
  padding-bottom: 71.1111111111px;
}

@media screen and (min-width: 1280px) {
  .three-highlight {
    padding-top: -webkit-calc(5.5555555556vw + 0px);
    padding-top: calc(5.5555555556vw + 0px);
    padding-bottom: -webkit-calc(5.5555555556vw + 0px);
    padding-bottom: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight {
    padding-top: -webkit-calc(5.5555555556vw + 0px);
    padding-top: calc(5.5555555556vw + 0px);
    padding-bottom: -webkit-calc(5.5555555556vw + 0px);
    padding-bottom: calc(5.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight {
    padding-top: 106.666666667px;
    padding-bottom: 106.666666667px;
  }
}

.three-highlight__section-title {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  position: relative;
  padding-left: 29px;
  padding-top: 33px;
  width: 100%;
}

.three-highlight__section-title {
  font-size: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .three-highlight__section-title {
    font-size: -webkit-calc(1.9444444444vw - 0px);
    font-size: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight__section-title {
    font-size: -webkit-calc(1.9444444444vw + 0px);
    font-size: calc(1.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight__section-title {
    font-size: 37.3333333333px;
  }
}

.three-highlight__section-title {
  padding-left: 25.7777777778px;
}

@media screen and (min-width: 1280px) {
  .three-highlight__section-title {
    padding-left: -webkit-calc(2.0138888889vw - 0px);
    padding-left: calc(2.0138888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight__section-title {
    padding-left: -webkit-calc(2.0138888889vw + 0px);
    padding-left: calc(2.0138888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight__section-title {
    padding-left: 38.6666666667px;
  }
}

.three-highlight__section-title {
  padding-top: 29.3333333333px;
}

@media screen and (min-width: 1280px) {
  .three-highlight__section-title {
    padding-top: -webkit-calc(2.2916666667vw - 0px);
    padding-top: calc(2.2916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight__section-title {
    padding-top: -webkit-calc(2.2916666667vw + 0px);
    padding-top: calc(2.2916666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight__section-title {
    padding-top: 44px;
  }
}

@media only screen and (min-width: 48em) {
  .three-highlight__section-title {
    max-width: 177.777777778px;
  }
}

@media screen and (min-width: 1280px) {
  .three-highlight__section-title {
    max-width: -webkit-calc(13.8888888889vw - 0px);
    max-width: calc(13.8888888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight__section-title {
    max-width: -webkit-calc(13.8888888889vw + 0px);
    max-width: calc(13.8888888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight__section-title {
    max-width: 266.666666667px;
  }
}

.three-highlight__section-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 99px;
  height: 79px;
  top: 0;
  left: 0;
  border-top: solid 4px #e2241a;
  border-left: solid 4px #e2241a;
}

.three-highlight__section-title:after {
  width: 88px;
}

@media screen and (min-width: 1280px) {
  .three-highlight__section-title:after {
    width: -webkit-calc(6.875vw + 0px);
    width: calc(6.875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight__section-title:after {
    width: -webkit-calc(6.875vw - 0px);
    width: calc(6.875vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight__section-title:after {
    width: 132px;
  }
}

.three-highlight__section-title:after {
  height: 70.2222222222px;
}

@media screen and (min-width: 1280px) {
  .three-highlight__section-title:after {
    height: -webkit-calc(5.4861111111vw - 0px);
    height: calc(5.4861111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight__section-title:after {
    height: -webkit-calc(5.4861111111vw + 0px);
    height: calc(5.4861111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight__section-title:after {
    height: 105.333333333px;
  }
}

.three-highlight__section-title:after {
  border-width: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .three-highlight__section-title:after {
    border-width: -webkit-calc(0.2777777778vw - 0px);
    border-width: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight__section-title:after {
    border-width: -webkit-calc(0.2777777778vw + 0px);
    border-width: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight__section-title:after {
    border-width: 5.3333333333px;
  }
}

.three-highlight__box-wrapper {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 48em) {
  .three-highlight__box-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (min-width: 48em) {
  .three-highlight__box {
    width: 202.666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .three-highlight__box {
    width: -webkit-calc(15.8333333333vw - 0px);
    width: calc(15.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight__box {
    width: -webkit-calc(15.8333333333vw + 0px);
    width: calc(15.8333333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight__box {
    width: 304px;
  }
}

.three-highlight__box:not(:last-child) {
  margin-right: 64px;
}

.three-highlight__box:not(:last-child) {
  margin-right: 56.8888888889px;
}

@media screen and (min-width: 1280px) {
  .three-highlight__box:not(:last-child) {
    margin-right: -webkit-calc(4.4444444444vw - 0px);
    margin-right: calc(4.4444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight__box:not(:last-child) {
    margin-right: -webkit-calc(4.4444444444vw + 0px);
    margin-right: calc(4.4444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight__box:not(:last-child) {
    margin-right: 85.3333333333px;
  }
}

.three-highlight__box-title {
  color: #fff;
  position: relative;
  padding-top: 27px;
  opacity: 0.95;
  font-family: "Comfortaa", sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 21px;
}

.three-highlight__box-title {
  padding-top: 24px;
}

@media screen and (min-width: 1280px) {
  .three-highlight__box-title {
    padding-top: -webkit-calc(1.875vw + 0px);
    padding-top: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight__box-title {
    padding-top: -webkit-calc(1.875vw + 0px);
    padding-top: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight__box-title {
    padding-top: 36px;
  }
}

.three-highlight__box-title {
  font-size: 19.5555555556px;
}

@media screen and (min-width: 1280px) {
  .three-highlight__box-title {
    font-size: -webkit-calc(1.5277777778vw - 0px);
    font-size: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight__box-title {
    font-size: -webkit-calc(1.5277777778vw + 0px);
    font-size: calc(1.5277777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight__box-title {
    font-size: 29.3333333333px;
  }
}

.three-highlight__box-title {
  margin-bottom: 18.6666666667px;
}

@media screen and (min-width: 1280px) {
  .three-highlight__box-title {
    margin-bottom: -webkit-calc(1.4583333333vw - 0px);
    margin-bottom: calc(1.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight__box-title {
    margin-bottom: -webkit-calc(1.4583333333vw + 0px);
    margin-bottom: calc(1.4583333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight__box-title {
    margin-bottom: 28px;
  }
}

.three-highlight__box-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 4px;
  top: 0;
  left: 0;
  background-color: #00aeef;
}

.three-highlight__box-title:before {
  width: 62.2222222222px;
}

@media screen and (min-width: 1280px) {
  .three-highlight__box-title:before {
    width: -webkit-calc(4.8611111111vw - 0px);
    width: calc(4.8611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight__box-title:before {
    width: -webkit-calc(4.8611111111vw + 0px);
    width: calc(4.8611111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight__box-title:before {
    width: 93.3333333333px;
  }
}

.three-highlight__box-title:before {
  height: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .three-highlight__box-title:before {
    height: -webkit-calc(0.2777777778vw - 0px);
    height: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight__box-title:before {
    height: -webkit-calc(0.2777777778vw + 0px);
    height: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight__box-title:before {
    height: 5.3333333333px;
  }
}

.three-highlight__box-text {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #fff;
}

.three-highlight__box-text {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .three-highlight__box-text {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .three-highlight__box-text {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .three-highlight__box-text {
    font-size: 21.3333333333px;
  }
}

.three-highlight__box-text p {
  color: #fff;
}

.logo-boxes {
  padding-top: 0px;
  padding-bottom: 30px;
  overflow: hidden;
}

@media only screen and (min-width: 48em) {
  .logo-boxes {
    padding-top: 123.555555556px;
    padding-bottom: 77.3333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .logo-boxes {
    padding-top: -webkit-calc(9.6527777778vw - 0px);
    padding-top: calc(9.6527777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes {
    padding-top: -webkit-calc(9.6527777778vw + 0px);
    padding-top: calc(9.6527777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes {
    padding-top: 185.333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .logo-boxes {
    padding-bottom: -webkit-calc(6.0416666667vw - 0px);
    padding-bottom: calc(6.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes {
    padding-bottom: -webkit-calc(6.0416666667vw + 0px);
    padding-bottom: calc(6.0416666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes {
    padding-bottom: 116px;
  }
}

.logo-boxes__wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo-boxes__box {
  width: 340px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  margin-bottom: 47px;
  padding: 36px;
  position: relative;
}

.logo-boxes__box {
  width: 302.222222222px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__box {
    width: -webkit-calc(23.6111111111vw + 0px);
    width: calc(23.6111111111vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__box {
    width: -webkit-calc(23.6111111111vw + 0px);
    width: calc(23.6111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__box {
    width: 453.333333333px;
  }
}

.logo-boxes__box {
  min-height: 257.777777778px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__box {
    min-height: -webkit-calc(20.1388888889vw - 0px);
    min-height: calc(20.1388888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__box {
    min-height: -webkit-calc(20.1388888889vw + 0px);
    min-height: calc(20.1388888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__box {
    min-height: 386.666666667px;
  }
}

.logo-boxes__box {
  margin-bottom: 41.7777777778px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__box {
    margin-bottom: -webkit-calc(3.2638888889vw + 0px);
    margin-bottom: calc(3.2638888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__box {
    margin-bottom: -webkit-calc(3.2638888889vw + 0px);
    margin-bottom: calc(3.2638888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__box {
    margin-bottom: 62.6666666667px;
  }
}

.logo-boxes__box {
  padding: 32px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__box {
    padding: -webkit-calc(2.5vw + 0px);
    padding: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__box {
    padding: -webkit-calc(2.5vw + 0px);
    padding: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__box {
    padding: 48px;
  }
}

.logo-boxes__box:before {
  content: "";
  display: block;
  position: absolute;
  width: 291px;
  height: 244px;
  top: -4px;
  left: -4px;
  border-top: 4px solid #00aeef;
  border-left: 4px solid #00aeef;
}

.logo-boxes__box:before {
  width: 258.666666667px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__box:before {
    width: -webkit-calc(20.2083333333vw - 0px);
    width: calc(20.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__box:before {
    width: -webkit-calc(20.2083333333vw + 0px);
    width: calc(20.2083333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__box:before {
    width: 388px;
  }
}

.logo-boxes__box:before {
  height: 216.888888889px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__box:before {
    height: -webkit-calc(16.9444444444vw - 0px);
    height: calc(16.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__box:before {
    height: -webkit-calc(16.9444444444vw + 0px);
    height: calc(16.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__box:before {
    height: 325.333333333px;
  }
}

.logo-boxes__box:before {
  top: -3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__box:before {
    top: -webkit-calc(-0.2777777778vw + 0px);
    top: calc(-0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__box:before {
    top: -webkit-calc(-0.2777777778vw - 0px);
    top: calc(-0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__box:before {
    top: -5.3333333333px;
  }
}

.logo-boxes__box:before {
  left: -3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__box:before {
    left: -webkit-calc(-0.2777777778vw + 0px);
    left: calc(-0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__box:before {
    left: -webkit-calc(-0.2777777778vw - 0px);
    left: calc(-0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__box:before {
    left: -5.3333333333px;
  }
}

.logo-boxes__box:before {
  border-width: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__box:before {
    border-width: -webkit-calc(0.2777777778vw - 0px);
    border-width: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__box:before {
    border-width: -webkit-calc(0.2777777778vw + 0px);
    border-width: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__box:before {
    border-width: 5.3333333333px;
  }
}

.logo-boxes__box.logo {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-boxes__box.logo:before {
  display: none;
}

.logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
  content: "";
  display: block;
  position: absolute;
  width: 187px;
  height: 277px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background: transparent url(images/polygon_blue.svg) center no-repeat;
  background-size: contain;
  bottom: -145px;
  right: -70px;
  z-index: -1;
}

.logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
  width: 166.222222222px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
    width: -webkit-calc(12.9861111111vw - 0px);
    width: calc(12.9861111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
    width: -webkit-calc(12.9861111111vw + 0px);
    width: calc(12.9861111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
    width: 249.333333333px;
  }
}

.logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
  height: 246.222222222px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
    height: -webkit-calc(19.2361111111vw - 0px);
    height: calc(19.2361111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
    height: -webkit-calc(19.2361111111vw + 0px);
    height: calc(19.2361111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
    height: 369.333333333px;
  }
}

.logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
  bottom: -128.888888889px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
    bottom: -webkit-calc(-10.0694444444vw + 0px);
    bottom: calc(-10.0694444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
    bottom: -webkit-calc(-10.0694444444vw - 0px);
    bottom: calc(-10.0694444444vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
    bottom: -193.333333333px;
  }
}

.logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
  right: -62.2222222222px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
    right: -webkit-calc(-4.8611111111vw + 0px);
    right: calc(-4.8611111111vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
    right: -webkit-calc(-4.8611111111vw - 0px);
    right: calc(-4.8611111111vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__box:nth-child(2):after, .logo-boxes__box:nth-child(4):after {
    right: -93.3333333333px;
  }
}

.logo-boxes__box:nth-child(4):after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  bottom: 0px;
  right: -90px;
}

.logo-boxes__box:nth-child(4):after {
  right: -80px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__box:nth-child(4):after {
    right: -webkit-calc(-6.25vw + 0px);
    right: calc(-6.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__box:nth-child(4):after {
    right: -webkit-calc(-6.25vw + 0px);
    right: calc(-6.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__box:nth-child(4):after {
    right: -120px;
  }
}

.logo-boxes__title {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #1f2933;
  margin-top: 0;
  margin-bottom: 30px;
}

.logo-boxes__title {
  font-size: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__title {
    font-size: -webkit-calc(1.9444444444vw - 0px);
    font-size: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__title {
    font-size: -webkit-calc(1.9444444444vw + 0px);
    font-size: calc(1.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__title {
    font-size: 37.3333333333px;
  }
}

.logo-boxes__title {
  margin-bottom: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__title {
    margin-bottom: -webkit-calc(2.0833333333vw - 0px);
    margin-bottom: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__title {
    margin-bottom: -webkit-calc(2.0833333333vw + 0px);
    margin-bottom: calc(2.0833333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__title {
    margin-bottom: 40px;
  }
}

.logo-boxes__content {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #201f1f;
}

.logo-boxes__content {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .logo-boxes__content {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .logo-boxes__content {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .logo-boxes__content {
    font-size: 21.3333333333px;
  }
}

.cta {
  background-color: #f4f4f4;
  padding-top: 79px;
  padding-bottom: 35px;
  margin-top: 110px;
  min-height: 475px;
  position: relative;
}

.cta {
  margin-top: 97.7777777778px;
}

@media screen and (min-width: 1280px) {
  .cta {
    margin-top: -webkit-calc(7.6388888889vw - 0px);
    margin-top: calc(7.6388888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta {
    margin-top: -webkit-calc(7.6388888889vw + 0px);
    margin-top: calc(7.6388888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta {
    margin-top: 146.666666667px;
  }
}

.cta {
  padding-top: 70.2222222222px;
}

@media screen and (min-width: 1280px) {
  .cta {
    padding-top: -webkit-calc(5.4861111111vw - 0px);
    padding-top: calc(5.4861111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta {
    padding-top: -webkit-calc(5.4861111111vw + 0px);
    padding-top: calc(5.4861111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta {
    padding-top: 105.333333333px;
  }
}

.cta {
  padding-bottom: 31.1111111111px;
}

@media screen and (min-width: 1280px) {
  .cta {
    padding-bottom: -webkit-calc(2.4305555556vw - 0px);
    padding-bottom: calc(2.4305555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta {
    padding-bottom: -webkit-calc(2.4305555556vw + 0px);
    padding-bottom: calc(2.4305555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta {
    padding-bottom: 46.6666666667px;
  }
}

.cta {
  min-height: 422.222222222px;
}

@media screen and (min-width: 1280px) {
  .cta {
    min-height: -webkit-calc(32.9861111111vw - 0px);
    min-height: calc(32.9861111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta {
    min-height: -webkit-calc(32.9861111111vw + 0px);
    min-height: calc(32.9861111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta {
    min-height: 633.333333333px;
  }
}

.cta__image-wrapper {
  width: 300px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: -50px;
  z-index: 2;
}

@media only screen and (min-width: 48em) {
  .cta__image-wrapper {
    position: absolute;
  }
}

@media only screen and (min-width: 64em) {
  .cta__image-wrapper {
    width: 512.888888889px;
    height: 467.555555556px;
  }
}

@media screen and (min-width: 1280px) {
  .cta__image-wrapper {
    width: -webkit-calc(40.0694444444vw + 0px);
    width: calc(40.0694444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__image-wrapper {
    width: -webkit-calc(40.0694444444vw + 0px);
    width: calc(40.0694444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__image-wrapper {
    width: 769.333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .cta__image-wrapper {
    height: -webkit-calc(36.5277777778vw - 0px);
    height: calc(36.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__image-wrapper {
    height: -webkit-calc(36.5277777778vw + 0px);
    height: calc(36.5277777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__image-wrapper {
    height: 701.333333333px;
  }
}

.cta__image-wrapper {
  top: -44.4444444444px;
}

@media screen and (min-width: 1280px) {
  .cta__image-wrapper {
    top: -webkit-calc(-3.4722222222vw + 0px);
    top: calc(-3.4722222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__image-wrapper {
    top: -webkit-calc(-3.4722222222vw - 0px);
    top: calc(-3.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__image-wrapper {
    top: -66.6666666667px;
  }
}

.cta__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(images/cta_mask.svg);
          mask-image: url(images/cta_mask.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
  z-index: 2;
}

.cta__image-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 300px;
  height: 300px;
  background: transparent url(images/cta_mask.svg) center no-repeat;
  background-size: contain;
  top: 50px;
  left: -125px;
}

@media only screen and (min-width: 64em) {
  .cta__image-wrapper:before {
    width: 512.888888889px;
    height: 467.555555556px;
  }
}

@media screen and (min-width: 1280px) {
  .cta__image-wrapper:before {
    width: -webkit-calc(40.0694444444vw + 0px);
    width: calc(40.0694444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__image-wrapper:before {
    width: -webkit-calc(40.0694444444vw + 0px);
    width: calc(40.0694444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__image-wrapper:before {
    width: 769.333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .cta__image-wrapper:before {
    height: -webkit-calc(36.5277777778vw - 0px);
    height: calc(36.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__image-wrapper:before {
    height: -webkit-calc(36.5277777778vw + 0px);
    height: calc(36.5277777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__image-wrapper:before {
    height: 701.333333333px;
  }
}

.cta__image-wrapper:before {
  top: 44.4444444444px;
}

@media screen and (min-width: 1280px) {
  .cta__image-wrapper:before {
    top: -webkit-calc(3.4722222222vw - 0px);
    top: calc(3.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__image-wrapper:before {
    top: -webkit-calc(3.4722222222vw + 0px);
    top: calc(3.4722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__image-wrapper:before {
    top: 66.6666666667px;
  }
}

.cta__image-wrapper:before {
  left: -111.111111111px;
}

@media screen and (min-width: 1280px) {
  .cta__image-wrapper:before {
    left: -webkit-calc(-8.6805555556vw + 0px);
    left: calc(-8.6805555556vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__image-wrapper:before {
    left: -webkit-calc(-8.6805555556vw - 0px);
    left: calc(-8.6805555556vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__image-wrapper:before {
    left: -166.666666667px;
  }
}

.cta__image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 250px;
  height: 250px;
  background: transparent url(images/cta_mask_2.svg) center no-repeat;
  background-size: contain;
  left: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (min-width: 64em) {
  .cta__image-wrapper:after {
    left: 177.777777778px;
    width: 398.222222222px;
    height: 398.222222222px;
  }
}

@media screen and (min-width: 1280px) {
  .cta__image-wrapper:after {
    left: -webkit-calc(13.8888888889vw - 0px);
    left: calc(13.8888888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__image-wrapper:after {
    left: -webkit-calc(13.8888888889vw + 0px);
    left: calc(13.8888888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__image-wrapper:after {
    left: 266.666666667px;
  }
}

@media screen and (min-width: 1280px) {
  .cta__image-wrapper:after {
    width: -webkit-calc(31.1111111111vw - 0px);
    width: calc(31.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__image-wrapper:after {
    width: -webkit-calc(31.1111111111vw + 0px);
    width: calc(31.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__image-wrapper:after {
    width: 597.333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .cta__image-wrapper:after {
    height: -webkit-calc(31.1111111111vw - 0px);
    height: calc(31.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__image-wrapper:after {
    height: -webkit-calc(31.1111111111vw + 0px);
    height: calc(31.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__image-wrapper:after {
    height: 597.333333333px;
  }
}

.cta__content-wrapper {
  width: 100%;
  margin-left: auto;
}

@media only screen and (min-width: 48em) {
  .cta__content-wrapper {
    width: 50%;
  }
}

@media only screen and (min-width: 64em) {
  .cta__content-wrapper {
    width: 40%;
  }
}

@media only screen and (min-width: 80em) {
  .cta__content-wrapper {
    width: 50%;
  }
}

.cta__title {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #1f2933;
  margin-top: 0;
  margin-bottom: 9px;
}

.cta__title {
  font-size: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .cta__title {
    font-size: -webkit-calc(1.9444444444vw - 0px);
    font-size: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__title {
    font-size: -webkit-calc(1.9444444444vw + 0px);
    font-size: calc(1.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__title {
    font-size: 37.3333333333px;
  }
}

.cta__title {
  margin-bottom: 8px;
}

@media screen and (min-width: 1280px) {
  .cta__title {
    margin-bottom: -webkit-calc(0.625vw + 0px);
    margin-bottom: calc(0.625vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__title {
    margin-bottom: -webkit-calc(0.625vw + 0px);
    margin-bottom: calc(0.625vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__title {
    margin-bottom: 12px;
  }
}

.cta__content {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #1f2933;
  margin-bottom: 28px;
  max-width: 535px;
}

.cta__content {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .cta__content {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__content {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__content {
    font-size: 21.3333333333px;
  }
}

.cta__content {
  margin-bottom: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .cta__content {
    margin-bottom: -webkit-calc(1.9444444444vw - 0px);
    margin-bottom: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__content {
    margin-bottom: -webkit-calc(1.9444444444vw + 0px);
    margin-bottom: calc(1.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__content {
    margin-bottom: 37.3333333333px;
  }
}

.cta__content {
  max-width: 475.555555556px;
}

@media screen and (min-width: 1280px) {
  .cta__content {
    max-width: -webkit-calc(37.1527777778vw - 0px);
    max-width: calc(37.1527777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__content {
    max-width: -webkit-calc(37.1527777778vw + 0px);
    max-width: calc(37.1527777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__content {
    max-width: 713.333333333px;
  }
}

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

.cta__content ul {
  padding: 0;
  margin: 0 0 28px 0;
  list-style: none;
}

.cta__content ul {
  margin-bottom: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .cta__content ul {
    margin-bottom: -webkit-calc(1.9444444444vw - 0px);
    margin-bottom: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__content ul {
    margin-bottom: -webkit-calc(1.9444444444vw + 0px);
    margin-bottom: calc(1.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__content ul {
    margin-bottom: 37.3333333333px;
  }
}

.cta__content ul li {
  position: relative;
  padding-left: 24px;
  margin-left: 14px;
}

.cta__content ul li {
  padding-left: 21.3333333333px;
}

@media screen and (min-width: 1280px) {
  .cta__content ul li {
    padding-left: -webkit-calc(1.6666666667vw - 0px);
    padding-left: calc(1.6666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__content ul li {
    padding-left: -webkit-calc(1.6666666667vw + 0px);
    padding-left: calc(1.6666666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__content ul li {
    padding-left: 32px;
  }
}

.cta__content ul li {
  margin-left: 12.4444444444px;
}

@media screen and (min-width: 1280px) {
  .cta__content ul li {
    margin-left: -webkit-calc(0.9722222222vw - 0px);
    margin-left: calc(0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__content ul li {
    margin-left: -webkit-calc(0.9722222222vw + 0px);
    margin-left: calc(0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__content ul li {
    margin-left: 18.6666666667px;
  }
}

.cta__content ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 20px;
  top: 48%;
  -webkit-transform: translateY(-50%) rotate(35deg);
      -ms-transform: translateY(-50%) rotate(35deg);
          transform: translateY(-50%) rotate(35deg);
  background-color: #00aeef;
  left: 0;
}

.cta__content ul li:before {
  width: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .cta__content ul li:before {
    width: -webkit-calc(0.2777777778vw - 0px);
    width: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__content ul li:before {
    width: -webkit-calc(0.2777777778vw + 0px);
    width: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__content ul li:before {
    width: 5.3333333333px;
  }
}

.cta__content ul li:before {
  height: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .cta__content ul li:before {
    height: -webkit-calc(1.3888888889vw + 0px);
    height: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__content ul li:before {
    height: -webkit-calc(1.3888888889vw + 0px);
    height: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__content ul li:before {
    height: 26.6666666667px;
  }
}

.cta__button-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 80em) {
  .cta__button-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cta__button {
  display: inline-block;
  font-family: "Comfortaa", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #ffffff;
  background-color: #e2241a;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  border: none;
  background: linear-gradient(90deg, #00aeef 0%, #00aeef 50%, #e2241a 50%, #e2241a 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
  -webkit-mask-image: url(images/bg_button.svg);
          mask-image: url(images/bg_button.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right center;
          mask-position: right center;
}

.cta__button {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .cta__button {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__button {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__button {
    font-size: 24px;
  }
}

.cta__button {
  padding-top: 15.1111111111px;
  padding-bottom: 15.1111111111px;
}

@media screen and (min-width: 1280px) {
  .cta__button {
    padding-top: -webkit-calc(1.1805555556vw - 0px);
    padding-top: calc(1.1805555556vw - 0px);
    padding-bottom: -webkit-calc(1.1805555556vw - 0px);
    padding-bottom: calc(1.1805555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__button {
    padding-top: -webkit-calc(1.1805555556vw + 0px);
    padding-top: calc(1.1805555556vw + 0px);
    padding-bottom: -webkit-calc(1.1805555556vw + 0px);
    padding-bottom: calc(1.1805555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__button {
    padding-top: 22.6666666667px;
    padding-bottom: 22.6666666667px;
  }
}

.cta__button {
  padding-right: 59.5555555556px;
}

@media screen and (min-width: 1280px) {
  .cta__button {
    padding-right: -webkit-calc(4.6527777778vw - 0px);
    padding-right: calc(4.6527777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__button {
    padding-right: -webkit-calc(4.6527777778vw + 0px);
    padding-right: calc(4.6527777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__button {
    padding-right: 89.3333333333px;
  }
}

.cta__button {
  padding-left: 24px;
}

@media screen and (min-width: 1280px) {
  .cta__button {
    padding-left: -webkit-calc(1.875vw + 0px);
    padding-left: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__button {
    padding-left: -webkit-calc(1.875vw + 0px);
    padding-left: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__button {
    padding-left: 36px;
  }
}

.cta__button:hover {
  background-position: left bottom;
}

.cta__button:hover, .cta__button:focus, .cta__button:active, .cta__button:visited {
  color: #fff;
}

.cta__button.darker {
  margin-left: 0px;
  margin-top: 30px;
  background: linear-gradient(90deg, #00aeef 0%, #00aeef 50%, #bc1810 50%, #bc1810 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
}

@media only screen and (min-width: 80em) {
  .cta__button.darker {
    margin-left: 26.6666666667px;
    margin-top: 0;
  }
}

@media screen and (min-width: 1280px) {
  .cta__button.darker {
    margin-left: -webkit-calc(2.0833333333vw - 0px);
    margin-left: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .cta__button.darker {
    margin-left: -webkit-calc(2.0833333333vw + 0px);
    margin-left: calc(2.0833333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .cta__button.darker {
    margin-left: 40px;
  }
}

.cta__button.darker:hover {
  background-position: left bottom;
}

.contact {
  margin-top: 123px;
  margin-bottom: 113px;
}

.contact {
  margin-top: 109.333333333px;
}

@media screen and (min-width: 1280px) {
  .contact {
    margin-top: -webkit-calc(8.5416666667vw - 0px);
    margin-top: calc(8.5416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact {
    margin-top: -webkit-calc(8.5416666667vw + 0px);
    margin-top: calc(8.5416666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact {
    margin-top: 164px;
  }
}

.contact {
  margin-bottom: 100.444444444px;
}

@media screen and (min-width: 1280px) {
  .contact {
    margin-bottom: -webkit-calc(7.8472222222vw - 0px);
    margin-bottom: calc(7.8472222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact {
    margin-bottom: -webkit-calc(7.8472222222vw + 0px);
    margin-bottom: calc(7.8472222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact {
    margin-bottom: 150.666666667px;
  }
}

.contact__row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.contact__title {
  width: 100%;
  max-width: 534px;
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #1f2933;
  display: block;
  margin-bottom: 45px;
  position: relative;
}

.contact__title {
  font-size: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .contact__title {
    font-size: -webkit-calc(1.9444444444vw - 0px);
    font-size: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__title {
    font-size: -webkit-calc(1.9444444444vw + 0px);
    font-size: calc(1.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__title {
    font-size: 37.3333333333px;
  }
}

.contact__title {
  max-width: 474.666666667px;
}

@media screen and (min-width: 1280px) {
  .contact__title {
    max-width: -webkit-calc(37.0833333333vw - 0px);
    max-width: calc(37.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__title {
    max-width: -webkit-calc(37.0833333333vw + 0px);
    max-width: calc(37.0833333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__title {
    max-width: 712px;
  }
}

.contact__title {
  margin-bottom: 40px;
}

@media screen and (min-width: 1280px) {
  .contact__title {
    margin-bottom: -webkit-calc(3.125vw + 0px);
    margin-bottom: calc(3.125vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__title {
    margin-bottom: -webkit-calc(3.125vw + 0px);
    margin-bottom: calc(3.125vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__title {
    margin-bottom: 60px;
  }
}

.contact__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 4px;
  bottom: -32px;
  background-color: #e2241a;
}

.contact__title:after {
  width: 62.2222222222px;
}

@media screen and (min-width: 1280px) {
  .contact__title:after {
    width: -webkit-calc(4.8611111111vw - 0px);
    width: calc(4.8611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__title:after {
    width: -webkit-calc(4.8611111111vw + 0px);
    width: calc(4.8611111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__title:after {
    width: 93.3333333333px;
  }
}

.contact__title:after {
  height: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .contact__title:after {
    height: -webkit-calc(0.2777777778vw - 0px);
    height: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__title:after {
    height: -webkit-calc(0.2777777778vw + 0px);
    height: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__title:after {
    height: 5.3333333333px;
  }
}

.contact__title:after {
  bottom: -28.4444444444px;
}

@media screen and (min-width: 1280px) {
  .contact__title:after {
    bottom: -webkit-calc(-2.2222222222vw + 0px);
    bottom: calc(-2.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__title:after {
    bottom: -webkit-calc(-2.2222222222vw - 0px);
    bottom: calc(-2.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__title:after {
    bottom: -42.6666666667px;
  }
}

.contact__wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 64em) {
  .contact__wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.contact__text-wrapper {
  width: 100%;
  margin-bottom: 90px;
}

@media only screen and (min-width: 64em) {
  .contact__text-wrapper {
    width: 100%;
    max-width: 360px;
    margin-right: 84.4444444444px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1280px) {
  .contact__text-wrapper {
    max-width: -webkit-calc(25vw + 0px);
    max-width: calc(25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__text-wrapper {
    max-width: -webkit-calc(25vw + 0px);
    max-width: calc(25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__text-wrapper {
    max-width: 480px;
  }
}

@media screen and (min-width: 1280px) {
  .contact__text-wrapper {
    margin-right: -webkit-calc(6.5972222222vw - 0px);
    margin-right: calc(6.5972222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__text-wrapper {
    margin-right: -webkit-calc(6.5972222222vw + 0px);
    margin-right: calc(6.5972222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__text-wrapper {
    margin-right: 126.666666667px;
  }
}

.contact__subtitle {
  margin-top: 26px;
  margin-bottom: 16px;
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1f2933;
}

.contact__subtitle {
  margin-top: 23.1111111111px;
}

@media screen and (min-width: 1280px) {
  .contact__subtitle {
    margin-top: -webkit-calc(1.8055555556vw - 0px);
    margin-top: calc(1.8055555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__subtitle {
    margin-top: -webkit-calc(1.8055555556vw + 0px);
    margin-top: calc(1.8055555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__subtitle {
    margin-top: 34.6666666667px;
  }
}

.contact__subtitle {
  margin-bottom: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .contact__subtitle {
    margin-bottom: -webkit-calc(1.1111111111vw - 0px);
    margin-bottom: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__subtitle {
    margin-bottom: -webkit-calc(1.1111111111vw + 0px);
    margin-bottom: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__subtitle {
    margin-bottom: 21.3333333333px;
  }
}

.contact__subtitle {
  font-size: 19.5555555556px;
}

@media screen and (min-width: 1280px) {
  .contact__subtitle {
    font-size: -webkit-calc(1.5277777778vw - 0px);
    font-size: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__subtitle {
    font-size: -webkit-calc(1.5277777778vw + 0px);
    font-size: calc(1.5277777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__subtitle {
    font-size: 29.3333333333px;
  }
}

.contact__map {
  margin-top: 43px;
  width: 355px;
  height: 342px;
  position: relative;
}

.contact__map {
  margin-top: 38.2222222222px;
}

@media screen and (min-width: 1280px) {
  .contact__map {
    margin-top: -webkit-calc(2.9861111111vw - 0px);
    margin-top: calc(2.9861111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__map {
    margin-top: -webkit-calc(2.9861111111vw + 0px);
    margin-top: calc(2.9861111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__map {
    margin-top: 57.3333333333px;
  }
}

.contact__map {
  width: 315.555555556px;
}

@media screen and (min-width: 1280px) {
  .contact__map {
    width: -webkit-calc(24.6527777778vw - 0px);
    width: calc(24.6527777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__map {
    width: -webkit-calc(24.6527777778vw + 0px);
    width: calc(24.6527777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__map {
    width: 473.333333333px;
  }
}

.contact__map {
  height: 304px;
}

@media screen and (min-width: 1280px) {
  .contact__map {
    height: -webkit-calc(23.75vw + 0px);
    height: calc(23.75vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__map {
    height: -webkit-calc(23.75vw + 0px);
    height: calc(23.75vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__map {
    height: 456px;
  }
}

.contact__map iframe {
  width: 355px;
  height: 342px;
}

.contact__map iframe {
  width: 315.555555556px;
}

@media screen and (min-width: 1280px) {
  .contact__map iframe {
    width: -webkit-calc(24.6527777778vw - 0px);
    width: calc(24.6527777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__map iframe {
    width: -webkit-calc(24.6527777778vw + 0px);
    width: calc(24.6527777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__map iframe {
    width: 473.333333333px;
  }
}

.contact__map iframe {
  height: 304px;
}

@media screen and (min-width: 1280px) {
  .contact__map iframe {
    height: -webkit-calc(23.75vw + 0px);
    height: calc(23.75vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__map iframe {
    height: -webkit-calc(23.75vw + 0px);
    height: calc(23.75vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__map iframe {
    height: 456px;
  }
}

.contact__map:before {
  content: "";
  display: block;
  position: absolute;
  width: 291px;
  height: 244px;
  bottom: -4px;
  left: -4px;
  border-bottom: 4px solid #00aeef;
  border-left: 4px solid #00aeef;
}

.contact__map:before {
  width: 258.666666667px;
}

@media screen and (min-width: 1280px) {
  .contact__map:before {
    width: -webkit-calc(20.2083333333vw - 0px);
    width: calc(20.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__map:before {
    width: -webkit-calc(20.2083333333vw + 0px);
    width: calc(20.2083333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__map:before {
    width: 388px;
  }
}

.contact__map:before {
  height: 216.888888889px;
}

@media screen and (min-width: 1280px) {
  .contact__map:before {
    height: -webkit-calc(16.9444444444vw - 0px);
    height: calc(16.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__map:before {
    height: -webkit-calc(16.9444444444vw + 0px);
    height: calc(16.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__map:before {
    height: 325.333333333px;
  }
}

.contact__map:before {
  bottom: -3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .contact__map:before {
    bottom: -webkit-calc(-0.2777777778vw + 0px);
    bottom: calc(-0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__map:before {
    bottom: -webkit-calc(-0.2777777778vw - 0px);
    bottom: calc(-0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__map:before {
    bottom: -5.3333333333px;
  }
}

.contact__map:before {
  left: -3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .contact__map:before {
    left: -webkit-calc(-0.2777777778vw + 0px);
    left: calc(-0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__map:before {
    left: -webkit-calc(-0.2777777778vw - 0px);
    left: calc(-0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__map:before {
    left: -5.3333333333px;
  }
}

.contact__map:before {
  border-width: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .contact__map:before {
    border-width: -webkit-calc(0.2777777778vw - 0px);
    border-width: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__map:before {
    border-width: -webkit-calc(0.2777777778vw + 0px);
    border-width: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__map:before {
    border-width: 5.3333333333px;
  }
}

.contact__form-wrapper {
  width: 100%;
  max-width: 664px;
}

.contact__form-wrapper {
  max-width: 590.222222222px;
}

@media screen and (min-width: 1280px) {
  .contact__form-wrapper {
    max-width: -webkit-calc(46.1111111111vw - 0px);
    max-width: calc(46.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form-wrapper {
    max-width: -webkit-calc(46.1111111111vw + 0px);
    max-width: calc(46.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form-wrapper {
    max-width: 885.333333333px;
  }
}

.contact__form {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
  padding: 63px 34px 58px;
  position: relative;
  min-height: 400px;
}

.contact__form:before {
  content: "";
  display: block;
  position: absolute;
  width: 291px;
  height: 244px;
  top: -4px;
  right: -4px;
  border-top: 4px solid #00aeef;
  border-right: 4px solid #00aeef;
  z-index: -1;
}

.contact__form:before {
  width: 258.666666667px;
}

@media screen and (min-width: 1280px) {
  .contact__form:before {
    width: -webkit-calc(20.2083333333vw - 0px);
    width: calc(20.2083333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form:before {
    width: -webkit-calc(20.2083333333vw + 0px);
    width: calc(20.2083333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form:before {
    width: 388px;
  }
}

.contact__form:before {
  height: 216.888888889px;
}

@media screen and (min-width: 1280px) {
  .contact__form:before {
    height: -webkit-calc(16.9444444444vw - 0px);
    height: calc(16.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form:before {
    height: -webkit-calc(16.9444444444vw + 0px);
    height: calc(16.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form:before {
    height: 325.333333333px;
  }
}

.contact__form:before {
  top: -3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .contact__form:before {
    top: -webkit-calc(-0.2777777778vw + 0px);
    top: calc(-0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form:before {
    top: -webkit-calc(-0.2777777778vw - 0px);
    top: calc(-0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form:before {
    top: -5.3333333333px;
  }
}

.contact__form:before {
  right: -3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .contact__form:before {
    right: -webkit-calc(-0.2777777778vw + 0px);
    right: calc(-0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form:before {
    right: -webkit-calc(-0.2777777778vw - 0px);
    right: calc(-0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form:before {
    right: -5.3333333333px;
  }
}

.contact__form:before {
  border-width: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .contact__form:before {
    border-width: -webkit-calc(0.2777777778vw - 0px);
    border-width: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form:before {
    border-width: -webkit-calc(0.2777777778vw + 0px);
    border-width: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form:before {
    border-width: 5.3333333333px;
  }
}

.contact__form .gform_wrapper {
  margin: 0;
}

.contact__form .gform_wrapper label.gfield_label {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #1f2933;
}

.contact__form .gform_wrapper label.gfield_label {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .contact__form .gform_wrapper label.gfield_label {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form .gform_wrapper label.gfield_label {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form .gform_wrapper label.gfield_label {
    font-size: 21.3333333333px;
  }
}

.contact__form .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 37px;
}

.contact__form .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 32.8888888889px;
}

@media screen and (min-width: 1280px) {
  .contact__form .gform_wrapper ul.gform_fields li.gfield {
    margin-top: -webkit-calc(2.5694444444vw - 0px);
    margin-top: calc(2.5694444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form .gform_wrapper ul.gform_fields li.gfield {
    margin-top: -webkit-calc(2.5694444444vw + 0px);
    margin-top: calc(2.5694444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 49.3333333333px;
  }
}

.contact__form .gform_wrapper ul.gform_fields li.gfield .ginput_container {
  margin-top: 16px;
}

.contact__form .gform_wrapper ul.gform_fields li.gfield .ginput_container {
  margin-top: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .contact__form .gform_wrapper ul.gform_fields li.gfield .ginput_container {
    margin-top: -webkit-calc(1.1111111111vw - 0px);
    margin-top: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form .gform_wrapper ul.gform_fields li.gfield .ginput_container {
    margin-top: -webkit-calc(1.1111111111vw + 0px);
    margin-top: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form .gform_wrapper ul.gform_fields li.gfield .ginput_container {
    margin-top: 21.3333333333px;
  }
}

.contact__form .gform_wrapper ul.gform_fields li.gfield:not(.gf_left_half) {
  padding-right: 0;
}

.contact__form .gform_wrapper ul.gform_fields li.gfield.gfield_error.gf_left_half {
  margin-right: 0;
}

.contact__form .gform_wrapper ul.gform_fields li.gfield.gfield_error {
  padding-top: 0;
  border: 0;
}

.contact__form .gform_wrapper ul.gform_fields li.gfield.gfield_error label.gfield_label {
  margin-top: 0;
}

.contact__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  height: 60px;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  background-color: #f7f7f7;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  padding: 15px 20px;
}

.contact__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  height: 53.3333333333px;
}

@media screen and (min-width: 1280px) {
  .contact__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    height: -webkit-calc(4.1666666667vw - 0px);
    height: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    height: -webkit-calc(4.1666666667vw + 0px);
    height: calc(4.1666666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    height: 80px;
  }
}

.contact__form .gform_wrapper textarea.medium {
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  background-color: #f7f7f7;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none;
  padding: 15px 20px;
}

.contact__form .gform_wrapper li.gfield.gfield_html.privacy-link {
  margin-top: 50px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #1f2933;
}

@media only screen and (min-width: 48em) {
  .contact__form .gform_wrapper li.gfield.gfield_html.privacy-link {
    position: absolute;
  }
}

.contact__form .gform_wrapper li.gfield.gfield_html.privacy-link {
  margin-top: 44.4444444444px;
}

@media screen and (min-width: 1280px) {
  .contact__form .gform_wrapper li.gfield.gfield_html.privacy-link {
    margin-top: -webkit-calc(3.4722222222vw - 0px);
    margin-top: calc(3.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form .gform_wrapper li.gfield.gfield_html.privacy-link {
    margin-top: -webkit-calc(3.4722222222vw + 0px);
    margin-top: calc(3.4722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form .gform_wrapper li.gfield.gfield_html.privacy-link {
    margin-top: 66.6666666667px;
  }
}

.contact__form .gform_wrapper li.gfield.gfield_html.privacy-link {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .contact__form .gform_wrapper li.gfield.gfield_html.privacy-link {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form .gform_wrapper li.gfield.gfield_html.privacy-link {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form .gform_wrapper li.gfield.gfield_html.privacy-link {
    font-size: 21.3333333333px;
  }
}

.contact__form .gform_wrapper li.gfield.gfield_html.privacy-link a {
  display: inline-block;
  position: relative;
  color: #201f1f;
}

.contact__form .gform_wrapper li.gfield.gfield_html.privacy-link a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #00aeef;
}

.contact__form .gform_wrapper li.gfield.gfield_html.privacy-link a:hover {
  color: #e2241a;
}

.contact__form .gform_wrapper .gform_footer {
  margin-top: 43px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__form .gform_wrapper .gform_footer {
  margin-top: 38.2222222222px;
}

@media screen and (min-width: 1280px) {
  .contact__form .gform_wrapper .gform_footer {
    margin-top: -webkit-calc(2.9861111111vw - 0px);
    margin-top: calc(2.9861111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form .gform_wrapper .gform_footer {
    margin-top: -webkit-calc(2.9861111111vw + 0px);
    margin-top: calc(2.9861111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form .gform_wrapper .gform_footer {
    margin-top: 57.3333333333px;
  }
}

.contact__form .gform_wrapper .gform_footer input[type="submit"] {
  width: 177px;
  height: 57px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: 0.6px;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-appearance: none;
  margin-right: 0;
  text-align: left;
  cursor: pointer;
  background: linear-gradient(90deg, #00aeef 0%, #00aeef 50%, #e2241a 50%, #e2241a 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
  -webkit-mask-image: url(images/bg_button.svg);
          mask-image: url(images/bg_button.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right center;
          mask-position: right center;
}

.contact__form .gform_wrapper .gform_footer input[type="submit"] {
  width: 157.333333333px;
}

@media screen and (min-width: 1280px) {
  .contact__form .gform_wrapper .gform_footer input[type="submit"] {
    width: -webkit-calc(12.2916666667vw - 0px);
    width: calc(12.2916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form .gform_wrapper .gform_footer input[type="submit"] {
    width: -webkit-calc(12.2916666667vw + 0px);
    width: calc(12.2916666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form .gform_wrapper .gform_footer input[type="submit"] {
    width: 236px;
  }
}

.contact__form .gform_wrapper .gform_footer input[type="submit"] {
  height: 50.6666666667px;
}

@media screen and (min-width: 1280px) {
  .contact__form .gform_wrapper .gform_footer input[type="submit"] {
    height: -webkit-calc(3.9583333333vw - 0px);
    height: calc(3.9583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form .gform_wrapper .gform_footer input[type="submit"] {
    height: -webkit-calc(3.9583333333vw + 0px);
    height: calc(3.9583333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form .gform_wrapper .gform_footer input[type="submit"] {
    height: 76px;
  }
}

.contact__form .gform_wrapper .gform_footer input[type="submit"] {
  font-size: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .contact__form .gform_wrapper .gform_footer input[type="submit"] {
    font-size: -webkit-calc(1.3888888889vw + 0px);
    font-size: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form .gform_wrapper .gform_footer input[type="submit"] {
    font-size: -webkit-calc(1.3888888889vw + 0px);
    font-size: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 26.6666666667px;
  }
}

.contact__form .gform_wrapper .gform_footer input[type="submit"] {
  padding-left: 36.4444444444px;
}

@media screen and (min-width: 1280px) {
  .contact__form .gform_wrapper .gform_footer input[type="submit"] {
    padding-left: -webkit-calc(2.8472222222vw - 0px);
    padding-left: calc(2.8472222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .contact__form .gform_wrapper .gform_footer input[type="submit"] {
    padding-left: -webkit-calc(2.8472222222vw + 0px);
    padding-left: calc(2.8472222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .contact__form .gform_wrapper .gform_footer input[type="submit"] {
    padding-left: 54.6666666667px;
  }
}

.contact__form .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-position: left bottom;
}

.contact__form .gform_wrapper .gform_footer .gform_ajax_spinner {
  padding-left: 10px;
  width: 32px;
  height: 22px;
  margin-right: auto;
}

.content-quotes {
  padding-top: 110px;
  padding-bottom: 65px;
}

.content-quotes {
  padding-top: 97.7777777778px;
}

@media screen and (min-width: 1280px) {
  .content-quotes {
    padding-top: -webkit-calc(7.6388888889vw - 0px);
    padding-top: calc(7.6388888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-quotes {
    padding-top: -webkit-calc(7.6388888889vw + 0px);
    padding-top: calc(7.6388888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-quotes {
    padding-top: 146.666666667px;
  }
}

.content-quotes {
  padding-bottom: 57.7777777778px;
}

@media screen and (min-width: 1280px) {
  .content-quotes {
    padding-bottom: -webkit-calc(4.5138888889vw - 0px);
    padding-bottom: calc(4.5138888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-quotes {
    padding-bottom: -webkit-calc(4.5138888889vw + 0px);
    padding-bottom: calc(4.5138888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-quotes {
    padding-bottom: 86.6666666667px;
  }
}

.content-quotes .row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content-quotes__text-wrapper {
  width: 523px;
  margin-right: 43px;
}

.content-quotes__text-wrapper {
  width: 464.888888889px;
}

@media screen and (min-width: 1280px) {
  .content-quotes__text-wrapper {
    width: -webkit-calc(36.3194444444vw - 0px);
    width: calc(36.3194444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-quotes__text-wrapper {
    width: -webkit-calc(36.3194444444vw + 0px);
    width: calc(36.3194444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-quotes__text-wrapper {
    width: 697.333333333px;
  }
}

.content-quotes__text-wrapper {
  margin-right: 38.2222222222px;
}

@media screen and (min-width: 1280px) {
  .content-quotes__text-wrapper {
    margin-right: -webkit-calc(2.9861111111vw - 0px);
    margin-right: calc(2.9861111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-quotes__text-wrapper {
    margin-right: -webkit-calc(2.9861111111vw + 0px);
    margin-right: calc(2.9861111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-quotes__text-wrapper {
    margin-right: 57.3333333333px;
  }
}

.content-quotes__text p {
  color: #201f1f;
}

.content-quotes__quote-wrapper {
  width: 554px;
  background: transparent url("images/quote_bg.svg") center center no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 380px;
}

.content-quotes__quote-wrapper {
  width: 492.444444444px;
}

@media screen and (min-width: 1280px) {
  .content-quotes__quote-wrapper {
    width: -webkit-calc(38.4722222222vw - 0px);
    width: calc(38.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-quotes__quote-wrapper {
    width: -webkit-calc(38.4722222222vw + 0px);
    width: calc(38.4722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-quotes__quote-wrapper {
    width: 738.666666667px;
  }
}

.content-quotes__quote-wrapper {
  min-height: 337.777777778px;
}

@media screen and (min-width: 1280px) {
  .content-quotes__quote-wrapper {
    min-height: -webkit-calc(26.3888888889vw - 0px);
    min-height: calc(26.3888888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-quotes__quote-wrapper {
    min-height: -webkit-calc(26.3888888889vw + 0px);
    min-height: calc(26.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-quotes__quote-wrapper {
    min-height: 506.666666667px;
  }
}

@media only screen and (min-width: 64em) {
  .content-quotes__quote-wrapper {
    margin: 0;
  }
}

.content-quotes__title {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #1f2933;
  margin-top: 23px;
  margin-bottom: 16px;
}

.content-quotes__title {
  font-size: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .content-quotes__title {
    font-size: -webkit-calc(1.9444444444vw - 0px);
    font-size: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-quotes__title {
    font-size: -webkit-calc(1.9444444444vw + 0px);
    font-size: calc(1.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-quotes__title {
    font-size: 37.3333333333px;
  }
}

.content-quotes__title {
  margin-top: 20.4444444444px;
}

@media screen and (min-width: 1280px) {
  .content-quotes__title {
    margin-top: -webkit-calc(1.5972222222vw - 0px);
    margin-top: calc(1.5972222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-quotes__title {
    margin-top: -webkit-calc(1.5972222222vw + 0px);
    margin-top: calc(1.5972222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-quotes__title {
    margin-top: 30.6666666667px;
  }
}

.content-quotes__title {
  margin-bottom: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .content-quotes__title {
    margin-bottom: -webkit-calc(1.1111111111vw - 0px);
    margin-bottom: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-quotes__title {
    margin-bottom: -webkit-calc(1.1111111111vw + 0px);
    margin-bottom: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-quotes__title {
    margin-bottom: 21.3333333333px;
  }
}

.content-quotes__quote {
  font-family: "Comfortaa", sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  padding-top: 62px;
  padding-bottom: 62px;
  padding-left: 26px;
  padding-right: 26px;
  position: relative;
}

.content-quotes__quote {
  font-size: 19.5555555556px;
}

@media screen and (min-width: 1280px) {
  .content-quotes__quote {
    font-size: -webkit-calc(1.5277777778vw - 0px);
    font-size: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-quotes__quote {
    font-size: -webkit-calc(1.5277777778vw + 0px);
    font-size: calc(1.5277777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-quotes__quote {
    font-size: 29.3333333333px;
  }
}

.content-quotes__quote {
  padding-left: 23.1111111111px;
  padding-right: 23.1111111111px;
}

@media screen and (min-width: 1280px) {
  .content-quotes__quote {
    padding-left: -webkit-calc(1.8055555556vw - 0px);
    padding-left: calc(1.8055555556vw - 0px);
    padding-right: -webkit-calc(1.8055555556vw - 0px);
    padding-right: calc(1.8055555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-quotes__quote {
    padding-left: -webkit-calc(1.8055555556vw + 0px);
    padding-left: calc(1.8055555556vw + 0px);
    padding-right: -webkit-calc(1.8055555556vw + 0px);
    padding-right: calc(1.8055555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-quotes__quote {
    padding-left: 34.6666666667px;
    padding-right: 34.6666666667px;
  }
}

.content-quotes__quote {
  padding-bottom: 55.1111111111px;
  padding-top: 55.1111111111px;
}

@media screen and (min-width: 1280px) {
  .content-quotes__quote {
    padding-bottom: -webkit-calc(4.3055555556vw - 0px);
    padding-bottom: calc(4.3055555556vw - 0px);
    padding-top: -webkit-calc(4.3055555556vw - 0px);
    padding-top: calc(4.3055555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-quotes__quote {
    padding-bottom: -webkit-calc(4.3055555556vw + 0px);
    padding-bottom: calc(4.3055555556vw + 0px);
    padding-top: -webkit-calc(4.3055555556vw + 0px);
    padding-top: calc(4.3055555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-quotes__quote {
    padding-bottom: 82.6666666667px;
    padding-top: 82.6666666667px;
  }
}

.content-quotes__quote:after, .content-quotes__quote:before {
  content: "";
  display: block;
  position: absolute;
  width: 46px;
  height: 36px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background: transparent url(images/quote.svg) center no-repeat;
  background-size: contain;
}

.content-quotes__quote:after, .content-quotes__quote:before {
  width: 40.8888888889px;
}

@media screen and (min-width: 1280px) {
  .content-quotes__quote:after, .content-quotes__quote:before {
    width: -webkit-calc(3.1944444444vw - 0px);
    width: calc(3.1944444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-quotes__quote:after, .content-quotes__quote:before {
    width: -webkit-calc(3.1944444444vw + 0px);
    width: calc(3.1944444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-quotes__quote:after, .content-quotes__quote:before {
    width: 61.3333333333px;
  }
}

.content-quotes__quote:after, .content-quotes__quote:before {
  height: 32px;
}

@media screen and (min-width: 1280px) {
  .content-quotes__quote:after, .content-quotes__quote:before {
    height: -webkit-calc(2.5vw + 0px);
    height: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-quotes__quote:after, .content-quotes__quote:before {
    height: -webkit-calc(2.5vw + 0px);
    height: calc(2.5vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-quotes__quote:after, .content-quotes__quote:before {
    height: 48px;
  }
}

.content-quotes__quote:after {
  top: 0;
}

.content-quotes__quote:before {
  bottom: 0;
}

.teams {
  padding-top: 85px;
  padding-bottom: 74px;
}

.teams {
  padding-top: 75.5555555556px;
}

@media screen and (min-width: 1280px) {
  .teams {
    padding-top: -webkit-calc(5.9027777778vw + 0px);
    padding-top: calc(5.9027777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams {
    padding-top: -webkit-calc(5.9027777778vw + 0px);
    padding-top: calc(5.9027777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams {
    padding-top: 113.333333333px;
  }
}

.teams {
  padding-bottom: 65.7777777778px;
}

@media screen and (min-width: 1280px) {
  .teams {
    padding-bottom: -webkit-calc(5.1388888889vw - 0px);
    padding-bottom: calc(5.1388888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams {
    padding-bottom: -webkit-calc(5.1388888889vw + 0px);
    padding-bottom: calc(5.1388888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams {
    padding-bottom: 98.6666666667px;
  }
}

.teams .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.teams__title {
  width: 100%;
  position: relative;
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #1f2933;
  margin-bottom: 69px;
}

.teams__title {
  font-size: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .teams__title {
    font-size: -webkit-calc(1.9444444444vw - 0px);
    font-size: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__title {
    font-size: -webkit-calc(1.9444444444vw + 0px);
    font-size: calc(1.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__title {
    font-size: 37.3333333333px;
  }
}

.teams__title {
  margin-bottom: 61.3333333333px;
}

@media screen and (min-width: 1280px) {
  .teams__title {
    margin-bottom: -webkit-calc(4.7916666667vw - 0px);
    margin-bottom: calc(4.7916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__title {
    margin-bottom: -webkit-calc(4.7916666667vw + 0px);
    margin-bottom: calc(4.7916666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__title {
    margin-bottom: 92px;
  }
}

.teams__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 4px;
  bottom: -32px;
  background-color: #e2241a;
}

.teams__title:after {
  width: 62.2222222222px;
}

@media screen and (min-width: 1280px) {
  .teams__title:after {
    width: -webkit-calc(4.8611111111vw - 0px);
    width: calc(4.8611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__title:after {
    width: -webkit-calc(4.8611111111vw + 0px);
    width: calc(4.8611111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__title:after {
    width: 93.3333333333px;
  }
}

.teams__title:after {
  height: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .teams__title:after {
    height: -webkit-calc(0.2777777778vw - 0px);
    height: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__title:after {
    height: -webkit-calc(0.2777777778vw + 0px);
    height: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__title:after {
    height: 5.3333333333px;
  }
}

.teams__title:after {
  bottom: -28.4444444444px;
}

@media screen and (min-width: 1280px) {
  .teams__title:after {
    bottom: -webkit-calc(-2.2222222222vw + 0px);
    bottom: calc(-2.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__title:after {
    bottom: -webkit-calc(-2.2222222222vw - 0px);
    bottom: calc(-2.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__title:after {
    bottom: -42.6666666667px;
  }
}

.teams__wrapper {
  width: 100%;
}

.teams__member {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 42px;
}

.teams__member {
  margin-bottom: 37.3333333333px;
}

@media screen and (min-width: 1280px) {
  .teams__member {
    margin-bottom: -webkit-calc(2.9166666667vw - 0px);
    margin-bottom: calc(2.9166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__member {
    margin-bottom: -webkit-calc(2.9166666667vw + 0px);
    margin-bottom: calc(2.9166666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__member {
    margin-bottom: 56px;
  }
}

@media only screen and (min-width: 48em) {
  .teams__member {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.teams__image-wrapper {
  width: 237px;
  height: 237px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px;
  position: relative;
  text-align: center;
}

.teams__image-wrapper {
  width: 210.666666667px;
  height: 210.666666667px;
}

@media screen and (min-width: 1280px) {
  .teams__image-wrapper {
    width: -webkit-calc(16.4583333333vw - 0px);
    width: calc(16.4583333333vw - 0px);
    height: -webkit-calc(16.4583333333vw - 0px);
    height: calc(16.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__image-wrapper {
    width: -webkit-calc(16.4583333333vw + 0px);
    width: calc(16.4583333333vw + 0px);
    height: -webkit-calc(16.4583333333vw + 0px);
    height: calc(16.4583333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__image-wrapper {
    width: 316px;
    height: 316px;
  }
}

.teams__image-wrapper {
  margin-right: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .teams__image-wrapper {
    margin-right: -webkit-calc(2.0833333333vw - 0px);
    margin-right: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__image-wrapper {
    margin-right: -webkit-calc(2.0833333333vw + 0px);
    margin-right: calc(2.0833333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__image-wrapper {
    margin-right: 40px;
  }
}

.teams__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}

.teams__image-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 61px;
  height: 139px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -22px;
  background: transparent url(images/team_after.svg) center no-repeat;
  background-size: contain;
}

.teams__image-wrapper:before {
  width: 54.2222222222px;
}

@media screen and (min-width: 1280px) {
  .teams__image-wrapper:before {
    width: -webkit-calc(4.2361111111vw - 0px);
    width: calc(4.2361111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__image-wrapper:before {
    width: -webkit-calc(4.2361111111vw + 0px);
    width: calc(4.2361111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__image-wrapper:before {
    width: 81.3333333333px;
  }
}

.teams__image-wrapper:before {
  height: 123.555555556px;
}

@media screen and (min-width: 1280px) {
  .teams__image-wrapper:before {
    height: -webkit-calc(9.6527777778vw - 0px);
    height: calc(9.6527777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__image-wrapper:before {
    height: -webkit-calc(9.6527777778vw + 0px);
    height: calc(9.6527777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__image-wrapper:before {
    height: 185.333333333px;
  }
}

.teams__image-wrapper:before {
  right: -19.5555555556px;
}

@media screen and (min-width: 1280px) {
  .teams__image-wrapper:before {
    right: -webkit-calc(-1.5277777778vw + 0px);
    right: calc(-1.5277777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__image-wrapper:before {
    right: -webkit-calc(-1.5277777778vw - 0px);
    right: calc(-1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__image-wrapper:before {
    right: -29.3333333333px;
  }
}

.teams__image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 266px;
  height: 266px;
  background: transparent url(images/team_polygon_after.svg) center no-repeat;
  background-size: contain;
  left: 145px;
  top: 31px;
  z-index: -1;
}

.teams__image-wrapper:after {
  width: 236.444444444px;
  height: 236.444444444px;
}

@media screen and (min-width: 1280px) {
  .teams__image-wrapper:after {
    width: -webkit-calc(18.4722222222vw - 0px);
    width: calc(18.4722222222vw - 0px);
    height: -webkit-calc(18.4722222222vw - 0px);
    height: calc(18.4722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__image-wrapper:after {
    width: -webkit-calc(18.4722222222vw + 0px);
    width: calc(18.4722222222vw + 0px);
    height: -webkit-calc(18.4722222222vw + 0px);
    height: calc(18.4722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__image-wrapper:after {
    width: 354.666666667px;
    height: 354.666666667px;
  }
}

.teams__image-wrapper:after {
  left: 128.888888889px;
}

@media screen and (min-width: 1280px) {
  .teams__image-wrapper:after {
    left: -webkit-calc(10.0694444444vw - 0px);
    left: calc(10.0694444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__image-wrapper:after {
    left: -webkit-calc(10.0694444444vw + 0px);
    left: calc(10.0694444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__image-wrapper:after {
    left: 193.333333333px;
  }
}

.teams__image-wrapper:after {
  top: 27.5555555556px;
}

@media screen and (min-width: 1280px) {
  .teams__image-wrapper:after {
    top: -webkit-calc(2.1527777778vw - 0px);
    top: calc(2.1527777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__image-wrapper:after {
    top: -webkit-calc(2.1527777778vw + 0px);
    top: calc(2.1527777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__image-wrapper:after {
    top: 41.3333333333px;
  }
}

.teams__image-wrapper.contain img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 75%;
  -webkit-mask-image: none;
          mask-image: none;
  display: inline-block;
}

.teams__image-placeholder {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url("images/team_mask.svg");
          mask-image: url("images/team_mask.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}

.teams__text-wrapper {
  width: 100%;
}

.teams__name {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1f2933;
  margin-top: 59px;
  margin-bottom: 0;
}

.teams__name {
  font-size: 19.5555555556px;
}

@media screen and (min-width: 1280px) {
  .teams__name {
    font-size: -webkit-calc(1.5277777778vw - 0px);
    font-size: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__name {
    font-size: -webkit-calc(1.5277777778vw + 0px);
    font-size: calc(1.5277777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__name {
    font-size: 29.3333333333px;
  }
}

.teams__name {
  margin-top: 52.4444444444px;
}

@media screen and (min-width: 1280px) {
  .teams__name {
    margin-top: -webkit-calc(4.0972222222vw - 0px);
    margin-top: calc(4.0972222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .teams__name {
    margin-top: -webkit-calc(4.0972222222vw + 0px);
    margin-top: calc(4.0972222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .teams__name {
    margin-top: 78.6666666667px;
  }
}

.teams__jobtitle {
  font-weight: bold;
}

.content-image {
  padding: 0px 0;
}

.content-image__row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.content-image__section {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.content-image__section.has-polygon + .polygons__section {
  margin-top: -30px;
}

.content-image__text-wrapper {
  width: 474px;
}

.content-image__text-wrapper {
  width: 421.333333333px;
}

@media screen and (min-width: 1280px) {
  .content-image__text-wrapper {
    width: -webkit-calc(32.9166666667vw - 0px);
    width: calc(32.9166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__text-wrapper {
    width: -webkit-calc(32.9166666667vw + 0px);
    width: calc(32.9166666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image__text-wrapper {
    width: 632px;
  }
}

.content-image__title {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #1f2933;
  margin-top: 0;
  margin-bottom: 69px;
  max-width: 300px;
  position: relative;
}

.content-image__title {
  font-size: 24.8888888889px;
}

@media screen and (min-width: 1280px) {
  .content-image__title {
    font-size: -webkit-calc(1.9444444444vw - 0px);
    font-size: calc(1.9444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__title {
    font-size: -webkit-calc(1.9444444444vw + 0px);
    font-size: calc(1.9444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image__title {
    font-size: 37.3333333333px;
  }
}

.content-image__title {
  margin-bottom: 61.3333333333px;
}

@media screen and (min-width: 1280px) {
  .content-image__title {
    margin-bottom: -webkit-calc(4.7916666667vw - 0px);
    margin-bottom: calc(4.7916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__title {
    margin-bottom: -webkit-calc(4.7916666667vw + 0px);
    margin-bottom: calc(4.7916666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image__title {
    margin-bottom: 92px;
  }
}

.content-image__title {
  max-width: 266.666666667px;
}

@media screen and (min-width: 1280px) {
  .content-image__title {
    max-width: -webkit-calc(20.8333333333vw - 0px);
    max-width: calc(20.8333333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__title {
    max-width: -webkit-calc(20.8333333333vw + 0px);
    max-width: calc(20.8333333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image__title {
    max-width: 400px;
  }
}

.content-image__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 4px;
  bottom: -32px;
  background-color: #e2241a;
}

.content-image__title:after {
  width: 62.2222222222px;
}

@media screen and (min-width: 1280px) {
  .content-image__title:after {
    width: -webkit-calc(4.8611111111vw - 0px);
    width: calc(4.8611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__title:after {
    width: -webkit-calc(4.8611111111vw + 0px);
    width: calc(4.8611111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image__title:after {
    width: 93.3333333333px;
  }
}

.content-image__title:after {
  height: 3.5555555556px;
}

@media screen and (min-width: 1280px) {
  .content-image__title:after {
    height: -webkit-calc(0.2777777778vw - 0px);
    height: calc(0.2777777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__title:after {
    height: -webkit-calc(0.2777777778vw + 0px);
    height: calc(0.2777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image__title:after {
    height: 5.3333333333px;
  }
}

.content-image__title:after {
  bottom: -28.4444444444px;
}

@media screen and (min-width: 1280px) {
  .content-image__title:after {
    bottom: -webkit-calc(-2.2222222222vw + 0px);
    bottom: calc(-2.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__title:after {
    bottom: -webkit-calc(-2.2222222222vw - 0px);
    bottom: calc(-2.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image__title:after {
    bottom: -42.6666666667px;
  }
}

.content-image__content {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #201f1f;
}

.content-image__content {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .content-image__content {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__content {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image__content {
    font-size: 21.3333333333px;
  }
}

.content-image__images-wrapper {
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.content-image__images-wrapper {
  max-width: 568.888888889px;
}

@media screen and (min-width: 1280px) {
  .content-image__images-wrapper {
    max-width: -webkit-calc(44.4444444444vw + 0px);
    max-width: calc(44.4444444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image__images-wrapper {
    max-width: -webkit-calc(44.4444444444vw + 0px);
    max-width: calc(44.4444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image__images-wrapper {
    max-width: 853.333333333px;
  }
}

@media only screen and (min-width: 64em) {
  .content-image__images-wrapper {
    width: 50%;
    margin-top: 0;
  }
}

@media only screen and (min-width: 80em) {
  .content-image__images-wrapper {
    width: auto;
  }
}

.content-image.below .content-image__text-wrapper {
  width: 100%;
}

.content-image.below .content-image__title {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: center;
  color: #1f2933;
  margin: 0;
  max-width: 933px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 62px;
}

.content-image.below .content-image__title {
  font-size: 37.3333333333px;
}

@media screen and (min-width: 1280px) {
  .content-image.below .content-image__title {
    font-size: -webkit-calc(2.9166666667vw - 0px);
    font-size: calc(2.9166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image.below .content-image__title {
    font-size: -webkit-calc(2.9166666667vw + 0px);
    font-size: calc(2.9166666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image.below .content-image__title {
    font-size: 56px;
  }
}

.content-image.below .content-image__title {
  max-width: 829.333333333px;
}

@media screen and (min-width: 1280px) {
  .content-image.below .content-image__title {
    max-width: -webkit-calc(64.7916666667vw - 0px);
    max-width: calc(64.7916666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image.below .content-image__title {
    max-width: -webkit-calc(64.7916666667vw + 0px);
    max-width: calc(64.7916666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image.below .content-image__title {
    max-width: 1244px;
  }
}

.content-image.below .content-image__title {
  margin-bottom: 55.1111111111px;
}

@media screen and (min-width: 1280px) {
  .content-image.below .content-image__title {
    margin-bottom: -webkit-calc(4.3055555556vw - 0px);
    margin-bottom: calc(4.3055555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image.below .content-image__title {
    margin-bottom: -webkit-calc(4.3055555556vw + 0px);
    margin-bottom: calc(4.3055555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image.below .content-image__title {
    margin-bottom: 82.6666666667px;
  }
}

.content-image.below .content-image__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #e2241a;
  bottom: -32px;
}

.content-image.below .content-image__title:after {
  width: 62.2222222222px;
}

@media screen and (min-width: 1280px) {
  .content-image.below .content-image__title:after {
    width: -webkit-calc(4.8611111111vw - 0px);
    width: calc(4.8611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image.below .content-image__title:after {
    width: -webkit-calc(4.8611111111vw + 0px);
    width: calc(4.8611111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image.below .content-image__title:after {
    width: 93.3333333333px;
  }
}

.content-image.below .content-image__title:after {
  height: 1.7777777778px;
}

@media screen and (min-width: 1280px) {
  .content-image.below .content-image__title:after {
    height: -webkit-calc(0.1388888889vw - 0px);
    height: calc(0.1388888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image.below .content-image__title:after {
    height: -webkit-calc(0.1388888889vw + 0px);
    height: calc(0.1388888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image.below .content-image__title:after {
    height: 2.6666666667px;
  }
}

.content-image.below .content-image__title:after {
  bottom: -28.4444444444px;
}

@media screen and (min-width: 1280px) {
  .content-image.below .content-image__title:after {
    bottom: -webkit-calc(-2.2222222222vw + 0px);
    bottom: calc(-2.2222222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image.below .content-image__title:after {
    bottom: -webkit-calc(-2.2222222222vw - 0px);
    bottom: calc(-2.2222222222vw - 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image.below .content-image__title:after {
    bottom: -42.6666666667px;
  }
}

.content-image.below .content-image__content {
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #201f1f;
  max-width: 764px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content-image.below .content-image__content {
  max-width: 679.111111111px;
}

@media screen and (min-width: 1280px) {
  .content-image.below .content-image__content {
    max-width: -webkit-calc(53.0555555556vw - 0px);
    max-width: calc(53.0555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image.below .content-image__content {
    max-width: -webkit-calc(53.0555555556vw + 0px);
    max-width: calc(53.0555555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image.below .content-image__content {
    max-width: 1018.66666667px;
  }
}

.content-image.below .content-image__content {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .content-image.below .content-image__content {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .content-image.below .content-image__content {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .content-image.below .content-image__content {
    font-size: 21.3333333333px;
  }
}

.content-image.below .content-image__images-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: auto;
}

.basic-content {
  padding-top: 200px;
  padding-bottom: 200px;
}

.basic-content {
  padding-top: 177.777777778px;
  padding-bottom: 177.777777778px;
}

@media screen and (min-width: 1280px) {
  .basic-content {
    padding-top: -webkit-calc(13.8888888889vw - 0px);
    padding-top: calc(13.8888888889vw - 0px);
    padding-bottom: -webkit-calc(13.8888888889vw - 0px);
    padding-bottom: calc(13.8888888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .basic-content {
    padding-top: -webkit-calc(13.8888888889vw + 0px);
    padding-top: calc(13.8888888889vw + 0px);
    padding-bottom: -webkit-calc(13.8888888889vw + 0px);
    padding-bottom: calc(13.8888888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .basic-content {
    padding-top: 266.666666667px;
    padding-bottom: 266.666666667px;
  }
}

.error-404 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.error-404__header {
  text-align: center;
}

.error-404__title {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-weight: bold;
  margin: 0;
}

.error-404__title {
  font-size: 53.3333333333px;
}

@media screen and (min-width: 1280px) {
  .error-404__title {
    font-size: -webkit-calc(4.1666666667vw - 0px);
    font-size: calc(4.1666666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .error-404__title {
    font-size: -webkit-calc(4.1666666667vw + 0px);
    font-size: calc(4.1666666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .error-404__title {
    font-size: 80px;
  }
}

.error-404__content {
  text-align: center;
}

.error-404__message {
  font-size: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .error-404__message {
    font-size: -webkit-calc(1.3888888889vw + 0px);
    font-size: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .error-404__message {
    font-size: -webkit-calc(1.3888888889vw + 0px);
    font-size: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .error-404__message {
    font-size: 26.6666666667px;
  }
}

.error-404__button {
  display: inline-block;
  background-color: #e2241a;
  color: #fff;
  font-weight: bold;
  padding: 20px 40px;
  border: 2px solid #e2241a;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.error-404__button:visited, .error-404__button:active {
  color: #fff;
}

.error-404__button:hover {
  color: #e2241a;
  background-color: #fff;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

/*--------------------------------------------------------------
## Post
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-cta {
  position: relative;
  background-color: #333540;
  height: 100%;
  padding-bottom: 50%;
}

@media only screen and (min-width: 48em) {
  .footer-cta {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 64em) {
  .footer-cta {
    height: 260.444444444px;
  }
}

@media screen and (min-width: 1280px) {
  .footer-cta {
    height: -webkit-calc(20.3472222222vw + 0px);
    height: calc(20.3472222222vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .footer-cta {
    height: -webkit-calc(20.3472222222vw + 0px);
    height: calc(20.3472222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .footer-cta {
    height: 390.666666667px;
  }
}

.footer-cta__image-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 35%;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .footer-cta__image-wrapper {
    height: 100%;
    width: 50%;
    top: 0;
  }
}

@media only screen and (min-width: 64em) {
  .footer-cta__image-wrapper {
    width: 40%;
  }
}

.footer-cta__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media only screen and (min-width: 64em) {
  .footer-cta__image {
    -o-object-position: center;
       object-position: center;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url(images/footer-cta-mask.svg);
            mask-image: url(images/footer-cta-mask.svg);
    -webkit-mask-position: right center;
            mask-position: right center;
  }
}

.footer-cta__container {
  position: relative;
  z-index: 1;
}

.footer-cta__text-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .footer-cta__text-wrapper {
    width: 50%;
  }
}

@media only screen and (min-width: 64em) {
  .footer-cta__text-wrapper {
    width: 100%;
  }
}

.footer-cta__title {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 64px;
  margin-bottom: 0;
}

.footer-cta__title {
  font-size: 37.3333333333px;
}

@media screen and (min-width: 1280px) {
  .footer-cta__title {
    font-size: -webkit-calc(2.9166666667vw - 0px);
    font-size: calc(2.9166666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .footer-cta__title {
    font-size: -webkit-calc(2.9166666667vw + 0px);
    font-size: calc(2.9166666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .footer-cta__title {
    font-size: 56px;
  }
}

@media only screen and (min-width: 80em) {
  .footer-cta__title {
    line-height: 1.76;
  }
}

.footer-cta__title {
  margin-top: 56.8888888889px;
}

@media screen and (min-width: 1280px) {
  .footer-cta__title {
    margin-top: -webkit-calc(4.4444444444vw - 0px);
    margin-top: calc(4.4444444444vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .footer-cta__title {
    margin-top: -webkit-calc(4.4444444444vw + 0px);
    margin-top: calc(4.4444444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .footer-cta__title {
    margin-top: 85.3333333333px;
  }
}

.footer-cta__content {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 40px;
}

@media only screen and (min-width: 80em) {
  .footer-cta__content {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

.footer-cta__subtitle-wrapper {
  width: 100%;
  max-width: 100%;
  margin-right: 0px;
}

@media only screen and (min-width: 80em) {
  .footer-cta__subtitle-wrapper {
    max-width: 366.222222222px;
    margin-right: 55.1111111111px;
  }
}

@media screen and (min-width: 1280px) {
  .footer-cta__subtitle-wrapper {
    max-width: -webkit-calc(28.6111111111vw + 0px);
    max-width: calc(28.6111111111vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .footer-cta__subtitle-wrapper {
    max-width: -webkit-calc(28.6111111111vw + 0px);
    max-width: calc(28.6111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .footer-cta__subtitle-wrapper {
    max-width: 549.333333333px;
  }
}

@media screen and (min-width: 1280px) {
  .footer-cta__subtitle-wrapper {
    margin-right: -webkit-calc(4.3055555556vw - 0px);
    margin-right: calc(4.3055555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .footer-cta__subtitle-wrapper {
    margin-right: -webkit-calc(4.3055555556vw + 0px);
    margin-right: calc(4.3055555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .footer-cta__subtitle-wrapper {
    margin-right: 82.6666666667px;
  }
}

.footer-cta__subtitle {
  opacity: 0.95;
  font-family: "Comfortaa", sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
}

.footer-cta__subtitle {
  font-size: 19.5555555556px;
}

@media screen and (min-width: 1280px) {
  .footer-cta__subtitle {
    font-size: -webkit-calc(1.5277777778vw - 0px);
    font-size: calc(1.5277777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .footer-cta__subtitle {
    font-size: -webkit-calc(1.5277777778vw + 0px);
    font-size: calc(1.5277777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .footer-cta__subtitle {
    font-size: 29.3333333333px;
  }
}

.footer-cta__button {
  display: inline-block;
  font-family: "Comfortaa", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  border: none;
  margin-top: 8px;
  background: linear-gradient(90deg, #00aeef 0%, #00aeef 50%, #e2241a 50%, #e2241a 100%);
  background-repeat: no-repeat;
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: background-position 0.25s ease-out;
          transition: background-position 0.25s ease-out;
  -webkit-mask-image: url(images/bg_button.svg);
          mask-image: url(images/bg_button.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: right center;
          mask-position: right center;
}

.footer-cta__button {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .footer-cta__button {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .footer-cta__button {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .footer-cta__button {
    font-size: 24px;
  }
}

.footer-cta__button {
  padding-top: 16.8888888889px;
}

@media screen and (min-width: 1280px) {
  .footer-cta__button {
    padding-top: -webkit-calc(1.3194444444vw + 0px);
    padding-top: calc(1.3194444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .footer-cta__button {
    padding-top: -webkit-calc(1.3194444444vw + 0px);
    padding-top: calc(1.3194444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .footer-cta__button {
    padding-top: 25.3333333333px;
  }
}

.footer-cta__button {
  padding-bottom: 16px;
}

@media screen and (min-width: 1280px) {
  .footer-cta__button {
    padding-bottom: -webkit-calc(1.25vw + 0px);
    padding-bottom: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .footer-cta__button {
    padding-bottom: -webkit-calc(1.25vw + 0px);
    padding-bottom: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .footer-cta__button {
    padding-bottom: 24px;
  }
}

.footer-cta__button {
  padding-right: 90.6666666667px;
}

@media screen and (min-width: 1280px) {
  .footer-cta__button {
    padding-right: -webkit-calc(7.0833333333vw - 0px);
    padding-right: calc(7.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .footer-cta__button {
    padding-right: -webkit-calc(7.0833333333vw + 0px);
    padding-right: calc(7.0833333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .footer-cta__button {
    padding-right: 136px;
  }
}

.footer-cta__button {
  padding-left: 24px;
}

@media screen and (min-width: 1280px) {
  .footer-cta__button {
    padding-left: -webkit-calc(1.875vw + 0px);
    padding-left: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .footer-cta__button {
    padding-left: -webkit-calc(1.875vw + 0px);
    padding-left: calc(1.875vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .footer-cta__button {
    padding-left: 36px;
  }
}

.footer-cta__button {
  margin-top: 7.1111111111px;
}

@media screen and (min-width: 1280px) {
  .footer-cta__button {
    margin-top: -webkit-calc(0.5555555556vw - 0px);
    margin-top: calc(0.5555555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .footer-cta__button {
    margin-top: -webkit-calc(0.5555555556vw + 0px);
    margin-top: calc(0.5555555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .footer-cta__button {
    margin-top: 10.6666666667px;
  }
}

.footer-cta__button:hover {
  background-position: left bottom;
}

.footer-cta__button:hover, .footer-cta__button:focus, .footer-cta__button:active, .footer-cta__button:visited {
  color: #fff;
}

.main-footer {
  padding: 90px 0;
}

.main-footer {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 1280px) {
  .main-footer {
    padding-top: -webkit-calc(6.25vw + 0px);
    padding-top: calc(6.25vw + 0px);
    padding-bottom: -webkit-calc(6.25vw + 0px);
    padding-bottom: calc(6.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer {
    padding-top: -webkit-calc(6.25vw + 0px);
    padding-top: calc(6.25vw + 0px);
    padding-bottom: -webkit-calc(6.25vw + 0px);
    padding-bottom: calc(6.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.main-footer__row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-footer__widget {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 48em) {
  .main-footer__widget {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 64em) {
  .main-footer__widget {
    width: 222.222222222px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1280px) {
  .main-footer__widget {
    width: -webkit-calc(17.3611111111vw - 0px);
    width: calc(17.3611111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget {
    width: -webkit-calc(17.3611111111vw + 0px);
    width: calc(17.3611111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget {
    width: 333.333333333px;
  }
}

.main-footer__widget:first-child img {
  width: 157px;
  height: 40px;
}

.main-footer__widget:first-child img {
  width: 139.555555556px;
}

@media screen and (min-width: 1280px) {
  .main-footer__widget:first-child img {
    width: -webkit-calc(10.9027777778vw - 0px);
    width: calc(10.9027777778vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget:first-child img {
    width: -webkit-calc(10.9027777778vw + 0px);
    width: calc(10.9027777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget:first-child img {
    width: 209.333333333px;
  }
}

.main-footer__widget:first-child img {
  height: 35.5555555556px;
}

@media screen and (min-width: 1280px) {
  .main-footer__widget:first-child img {
    height: -webkit-calc(2.7777777778vw + 0px);
    height: calc(2.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget:first-child img {
    height: -webkit-calc(2.7777777778vw + 0px);
    height: calc(2.7777777778vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget:first-child img {
    height: 53.3333333333px;
  }
}

@media only screen and (min-width: 64em) {
  .main-footer__widget:not(:last-child) {
    margin-right: 40px;
  }
}

.main-footer__widget .widget {
  margin-bottom: 23px;
}

.main-footer__widget .widget {
  margin-bottom: 20.4444444444px;
}

@media screen and (min-width: 1280px) {
  .main-footer__widget .widget {
    margin-bottom: -webkit-calc(1.5972222222vw - 0px);
    margin-bottom: calc(1.5972222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget .widget {
    margin-bottom: -webkit-calc(1.5972222222vw + 0px);
    margin-bottom: calc(1.5972222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget .widget {
    margin-bottom: 30.6666666667px;
  }
}

.main-footer__widget .widget-title {
  font-family: "AvantGardeITCbyBT-Demi", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: 1px;
  color: #1f2933;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.main-footer__widget .widget-title {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .main-footer__widget .widget-title {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget .widget-title {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget .widget-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 48em) {
  .main-footer__widget .widget-title {
    margin-bottom: 36.4444444444px;
  }
}

@media screen and (min-width: 1280px) {
  .main-footer__widget .widget-title {
    margin-bottom: -webkit-calc(2.8472222222vw - 0px);
    margin-bottom: calc(2.8472222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget .widget-title {
    margin-bottom: -webkit-calc(2.8472222222vw + 0px);
    margin-bottom: calc(2.8472222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget .widget-title {
    margin-bottom: 54.6666666667px;
  }
}

.main-footer__widget .textwidget p {
  color: #201f1f;
}

.main-footer__widget .widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-footer__widget .widget_nav_menu ul li {
  position: relative;
  margin-right: 0;
}

.main-footer__widget .widget_nav_menu ul li {
  padding-top: 13.3333333333px;
  padding-bottom: 13.3333333333px;
}

@media screen and (min-width: 1280px) {
  .main-footer__widget .widget_nav_menu ul li {
    padding-top: -webkit-calc(1.0416666667vw - 0px);
    padding-top: calc(1.0416666667vw - 0px);
    padding-bottom: -webkit-calc(1.0416666667vw - 0px);
    padding-bottom: calc(1.0416666667vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget .widget_nav_menu ul li {
    padding-top: -webkit-calc(1.0416666667vw + 0px);
    padding-top: calc(1.0416666667vw + 0px);
    padding-bottom: -webkit-calc(1.0416666667vw + 0px);
    padding-bottom: calc(1.0416666667vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget .widget_nav_menu ul li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.main-footer__widget .widget_nav_menu ul li:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  opacity: 0.14;
  background-color: #3c3e49;
}

.main-footer__widget .widget_nav_menu ul li a {
  display: block;
  font-family: "Comfortaa", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #1f2933;
  position: relative;
}

.main-footer__widget .widget_nav_menu ul li a {
  font-size: 14.2222222222px;
}

@media screen and (min-width: 1280px) {
  .main-footer__widget .widget_nav_menu ul li a {
    font-size: -webkit-calc(1.1111111111vw - 0px);
    font-size: calc(1.1111111111vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget .widget_nav_menu ul li a {
    font-size: -webkit-calc(1.1111111111vw + 0px);
    font-size: calc(1.1111111111vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget .widget_nav_menu ul li a {
    font-size: 21.3333333333px;
  }
}

.main-footer__widget .widget_nav_menu ul li a {
  padding-right: 17.7777777778px;
}

@media screen and (min-width: 1280px) {
  .main-footer__widget .widget_nav_menu ul li a {
    padding-right: -webkit-calc(1.3888888889vw + 0px);
    padding-right: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget .widget_nav_menu ul li a {
    padding-right: -webkit-calc(1.3888888889vw + 0px);
    padding-right: calc(1.3888888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget .widget_nav_menu ul li a {
    padding-right: 26.6666666667px;
  }
}

.main-footer__widget .widget_nav_menu ul li a:visited, .main-footer__widget .widget_nav_menu ul li a:active {
  color: #1f2933;
}

.main-footer__widget .widget_nav_menu ul li a:hover {
  color: #e2241a;
}

.main-footer__widget .widget_nav_menu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 21px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent url(images/angle-right_red.svg) center no-repeat;
  background-size: contain;
}

.main-footer__widget .widget_nav_menu ul li a:after {
  width: 15.1111111111px;
}

@media screen and (min-width: 1280px) {
  .main-footer__widget .widget_nav_menu ul li a:after {
    width: -webkit-calc(1.1805555556vw - 0px);
    width: calc(1.1805555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget .widget_nav_menu ul li a:after {
    width: -webkit-calc(1.1805555556vw + 0px);
    width: calc(1.1805555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget .widget_nav_menu ul li a:after {
    width: 22.6666666667px;
  }
}

.main-footer__widget .widget_nav_menu ul li a:after {
  height: 18.6666666667px;
}

@media screen and (min-width: 1280px) {
  .main-footer__widget .widget_nav_menu ul li a:after {
    height: -webkit-calc(1.4583333333vw - 0px);
    height: calc(1.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget .widget_nav_menu ul li a:after {
    height: -webkit-calc(1.4583333333vw + 0px);
    height: calc(1.4583333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget .widget_nav_menu ul li a:after {
    height: 28px;
  }
}

.main-footer__widget .contact-link {
  font-family: "Comfortaa", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1f2933;
  border-left: 2px solid #e2241a;
  position: relative;
  display: inline-block;
  padding-left: 14px;
  padding-right: 30px;
}

.main-footer__widget .contact-link {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .main-footer__widget .contact-link {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget .contact-link {
    font-size: -webkit-calc(1.25vw + 0px);
    font-size: calc(1.25vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget .contact-link {
    font-size: 24px;
  }
}

.main-footer__widget .contact-link {
  padding-left: 12.4444444444px;
}

@media screen and (min-width: 1280px) {
  .main-footer__widget .contact-link {
    padding-left: -webkit-calc(0.9722222222vw - 0px);
    padding-left: calc(0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget .contact-link {
    padding-left: -webkit-calc(0.9722222222vw + 0px);
    padding-left: calc(0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget .contact-link {
    padding-left: 18.6666666667px;
  }
}

.main-footer__widget .contact-link {
  padding-right: 26.6666666667px;
}

@media screen and (min-width: 1280px) {
  .main-footer__widget .contact-link {
    padding-right: -webkit-calc(2.0833333333vw - 0px);
    padding-right: calc(2.0833333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget .contact-link {
    padding-right: -webkit-calc(2.0833333333vw + 0px);
    padding-right: calc(2.0833333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget .contact-link {
    padding-right: 40px;
  }
}

.main-footer__widget .contact-link:after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 21px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent url(images/angle-right_red.svg) center no-repeat;
  background-size: contain;
}

.main-footer__widget .contact-link:after {
  width: 15.1111111111px;
}

@media screen and (min-width: 1280px) {
  .main-footer__widget .contact-link:after {
    width: -webkit-calc(1.1805555556vw - 0px);
    width: calc(1.1805555556vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget .contact-link:after {
    width: -webkit-calc(1.1805555556vw + 0px);
    width: calc(1.1805555556vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget .contact-link:after {
    width: 22.6666666667px;
  }
}

.main-footer__widget .contact-link:after {
  height: 18.6666666667px;
}

@media screen and (min-width: 1280px) {
  .main-footer__widget .contact-link:after {
    height: -webkit-calc(1.4583333333vw - 0px);
    height: calc(1.4583333333vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .main-footer__widget .contact-link:after {
    height: -webkit-calc(1.4583333333vw + 0px);
    height: calc(1.4583333333vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .main-footer__widget .contact-link:after {
    height: 28px;
  }
}

.main-footer__widget .contact-link:hover {
  color: #e2241a;
}

.site-info {
  background-color: #3c3e49;
  padding: 11px 0 10px;
}

.site-info {
  padding-top: 9.7777777778px;
}

@media screen and (min-width: 1280px) {
  .site-info {
    padding-top: -webkit-calc(0.7638888889vw - 0px);
    padding-top: calc(0.7638888889vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-info {
    padding-top: -webkit-calc(0.7638888889vw + 0px);
    padding-top: calc(0.7638888889vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-info {
    padding-top: 14.6666666667px;
  }
}

.site-info {
  padding-bottom: 8.8888888889px;
}

@media screen and (min-width: 1280px) {
  .site-info {
    padding-bottom: -webkit-calc(0.6944444444vw + 0px);
    padding-bottom: calc(0.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-info {
    padding-bottom: -webkit-calc(0.6944444444vw + 0px);
    padding-bottom: calc(0.6944444444vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-info {
    padding-bottom: 13.3333333333px;
  }
}

.site-info p {
  color: #a1a1a3;
  margin-bottom: 0;
  font-family: "Comfortaa", sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.57;
  letter-spacing: normal;
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .site-info p {
    text-align: left;
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) {
  .site-info p {
    font-size: -webkit-calc(0.9722222222vw - 0px);
    font-size: calc(0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-info p {
    font-size: -webkit-calc(0.9722222222vw + 0px);
    font-size: calc(0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-info p {
    font-size: 18.6666666667px;
  }
}

.site-info a {
  font-family: "Comfortaa", sans-serif;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.57;
  letter-spacing: normal;
  color: #a1a1a3;
}

@media only screen and (min-width: 64em) {
  .site-info a {
    font-size: 12px;
  }
}

@media screen and (min-width: 1280px) {
  .site-info a {
    font-size: -webkit-calc(0.9722222222vw - 0px);
    font-size: calc(0.9722222222vw - 0px);
  }
}

@media screen and (min-width: 1440px) {
  .site-info a {
    font-size: -webkit-calc(0.9722222222vw + 0px);
    font-size: calc(0.9722222222vw + 0px);
  }
}

@media screen and (min-width: 1920px) {
  .site-info a {
    font-size: 18.6666666667px;
  }
}

.site-info a:visited, .site-info a:active {
  color: #a1a1a3;
}

.site-info a:hover {
  color: #e2241a;
}

.site-info__row {
  max-width: 100%;
}

.site-info__left, .site-info__right {
  width: 100%;
}

@media only screen and (min-width: 64em) {
  .site-info__left, .site-info__right {
    width: 50%;
  }
}

.site-info__right p {
  text-align: center;
}

@media only screen and (min-width: 64em) {
  .site-info__right p {
    text-align: right;
  }
}

.go-top {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  display: block;
  background: transparent url("images/arrow-circle-up.svg") center no-repeat;
  background-size: contain;
}

.go-top {
  bottom: 304px;
}

@media screen and (min-width: 480px) {
  .go-top {
    bottom: -webkit-calc(-14.25vw + 372.4px);
    bottom: calc(-14.25vw + 372.4px);
  }
}

@media screen and (min-width: 1280px) {
  .go-top {
    bottom: 190px;
  }
}

.go-top {
  right: 9px;
}

@media screen and (min-width: 480px) {
  .go-top {
    right: -webkit-calc(2.125vw - 1.2px);
    right: calc(2.125vw - 1.2px);
  }
}

@media screen and (min-width: 1280px) {
  .go-top {
    right: 26px;
  }
}

.go-top {
  width: 32px;
}

@media screen and (min-width: 480px) {
  .go-top {
    width: -webkit-calc(3.5vw + 15.2px);
    width: calc(3.5vw + 15.2px);
  }
}

@media screen and (min-width: 1280px) {
  .go-top {
    width: 60px;
  }
}

.go-top {
  height: 32px;
}

@media screen and (min-width: 480px) {
  .go-top {
    height: -webkit-calc(3.5vw + 15.2px);
    height: calc(3.5vw + 15.2px);
  }
}

@media screen and (min-width: 1280px) {
  .go-top {
    height: 60px;
  }
}

.go-top.show {
  opacity: 1;
  visibility: visible;
}