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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@font-face {
  font-family: 'TheSansB4';
  src: url("/user/themes/gsmg/fonts/TheSansB4-3_Light.woff2") format("woff2"), url("/user/themes/gsmg/fonts/TheSansB4-3_Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'TheSansB4';
  src: url("/user/themes/gsmg/fonts/TheSansB4-3iLightItalic.woff2") format("woff2"), url("/user/themes/gsmg/fonts/TheSansB4-3iLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'TheSansB4';
  src: url("/user/themes/gsmg/fonts/TheSansB4-5_Plain.woff2") format("woff2"), url("/user/themes/gsmg/fonts/TheSansB4-5_Plain.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'TheSansB4';
  src: url("/user/themes/gsmg/fonts/TheSansB4-5iPlainItalic.woff2") format("woff2"), url("/user/themes/gsmg/fonts/TheSansB4-5iPlainItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'TheSansB4';
  src: url("/user/themes/gsmg/fonts/TheSansB4-6_SemiBold.woff2") format("woff2"), url("/user/themes/gsmg/fonts/TheSansB4-6_SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'TheSansB4';
  src: url("/user/themes/gsmg/fonts/TheSansB4-7_Bold.woff2") format("woff2"), url("/user/themes/gsmg/fonts/TheSansB4-7_Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'TheSansB4';
  src: url("/user/themes/gsmg/fonts/TheSansB4-7iBoldItalic.woff2") format("woff2"), url("/user/themes/gsmg/fonts/TheSansB4-7iBoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'TheSansB4';
  src: url("/user/themes/gsmg/fonts/TheSansB4-8_ExtraBold.woff2") format("woff2"), url("/user/themes/gsmg/fonts/TheSansB4-8_ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'TheSansB4';
  src: url("/user/themes/gsmg/fonts/TheSansB4-8iExtraBoldIta.woff2") format("woff2"), url("/user/themes/gsmg/fonts/TheSansB4-8iExtraBoldIta.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'TheSansC4';
  src: url("/user/themes/gsmg/fonts/TheSansCdC4-3Light.woff2") format("woff2"), url("/user/themes/gsmg/fonts/TheSansCdC4-3Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'TheSansC4';
  src: url("/user/themes/gsmg/fonts/TheSansCdC4-5Plain.woff2") format("woff2"), url("/user/themes/gsmg/fonts/TheSansCdC4-5Plain.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'TheSansC4';
  src: url("/user/themes/gsmg/fonts/TheSansCdC4-6SemiBold.woff2") format("woff2"), url("/user/themes/gsmg/fonts/TheSansCdC4-6SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

body {
  min-height: 100vh;
  max-width: 100vw;
  font-size: 16px;
  color: #1e1e32;
  font-family: 'TheSansB4', Helvetica, Arial, sans-serif; }

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

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

a {
  color: currentColor; }
  a:hover {
    text-decoration: none;
    color: currentColor; }

.page {
  display: flex;
  flex-direction: column;
  padding-top: 64px; }
  @media (min-width: 992px) {
    .page {
      padding-top: 100px; } }
  .page__main {
    flex-grow: 1; }

.divider {
  margin: 0;
  height: 1px;
  width: 100%;
  border: none;
  background: #f5f5f5; }

.pull-left {
  margin-left: -22px; }

@media (max-width: 575px) {
  .col--np {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 576px) {
  .col--sm-np {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 768px) {
  .col--md-np {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 992px) {
  .col--lg-np {
    padding-left: 0;
    padding-right: 0; } }

.col--center-content {
  display: flex;
  align-items: center;
  justify-content: center; }

.col--right-content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none; }
  @media (min-width: 992px) {
    .header {
      background: white;
      bottom: auto;
      height: 100px; } }
  @media (max-width: 767.98px) {
    .header__container {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 992px) {
    .header__container {
      display: flex;
      height: 100%; } }
  .header__logo {
    background: white;
    height: 64px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-left: 15px;
    pointer-events: auto; }
    .header__logo img {
      width: 146px;
      height: 44px; }
    @media (min-width: 992px) {
      .header__logo {
        height: auto;
        margin-right: 90px;
        width: 200px;
        padding-left: 0; } }
  .header__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    height: 64px; }
    @media (min-width: 992px) {
      .header__top {
        margin-bottom: 0;
        height: auto; } }
  .header__btn-open-nav {
    position: relative;
    width: 64px;
    height: 64px;
    background: #ffdc00;
    appearance: none;
    padding: 0;
    border: none;
    flex-shrink: 0;
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      .header__btn-open-nav {
        display: none; } }
  .header__icon-close {
    display: none; }
  .header__nav {
    position: relative;
    margin-top: 35px;
    opacity: 0;
    pointer-events: none;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .header__nav {
        opacity: 1;
        margin-top: 0;
        pointer-events: auto;
        height: 100%;
        padding-left: 0;
        padding-right: 0; } }
  .header__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 64px;
    pointer-events: none;
    opacity: 1;
    background: white; }
    @media (min-width: 992px) {
      .header__backdrop {
        display: none; } }
  .header--open {
    pointer-events: auto; }
    .header--open .header__backdrop {
      opacity: 1;
      pointer-events: auto;
      background: #ffdc00;
      height: auto;
      bottom: 0; }
    .header--open .header__logo {
      background: none; }
    .header--open .header__nav {
      opacity: 1;
      pointer-events: auto; }
    .header--open .header__icon-close {
      display: block; }
    .header--open .header__icon-menu {
      display: none; }

@media (min-width: 992px) {
  .nav {
    height: 100%; } }

@media (min-width: 992px) {
  .nav__list {
    display: flex;
    height: 100%; } }

.nav__list > .nav__item {
  margin-bottom: 14px; }
  @media (min-width: 992px) {
    .nav__list > .nav__item {
      margin-bottom: 0; } }

.nav__item {
  font-size: 14px; }
  @media (min-width: 992px) {
    .nav__item {
      text-transform: uppercase;
      margin-right: 30px;
      align-self: stretch;
      position: relative;
      overflow: hidden; }
      .nav__item:before, .nav__item:after {
        content: '';
        display: block;
        background: #ffdc00;
        height: 58%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        transition: transform 0.3s;
        transform: translateY(-100%); }
      .nav__item:before {
        transform-origin: bottom left; }
      .nav__item:after {
        bottom: 0;
        top: auto;
        transform-origin: top right;
        transform: translateY(100%); }
      .nav__item:last-child {
        margin-right: 0; } }
  .nav__item--bold .nav__title {
    font-weight: 800; }
  @media (min-width: 992px) {
    .nav__item--active:before {
      transform: translateY(calc(-100% + 10px)) skewY(-4deg); }
    .nav__item--active:after {
      transform: translateY(calc(100% - 10px)) skewY(-4deg); }
    .nav__item--active:hover:before, .nav__item--active:hover:after {
      transform: translateY(0) skewY(-4deg); } }

.nav__title {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 2px;
  height: 100%; }
  @media (min-width: 992px) {
    .nav__title {
      margin-bottom: 0; } }

.nav__link {
  position: relative;
  display: inline-block;
  height: 100%; }
  @media (min-width: 992px) {
    .nav__link {
      z-index: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding-bottom: 18px; } }

@media (min-width: 992px) {
  .nav__subnav {
    display: none; } }

.cover {
  margin-bottom: 30px;
  position: relative; }
  @media (min-width: 768px) {
    .cover {
      background: #f5f5f5; } }
  .cover--mb-n {
    margin-bottom: 0; }
  .cover__over {
    transform: translateY(-62px);
    position: relative;
    padding-top: 87px; }
    @media (min-width: 768px) {
      .cover__over {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: none;
        padding-top: 0;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
        overflow: hidden; } }
  .cover__title {
    position: absolute;
    font-size: 40px;
    font-weight: 300;
    line-height: 0.83;
    text-align: center;
    color: black;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.5);
    height: 62px;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    font-family: 'TheSansC4', Helvetica, Arial, sans-serif; }
    .cover__title:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      content: '';
      display: block;
      height: 35px;
      background: linear-gradient(-3.6deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 50%, transparent 52%, transparent 100%);
      transform: translateY(-100%); }
      @media (min-width: 576px) {
        .cover__title:before {
          background: linear-gradient(-2.4deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 50%, transparent 52%, transparent 100%); } }
    @media (min-width: 768px) {
      .cover__title {
        position: relative;
        background: none;
        margin-bottom: 16px;
        height: auto;
        text-align: left;
        font-size: 45px;
        display: block; }
        .cover__title:before {
          display: none; } }
    @media (min-width: 992px) {
      .cover__title {
        font-size: 63px;
        margin-bottom: 33px; } }
  .cover__text {
    position: relative;
    color: black; }
    @media (min-width: 768px) {
      .cover__text {
        max-width: 300px;
        font-size: 18px; } }
    @media (min-width: 992px) {
      .cover__text {
        font-size: 20px; } }
  .cover__background-img {
    max-width: 1200px;
    margin: 0 auto;
    background: #f5f5f5;
    display: block;
    text-align: center; }
  @media (min-width: 768px) {
    .cover__glass {
      position: absolute;
      background: rgba(255, 255, 255, 0.85);
      height: 100%;
      width: 45%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      left: 0;
      top: 0;
      transform: translateX(-130%);
      opacity: 0; }
      .cover__glass:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        content: '';
        display: block;
        width: 92px;
        background: linear-gradient(101.4deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 50%, transparent 51%, transparent 100%);
        transform: translateX(100%); } }
  @media (min-width: 1200px) {
    .cover__glass {
      width: 35%; } }
  @media (min-width: 768px) {
    .cover__container {
      transform: translateX(-100%);
      opacity: 0; } }

@keyframes fadeinGlass {
  0% {
    transform: translateX(-130%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@keyframes fadeinContainer {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    transform: translateX(0);
    opacity: 1; } }
  @media (min-width: 768px) {
    .cover--in .cover__glass {
      animation: fadeinGlass 1s ease-out forwards; }
    .cover--in .cover__container {
      animation: fadeinContainer 1s ease-out forwards; }
    .cover--in .cover__glass,
    .cover--in .cover__container {
      opacity: 1;
      transform: translateX(0); } }

.contact {
  padding-top: 25px;
  padding-bottom: 95px;
  color: black;
  position: relative; }
  .contact__backdrop {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 53%;
    background: #ffdc00; }
    .contact__backdrop:before {
      position: absolute;
      bottom: 0;
      content: '';
      display: block;
      background: linear-gradient(-4.5deg, transparent 0%, transparent 50%, #ffdc00 51%, #ffdc00 100%);
      width: 100%;
      height: 42px;
      transform: translateY(100%); }
      @media (min-width: 576px) {
        .contact__backdrop:before {
          background: linear-gradient(-2.5deg, transparent 0%, transparent 50%, #ffdc00 51%, #ffdc00 100%); } }
    @media (min-width: 768px) {
      .contact__backdrop {
        left: 50%;
        bottom: 0;
        height: auto;
        top: -18px; }
        .contact__backdrop:before {
          background: linear-gradient(98.8deg, transparent 0%, transparent 50%, #ffdc00 50%, #ffdc00 100%);
          width: 100px;
          height: 100%;
          transform: translateX(-100%); } }
  .contact__form {
    margin-bottom: 130px; }
    @media (min-width: 768px) {
      .contact__form {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .contact__address {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; } }

.footer {
  background: #1e1e32;
  color: white;
  padding-top: 65px;
  padding-bottom: 35px; }
  .footer__section {
    margin-bottom: 20px;
    text-transform: uppercase; }
    .footer__section--active {
      color: #ffdc00; }
      .footer__section--active .footer__title {
        position: relative;
        display: flex;
        align-items: center; }
        .footer__section--active .footer__title > a {
          flex-shrink: 0;
          margin-right: 16px; }
        .footer__section--active .footer__title:after {
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          background: #ffdc00; }
          @media (min-width: 768px) {
            .footer__section--active .footer__title:after {
              display: none; } }
  .footer__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .footer__title {
        margin-bottom: 10px; } }
  .footer__list {
    font-size: 14px;
    font-weight: 600; }
  .footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px; }
  .footer__share {
    margin-right: 10px;
    display: block; }
    .footer__share:last-child {
      margin-right: 0; }
  .footer__nav {
    margin-bottom: 60px; }
  @media (min-width: 768px) {
    .footer__disclaimer {
      border-left: 1px solid white;
      margin-left: 8px;
      padding-left: 8px; } }
  .footer__legal {
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 768px) {
      .footer__legal {
        flex-direction: row; } }

.inpt__label {
  display: block;
  margin: 0 0 10px; }

.inpt__field {
  appearance: none;
  border: none;
  border-bottom: 1px solid black;
  min-height: 22px;
  outline: none;
  width: 100%;
  background: none;
  padding-bottom: 4px;
  border-radius: 0; }

.inpt--textarea .inpt__field {
  min-height: 70px;
  resize: vertical; }

.btn {
  appearance: none;
  border: 1px solid black;
  border-radius: 3px;
  padding: 22px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  background: none; }
  .btn--block {
    width: 100%;
    display: block; }

.form .inpt {
  margin-bottom: 30px; }

.contact-form__title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #000000;
  margin-bottom: 38px; }
  @media (min-width: 576px) {
    .contact-form__title {
      font-size: 25px;
      font-weight: 300; } }

.contact-form__submit {
  max-width: 207px;
  margin: 0 auto; }

.icon-box {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .icon-box__icon {
    width: 100px;
    height: 100px;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .icon-box__icon {
        margin-bottom: 18px; } }
  .icon-box__title {
    margin-bottom: 0;
    max-width: 100%; }

.features__item {
  margin-bottom: 50px; }
  @media (min-width: 576px) {
    .features__item {
      margin-bottom: 60px; } }

.section__title {
  margin-bottom: 32px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  max-width: 288px; }
  @media (min-width: 768px) {
    .section__title {
      margin-left: 0;
      max-width: none;
      text-align: left;
      font-size: 35px; } }

.stats {
  background: #ffdc00;
  padding-top: 50px;
  padding-bottom: 60px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .stats {
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .stats__wrapper {
      display: flex;
      flex-direction: column; } }
  .stats__number {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #505064;
    margin-bottom: 9px;
    line-height: 1; }
    @media (min-width: 768px) {
      .stats__number {
        margin-bottom: 15px; } }
  .stats__descr {
    font-weight: 600;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .stats__descr {
        margin-bottom: 14px; } }
  .stats__stat {
    margin-bottom: 36px; }
    .stats__stat:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .stats__stat {
        margin-bottom: 30px; }
        .stats__stat:nth-child(2) {
          align-self: center; }
        .stats__stat:last-child {
          align-self: flex-end; }
          .stats__stat:last-child .stats__descr {
            max-width: 364px; } }
  .stats__source {
    font-size: small; }

.lonely-image {
  background: #f5f5f5; }
  .lonely-image__img {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
    width: 100%; }

.icon-list__icon {
  margin-right: 5px;
  align-self: flex-start;
  margin-top: 4px; }
  .icon-list__icon--mr-l {
    margin-right: 20px; }

.icon-list__item {
  margin-bottom: 15px;
  display: flex; }

.icon-list--mb-l .icon-list__item {
  margin-bottom: 35px; }

.address__logo {
  width: 240px;
  height: 72px;
  margin: 0 auto 30px;
  display: block; }
  @media (min-width: 576px) {
    .address__logo {
      margin-bottom: 43px; } }

.logo-row {
  padding: 30px 0 74px;
  background: #f5f5f5; }
  @media (min-width: 576px) {
    .logo-row {
      padding-top: 48px;
      padding-bottom: 56px; } }
  .logo-row__title {
    font-size: 29px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px; }
    @media (min-width: 576px) {
      .logo-row__title {
        font-size: 60px;
        margin-bottom: 70px; } }
  .logo-row__logo {
    margin-bottom: 70px;
    max-width: 80px; }
    @media (min-width: 576px) {
      .logo-row__logo {
        margin-right: 40px;
        margin-bottom: 0; }
        .logo-row__logo:last-child {
          margin-right: 0; } }
  .logo-row__logos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -70px;
    align-items: center; }
    @media (min-width: 576px) {
      .logo-row__logos {
        justify-content: center;
        margin-bottom: 0; } }
  .logo-row--s .logo-row__title {
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .logo-row--s .logo-row__title {
        font-size: 25px;
        margin-bottom: 40px; } }

.casestudy {
  padding-top: 44px;
  margin-bottom: 50px; }
  .casestudy--yellow {
    background: #ffdc00; }
  .casestudy__header-img {
    display: block;
    margin-bottom: 30px; }
  .casestudy__title {
    font-size: 29px;
    font-weight: 300;
    line-height: 1.14;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .casestudy__title {
        font-size: 50px;
        margin-bottom: 22px; } }
  .casestudy__details {
    display: none;
    color: black;
    padding-top: 40px; }
  .casestudy__divider {
    position: relative;
    border-bottom: 3px solid white;
    margin-top: 46px; }
    .casestudy__divider--dark {
      border-color: #505064; }
      .casestudy__divider--dark .casestudy__btn-toggle {
        background: white; }
    @media (min-width: 576px) {
      .casestudy__divider .container {
        position: relative; } }
  .casestudy__btn-holder {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 142px; }
    @media (min-width: 576px) {
      .casestudy__btn-holder {
        left: 25%; } }
  .casestudy__divider-title {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    font-weight: bold;
    color: #505064;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .casestudy__btn-toggle {
    margin-top: 5px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #ffdc00;
    border: 3px solid #505064;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    appearance: none;
    outline: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
    .casestudy__btn-toggle .icon--caret-up {
      display: none; }
    .casestudy__btn-toggle:focus {
      outline: none; }
    .casestudy__btn-toggle:before {
      content: '';
      display: block;
      width: 74px;
      height: 74px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 5px solid white; }
  .casestudy--open .casestudy__details {
    display: block; }
  .casestudy--open .casestudy__btn-toggle .icon--plus {
    display: none; }
  .casestudy--open .casestudy__btn-toggle .icon--caret-up {
    display: block; }
  .casestudy__intro {
    padding-top: 65px;
    font-size: 20px;
    text-align: left;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .casestudy__intro {
        font-size: 30px;
        font-weight: 300; } }
  .casestudy__section {
    padding-top: 23px;
    padding-bottom: 60px; }
    .casestudy__section--gray {
      background: #f5f5f5; }
  .casestudy__section-text h1,
  .casestudy__section-text h2,
  .casestudy__section-text h3,
  .casestudy__section-text h4,
  .casestudy__section-text h5,
  .casestudy__section-text h6, .casestudy__section-title {
    font-size: 25px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .casestudy__section-text h1,
      .casestudy__section-text h2,
      .casestudy__section-text h3,
      .casestudy__section-text h4,
      .casestudy__section-text h5,
      .casestudy__section-text h6, .casestudy__section-title {
        font-size: 30px; } }
  .casestudy--fs-normal .casestudy__section-text h1,
  .casestudy--fs-normal .casestudy__section-text h2,
  .casestudy--fs-normal .casestudy__section-text h3,
  .casestudy--fs-normal .casestudy__section-text h4,
  .casestudy--fs-normal .casestudy__section-text h5,
  .casestudy--fs-normal .casestudy__section-text h6,
  .casestudy--fs-normal .casestudy__section-title {
    font-style: normal; }
  .casestudy__section-text p {
    margin-bottom: 30px; }
  .casestudy__section-text blockquote {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    text-align: center; }
  .casestudy__section-text .align-center {
    text-align: center; }

.columns__headline {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px; }
  @media (min-width: 768px) {
    .columns__headline {
      font-size: 30px;
      font-weight: 300;
      margin-bottom: 46px; } }

.columns__column {
  background: #ffdc00;
  padding: 20px 20px 40px;
  flex-grow: 1;
  position: relative; }
  .columns__column:after {
    content: '';
    display: block;
    height: 30px;
    background: linear-gradient(-3.7deg, #ffdc00 0%, #ffdc00 50%, white 51%, white 60%, #ffdc00 60%, #ffdc00 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    @media (min-width: 576px) {
      .columns__column:after {
        background: linear-gradient(-2.4deg, #ffdc00 0%, #ffdc00 50%, white 51%, white 60%, #ffdc00 60%, #ffdc00 100%); } }
    @media (min-width: 768px) {
      .columns__column:after {
        display: none; } }
  .columns__column:last-child::after {
    display: none; }
  .columns__column:first-child {
    padding-top: 50px; }
    .columns__column:first-child::before {
      content: '';
      display: block;
      height: 30px;
      background: linear-gradient(-3.7deg, #ffdc00 0%, #ffdc00 50%, white 51%, white 100%);
      position: absolute;
      left: 0;
      right: 0;
      top: 0; }
      @media (min-width: 576px) {
        .columns__column:first-child::before {
          background: linear-gradient(-2.7deg, #ffdc00 0%, #ffdc00 50%, white 51%, white 100%); } }
      @media (min-width: 768px) {
        .columns__column:first-child::before {
          display: none; } }
    @media (min-width: 768px) {
      .columns__column:first-child {
        padding-top: 20px; } }
  @media (min-width: 768px) {
    .columns__column {
      flex-basis: calc(100% / 5 - 14px);
      margin-left: 7px;
      margin-right: 7px;
      flex-shrink: 0;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 10px; } }
  @media (min-width: 992px) {
    .columns__column {
      margin-bottom: 0; } }

.columns .row {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 992px) {
  .columns .row {
    flex-wrap: nowrap; } }

.columns__title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .columns__title {
      font-size: 25px;
      margin-bottom: 15px; } }

.columns__text {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.5px;
  text-align: left; }
  @media (min-width: 768px) {
    .columns__text {
      padding-left: 10px;
      padding-right: 10px; } }

.split-pane {
  position: relative; }
  @media (min-width: 768px) {
    .split-pane {
      margin-top: 224px; } }
  .split-pane__title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 35px; }
    .split-pane__title--tu {
      text-transform: uppercase; }
    .split-pane__title--s {
      font-size: 20px; }
    @media (min-width: 768px) {
      .split-pane__title {
        font-size: 40px;
        font-weight: 300;
        margin-bottom: 60px;
        min-height: 3em;
        line-height: 1.5; } }
    @media (min-width: 992px) {
      .split-pane__title {
        min-height: 0; } }
  .split-pane__pane {
    position: relative;
    padding-top: 35px;
    padding-bottom: 45px; }
    .split-pane__pane--gray::before {
      content: '';
      display: block;
      background: #f5f5f5;
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      width: 100vw;
      left: 50%;
      transform: translateX(-50vw); }
      @media (min-width: 768px) {
        .split-pane__pane--gray::before {
          transform: none;
          width: 50vw;
          left: 0; } }
    @media (min-width: 768px) {
      .split-pane__pane {
        padding-top: 213px;
        width: 50%; }
        .split-pane__pane:first-child {
          padding-right: 50px; }
        .split-pane__pane:last-child {
          padding-left: 50px; } }
    .split-pane__pane--wa {
      width: 100%; }
  .split-pane__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .split-pane__panes {
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .split-pane__panes {
        display: flex; } }
  .split-pane--s {
    margin-top: 0; }
    .split-pane--s .split-pane__pane {
      padding-top: 0; }
    .split-pane--s .split-pane__title {
      font-size: 30px; }

.letter {
  background: #ffdc00;
  padding-top: 50px;
  padding-bottom: 15px;
  margin-bottom: 60px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media (min-width: 768px) {
    .letter {
      padding: 50px;
      transform: translate(-50%, -224px);
      position: absolute;
      z-index: 2;
      left: 50%;
      top: 0; } }
  .letter__descr {
    padding: 0 15px; }
    @media (min-width: 768px) {
      .letter__descr {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-left: 0; } }
  .letter__window {
    flex-grow: 1;
    padding: 20px 15px;
    background: white; }
    @media (min-width: 768px) {
      .letter__window {
        border-radius: 10px;
        padding: 20px 20px 30px;
        max-width: 375px; } }
  .letter__front {
    display: flex; }
  .letter__btn {
    align-self: flex-end;
    margin-left: auto;
    display: none; }
    @media (min-width: 768px) {
      .letter__btn {
        display: block; } }

.list__item {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  display: flex; }
  .list__item:before {
    content: '';
    display: block;
    height: 2px;
    background: #ffdc00;
    width: 14px;
    margin-right: 10px;
    margin-top: 10px; }

.ordered-list {
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0; }
  .ordered-list__item {
    display: flex;
    margin-bottom: 20px;
    counter-increment: item;
    font-weight: bold; }
    .ordered-list__item:last-child {
      margin-bottom: 0; }
    .ordered-list__item:before {
      font-weight: normal;
      flex-shrink: 0;
      content: counter(item);
      width: 25px;
      height: 25px;
      border: 1px solid black;
      border-radius: 50%;
      margin-right: 9px;
      display: flex;
      justify-content: center;
      align-items: center; }

.process {
  background: #f5f5f5;
  padding-top: 23px;
  padding-bottom: 32px; }
  @media (min-width: 992px) {
    .process {
      padding-top: 43px;
      padding-bottom: 80px; } }
  .process__title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .process__title {
        font-size: 50px;
        margin-bottom: 50px;
        text-transform: uppercase;
        font-weight: 300; } }
  .process__text {
    line-height: 1.5;
    margin-bottom: 53px; }
  .process__diagram {
    height: 100%; }
    @media (min-width: 992px) {
      .process__diagram {
        display: flex;
        align-items: center; } }
  .process__chart {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px; }
    @media (min-width: 992px) {
      .process__chart {
        margin: 0;
        margin-right: 32px; } }
  .process__chart-highlight {
    fill: #ffdc00; }

.gallery {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  align-items: flex-start; }
  .gallery__img {
    width: 100vw;
    max-width: 300px;
    margin-right: 10px; }
    .gallery__img:last-child {
      margin-right: 0; }
  @media (min-width: 768px) {
    .gallery {
      overflow: visible;
      margin-left: -5px;
      margin-left: -5px;
      flex-wrap: wrap;
      align-items: flex-start; }
      .gallery .gallery__img {
        width: calc(50% - 10px);
        max-width: 100%;
        margin-right: 0;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px; }
      @supports (display: grid) {
        .gallery {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-template-rows: 1fr 1fr;
          grid-column-gap: 10px;
          grid-row-gap: 10px; }
          .gallery .gallery__img {
            margin: 0;
            width: auto; } } }

.map {
  text-align: center;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .map {
      padding-bottom: 30px; } }
  .map__title {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .map__title {
        font-size: 35px;
        font-weight: 600;
        text-align: left; } }
  .map__map {
    display: block;
    margin: 0 auto; }

.text-row {
  background: #f5f5f5;
  padding-top: 22px;
  padding-bottom: 30px; }
  @media (min-width: 576px) {
    .text-row {
      padding-top: 42px;
      padding-bottom: 60px; } }
  .text-row--no-bg {
    background: none; }
  .text-row__title {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 576px) {
      .text-row__title {
        font-size: 35px;
        text-align: left;
        margin-bottom: 20px; } }
  .text-row__text {
    font-size: 16px;
    text-align: center; }
    @media (min-width: 576px) {
      .text-row__text {
        font-size: 20px;
        line-height: 1.2;
        text-align: left; } }
    .text-row__text--no-bm {
      margin-bottom: 0; }
