/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px -2rem 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
    position-white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word; }

.svg-icon {
  max-width: 100%;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .svg-icon canvas {
    display: block;
    width: 100%;
    visibility: hidden; }
  .svg-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

.border-radius {
  border-radius: 2px; }

.gray-background {
  background: #F5F5F5; }

.no-wrap {
  white-space: nowrap; }

.bigger-fontsize {
  font-size: 1.2rem; }
  @media (max-width: 1000px) {
    .bigger-fontsize {
      font-size: 1.1rem; } }

strong {
  font-weight: 700; }

em,
i {
  font-weight: 900;
  font-style: italic; }

.caption {
  margin: 0.25rem 0;
  font-size: 0.8rem;
  font-weight: 400;
  font-style: italic; }

a,
a:visited {
  color: #2A2A2A;
  text-decoration: none; }

a:hover,
a:active {
  text-decoration: none; }

.textcontent a:not(.button):not(.button--orange),
.textcontent a:not(.button):not(.button--orange):visited,
.footer__content a:not(.button):not(.button--orange),
.footer__content a:not(.button):not(.button--orange):visited {
  display: inline-block;
  margin-bottom: 0.4rem;
  border-bottom: 2px solid #FC5E17;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out; }

.textcontent a:not(.button):not(.button--orange):hover,
.textcontent a:not(.button):not(.button--orange):active,
.footer__content a:not(.button):not(.button--orange):hover,
.footer__content a:not(.button):not(.button--orange):active {
  color: #FC5E17; }

.button,
.button--orange {
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  padding: 1rem 2rem;
  margin: 1rem 1.25rem 0 0;
  background: #F5F5F5;
  border-radius: 2px;
  -webkit-transition: background 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: background 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, background 200ms ease-in-out;
  transition: transform 200ms ease-in-out, background 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
  @media (max-width: 600px) {
    .button,
    .button--orange {
      padding: 0.75rem 1rem; } }
  .button:hover, .button:active,
  .button--orange:hover,
  .button--orange:active {
    background: #e2e2e2; }
  .button:active,
  .button--orange:active {
    -webkit-transform: scale(0.96);
            transform: scale(0.96); }

.button--orange {
  color: #FFFFFF !important;
  background: #FC5E17; }
  .button--orange:hover, .button--orange:active {
    background: #ea4b03; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin: 1.5rem 0 1rem; }

h1 {
  font-size: 2.4rem; }
  @media (max-width: 1400px) {
    h1 {
      font-size: 2rem; } }
  @media (max-width: 1200px) {
    h1 {
      font-size: 1.8rem; } }
  @media (max-width: 1000px) {
    h1 {
      font-size: 1.6rem; } }

h2 {
  font-size: 2.4rem; }
  @media (max-width: 1400px) {
    h2 {
      font-size: 2rem; } }
  @media (max-width: 1200px) {
    h2 {
      font-size: 1.8rem; } }
  @media (max-width: 1000px) {
    h2 {
      font-size: 1.6rem; } }

h3 {
  font-size: 1.6rem; }
  @media (max-width: 1400px) {
    h3 {
      font-size: 1.5rem; } }
  @media (max-width: 1200px) {
    h3 {
      font-size: 1.4rem; } }
  @media (max-width: 1000px) {
    h3 {
      font-size: 1.3rem; } }

h4 {
  font-size: 1.4rem; }
  @media (max-width: 1400px) {
    h4 {
      font-size: 1.3rem; } }
  @media (max-width: 1200px) {
    h4 {
      font-size: 1.2rem; } }
  @media (max-width: 1000px) {
    h4 {
      font-size: 1.25rem; } }

h5 {
  font-size: 1.25rem; }
  @media (max-width: 1400px) {
    h5 {
      font-size: 1.2rem; } }
  @media (max-width: 1200px) {
    h5 {
      font-size: 1.15rem; } }
  @media (max-width: 1000px) {
    h5 {
      font-size: 1.1rem; } }

h6 {
  font-size: 1.1rem; }
  @media (max-width: 1400px) {
    h6 {
      font-size: 1.05rem; } }
  @media (max-width: 1200px) {
    h6 {
      font-size: 1rem; } }

.menu,
.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.menu--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .menu--primary .menu-item {
    margin-left: 6.5vw; }
    @media (max-width: 1200px) {
      .menu--primary .menu-item {
        margin-left: 5vw; } }
    @media (max-width: 1000px) {
      .menu--primary .menu-item {
        margin-left: 4.5vw; } }
    @media (max-width: 800px) {
      .menu--primary .menu-item {
        margin-left: 0; } }
  .menu--primary a,
  .menu--primary a:visited {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    color: #2A2A2A;
    padding: 0.2rem 0;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out; }
    @media (max-width: 1200px) {
      .menu--primary a,
      .menu--primary a:visited {
        font-size: 1.2rem; } }
    @media (max-width: 600px) {
      .menu--primary a,
      .menu--primary a:visited {
        font-size: 1rem; } }
    .menu--primary a:after,
    .menu--primary a:visited:after {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 3px;
      background: #FC5E17;
      content: '';
      opacity: 0;
      -webkit-transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
      transition: opacity 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
      transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
      transition: opacity 200ms ease-in-out, transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
      -webkit-transform: translateY(10px);
              transform: translateY(10px); }
  .menu--primary a:hover,
  .menu--primary a:active {
    border-bottom-color: #2A2A2A; }
    .menu--primary a:hover:after,
    .menu--primary a:active:after {
      opacity: 1;
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }
  .menu--primary a:active {
    -webkit-transform: scale(0.96);
            transform: scale(0.96); }
  .menu--primary .current-menu-item a:after,
  .menu--primary .current-menu-item a:visited:after {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }

.sub-menu {
  display: none; }

header {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 90vw;
  margin: 2rem auto; }
  @media (max-width: 600px) {
    header {
      margin: 1rem auto 0; } }

.header__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.header__homelink {
  display: block;
  font-size: 0;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  width: 16rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16rem;
          flex: 0 0 16rem; }
  @media (max-width: 1000px) {
    .header__homelink {
      width: 14rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 14rem;
              flex: 0 0 14rem; } }
  @media (max-width: 800px) {
    .header__homelink {
      width: 12rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12rem;
              flex: 0 0 12rem; } }

.header__menu {
  margin-left: auto; }
  @media (max-width: 800px) {
    .header__menu {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin: 1rem 0 0; } }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header__mobilelinks {
  display: none;
  margin-left: auto; }
  @media (max-width: 800px) {
    .header__mobilelinks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.header__phonelink,
.header__maillink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #F5F5F5;
  border-radius: 50%; }
  .header__phonelink .svg-icon,
  .header__maillink .svg-icon {
    width: 1.25rem; }

.header__maillink {
  margin-left: 5vw; }

footer {
  display: block;
  background: #2A2A2A;
  color: #FFFFFF; }

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90vw;
  margin: 0 auto;
  padding: 6vw 0; }
  .footer__content a,
  .footer__content a:visited {
    color: #FFFFFF; }

@media (max-width: 800px) {
  .footer__address {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 7.5vw; } }

.footer__phone,
.footer__mail {
  display: inline-block;
  margin-top: 0.75rem;
  border-bottom: 2px solid #FC5E17; }

.footer__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 800px) {
    .footer__meta {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .footer__meta a {
    display: inline-block;
    margin-top: 0.75rem; }

.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.partner-logo {
  margin: 0 0 0 5vw !important;
  border: none !important; }
  @media (max-width: 800px) {
    .partner-logo {
      margin: 0 5vw 0 0 !important; } }
  .partner-logo .svg-icon, .partner-logo img {
    max-width: 30vw;
    height: auto; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #2A2A2A; }
  @media (max-width: 1400px) {
    html {
      font-size: 18px; } }
  @media (max-width: 1000px) {
    html {
      font-size: 16px; } }

main {
  display: block; }

.element:last-child {
  padding-bottom: 15vw; }

.element--404 {
  max-width: 90vw;
  width: 750px;
  margin: 6vw auto; }

.blocks {
  max-width: 90vw;
  width: 1750px;
  margin: 0 auto;
  padding: 6vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.block {
  width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  margin-bottom: 2rem; }
  @media (max-width: 800px) {
    .block {
      width: 47.5%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 47.5%;
              flex: 0 0 47.5%; } }
  @media (max-width: 600px) {
    .block {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.block__image img {
  display: block;
  width: 100%;
  height: auto; }

.block__text {
  max-width: 90%;
  margin: 2rem auto 0; }
  @media (max-width: 600px) {
    .block__text {
      max-width: 100%; } }

.element--gallery {
  padding: 6vw 0; }

.gallery {
  max-width: 90vw;
  width: 1750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.gallery__item {
  width: 32%;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  margin-bottom: 2%; }
  @media (max-width: 1000px) {
    .gallery__item {
      width: 49%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 49%;
              flex: 0 0 49%; } }
  @media (max-width: 800px) {
    .gallery__item {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.gallery__image {
  width: 100%;
  height: auto; }

.element--image-text {
  padding: 6vw 0; }

.image-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 90vw;
  width: 1366px;
  margin: 0 auto; }

.image-text__image {
  max-width: 36.75%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.75%;
          flex: 0 0 36.75%; }
  @media (max-width: 800px) {
    .image-text__image {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  .image-text__image img {
    display: block;
    width: 100%;
    height: auto; }

.image-text__text {
  max-width: 55%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%; }
  @media (max-width: 800px) {
    .image-text__text {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

.image-text--image-right .image-text__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  @media (max-width: 800px) {
    .image-text--image-right .image-text__text {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.image-text--image-right .image-text__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (max-width: 800px) {
    .image-text--image-right .image-text__image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.element--intro {
  position: relative; }

.intro-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 90vw;
  width: 1366px;
  margin: 0 auto;
  padding: 6vw 0;
  overflow: hidden; }

.intro__image {
  position: relative;
  max-width: 36.75%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.75%;
          flex: 0 0 36.75%; }
  @media (max-width: 800px) {
    .intro__image {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  .intro__image img {
    display: block;
    width: 100%;
    height: auto; }
  @media (max-width: 800px) {
    .intro__image .image--desktop {
      display: none; } }
  .intro__image .image--mobile {
    display: none; }
    @media (max-width: 800px) {
      .intro__image .image--mobile {
        display: block; } }

.intro__text {
  max-width: 55%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%; }
  @media (max-width: 800px) {
    .intro__text {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  .intro__text h1 {
    font-size: 3.6rem; }
    @media (max-width: 1600px) {
      .intro__text h1 {
        font-size: 3.2rem; } }
    @media (max-width: 1400px) {
      .intro__text h1 {
        font-size: 2.8rem; } }
    @media (max-width: 1200px) {
      .intro__text h1 {
        font-size: 2.4rem; } }
    @media (max-width: 1000px) {
      .intro__text h1 {
        font-size: 2rem; } }
    @media (max-width: 800px) {
      .intro__text h1 {
        font-size: 1.8rem; } }
  .intro__text .button {
    background: #FFFFFF; }
    .intro__text .button:hover, .intro__text .button:active {
      background: #ececec; }

.intro-triangle {
  font-size: 0;
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 100%; }
  .intro-triangle .svg-icon {
    width: 100%; }

.element--list {
  padding: 5vw 0 6vw; }

.list-wrapper {
  max-width: 90vw;
  width: 750px;
  margin: 0 auto; }

.list {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem; }
  @media (max-width: 600px) {
    .list {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

.item {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 1.5rem; }
  @media (max-width: 800px) {
    .item {
      font-size: 1.4rem;
      margin: 0 0 1rem; } }
  .item:before {
    content: '';
    display: inline-block;
    background: #FC5E17;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 1rem; }

.element--text {
  padding: 6vw 0; }

.text {
  max-width: 90vw;
  width: 750px;
  margin: 0 auto; }

