/**
 * ---------------------------------------------------------------------------------------------------- #
 *
 * Main Stylesheet entry file
 *
 * all imported files will be bundled to styles.css
 * in this file it is possible to include files with globbing
 * to include CSS files, just omit the file extension
 */
/**
 * ---------------------------------------------------------------------------------------------------- #
 *
 * Webfonts
 *
 */
/* rubik-300 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url("../../static/fonts/rubik-v19-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../static/fonts/rubik-v19-latin-300.eot?#iefix") format("embedded-opentype"), url("../../static/fonts/rubik-v19-latin-300.woff2") format("woff2"), url("../../static/fonts/rubik-v19-latin-300.woff") format("woff"), url("../../static/fonts/rubik-v19-latin-300.ttf") format("truetype"), url("../../static/fonts/rubik-v19-latin-300.svg#Rubik") format("svg");
  /* Legacy iOS */ }

/* rubik-regular - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url("../../static/fonts/rubik-v19-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../static/fonts/rubik-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../static/fonts/rubik-v19-latin-regular.woff2") format("woff2"), url("../../static/fonts/rubik-v19-latin-regular.woff") format("woff"), url("../../static/fonts/rubik-v19-latin-regular.ttf") format("truetype"), url("../../static/fonts/rubik-v19-latin-regular.svg#Rubik") format("svg");
  /* Legacy iOS */ }

/* rubik-600 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: url("../../static/fonts/rubik-v19-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../static/fonts/rubik-v19-latin-600.eot?#iefix") format("embedded-opentype"), url("../../static/fonts/rubik-v19-latin-600.woff2") format("woff2"), url("../../static/fonts/rubik-v19-latin-600.woff") format("woff"), url("../../static/fonts/rubik-v19-latin-600.ttf") format("truetype"), url("../../static/fonts/rubik-v19-latin-600.svg#Rubik") format("svg");
  /* Legacy iOS */ }

/* rubik-700 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url("../../static/fonts/rubik-v19-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../static/fonts/rubik-v19-latin-700.eot?#iefix") format("embedded-opentype"), url("../../static/fonts/rubik-v19-latin-700.woff2") format("woff2"), url("../../static/fonts/rubik-v19-latin-700.woff") format("woff"), url("../../static/fonts/rubik-v19-latin-700.ttf") format("truetype"), url("../../static/fonts/rubik-v19-latin-700.svg#Rubik") format("svg");
  /* Legacy iOS */ }

/* rubik-800 - latin */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  src: url("../../static/fonts/rubik-v19-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../../static/fonts/rubik-v19-latin-800.eot?#iefix") format("embedded-opentype"), url("../../static/fonts/rubik-v19-latin-800.woff2") format("woff2"), url("../../static/fonts/rubik-v19-latin-800.woff") format("woff"), url("../../static/fonts/rubik-v19-latin-800.ttf") format("truetype"), url("../../static/fonts/rubik-v19-latin-800.svg#Rubik") format("svg");
  /* Legacy iOS */ }

/*
 * Foundation main file
 * include desired feature by uncommenting line
 * Foundation utils (mixins) are already included
 *
 * @see docs:        https://foundation.zurb.com/sites/docs/
 * @see grid:        https://foundation.zurb.com/sites/docs/xy-grid.html#importing
 * @see breakpoints: https://foundation.zurb.com/sites/docs/media-queries.html#changing-the-breakpoints
 * @see mixins:      https://foundation.zurb.com/sites/docs/sass-mixins.html#general-mixins
 */
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

.grid-container {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }
  .grid-container.fluid {
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 1.5rem;
        padding-left: 1.5rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.3333333333%; }

.grid-x > .small-2 {
  width: 16.6666666667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.3333333333%; }

.grid-x > .small-5 {
  width: 41.6666666667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.3333333333%; }

.grid-x > .small-8 {
  width: 66.6666666667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.3333333333%; }

.grid-x > .small-11 {
  width: 91.6666666667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.3333333333%; }
  .grid-x > .medium-2 {
    width: 16.6666666667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.3333333333%; }
  .grid-x > .medium-5 {
    width: 41.6666666667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.3333333333%; }
  .grid-x > .medium-8 {
    width: 66.6666666667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.3333333333%; }
  .grid-x > .medium-11 {
    width: 91.6666666667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.3333333333%; }
  .grid-x > .large-2 {
    width: 16.6666666667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.3333333333%; }
  .grid-x > .large-5 {
    width: 41.6666666667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.3333333333%; }
  .grid-x > .large-8 {
    width: 66.6666666667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.3333333333%; }
  .grid-x > .large-11 {
    width: 91.6666666667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -1rem;
  margin-right: -1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 3rem);
      margin-left: 1.5rem;
      margin-right: 1.5rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.3333333333% - 3rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.6666666667% - 3rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 3rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.3333333333% - 3rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.6666666667% - 3rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 3rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.3333333333% - 3rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.6666666667% - 3rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 3rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.3333333333% - 3rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.6666666667% - 3rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 3rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.3333333333% - 3rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.6666666667% - 3rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 3rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.3333333333% - 3rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.6666666667% - 3rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 3rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.3333333333% - 3rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.6666666667% - 3rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 3rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.3333333333% - 3rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.6666666667% - 3rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 3rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.3333333333% - 3rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.6666666667% - 3rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 3rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.3333333333% - 3rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.6666666667% - 3rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 3rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.3333333333% - 3rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.6666666667% - 3rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 3rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.3333333333% - 3rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.6666666667% - 3rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 3rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -1rem;
  margin-left: -1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1rem;
  margin-left: -1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }

.grid-padding-x > .cell {
  padding-right: 1rem;
  padding-left: 1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 1.5rem;
      padding-left: 1.5rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.3333333333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.6666666667%; }

.small-up-7 > .cell {
  width: 14.2857142857%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.3333333333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.6666666667%; }
  .medium-up-7 > .cell {
    width: 14.2857142857%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.3333333333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.6666666667%; }
  .large-up-7 > .cell {
    width: 14.2857142857%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 2rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 2rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 2rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 2rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 2rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 2rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 2rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 2rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 3rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 3rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 3rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 3rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 3rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 3rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 3rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 3rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 3rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 3rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 3rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 3rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 3rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 3rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 3rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 3rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 3rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 3rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 3rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 3rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 3rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 3rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 3rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 3rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .small-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .small-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .small-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .small-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.3333333333%; }
    .small-margin-collapse > .large-2 {
      width: 16.6666666667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.3333333333%; }
    .small-margin-collapse > .large-5 {
      width: 41.6666666667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.3333333333%; }
    .small-margin-collapse > .large-8 {
      width: 66.6666666667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.3333333333%; }
    .small-margin-collapse > .large-11 {
      width: 91.6666666667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%; }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%; }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%; }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%; }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1rem); }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1rem); }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1rem); }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1rem); }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1rem); }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1rem); }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1rem); }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1rem); }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.5rem); }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem); }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.5rem); }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem); }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.5rem); }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem); }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.5rem); }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem); }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.5rem); }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem); }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.5rem); }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem); }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.5rem); }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem); }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.5rem); }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem); }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.3333333333%; }
  .grid-y > .small-2 {
    height: 16.6666666667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.3333333333%; }
  .grid-y > .small-5 {
    height: 41.6666666667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.3333333333%; }
  .grid-y > .small-8 {
    height: 66.6666666667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.3333333333%; }
  .grid-y > .small-11 {
    height: 91.6666666667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.3333333333%; }
    .grid-y > .medium-2 {
      height: 16.6666666667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.3333333333%; }
    .grid-y > .medium-5 {
      height: 41.6666666667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.3333333333%; }
    .grid-y > .medium-8 {
      height: 66.6666666667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.3333333333%; }
    .grid-y > .medium-11 {
      height: 91.6666666667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.3333333333%; }
    .grid-y > .large-2 {
      height: 16.6666666667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.3333333333%; }
    .grid-y > .large-5 {
      height: 41.6666666667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.3333333333%; }
    .grid-y > .large-8 {
      height: 66.6666666667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.3333333333%; }
    .grid-y > .large-11 {
      height: 91.6666666667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -1rem;
  margin-bottom: -1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1.5rem;
      margin-bottom: -1.5rem; } }

.grid-padding-y > .cell {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

.grid-margin-y {
  margin-top: -1rem;
  margin-bottom: -1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -1.5rem;
      margin-bottom: -1.5rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 2rem);
    margin-top: 1rem;
    margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 3rem);
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 3rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 3rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 3rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 3rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 3rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 3rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 3rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 3rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 3rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 3rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 3rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 3rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 3rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 3rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 3rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 3rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 3rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 3rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 3rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 3rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 3rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 3rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 3rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 3rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 3rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 3rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 3rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -1rem;
  margin-bottom: -1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -1.5rem;
      margin-bottom: -1.5rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 2rem);
    margin-top: 1rem;
    margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 3rem);
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.3333333333% - 3rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.6666666667% - 3rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.3333333333% - 3rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.6666666667% - 3rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.3333333333% - 3rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.6666666667% - 3rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.3333333333% - 3rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.6666666667% - 3rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 3rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.3333333333% - 3rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.6666666667% - 3rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.3333333333% - 3rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.6666666667% - 3rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.3333333333% - 3rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.6666666667% - 3rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.3333333333% - 3rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.6666666667% - 3rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 3rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.3333333333% - 3rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.6666666667% - 3rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 3rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.3333333333% - 3rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.6666666667% - 3rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 3rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.3333333333% - 3rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.6666666667% - 3rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 3rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.3333333333% - 3rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.6666666667% - 3rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 3rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 2rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 3rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 3rem); } }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

/**
 * ---------------------------------------------------------------------------------------------------- #
 *
 * Basic Formattings
 *
 */
html {
  box-sizing: border-box;
  font-size: 62.5%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    font-size: 10px; } }

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

[hidden] {
  display: none !important; }

/**
 * Body
 */
body {
  overflow-y: scroll;
  margin: 0;
  font-family: "Rubik";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #0a0a0a;
  background-color: #fefefe;
  min-width: 32rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Headlines
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik";
  margin-top: 0; }

h1 {
  font-size: 9rem;
  line-height: 9.5rem;
  font-weight: 800; }

h2 {
  font-size: 7rem;
  line-height: 7.3rem;
  font-weight: 700; }
  @media print, screen and (max-width: 39.99875em) {
    h2 {
      font-size: 4rem;
      line-height: 4.3rem; } }

h3 {
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 700; }

h4 {
  font-size: 3.5rem;
  line-height: 3.6rem;
  font-weight: 700; }

h5 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 700; }

h6 {
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: 700; }

/**
 * General Text Formattings
 */
p {
  font-weight: 300; }

p:not(:last-child) {
  margin: 0 0 1em; }

p:last-child {
  margin: 0; }

b,
strong {
  font-weight: 700; }

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

address {
  font-style: normal; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  font-variant: small-caps;
  letter-spacing: 1px;
  cursor: help; }

sub,
sup {
  position: relative;
  font-size: 1rem;
  line-height: 1rem; }

sub {
  top: .4rem; }

sup {
  top: -.6rem; }

q,
cite,
blockquote {
  font-family: "Rubik";
  font-style: italic; }

pre,
code {
  background-color: #999; }

hr {
  height: .1rem;
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #999; }

mark {
  color: #fefefe;
  background-color: #0a0a0a; }

/**
 * Textselection
 */

::selection {
  text-shadow: none;
  color: #fff;
  background-color: rgba(10, 10, 10, 0.99); }

/**
 * Monospaced Text
 */
pre,
code,
kbd,
samp,
var {
  font-family: "Rubik"; }

/**
 * Images
 */
img {
  display: block;
  width: 100%;
  height: auto; }

figure {
  margin: 0; }

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

button {
  font-weight: 700;
  text-transform: lowercase;
  white-space: nowrap;
  color: #fefefe;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  transition: all 0.4s;
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }
  button:hover.has-icon .icon {
    left: 0.5rem; }
  button.is-prime {
    background-color: #2F3777; }
  button.is-second {
    background-color: #0a0a0a; }
  button.is-third {
    color: #2F3777;
    background-color: #fefefe; }
  button.has-icon {
    position: relative; }
    button.has-icon .icon {
      width: 5rem;
      height: 5rem;
      position: absolute;
      top: -0.1rem;
      left: 0;
      transition: left 0.4s; }
  button.has-icon-only {
    padding: 0; }
  button.is-big {
    padding: 2.2rem 12.2rem 2.6rem;
    font-size: 2.3rem;
    line-height: 3.2rem; }
    button.is-big.has-icon {
      padding: 1.5rem 15.9rem 1.5rem 0.9rem;
      line-height: 5rem; }
  button.is-medium {
    padding: 0.8rem 12.2rem 1rem;
    font-size: 2.3rem;
    line-height: 3.2rem; }
    button.is-medium.has-icon {
      padding: 1rem 2rem 1rem 5.4rem;
      line-height: 2.8rem; }
  button.is-small {
    padding: 0 6.9rem 0.1rem 4.3rem;
    font-size: 1.5rem;
    line-height: 2.1rem;
    letter-spacing: 0.06rem;
    font-weight: 600;
    position: relative;
    color: #2F3777; }
    button.is-small:hover:before {
      -webkit-animation: widthani 0.4s;
              animation: widthani 0.4s; }
    button.is-small:before {
      content: "";
      position: absolute;
      top: 1.1rem;
      left: 0;
      height: 0.1rem;
      width: 3.5rem;
      background-color: #2F3777; }
      button.is-small:before.is-primary, button.is-small:before.is-second {
        background-color: #fefefe; }
  button.is-rounded {
    border-radius: 2.5rem; }
  button.has-border {
    background-color: transparent; }
    button.has-border.is-primary {
      border: 1px solid #2F3777;
      color: #2F3777; }
    button.has-border.is-second {
      border: 1px solid #0a0a0a;
      color: #0a0a0a; }
    button.has-border.is-third {
      border: 1px solid #fefefe;
      color: #fefefe; }
  button:focus, button:hover {
    outline: none; }
  button[disabled] {
    cursor: not-allowed; }

@-webkit-keyframes widthani {
  from {
    width: 0; }
  to {
    width: 35px; } }

@keyframes widthani {
  from {
    width: 0; }
  to {
    width: 35px; } }

.b-404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8rem 0; }
  .b-404-title {
    margin-top: 0; }

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

.b-archive,
.b-search {
  padding-top: 8rem; }

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-offset-0 {
    margin: 0 !important; } }

.ratiobox {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .ratiobox.is-169 {
    padding-bottom: 56.25%; }
  .ratiobox.is-89 {
    padding-bottom: 112.5%; }
  .ratiobox.is-43 {
    padding-bottom: 75%; }
  .ratiobox.is-23 {
    padding-bottom: 150%; }
  .ratiobox.is-11 {
    padding-bottom: 100%; }
  .ratiobox img {
    position: absolute;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .ratiobox img.lazyloading {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      -webkit-filter: blur(10px);
              filter: blur(10px); }
    .ratiobox img.lazyloaded {
      -webkit-filter: blur(0);
              filter: blur(0);
      -webkit-transform: scale(1.01);
              transform: scale(1.01); }
  .ratiobox video {
    position: absolute;
    object-fit: cover;
    height: 100%;
    z-index: 1; }

.b-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh; }

.home-content {
  position: relative;
  width: 100%;
  height: 90vh; }
  .home-content .home__img {
    position: absolute;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .home-content .homy {
    position: absolute;
    z-index: 2;
    bottom: 20vh;
    left: 0;
    width: 100%; }
  .home-content .home-headline h1 {
    font-size: 7rem;
    line-height: 7.3rem;
    font-weight: 700;
    margin: 0; }
    @media print, screen and (max-width: 39.99875em) {
      .home-content .home-headline h1 {
        font-size: 4rem;
        line-height: 4.3rem; } }

.standard-title {
  font-size: 3.5rem;
  line-height: 3.6rem;
  font-weight: 700;
  text-align: center;
  margin: 17.7rem auto 4.6rem; }
  @media print, screen and (max-width: 39.99875em) {
    .standard-title {
      margin: 7.7rem auto 4.6rem; } }

.standard-content {
  font-size: 1rem;
  line-height: 1.7rem;
  font-weight: 300; }
  .standard-content h4 {
    font-size: 1rem;
    line-height: 1.7rem;
    margin-bottom: 0.5rem; }
  .standard-content a {
    color: #0a0a0a; }

.content__img-wrap {
  height: 45rem;
  margin-top: 7rem;
  position: relative; }
  @media print, screen and (max-width: 39.99875em) {
    .content__img-wrap {
      height: 25rem; } }
  .page-template-contact .content__img-wrap {
    height: 68.1rem; }
    @media print, screen and (max-width: 39.99875em) {
      .page-template-contact .content__img-wrap {
        height: 25rem; } }
  .content__img-wrap .content__img {
    position: absolute;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.page-template-services .content-header {
  position: static !important;
  width: inherit !important;
  height: inherit !important;
  text-align: center;
  white-space: normal !important; }
  .page-template-services .content-header .content-title {
    font-size: 7rem;
    line-height: 7.3rem;
    font-weight: 700;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #2F3777;
    margin: 10rem auto 1rem;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    width: 100%;
    display: block; }
    @media print, screen and (max-width: 39.99875em) {
      .page-template-services .content-header .content-title {
        font-size: 4rem;
        line-height: 4.3rem; } }

.page-template-services .wysiwyg {
  font-weight: 300; }
  @media print, screen and (min-width: 40em) {
    .page-template-services .wysiwyg {
      font-size: 2rem;
      line-height: 3.5rem; } }
  .page-template-services .wysiwyg:first-child {
    padding-top: 0; }
  .page-template-services .wysiwyg h2 {
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-weight: 300;
    margin: 0 0 6.8rem; }
    @media print, screen and (max-width: 39.99875em) {
      .page-template-services .wysiwyg h2 {
        font-size: 2.5rem;
        line-height: 3.5rem;
        margin: 0 0 5rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.handorgel {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  border-top: none; }

.handorgel__header {
  display: block;
  margin: 0; }

.handorgel__header--open .handorgel__header__button {
  background-color: #eee; }

.handorgel__header--focus .handorgel__header__button {
  background-color: #dfdfdf;
  outline: none; }

.handorgel__header__button {
  display: block;
  width: 100%;
  padding: 20px 24px;
  margin: 0;
  border: none;
  border-top: 1px solid #eee;
  background-color: #fff;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-align: left;
  transition: background-color 0.2s ease;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .handorgel__header__button::-moz-focus-inner {
    border: 0; }

.handorgel__content {
  display: none;
  overflow: hidden;
  height: 0;
  border-top: 1px solid #eee;
  background-color: #fff;
  transition: height 0.1s ease 0.1s; }
  .handorgel__content--open {
    display: block;
    transition: height 0.2s ease; }
  .handorgel__content--opened {
    overflow: visible; }

.handorgel__content__inner {
  padding: 20px 24px;
  opacity: 0;
  transition: opacity 0.1s ease; }

.handorgel__content--opened .handorgel__content__inner {
  opacity: 1;
  transition: opacity 0.3s ease; }

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes plyr-fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes plyr-fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease;
  z-index: 0; }

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
          animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  width: 100%; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px)*2); } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px); } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
          transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4)); }

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__caption div {
  display: inline; }

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
  position: relative;
  transition: all .3s ease; }

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px); }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

a.plyr__control {
  text-decoration: none; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0; }

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/4); }

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)/4); }

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px)/2); }

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0; }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
          animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top: var(--plyr-menu-arrow-size, 4px) solid rgba(255, 255, 255, 0.9);
  border-width: var(--plyr-menu-arrow-size, 4px);
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7); }

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px; }

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%; }

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4); }

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px)); }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial; }

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2); }

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px)); }

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial; }

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7); }

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%; }

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  width: 6px; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff))); }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1); }

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1); }

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc(-7px - -2);
  margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc(var(--plyr-range-thumb-height, 13px)/2*-1 - var(--plyr-range-track-height, 5px)/2*-1);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px); }

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
      user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
      user-select: none; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px; }

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none; }

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__time + .plyr__time:before {
  content: "\2044";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px); }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%) scale(1);
          transform: translate(-50%) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translateY(10px) scale(0.8);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translateY(10px) scale(0.8);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1); }

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative; }

.plyr__progress__buffer, .plyr__progress input[type=range] {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px)); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px)/2*-1);
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease; }

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%; }

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)/2);
  position: relative;
  z-index: 2; }

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px); }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9; }

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; } }

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px)*2);
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
  z-index: 3; }

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff); }

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px)*1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: .3s;
  z-index: 2; }

.plyr__control--overlaid svg {
  left: 2px;
  position: relative; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3; }

.plyr__ads:after:empty {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(10px) scale(0.8);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  z-index: 2; }

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1); }

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3; }

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr__preview-scrubbing--is-shown {
  opacity: 1; }

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.plyr [hidden] {
  display: none !important; }

.accordion__title {
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 700;
  margin: 0 0 5rem; }

@media print, screen and (max-width: 63.99875em) {
  .accordion__text {
    margin-bottom: 5rem; } }

.accordion .handorgel {
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #0a0a0a; }
  .accordion .handorgel__header__button {
    font-size: 1.5rem;
    line-height: 2.1rem;
    letter-spacing: 0.06rem;
    background-color: #fefefe;
    border-top: 1px solid #0a0a0a;
    position: relative;
    padding: 2rem; }
  .accordion .handorgel .handorgel__header--open .icon__arrow-down {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .accordion .handorgel .icon__arrow-down {
    position: absolute;
    right: 0;
    top: 0.4rem;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }
  .accordion .handorgel__content {
    border: none; }
    .accordion .handorgel__content__inner {
      padding: 2rem 9rem 2rem 2rem; }

.blockquote {
  background-color: #F1F7FD; }
  .blockquote.is-compact {
    text-align: center; }
    .blockquote.is-compact .blockquote-inner {
      font-size: 4.5rem;
      line-height: 5rem;
      font-weight: 700;
      max-width: calc(100% - 140px);
      margin: 0 auto;
      padding: 7.6rem 0 17rem;
      font-style: normal;
      font-weight: 400; }
    .blockquote.is-compact .begin-quote {
      font-size: 9rem;
      line-height: 9.5rem;
      font-weight: 800;
      display: block;
      font-style: italic;
      font-weight: 400; }
    .blockquote.is-compact .last-quote {
      display: none; }
  .blockquote.is-regular {
    text-align: center; }
    .blockquote.is-regular .blockquote-inner {
      font-size: 4.5rem;
      line-height: 5rem;
      font-weight: 700;
      max-width: calc(100% - 140px);
      margin: 0 auto;
      padding: 8.8rem 0;
      font-style: normal;
      font-weight: 400;
      display: flex;
      flex-direction: column; }
    .blockquote.is-regular .blockquote__img {
      order: 1;
      width: 15.2rem;
      height: 15.2rem;
      margin: 0 auto 1rem;
      border-radius: 50%; }
    .blockquote.is-regular .the-quote {
      order: 3; }
    .blockquote.is-regular .begin-quote,
    .blockquote.is-regular .last-quote {
      font-style: italic; }
    .blockquote.is-regular .blockquote-author {
      order: 2;
      margin-bottom: 3.6rem; }
  .blockquote.is-large .blockquote-inner {
    font-size: 4.5rem;
    line-height: 5rem;
    font-weight: 700;
    font-weight: 400;
    max-width: calc(100% - 140px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 12rem 0; }
  .blockquote.is-large .blockquote__img {
    width: 35rem;
    height: 35rem;
    border-radius: 50%;
    margin: 0 7.6rem 0 0; }
  .blockquote.is-large .the-quote {
    position: relative; }
  .blockquote.is-large .begin-quote {
    font-size: 9rem;
    line-height: 9.5rem;
    font-weight: 800;
    display: block;
    font-style: italic;
    font-weight: 400;
    position: absolute;
    left: -4rem;
    top: -4rem; }
  .blockquote.is-large .last-quote {
    display: none; }
  .blockquote.is-large .blockquote-author {
    margin: 3.6rem 0 0; }
  .blockquote-inner {
    margin: 0; }
  .blockquote-author {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    font-weight: 400;
    order: 2;
    display: block;
    margin-bottom: 3.6rem; }
  .blockquote-info {
    display: block;
    font-size: 1.8rem;
    line-height: 3rem; }
  .blockquote-next {
    right: 0;
    border: none;
    width: 5rem;
    height: 5rem;
    border-radius: 0;
    background-color: transparent; }
    .blockquote-next.swiper-button-disabled {
      opacity: .3; }
    .blockquote-next:after {
      display: none; }
    .is-regular .blockquote-next,
    .is-large .blockquote-next {
      border: 1px solid #0a0a0a;
      border-radius: 50%; }
  .blockquote-prev {
    left: 0;
    border: none;
    width: 5rem;
    height: 5rem;
    border-radius: 0;
    background-color: transparent; }
    .blockquote-prev.swiper-button-disabled {
      opacity: .3; }
    .blockquote-prev:after {
      display: none; }
    .is-regular .blockquote-prev,
    .is-large .blockquote-prev {
      border: 1px solid #0a0a0a;
      border-radius: 50%; }

.b-comments .avatar {
  width: 4rem; }

.contact-form {
  margin-top: 9rem; }
  @media print, screen and (max-width: 39.99875em) {
    .contact-form {
      margin-top: 5rem; } }
  .contact-form__title {
    font-size: 4.5rem;
    line-height: 5rem;
    font-weight: 700;
    margin: 0 0 5.7rem; }
  .contact-form .leftcell {
    margin-bottom: 5rem; }
  .contact-form h6 {
    margin: 0 0 0.7rem; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-title {
    font-size: 3.5rem;
    line-height: 3.6rem;
    font-weight: 700;
    margin: 10.2rem 0 5.7rem; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-description {
    margin-bottom: 3rem; }
  .contact-form div.wpforms-container-full .wpforms-form input.wpforms-field-medium, .contact-form div.wpforms-container-full .wpforms-form select.wpforms-field-medium, .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%; }
  .contact-form div.wpforms-container-full .wpforms-form input[type=date], .contact-form div.wpforms-container-full .wpforms-form input[type=datetime], .contact-form div.wpforms-container-full .wpforms-form input[type=datetime-local], .contact-form div.wpforms-container-full .wpforms-form input[type=email], .contact-form div.wpforms-container-full .wpforms-form input[type=month], .contact-form div.wpforms-container-full .wpforms-form input[type=number], .contact-form div.wpforms-container-full .wpforms-form input[type=password], .contact-form div.wpforms-container-full .wpforms-form input[type=range], .contact-form div.wpforms-container-full .wpforms-form input[type=search], .contact-form div.wpforms-container-full .wpforms-form input[type=tel], .contact-form div.wpforms-container-full .wpforms-form input[type=text], .contact-form div.wpforms-container-full .wpforms-form input[type=time], .contact-form div.wpforms-container-full .wpforms-form input[type=url], .contact-form div.wpforms-container-full .wpforms-form input[type=week], .contact-form div.wpforms-container-full .wpforms-form select, .contact-form div.wpforms-container-full .wpforms-form textarea, .contact-form div.wpforms-container-full .wpforms-form select:focus {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #0a0a0a;
    border-radius: 0px;
    padding-left: 0;
    color: #0a0a0a;
    font-family: "Rubik"; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #0a0a0a; }
  .contact-form div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: #ff0000; }
  .contact-form textarea {
    resize: none; }
  .contact-form div.wpforms-container-full .wpforms-form input[type=checkbox], .contact-form div.wpforms-container-full .wpforms-form input[type=radio] {
    display: none; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
    height: 0px;
    border-bottom: none; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]:focus {
    outline: none; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border: transparent;
    color: transparent; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range] {
    height: 27px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    border: none; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]:focus {
    outline: none; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #0a0a0a;
    background: #0a0a0a;
    border-radius: 0px;
    border: 0px solid #0a0a0a; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #0a0a0a;
    border: 1px solid #0a0a0a;
    height: 16px;
    width: 24px;
    border-radius: 24px;
    background: #fefefe;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #0a0a0a; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #0a0a0a;
    background: #0a0a0a;
    border-radius: 0px;
    border: 0px solid #0a0a0a; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #0a0a0a;
    border: 1px solid #0a0a0a;
    height: 20px;
    width: 30px;
    border-radius: 50px;
    background: #fefefe;
    cursor: pointer; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-fill-lower {
    background: #0a0a0a;
    border: 0px solid #0a0a0a;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #0a0a0a; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-fill-upper {
    background: #0a0a0a;
    border: 0px solid #0a0a0a;
    border-radius: 0px;
    box-shadow: 0px 0px 0px #0a0a0a; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #0a0a0a;
    border: 1px solid #0a0a0a;
    height: 1.6rem;
    width: 2.4rem;
    border-radius: 2.4rem;
    background: #fefefe;
    cursor: pointer; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]:focus::-ms-fill-lower {
    background: #0a0a0a; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-field-number-slider input[type=range]:focus::-ms-fill-upper {
    background: #0a0a0a; }
  .contact-form div.wpforms-container-full .wpforms-form .choices .choices__inner {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #0a0a0a;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px; }
  .contact-form div.wpforms-container-full .wpforms-form .choices .choices__list--single {
    padding-left: 0px;
    padding-right: 0px; }
  .contact-form input::-webkit-input-placeholder {
    color: rgba(10, 10, 10, 0.4); }
  .contact-form input:-ms-input-placeholder {
    color: rgba(10, 10, 10, 0.4); }
  .contact-form div.wpforms-container .wpforms-form .choices__list--single .choices__item,
  .contact-form input::placeholder {
    color: rgba(10, 10, 10, 0.4); }
  .contact-form div.wpforms-container .wpforms-form .is-focused .choices__inner, .contact-form div.wpforms-container .wpforms-form .is-open .choices__inner {
    box-shadow: none; }
  @media print, screen and (min-width: 40em) {
    .contact-form div.wpforms-container-full .wpforms-form ul {
      display: flex;
      flex-wrap: wrap; } }
  .contact-form div.wpforms-container-full .wpforms-form ul li {
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .contact-form div.wpforms-container-full .wpforms-form ul li {
        margin-right: 6rem !important; } }
  .contact-form div.wpforms-container-full .wpforms-form input[type=checkbox] + .wpforms-field-label-inline {
    padding-left: 3.7rem;
    cursor: pointer; }
    .contact-form div.wpforms-container-full .wpforms-form input[type=checkbox] + .wpforms-field-label-inline:before {
      content: "";
      position: absolute;
      top: 0.8rem;
      left: 0;
      width: 1.6rem;
      height: 1.6rem;
      border: 1px solid #0a0a0a; }
  .contact-form div.wpforms-container-full .wpforms-form input[type=checkbox]:checked + .wpforms-field-label-inline:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.747%207.2l-3.76%203.76-1.625-1.624-.962.961%202.587%202.587%204.722-4.722z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    background-size: 2rem;
    top: 0.6rem;
    left: -0.2rem;
    width: 1.6rem;
    height: 1.6rem; }
  .contact-form div.wpforms-container-full .wpforms-form input[type=radio] + .wpforms-field-label-inline {
    padding-left: 3.7rem;
    cursor: pointer; }
    .contact-form div.wpforms-container-full .wpforms-form input[type=radio] + .wpforms-field-label-inline:before {
      content: "";
      position: absolute;
      top: 0.8rem;
      left: 0;
      width: 1.6rem;
      height: 1.6rem;
      border: 1px solid #0a0a0a;
      border-radius: 1.6rem; }
  .contact-form div.wpforms-container-full .wpforms-form input[type=radio]:checked + .wpforms-field-label-inline:after {
    content: "";
    position: absolute;
    top: 1.3rem;
    left: 0.5rem;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #0a0a0a;
    border-radius: 0.6rem; }
  .contact-form div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    display: flex;
    flex-direction: row-reverse; }
  .contact-form div.wpforms-container-full .wpforms-form input[type=submit], .contact-form div.wpforms-container-full .wpforms-form button[type=submit], .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-weight: 700;
    text-transform: lowercase;
    white-space: nowrap;
    color: #fefefe;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    transition: all 0.4s;
    padding: 0.8rem 12.2rem 1rem;
    font-size: 2.3rem;
    line-height: 3.2rem;
    border: none;
    border-radius: 0px;
    background-color: #FCBC00;
    color: #fefefe;
    margin-top: 6rem;
    transition: background-color 0.4s; }
    .contact-form div.wpforms-container-full .wpforms-form input[type=submit]:hover.has-icon .icon, .contact-form div.wpforms-container-full .wpforms-form button[type=submit]:hover.has-icon .icon, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button:hover.has-icon .icon {
      left: 0.5rem; }
    .contact-form div.wpforms-container-full .wpforms-form input[type=submit].is-prime, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].is-prime, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.is-prime {
      background-color: #2F3777; }
    .contact-form div.wpforms-container-full .wpforms-form input[type=submit].is-second, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].is-second, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.is-second {
      background-color: #0a0a0a; }
    .contact-form div.wpforms-container-full .wpforms-form input[type=submit].is-third, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].is-third, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.is-third {
      color: #2F3777;
      background-color: #fefefe; }
    .contact-form div.wpforms-container-full .wpforms-form input[type=submit].has-icon, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].has-icon, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.has-icon {
      position: relative; }
      .contact-form div.wpforms-container-full .wpforms-form input[type=submit].has-icon .icon, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].has-icon .icon, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.has-icon .icon {
        width: 5rem;
        height: 5rem;
        position: absolute;
        top: -0.1rem;
        left: 0;
        transition: left 0.4s; }
    .contact-form div.wpforms-container-full .wpforms-form input[type=submit].has-icon-only, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].has-icon-only, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.has-icon-only {
      padding: 0; }
    .contact-form div.wpforms-container-full .wpforms-form input[type=submit].is-big, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].is-big, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.is-big {
      padding: 2.2rem 12.2rem 2.6rem;
      font-size: 2.3rem;
      line-height: 3.2rem; }
      .contact-form div.wpforms-container-full .wpforms-form input[type=submit].is-big.has-icon, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].is-big.has-icon, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.is-big.has-icon {
        padding: 1.5rem 15.9rem 1.5rem 0.9rem;
        line-height: 5rem; }
    .contact-form div.wpforms-container-full .wpforms-form input[type=submit].is-medium, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].is-medium, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.is-medium {
      padding: 0.8rem 12.2rem 1rem;
      font-size: 2.3rem;
      line-height: 3.2rem; }
      .contact-form div.wpforms-container-full .wpforms-form input[type=submit].is-medium.has-icon, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].is-medium.has-icon, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.is-medium.has-icon {
        padding: 1rem 2rem 1rem 5.4rem;
        line-height: 2.8rem; }
    .contact-form div.wpforms-container-full .wpforms-form input[type=submit].is-small, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].is-small, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.is-small {
      padding: 0 6.9rem 0.1rem 4.3rem;
      font-size: 1.5rem;
      line-height: 2.1rem;
      letter-spacing: 0.06rem;
      font-weight: 600;
      position: relative;
      color: #2F3777; }
      .contact-form div.wpforms-container-full .wpforms-form input[type=submit].is-small:hover:before, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].is-small:hover:before, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.is-small:hover:before {
        -webkit-animation: widthani 0.4s;
                animation: widthani 0.4s; }
      .contact-form div.wpforms-container-full .wpforms-form input[type=submit].is-small:before, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].is-small:before, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.is-small:before {
        content: "";
        position: absolute;
        top: 1.1rem;
        left: 0;
        height: 0.1rem;
        width: 3.5rem;
        background-color: #2F3777; }
        .contact-form div.wpforms-container-full .wpforms-form input[type=submit].is-small:before.is-primary, .contact-form div.wpforms-container-full .wpforms-form input[type=submit].is-small:before.is-second, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].is-small:before.is-primary, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].is-small:before.is-second, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.is-small:before.is-primary, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.is-small:before.is-second {
          background-color: #fefefe; }
    .contact-form div.wpforms-container-full .wpforms-form input[type=submit].is-rounded, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].is-rounded, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.is-rounded {
      border-radius: 2.5rem; }
    .contact-form div.wpforms-container-full .wpforms-form input[type=submit].has-border, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].has-border, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.has-border {
      background-color: transparent; }
      .contact-form div.wpforms-container-full .wpforms-form input[type=submit].has-border.is-primary, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].has-border.is-primary, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.has-border.is-primary {
        border: 1px solid #2F3777;
        color: #2F3777; }
      .contact-form div.wpforms-container-full .wpforms-form input[type=submit].has-border.is-second, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].has-border.is-second, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.has-border.is-second {
        border: 1px solid #0a0a0a;
        color: #0a0a0a; }
      .contact-form div.wpforms-container-full .wpforms-form input[type=submit].has-border.is-third, .contact-form div.wpforms-container-full .wpforms-form button[type=submit].has-border.is-third, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button.has-border.is-third {
        border: 1px solid #fefefe;
        color: #fefefe; }
    .contact-form div.wpforms-container-full .wpforms-form input[type=submit]:focus, .contact-form div.wpforms-container-full .wpforms-form input[type=submit]:hover, .contact-form div.wpforms-container-full .wpforms-form button[type=submit]:focus, .contact-form div.wpforms-container-full .wpforms-form button[type=submit]:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button:focus, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
      outline: none; }
    .contact-form div.wpforms-container-full .wpforms-form input[type=submit][disabled], .contact-form div.wpforms-container-full .wpforms-form button[type=submit][disabled], .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button[disabled] {
      cursor: not-allowed; }

@keyframes widthani {
  from {
    width: 0; }
  to {
    width: 35px; } }
    .contact-form div.wpforms-container-full .wpforms-form input[type=submit]:hover, .contact-form div.wpforms-container-full .wpforms-form button[type=submit]:hover, .contact-form div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
      background-color: #2F3777;
      border: none; }
  .contact-form div.wpforms-container .wpforms-form .choices[data-type*="select-one"]:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M25.47%2026.067L19.404%2020%2017%2022.405l8.47%208.469%208.471-8.469L31.537%2020z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    border: none;
    height: 3rem;
    width: 3rem;
    background-size: cover;
    background-position: center;
    top: 0.6rem;
    right: 0; }
  .contact-form div.wpforms-container .wpforms-form .choices[data-type*="select-one"].is-open:after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M31.537%2030.874l-6.066-6.066-6.066%206.066L17%2028.47%2025.471%2020l8.47%208.47z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    top: 0.4rem;
    margin: 0; }
  .contact-form div.wpforms-container .wpforms-form .is-open .choices__list--dropdown {
    box-shadow: none;
    border: none;
    border-radius: 0px; }
  .contact-form div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
    font-weight: 600;
    padding: 0 1rem;
    color: rgba(10, 10, 10, 0.4); }
  .contact-form div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item--selectable.is-highlighted {
    color: #0a0a0a;
    background-color: #F1F7FD; }

.b-dialog {
  /* hide custom backdrop when native dialogs are supported */
  /* ensure layout if dialog element is not supported */ }
  .b-dialog::-webkit-backdrop {
    background: rgba(0, 0, 0, 0.1); }
  .b-dialog::backdrop {
    background: rgba(0, 0, 0, 0.1); }
  .b-dialog .backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1); }
  .b-dialog[data-a11y-dialog-native] .backdrop {
    display: none; }
  .b-dialog .dialog[open] {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    margin: 0;
    padding: 1em;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .b-dialog[aria-hidden='true'] {
    display: none; }

.footer {
  padding-top: 9rem; }
  .page-template-home .footer {
    padding-top: 0; }
  .footer-sidebar-top {
    background-color: #FCBC00;
    color: #2F3777;
    text-align: center;
    padding: 4.4rem 0 3.6rem; }
    @media print, screen and (min-width: 64em) {
      .footer-sidebar-top .cell {
        display: flex;
        align-items: center;
        justify-content: center; } }
    .footer-sidebar-top .cell p {
      font-weight: 300;
      font-size: 2.5rem;
      line-height: 3.5rem; }
      @media print, screen and (max-width: 63.99875em) {
        .footer-sidebar-top .cell p {
          margin-bottom: 3rem; } }
      @media print, screen and (min-width: 64em) {
        .footer-sidebar-top .cell p {
          margin: 0 1.8rem 0 0; } }
    .footer-sidebar-top .cell .footer__cta {
      font-weight: 700;
      text-transform: lowercase;
      white-space: nowrap;
      color: #fefefe;
      cursor: pointer;
      padding: 0;
      text-decoration: none;
      transition: all 0.4s; }
      .footer-sidebar-top .cell .footer__cta:hover.has-icon .icon {
        left: 0.5rem; }
      .footer-sidebar-top .cell .footer__cta.is-prime {
        background-color: #2F3777; }
      .footer-sidebar-top .cell .footer__cta.is-second {
        background-color: #0a0a0a; }
      .footer-sidebar-top .cell .footer__cta.is-third {
        color: #2F3777;
        background-color: #fefefe; }
      .footer-sidebar-top .cell .footer__cta.has-icon {
        position: relative; }
        .footer-sidebar-top .cell .footer__cta.has-icon .icon {
          width: 5rem;
          height: 5rem;
          position: absolute;
          top: -0.1rem;
          left: 0;
          transition: left 0.4s; }
      .footer-sidebar-top .cell .footer__cta.has-icon-only {
        padding: 0; }
      .footer-sidebar-top .cell .footer__cta.is-big {
        padding: 2.2rem 12.2rem 2.6rem;
        font-size: 2.3rem;
        line-height: 3.2rem; }
        .footer-sidebar-top .cell .footer__cta.is-big.has-icon {
          padding: 1.5rem 15.9rem 1.5rem 0.9rem;
          line-height: 5rem; }
      .footer-sidebar-top .cell .footer__cta.is-medium {
        padding: 0.8rem 12.2rem 1rem;
        font-size: 2.3rem;
        line-height: 3.2rem; }
        .footer-sidebar-top .cell .footer__cta.is-medium.has-icon {
          padding: 1rem 2rem 1rem 5.4rem;
          line-height: 2.8rem; }
      .footer-sidebar-top .cell .footer__cta.is-small {
        padding: 0 6.9rem 0.1rem 4.3rem;
        font-size: 1.5rem;
        line-height: 2.1rem;
        letter-spacing: 0.06rem;
        font-weight: 600;
        position: relative;
        color: #2F3777; }
        .footer-sidebar-top .cell .footer__cta.is-small:hover:before {
          -webkit-animation: widthani 0.4s;
                  animation: widthani 0.4s; }
        .footer-sidebar-top .cell .footer__cta.is-small:before {
          content: "";
          position: absolute;
          top: 1.1rem;
          left: 0;
          height: 0.1rem;
          width: 3.5rem;
          background-color: #2F3777; }
          .footer-sidebar-top .cell .footer__cta.is-small:before.is-primary, .footer-sidebar-top .cell .footer__cta.is-small:before.is-second {
            background-color: #fefefe; }
      .footer-sidebar-top .cell .footer__cta.is-rounded {
        border-radius: 2.5rem; }
      .footer-sidebar-top .cell .footer__cta.has-border {
        background-color: transparent; }
        .footer-sidebar-top .cell .footer__cta.has-border.is-primary {
          border: 1px solid #2F3777;
          color: #2F3777; }
        .footer-sidebar-top .cell .footer__cta.has-border.is-second {
          border: 1px solid #0a0a0a;
          color: #0a0a0a; }
        .footer-sidebar-top .cell .footer__cta.has-border.is-third {
          border: 1px solid #fefefe;
          color: #fefefe; }
      .footer-sidebar-top .cell .footer__cta:focus, .footer-sidebar-top .cell .footer__cta:hover {
        outline: none; }
      .footer-sidebar-top .cell .footer__cta[disabled] {
        cursor: not-allowed; }

@keyframes widthani {
  from {
    width: 0; }
  to {
    width: 35px; } }
  .footer-sidebar-bottom {
    background-color: #2F3777;
    color: #fefefe;
    padding: 1.2rem 0 1.5rem; }
    .footer-sidebar-bottom .bottom-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media print, screen and (max-width: 39.99875em) {
        .footer-sidebar-bottom .bottom-wrap {
          flex-direction: column; } }
  .footer-copyright {
    display: flex;
    align-items: center;
    font-size: 1rem;
    line-height: 3rem; }
    .footer-copyright .footer__company {
      display: inline-block;
      font-size: 1.8rem;
      font-weight: 700;
      letter-spacing: -0.2px;
      margin-left: 1.4rem; }
  .footer-year {
    font-size: 1.2rem;
    line-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .footer-year .b-sidebar {
      margin-right: 5rem; }
    .footer-year .menu {
      display: flex;
      align-items: center;
      padding: 0;
      margin: 0;
      list-style: none; }
      .footer-year .menu li:not(:last-child) a {
        margin-right: 1.5rem; }
      .footer-year .menu a {
        color: #fefefe;
        text-decoration: none; }

.header-banner__slide {
  height: 100vh;
  text-align: center;
  min-height: 48rem;
  position: relative; }
  .is-small .header-banner__slide {
    max-height: 65rem; }
  .is-left .header-banner__slide {
    text-align: left; }

.header-banner__video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
  top: 0;
  left: 0; }

.header-banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
  top: 0;
  left: 0; }

.header-banner__content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.header-banner__title {
  font-size: 9rem;
  line-height: 9.5rem;
  font-weight: 800;
  margin: 0 0 2rem;
  color: #fefefe; }
  .is-small .header-banner__title {
    margin-bottom: 5rem; }

.header-banner__cta {
  font-weight: 700;
  text-transform: lowercase;
  white-space: nowrap;
  color: #fefefe;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  transition: all 0.4s; }
  .header-banner__cta:hover.has-icon .icon {
    left: 0.5rem; }
  .header-banner__cta.is-prime {
    background-color: #2F3777; }
  .header-banner__cta.is-second {
    background-color: #0a0a0a; }
  .header-banner__cta.is-third {
    color: #2F3777;
    background-color: #fefefe; }
  .header-banner__cta.has-icon {
    position: relative; }
    .header-banner__cta.has-icon .icon {
      width: 5rem;
      height: 5rem;
      position: absolute;
      top: -0.1rem;
      left: 0;
      transition: left 0.4s; }
  .header-banner__cta.has-icon-only {
    padding: 0; }
  .header-banner__cta.is-big {
    padding: 2.2rem 12.2rem 2.6rem;
    font-size: 2.3rem;
    line-height: 3.2rem; }
    .header-banner__cta.is-big.has-icon {
      padding: 1.5rem 15.9rem 1.5rem 0.9rem;
      line-height: 5rem; }
  .header-banner__cta.is-medium {
    padding: 0.8rem 12.2rem 1rem;
    font-size: 2.3rem;
    line-height: 3.2rem; }
    .header-banner__cta.is-medium.has-icon {
      padding: 1rem 2rem 1rem 5.4rem;
      line-height: 2.8rem; }
  .header-banner__cta.is-small {
    padding: 0 6.9rem 0.1rem 4.3rem;
    font-size: 1.5rem;
    line-height: 2.1rem;
    letter-spacing: 0.06rem;
    font-weight: 600;
    position: relative;
    color: #2F3777; }
    .header-banner__cta.is-small:hover:before {
      -webkit-animation: widthani 0.4s;
              animation: widthani 0.4s; }
    .header-banner__cta.is-small:before {
      content: "";
      position: absolute;
      top: 1.1rem;
      left: 0;
      height: 0.1rem;
      width: 3.5rem;
      background-color: #2F3777; }
      .header-banner__cta.is-small:before.is-primary, .header-banner__cta.is-small:before.is-second {
        background-color: #fefefe; }
  .header-banner__cta.is-rounded {
    border-radius: 2.5rem; }
  .header-banner__cta.has-border {
    background-color: transparent; }
    .header-banner__cta.has-border.is-primary {
      border: 1px solid #2F3777;
      color: #2F3777; }
    .header-banner__cta.has-border.is-second {
      border: 1px solid #0a0a0a;
      color: #0a0a0a; }
    .header-banner__cta.has-border.is-third {
      border: 1px solid #fefefe;
      color: #fefefe; }
  .header-banner__cta:focus, .header-banner__cta:hover {
    outline: none; }
  .header-banner__cta[disabled] {
    cursor: not-allowed; }

@keyframes widthani {
  from {
    width: 0; }
  to {
    width: 35px; } }

@media print, screen and (min-width: 64em) {
  .header-banner .header-bullets {
    bottom: 1.6rem; } }

.header-banner .header-bullets.is-hidden {
  display: none; }

.header-banner .header-bullets .swiper-pagination-bullet {
  border: 1px solid #fefefe;
  background-color: transparent;
  opacity: 1; }
  .header-banner .header-bullets .swiper-pagination-bullet:only-child {
    display: none; }
  .header-banner .header-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    cursor: default;
    background-color: #fefefe; }

.b-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: background-color 0.4s, -webkit-transform 0.4s;
  transition: background-color 0.4s, transform 0.4s;
  transition: background-color 0.4s, transform 0.4s, -webkit-transform 0.4s; }
  .b-header:not(.is-expanded).is-up {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .b-header.is-white {
    background-color: #fefefe; }
  .b-header.is-black {
    background-color: #0a0a0a; }
    .b-header.is-black .header-nav-wrap {
      background-color: #0a0a0a; }
      .b-header.is-black .header-nav-wrap .menu .menu-item .menu-link {
        color: #fefefe; }
  .b-header.is-white .header-menu-btn span, .b-header.is-dark-font .header-menu-btn span,
  .error404 .b-header .header-menu-btn span {
    background-color: #2F3777; }
  .b-header.is-white .header-menu-btn:hover span, .b-header.is-dark-font .header-menu-btn:hover span,
  .error404 .b-header .header-menu-btn:hover span {
    background-color: #FCBC00; }
  .b-header.is-white .header-nav-wrap .menu .menu-item .sub-open-btn .arrow-right, .b-header.is-dark-font .header-nav-wrap .menu .menu-item .sub-open-btn .arrow-right,
  .error404 .b-header .header-nav-wrap .menu .menu-item .sub-open-btn .arrow-right {
    fill: #2F3777; }
  .b-header.is-white .header-nav-wrap .menu .menu-item .sub-wrap, .b-header.is-dark-font .header-nav-wrap .menu .menu-item .sub-wrap,
  .error404 .b-header .header-nav-wrap .menu .menu-item .sub-wrap {
    background-color: #fefefe; }
  .b-header.is-white .header-nav-wrap .menu .menu-item .sub-close-btn .arrow-left, .b-header.is-dark-font .header-nav-wrap .menu .menu-item .sub-close-btn .arrow-left,
  .error404 .b-header .header-nav-wrap .menu .menu-item .sub-close-btn .arrow-left {
    fill: #2F3777; }
  @media print, screen and (min-width: 64em) {
    .b-header.has-megamenu.is-white .header-nav-wrap .menu .menu-item .menu-link, .b-header.has-megamenu.is-dark-font .header-nav-wrap .menu .menu-item .menu-link,
    .error404 .b-header.has-megamenu .header-nav-wrap .menu .menu-item .menu-link {
      color: #2F3777; } }
  .b-header.has-megamenu.is-white .header__bottom-box .header__text-box, .b-header.has-megamenu.is-dark-font .header__bottom-box .header__text-box,
  .error404 .b-header.has-megamenu .header__bottom-box .header__text-box {
    color: #0a0a0a; }
    .b-header.has-megamenu.is-white .header__bottom-box .header__text-box .header__contact a, .b-header.has-megamenu.is-dark-font .header__bottom-box .header__text-box .header__contact a,
    .error404 .b-header.has-megamenu .header__bottom-box .header__text-box .header__contact a {
      color: #0a0a0a; }
  @media print, screen and (min-width: 64em) {
    .b-header.has-megamenu .header-menu-btn {
      display: none; } }
  @media print, screen and (min-width: 64em) {
    .b-header.has-megamenu .header-inner {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  @media print, screen and (min-width: 64em) {
    .b-header.has-megamenu .header-nav-wrap {
      opacity: 1;
      visibility: visible;
      pointer-events: all;
      position: static;
      height: auto;
      width: auto;
      top: inherit;
      left: inherit;
      max-width: inherit;
      padding: 0;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }
  @media print, screen and (min-width: 64em) {
    .b-header.has-megamenu .header-nav-wrap .header__bottom-box {
      display: none; } }
  @media print, screen and (min-width: 64em) {
    .b-header.has-megamenu .header-nav-wrap .header-navi {
      display: flex; } }
  @media print, screen and (min-width: 64em) {
    .b-header.has-megamenu .header-nav-wrap .menu {
      margin: 0;
      flex-direction: row;
      justify-content: start; }
      .b-header.has-megamenu .header-nav-wrap .menu > .menu-item {
        margin-right: 2rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 64em) {
    .b-header.has-megamenu .header-nav-wrap .menu .menu-item .menu-link {
      font-size: 1.5rem;
      letter-spacing: 0.06rem;
      color: #2F3777; } }
  @media print, screen and (min-width: 64em) {
      .b-header.has-megamenu .header-nav-wrap .menu .menu-item .sub-open-btn,
      .b-header.has-megamenu .header-nav-wrap .menu .menu-item .sub-wrap {
        display: none !important; } }
  .b-header.is-expanded {
    background-color: #fefefe; }
    .b-header.is-expanded.is-black {
      background-color: #0a0a0a; }
      .b-header.is-expanded.is-black .header-nav-wrap {
        background-color: #0a0a0a; }
        .b-header.is-expanded.is-black .header-nav-wrap .menu .menu-item .menu-link {
          color: #fefefe; }
          .b-header.is-expanded.is-black .header-nav-wrap .menu .menu-item .menu-link:hover {
            color: #2F3777;
            text-decoration: none; }
          .b-header.is-expanded.is-black .header-nav-wrap .menu .menu-item .menu-link:focus {
            color: #2F3777;
            text-decoration: none; }
      .b-header.is-expanded.is-black .header-menu-btn:hover span {
        background-color: #2F3777; }
      .b-header.is-expanded.is-black .header-menu-btn span {
        background-color: #fefefe; }
    .b-header.is-expanded .header-nav-wrap {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      background-color: #fefefe; }
    .b-header.is-expanded .header-menu-btn span {
      background-color: #0a0a0a; }
  .b-header .grid-container {
    transition: padding 0.4s; }
    @media print, screen and (max-width: 39.99875em) {
      .b-header .grid-container {
        padding: 0 0 0 2rem; } }
  .b-header .header-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .b-header .header-site-link {
    padding: 1rem 0;
    display: block;
    height: 100%; }
  .b-header .header-logo {
    width: auto;
    height: 5rem;
    position: relative; }
  .b-header .header-menu-btn {
    width: 5rem;
    height: 5rem;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .b-header .header-menu-btn:hover span {
      background-color: #FCBC00; }
    .b-header .header-menu-btn span {
      display: block;
      width: 1.5rem;
      height: 0.3rem;
      background-color: #2F3777;
      transition: all 0.4s;
      position: relative; }
    .b-header .header-menu-btn span + span {
      margin-top: 0.3rem; }
    .b-header .header-menu-btn.active span:nth-child(1) {
      -webkit-animation: ease 0.4s top forwards;
              animation: ease 0.4s top forwards; }
    .b-header .header-menu-btn.not-active span:nth-child(1) {
      -webkit-animation: ease 0.4s top-2 forwards;
              animation: ease 0.4s top-2 forwards; }
    .b-header .header-menu-btn.active span:nth-child(2) {
      -webkit-animation: ease 0.4s scaled forwards;
              animation: ease 0.4s scaled forwards; }
    .b-header .header-menu-btn.not-active span:nth-child(2) {
      -webkit-animation: ease 0.4s scaled-2 forwards;
              animation: ease 0.4s scaled-2 forwards; }
    .b-header .header-menu-btn.active span:nth-child(3) {
      -webkit-animation: ease 0.4s bottom forwards;
              animation: ease 0.4s bottom forwards; }
    .b-header .header-menu-btn.not-active span:nth-child(3) {
      -webkit-animation: ease 0.4s bottom-2 forwards;
              animation: ease 0.4s bottom-2 forwards; }
  .b-header .header-nav-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: fixed;
    background-color: transparent;
    top: 7rem;
    right: 0;
    min-width: 28rem;
    max-width: 56rem;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 5rem);
    height: calc((var(--vh, 1vh) * 100) - 5rem);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    padding: 5rem 6.8rem;
    transition: padding 0.4s, opacity 0.4s, background-color 0.4s, -webkit-transform 0.4s;
    transition: padding 0.4s, opacity 0.4s, transform 0.4s, background-color 0.4s;
    transition: padding 0.4s, opacity 0.4s, transform 0.4s, background-color 0.4s, -webkit-transform 0.4s; }
    @media screen and (max-width: 560px) {
      .b-header .header-nav-wrap {
        padding: 5rem 2rem; } }
    .b-header .header-nav-wrap .header__bottom-box {
      margin-top: 10rem; }
      .b-header .header-nav-wrap .header__bottom-box .header__text-box {
        display: flex;
        flex-wrap: wrap;
        color: #fefefe; }
        .b-header .header-nav-wrap .header__bottom-box .header__text-box h6 {
          margin: 0 0 0.7rem; }
        .b-header .header-nav-wrap .header__bottom-box .header__text-box .header__address-box {
          margin-right: 5rem; }
          .b-header .header-nav-wrap .header__bottom-box .header__text-box .header__address-box p {
            font-size: 1.6rem;
            line-height: 3rem;
            margin: 0; }
        .b-header .header-nav-wrap .header__bottom-box .header__text-box .header__contact a {
          color: #fefefe;
          display: block;
          text-decoration: none;
          font-size: 1.6rem;
          line-height: 3rem;
          margin: 0; }
    .b-header .header-nav-wrap .navi,
    .b-header .header-nav-wrap .menu-main-container,
    .b-header .header-nav-wrap .menu {
      height: 100%; }
    .b-header .header-nav-wrap .menu {
      list-style: none;
      text-align: left;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 0;
      margin: 0; }
      .b-header .header-nav-wrap .menu .menu-item {
        text-transform: lowercase;
        position: relative; }
        .b-header .header-nav-wrap .menu .menu-item .menu-link {
          font-size: 2rem;
          line-height: 5rem;
          font-weight: 700;
          display: inline-block;
          text-decoration: none;
          color: #0a0a0a;
          transition: color 0.4s ease-in-out; }
          .b-header .header-nav-wrap .menu .menu-item .menu-link:hover {
            color: #FCBC00;
            text-decoration: none; }
          .b-header .header-nav-wrap .menu .menu-item .menu-link:focus {
            color: #FCBC00;
            text-decoration: none; }
        .b-header .header-nav-wrap .menu .menu-item .sub-open-btn {
          position: absolute;
          right: 0;
          top: 0;
          background-color: transparent;
          border: none; }
          @media screen and (max-width: 560px) {
            .b-header .header-nav-wrap .menu .menu-item .sub-open-btn {
              right: -2rem; } }
          .b-header .header-nav-wrap .menu .menu-item .sub-open-btn .arrow-right {
            fill: #2F3777; }
        .b-header .header-nav-wrap .menu .menu-item .sub-wrap {
          position: fixed;
          z-index: 2;
          background-color: #0a0a0a;
          top: 0;
          right: 0;
          max-width: 56rem;
          width: 100%;
          height: calc(100vh - 5rem);
          height: calc((var(--vh, 1vh) * 100) - 5rem);
          -webkit-transform: translateX(100%);
                  transform: translateX(100%);
          opacity: 0;
          padding: 5rem 6.8rem;
          transition: padding 0.4s, opacity 0.4s, -webkit-transform 0.4s;
          transition: padding 0.4s, transform 0.4s, opacity 0.4s;
          transition: padding 0.4s, transform 0.4s, opacity 0.4s, -webkit-transform 0.4s; }
          @media screen and (max-width: 560px) {
            .b-header .header-nav-wrap .menu .menu-item .sub-wrap {
              padding: 5rem 2rem; } }
          .b-header .header-nav-wrap .menu .menu-item .sub-wrap.is-open {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
            opacity: 1; }
          .b-header .header-nav-wrap .menu .menu-item .sub-wrap .sub-menu {
            padding: 0;
            list-style: none; }
          .b-header .header-nav-wrap .menu .menu-item .sub-wrap .grid-container {
            padding: 0; }
        .b-header .header-nav-wrap .menu .menu-item .sub-close-btn {
          position: absolute;
          left: 0;
          top: 0;
          background-color: transparent;
          border: none; }
          .b-header .header-nav-wrap .menu .menu-item .sub-close-btn .arrow-left {
            fill: #2F3777; }

@-webkit-keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    top: 0.6rem;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    top: 0.6rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }

@keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    top: 0.6rem;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    top: 0.6rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }

@-webkit-keyframes top-2 {
  0% {
    top: 0.6rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  50% {
    top: 0.6rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes top-2 {
  0% {
    top: 0.6rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  50% {
    top: 0.6rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    bottom: 0.6rem;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    bottom: 0.6rem;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); } }

@keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    bottom: 0.6rem;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    bottom: 0.6rem;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); } }

@-webkit-keyframes bottom-2 {
  0% {
    bottom: 0.6rem;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  50% {
    bottom: 0.6rem;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes bottom-2 {
  0% {
    bottom: 0.6rem;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  50% {
    bottom: 0.6rem;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@-webkit-keyframes scaled {
  50% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes scaled {
  50% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.image-gallery {
  position: relative;
  z-index: 1; }
  .image-gallery.is-regular {
    padding: 6.4rem 0;
    background-color: rgba(10, 10, 10, 0.05); }
    .image-gallery.is-regular .image-gallery-container {
      max-width: 117rem;
      margin: 0 auto; }
    .image-gallery.is-regular .image-gallery-pagination {
      margin-top: 5.5rem; }
    .image-gallery.is-regular .image-gallery-prev,
    .image-gallery.is-regular .image-gallery-next {
      display: none; }
  .image-gallery__title {
    font-size: 4.5rem;
    line-height: 5rem;
    font-weight: 700;
    margin: 0 0 4.5rem;
    text-align: center; }
  .image-gallery-container {
    position: static; }
  .image-gallery__wrapper {
    margin: 0;
    padding: 0;
    list-style: none; }
  .image-gallery__figcaption {
    padding: 0 1rem; }
    @media print, screen and (min-width: 40em) {
      .image-gallery__figcaption {
        padding: 0 1.5rem; } }
  .image-gallery-next {
    right: 0;
    border: none;
    width: 5rem;
    height: 5rem;
    border-radius: 0;
    background-color: transparent;
    background: #fefefe; }
    .image-gallery-next.swiper-button-disabled {
      opacity: .3; }
    .image-gallery-next:after {
      display: none; }
  .image-gallery-prev {
    left: 0;
    border: none;
    width: 5rem;
    height: 5rem;
    border-radius: 0;
    background-color: transparent;
    background: #fefefe; }
    .image-gallery-prev.swiper-button-disabled {
      opacity: .3; }
    .image-gallery-prev:after {
      display: none; }
  .image-gallery-pagination, .image-gallery-numbers {
    max-width: 117rem; }
  .image-gallery-pagination {
    position: static;
    height: 0.1rem !important;
    margin: 3rem auto;
    background-color: rgba(10, 10, 10, 0.3); }
    .image-gallery-pagination .swiper-pagination-progressbar-fill {
      background-color: #0a0a0a; }
  .image-gallery-numbers {
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.2rem;
    letter-spacing: 0.019rem; }

.is-block .logowall__title,
.is-slider .logowall__title {
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 700;
  margin: 0 0 5.8rem;
  text-align: center; }

.is-info .logowall__title {
  font-size: 9rem;
  line-height: 9.5rem;
  font-weight: 800;
  margin: 0 0 3rem; }

@media print, screen and (min-width: 64em) {
  .is-info .logowall__wrap {
    flex-direction: row-reverse; } }

.logowall__logos {
  justify-content: center; }

@media print, screen and (min-width: 40em) {
  .is-slider .logowall__logo {
    padding: 0 1.5rem; } }

.logowall__logo--inner {
  width: 100%;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center; }

.logowall__link {
  max-width: 80%;
  max-height: 80%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.logowall .logo-bullets {
  position: relative; }
  .logowall .logo-bullets.is-hidden {
    display: none; }
  .logowall .logo-bullets .swiper-pagination-bullet {
    border: 1px solid #0a0a0a;
    background-color: #fefefe;
    opacity: 1; }
    .logowall .logo-bullets .swiper-pagination-bullet:only-child {
      display: none; }
    .logowall .logo-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      cursor: default;
      background-color: #0a0a0a; }

.b-pagination {
  margin-top: 4rem;
  text-align: center; }
  .b-pagination .page-numbers {
    position: relative;
    padding: 0 0.2rem;
    text-decoration: none;
    color: #0a0a0a; }
    .b-pagination .page-numbers.prev {
      background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M8.47.307L0%208.777l8.47%208.47%202.404-2.404-6.066-6.066%206.066-6.067z%22%2F%3E%3C%2Fsvg%3E);
      background-repeat: no-repeat;
      overflow: hidden;
      text-indent: -9999px;
      background-position: 3px 6px;
      background-size: 0.9rem; }
    .b-pagination .page-numbers.next {
      background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2218%22%20viewBox%3D%220%200%2011%2018%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.404.307L0%202.71l6.066%206.067L0%2014.843l2.404%202.404%208.47-8.47z%22%2F%3E%3C%2Fsvg%3E);
      background-repeat: no-repeat;
      overflow: hidden;
      text-indent: -9999px;
      background-position: 4px 6px;
      background-size: 0.9rem; }
    .b-pagination .page-numbers.current {
      font-weight: 700; }
      .b-pagination .page-numbers.current + .page-numbers {
        padding-left: 4.5rem; }
        .b-pagination .page-numbers.current + .page-numbers:hover::before {
          -webkit-animation: widthani 0.4s;
                  animation: widthani 0.4s; }
        .b-pagination .page-numbers.current + .page-numbers::before {
          content: "";
          position: absolute;
          top: 1.2rem;
          left: 0.2rem;
          width: 3.5rem;
          height: 0.1rem;
          background-color: #0a0a0a; }
    .b-pagination .page-numbers.is-previous {
      padding-right: 4.5rem; }
      .b-pagination .page-numbers.is-previous:hover::before {
        -webkit-animation: widthani 0.4s;
                animation: widthani 0.4s; }
      .b-pagination .page-numbers.is-previous::before {
        content: "";
        position: absolute;
        top: 1.2rem;
        right: 0.2rem;
        width: 3.5rem;
        height: 0.1rem;
        background-color: #0a0a0a; }

.b-searchform {
  position: relative;
  display: flex;
  padding-left: 5rem;
  margin-top: 2.4rem;
  margin-left: -1.5rem; }
  @media print, screen and (min-width: 64em) {
    .b-searchform.is-small .searchform-input {
      width: 0; } }
  .is-white .b-searchform .searchform-input,
  .is-dark-font .b-searchform .searchform-input,
  .error404 .b-searchform .searchform-input {
    color: #0a0a0a;
    border-color: #0a0a0a; }
  .is-white .b-searchform .searchform-submit .search,
  .is-white .b-searchform .searchform-open-btn .search,
  .is-dark-font .b-searchform .searchform-submit .search,
  .is-dark-font .b-searchform .searchform-open-btn .search,
  .error404 .b-searchform .searchform-submit .search,
  .error404 .b-searchform .searchform-open-btn .search {
    fill: #0a0a0a; }
  @media print, screen and (min-width: 64em) {
    .has-megamenu .b-searchform {
      margin: 1rem 2rem 1rem 0; } }
  @media print, screen and (min-width: 64em) {
    .has-megamenu .b-searchform.is-small .searchform-open-btn {
      opacity: 1;
      visibility: visible;
      pointer-events: all; } }
  @media print, screen and (min-width: 64em) {
    .has-megamenu .b-searchform.is-small .searchform-submit {
      pointer-events: none; } }
  .b-searchform ::-webkit-input-placeholder {
    color: #fefefe; }
  .b-searchform :-ms-input-placeholder {
    color: #fefefe; }
  .b-searchform ::placeholder {
    color: #fefefe; }
    .is-white .b-searchform ::-webkit-input-placeholder, .is-dark-font .b-searchform ::-webkit-input-placeholder, .error404 .b-searchform ::-webkit-input-placeholder {
      color: #0a0a0a; }
    .is-white .b-searchform :-ms-input-placeholder, .is-dark-font .b-searchform :-ms-input-placeholder, .error404 .b-searchform :-ms-input-placeholder {
      color: #0a0a0a; }
    .is-white .b-searchform ::placeholder,
    .is-dark-font .b-searchform ::placeholder,
    .error404 .b-searchform ::placeholder {
      color: #0a0a0a; }
  .b-searchform .searchform-open-btn {
    border: none;
    background-color: transparent;
    outline: none;
    position: absolute;
    top: -1rem;
    left: 0;
    z-index: 5;
    padding: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
    .b-searchform .searchform-open-btn:hover .search {
      fill: #2F3777; }
    .b-searchform .searchform-open-btn .icon-search {
      height: 5rem;
      width: 5rem; }
    .b-searchform .searchform-open-btn .search {
      fill: #fefefe;
      transition: fill 0.4s; }
      .b-searchform .searchform-open-btn .search.is-white, .b-searchform .searchform-open-btn .search.is-dark-font,
      .error404 .b-searchform .searchform-open-btn .search {
        color: #0a0a0a; }
  .b-searchform .searchform-input {
    position: relative;
    z-index: 1;
    font-size: 1.5rem;
    line-height: 2.9rem;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    border-bottom: 1px solid #fefefe;
    width: 20rem;
    padding: 0;
    color: #fefefe;
    transition: width 0.4s; }
    .b-searchform .searchform-input:focus-visible {
      outline: none; }
    .b-searchform .searchform-input.is-white, .b-searchform .searchform-input.is-dark-font,
    .error404 .b-searchform .searchform-input {
      color: #0a0a0a;
      border-color: #0a0a0a; }
  .b-searchform .searchform-submit {
    border: none;
    background-color: transparent;
    outline: none;
    position: absolute;
    top: -1rem;
    left: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: width 0.4s; }
    .b-searchform .searchform-submit:hover .search {
      fill: #2F3777; }
    .b-searchform .searchform-submit .icon-search {
      height: 5rem;
      width: 5rem; }
    .b-searchform .searchform-submit .search {
      fill: #fefefe;
      transition: fill 0.4s; }
      .b-searchform .searchform-submit .search.is-white, .b-searchform .searchform-submit .search.is-dark-font,
      .error404 .b-searchform .searchform-submit .search {
        color: #0a0a0a; }

.b-select {
  position: relative;
  margin-bottom: 2.4rem;
  font-size: 1.6rem; }
  .b-select:focus {
    outline: none; }
  .b-select:last-child {
    margin-bottom: 0; }
  .b-select.is-disabled .select-inner,
  .b-select.is-disabled .select-input {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #eaeaea;
    cursor: not-allowed; }
  .b-select.is-disabled .select-item {
    cursor: not-allowed; }
  .b-select[data-type*="select-one"] {
    cursor: pointer; }
    .b-select[data-type*="select-one"] .select-inner {
      padding-bottom: .75rem; }
    .b-select[data-type*="select-one"] .select-input {
      display: block;
      width: 100%;
      margin: 0;
      border-bottom: 1px solid #ddd;
      padding: 1rem;
      background-color: #fff; }
      .b-select[data-type*="select-one"] .select-input.is-hidden {
        display: none; }
    .b-select[data-type*="select-one"] .select-button {
      opacity: 0.5;
      position: absolute;
      top: 50%;
      right: 0;
      width: 2rem;
      height: 2rem;
      margin-top: -1rem;
      margin-right: 2.5rem;
      border-radius: 10em;
      padding: 0;
      background-image: url("../../node_modules/choices.js/assets/icons/cross-inverse.svg");
      background-size: .8rem; }
      .b-select[data-type*="select-one"] .select-button:hover, .b-select[data-type*="select-one"] .select-button:focus {
        opacity: 1; }
      .b-select[data-type*="select-one"] .select-button:focus {
        box-shadow: 0 0 0 2px #00bcd4; }
    .b-select[data-type*="select-one"]::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 11.5px;
      width: 0;
      height: 0;
      margin-top: -2.5px;
      border-width: 5px;
      border-style: solid;
      border-color: #333 transparent transparent transparent;
      pointer-events: none; }
    .b-select[data-type*="select-one"].is-open::after {
      margin-top: -7.5px;
      border-color: transparent transparent #333 transparent; }
    .b-select[data-type*="select-one"][dir="rtl"]::after {
      right: auto;
      left: 11.5px; }
    .b-select[data-type*="select-one"][dir="rtl"] .select-button {
      right: auto;
      left: 0;
      margin-right: 0;
      margin-left: 25px; }
  .b-select[data-type*="select-multiple"] .select-inner, .b-select[data-type*="text"] .select-inner {
    cursor: text; }
  .b-select[data-type*="select-multiple"] .select-button, .b-select[data-type*="text"] .select-button {
    opacity: 0.75;
    position: relative;
    display: inline-block;
    width: 0.8rem;
    margin: -0.4rem 0 0.8rem;
    border-left: 1px solid #008fa1;
    padding-left: 1.6rem;
    line-height: 1;
    background-image: url("../../node_modules/choices.js/assets/icons/cross.svg");
    background-size: 0.8rem; }
    .b-select[data-type*="select-multiple"] .select-button:hover, .b-select[data-type*="select-multiple"] .select-button:focus, .b-select[data-type*="text"] .select-button:hover, .b-select[data-type*="text"] .select-button:focus {
      opacity: 1; }
  .b-select .select-inner {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    min-height: 44px;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 7.5px 7.5px 3.75px;
    font-size: 1.4rem;
    vertical-align: top;
    background-color: #f9f9f9; }
    .is-focused .b-select .select-inner,
    .is-open .b-select .select-inner {
      border-color: #b7b7b7; }
    .is-open .b-select .select-inner {
      border-radius: 0.25rem 0.25rem 0 0; }
    .is-flipped.is-open .b-select .select-inner {
      border-radius: 0 0 0.25rem 0.25rem; }
  .b-select .select-list {
    margin: 0;
    padding-left: 0;
    list-style: none; }
  .b-select .select-list-single {
    display: inline-block;
    width: 100%;
    padding: 4px 16px 4px 4px; }
    [dir="rtl"] .b-select .select-list-single {
      padding-right: 4px;
      padding-left: 16px; }
    .b-select .select-list-single .select-item {
      width: 100%; }
  .b-select .select-list-multiple {
    display: inline; }
    .b-select .select-list-multiple .select-item {
      display: inline-block;
      margin-right: 3.75px;
      margin-bottom: 3.75px;
      border: 1px solid #00a5bb;
      border-radius: 2rem;
      padding: 4px 10px;
      font-size: 1.2rem;
      font-weight: 500;
      word-break: break-all;
      vertical-align: middle;
      color: #fff;
      background-color: #00bcd4; }
      .b-select .select-list-multiple .select-item[data-deletable] {
        padding-right: 5px; }
      [dir="rtl"] .b-select .select-list-multiple .select-item {
        margin-right: 0;
        margin-left: 3.75px; }
      .b-select .select-list-multiple .select-item.is-highlighted {
        border: 1px solid #008fa1;
        background-color: #00a5bb; }
      .is-disabled .b-select .select-list-multiple .select-item {
        border: 1px solid #919191;
        background-color: #aaaaaa; }
  .b-select .select-list-dropdown {
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 1;
    display: none;
    width: 100%;
    margin-top: -1px;
    border: 1px solid #ddd;
    word-break: break-all;
    background-color: #fff;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
    .b-select .select-list-dropdown.is-active {
      display: block; }
    .is-open .b-select .select-list-dropdown {
      border-color: #b7b7b7; }
    .is-flipped .b-select .select-list-dropdown {
      top: auto;
      bottom: 100%;
      margin-top: 0;
      margin-bottom: -1px;
      border-radius: 0.25rem 0.25rem 0 0; }
    .b-select .select-list-dropdown .select-list {
      overflow: auto;
      position: relative;
      max-height: 300px;
      -webkit-overflow-scrolling: touch;
      will-change: scroll-position; }
    .b-select .select-list-dropdown .select-item {
      position: relative;
      padding: 10px;
      font-size: 1.4rem; }
      [dir="rtl"] .b-select .select-list-dropdown .select-item {
        text-align: right; }
    @media (min-width: 640px) {
      .b-select .select-list-dropdown .select-item-selectable {
        padding-right: 100px; }
        .b-select .select-list-dropdown .select-item-selectable::after {
          content: attr(data-select-text);
          opacity: 0;
          position: absolute;
          top: 50%;
          right: 10px;
          font-size: 1.2rem;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        [dir="rtl"] .b-select .select-list-dropdown .select-item-selectable {
          padding-right: 10px;
          padding-left: 100px;
          text-align: right; }
          [dir="rtl"] .b-select .select-list-dropdown .select-item-selectable::after {
            right: auto;
            left: 10px; } }
    .b-select .select-list-dropdown .select-item-selectable.is-highlighted {
      background-color: #f2f2f2; }
      .b-select .select-list-dropdown .select-item-selectable.is-highlighted::after {
        opacity: 0.5; }
  .b-select .select-item {
    cursor: default; }
  .b-select .select-item-selectable {
    cursor: pointer; }
  .b-select .select-item-disabled {
    opacity: 0.5;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: not-allowed; }
  .b-select .select-heading {
    border-bottom: 1px solid #f7f6f6;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #807f7f; }
  .b-select .select-button {
    -webkit-appearance: none;
            appearance: none;
    border: 0;
    text-indent: -9999px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
    .b-select .select-button:focus {
      outline: none; }
  .b-select .select-input {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    padding: 4px 0 4px 2px;
    font-size: 1.4rem;
    vertical-align: baseline;
    background-color: #f9f9f9; }
    .b-select .select-input:focus {
      outline: 0; }
    [dir="rtl"] .b-select .select-input {
      padding-right: 2px;
      padding-left: 0; }
  .b-select .select-placeholder {
    opacity: 0.5; }

.socials__title {
  margin: 3.3rem 0 2.3rem;
  color: #fefefe; }
  .is-white .socials__title,
  .is-dark-font .socials__title,
  .error404 .socials__title {
    color: #0a0a0a; }

.socials__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  .socials__list .list-item {
    margin-right: 2rem;
    margin-bottom: 1rem; }
  .socials__list .social-item {
    border: 1px solid #fefefe;
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; }
    .is-white .socials__list .social-item,
    .is-dark-font .socials__list .social-item,
    .error404 .socials__list .social-item {
      border-color: #0a0a0a; }
  .socials__list a.social-item {
    transition: border-color 0.4s; }
    .socials__list a.social-item:hover {
      border-color: #2F3777; }
  .socials__list .social-img {
    max-width: 2rem;
    max-height: 2rem;
    -webkit-filter: invert(1);
            filter: invert(1); }
    .is-white .socials__list .social-img,
    .is-dark-font .socials__list .social-img,
    .error404 .socials__list .social-img {
      -webkit-filter: invert(0);
              filter: invert(0); }

.spacer {
  padding: 1rem; }
  .spacer.is-20 {
    padding: 2rem; }
  .spacer.is-64 {
    padding: 6.4rem; }
  .spacer.is-116 {
    padding: 11.6rem; }

.team-members {
  padding: 12rem 0;
  margin-top: 9rem;
  background-image: linear-gradient(270deg, rgba(47, 55, 119, 0.2) 0%, rgba(252, 188, 0, 0.2) 100%); }
  @media print, screen and (max-width: 39.99875em) {
    .team-members {
      margin-top: 6rem; } }
  .team-members.is-clean .grid-x {
    justify-content: center; }
  .team-members.is-clean .team-members-name {
    margin-top: 1rem;
    padding-top: 1.8rem;
    border-top: 1px solid #0a0a0a; }
  .team-members.is-round {
    text-align: center; }
    .team-members.is-round .grid-x {
      justify-content: center; }
    .team-members.is-round .team-members__img {
      max-width: 24rem;
      margin: 0 auto;
      border-radius: 50%;
      overflow: hidden; }
  .team-members.is-modern .grid-x {
    justify-content: center; }
  .team-members.is-modern .team-members-item {
    position: relative;
    padding-left: 9rem; }
    @media print, screen and (max-width: 39.99875em) {
      .team-members.is-modern .team-members-item {
        padding-left: 6rem; } }
  .team-members.is-modern .team-members-name {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 4rem;
    margin: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    word-break: break-all; }
    @media print, screen and (max-width: 39.99875em) {
      .team-members.is-modern .team-members-name {
        left: 1rem; } }
  .team-members.is-modern .team-members-position {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 3.4rem 0 2rem; }
  .team-members.is-magazine .team-members-name {
    margin-top: 1rem;
    padding-top: 1.8rem;
    border-top: 1px solid #0a0a0a; }
  .team-members__title {
    font-size: 4.5rem;
    line-height: 5rem;
    font-weight: 700;
    margin: 0 0 6rem;
    text-align: center; }
    @media print, screen and (max-width: 39.99875em) {
      .team-members__title {
        margin: 0 0 3rem; } }
  .team-members-item {
    margin: 0 0 3rem; }
  .team-members-name {
    font-size: 2rem;
    line-height: 3.5rem;
    font-weight: 700;
    margin: 1.8rem 0 0; }
  .team-members-position {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 300; }

.teaserblock.is-small .teaser__title {
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.06rem;
  margin: 1.8rem 0; }

.teaserblock.is-large {
  max-width: 170rem; }
  .teaserblock.is-large .teaser__title {
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-weight: 700; }

.teaserblock__title {
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 5.6rem; }
  .is-large .teaserblock__title {
    text-align: left;
    margin: 0 auto 3.3rem; }
  .is-small .teaserblock__title {
    font-size: 3.5rem;
    line-height: 3.6rem;
    font-weight: 700;
    margin: 0 auto 6.4rem; }

.teaserblock .teaser {
  margin-bottom: 3rem; }
  .teaserblock .teaser__title {
    font-size: 2rem;
    line-height: 3.5rem;
    font-weight: 700;
    margin: 2rem 0; }
  .teaserblock .teaser__link {
    font-weight: 700;
    text-transform: lowercase;
    white-space: nowrap;
    color: #fefefe;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    transition: all 0.4s; }
    .teaserblock .teaser__link:hover.has-icon .icon {
      left: 0.5rem; }
    .teaserblock .teaser__link.is-prime {
      background-color: #2F3777; }
    .teaserblock .teaser__link.is-second {
      background-color: #0a0a0a; }
    .teaserblock .teaser__link.is-third {
      color: #2F3777;
      background-color: #fefefe; }
    .teaserblock .teaser__link.has-icon {
      position: relative; }
      .teaserblock .teaser__link.has-icon .icon {
        width: 5rem;
        height: 5rem;
        position: absolute;
        top: -0.1rem;
        left: 0;
        transition: left 0.4s; }
    .teaserblock .teaser__link.has-icon-only {
      padding: 0; }
    .teaserblock .teaser__link.is-big {
      padding: 2.2rem 12.2rem 2.6rem;
      font-size: 2.3rem;
      line-height: 3.2rem; }
      .teaserblock .teaser__link.is-big.has-icon {
        padding: 1.5rem 15.9rem 1.5rem 0.9rem;
        line-height: 5rem; }
    .teaserblock .teaser__link.is-medium {
      padding: 0.8rem 12.2rem 1rem;
      font-size: 2.3rem;
      line-height: 3.2rem; }
      .teaserblock .teaser__link.is-medium.has-icon {
        padding: 1rem 2rem 1rem 5.4rem;
        line-height: 2.8rem; }
    .teaserblock .teaser__link.is-small {
      padding: 0 6.9rem 0.1rem 4.3rem;
      font-size: 1.5rem;
      line-height: 2.1rem;
      letter-spacing: 0.06rem;
      font-weight: 600;
      position: relative;
      color: #2F3777; }
      .teaserblock .teaser__link.is-small:hover:before {
        -webkit-animation: widthani 0.4s;
                animation: widthani 0.4s; }
      .teaserblock .teaser__link.is-small:before {
        content: "";
        position: absolute;
        top: 1.1rem;
        left: 0;
        height: 0.1rem;
        width: 3.5rem;
        background-color: #2F3777; }
        .teaserblock .teaser__link.is-small:before.is-primary, .teaserblock .teaser__link.is-small:before.is-second {
          background-color: #fefefe; }
    .teaserblock .teaser__link.is-rounded {
      border-radius: 2.5rem; }
    .teaserblock .teaser__link.has-border {
      background-color: transparent; }
      .teaserblock .teaser__link.has-border.is-primary {
        border: 1px solid #2F3777;
        color: #2F3777; }
      .teaserblock .teaser__link.has-border.is-second {
        border: 1px solid #0a0a0a;
        color: #0a0a0a; }
      .teaserblock .teaser__link.has-border.is-third {
        border: 1px solid #fefefe;
        color: #fefefe; }
    .teaserblock .teaser__link:focus, .teaserblock .teaser__link:hover {
      outline: none; }
    .teaserblock .teaser__link[disabled] {
      cursor: not-allowed; }

@keyframes widthani {
  from {
    width: 0; }
  to {
    width: 35px; } }

.thirdtwothirds {
  padding: 8.4rem 0; }
  .thirdtwothirds .cell :first-child {
    margin-top: 0; }
  .thirdtwothirds .cell :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 64em) {
    .thirdtwothirds .wpforms-form {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap; } }
  @media print, screen and (min-width: 64em) {
    .thirdtwothirds .wpforms-form .wpforms-head-container {
      width: 37.5%; } }
  @media print, screen and (min-width: 64em) {
    .thirdtwothirds .wpforms-form .wpforms-field-container {
      width: calc(62.5% - 30px);
      margin-left: 3rem;
      padding-bottom: 6rem; } }
  @media print, screen and (min-width: 64em) {
    .thirdtwothirds .wpforms-form .wpforms-submit-container {
      position: absolute !important;
      right: 0;
      bottom: 0; } }
  .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-title {
    font-size: 4.5rem;
    line-height: 5rem;
    font-weight: 700;
    margin: 0 0 3rem; }
  .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-description {
    margin-bottom: 0; }
  .thirdtwothirds div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
  .thirdtwothirds div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
  .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%; }
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=date],
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=datetime],
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=datetime-local],
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=email],
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=month],
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=number],
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=password],
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=range],
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=search],
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=tel],
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=text],
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=time],
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=url],
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=week],
  .thirdtwothirds div.wpforms-container-full .wpforms-form select,
  .thirdtwothirds div.wpforms-container-full .wpforms-form textarea {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #0a0a0a;
    border-left: none;
    border-radius: 0;
    padding-left: 0;
    font-family: "Rubik";
    color: #0a0a0a;
    background-color: transparent; }
  .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #0a0a0a; }
  .thirdtwothirds div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: #ff0000; }
  .thirdtwothirds textarea {
    resize: none; }
  .thirdtwothirds div.wpforms-container-full .wpforms-form ul,
  .thirdtwothirds div.wpforms-container-full .wpforms-form ul li {
    position: relative; }
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit],
  .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit],
  .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-weight: 700;
    text-transform: lowercase;
    white-space: nowrap;
    color: #fefefe;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    transition: all 0.4s;
    margin-top: 6rem;
    border: none;
    border-radius: 0;
    padding: 0.8rem 12.2rem 1rem;
    font-size: 2.3rem;
    line-height: 3.2rem;
    color: #fefefe;
    background-color: #2F3777;
    transition: background-color 0.4s; }
    .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit]:hover.has-icon .icon,
    .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit]:hover.has-icon .icon,
    .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button:hover.has-icon .icon {
      left: 0.5rem; }
    .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].is-prime,
    .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].is-prime,
    .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.is-prime {
      background-color: #2F3777; }
    .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].is-second,
    .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].is-second,
    .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.is-second {
      background-color: #0a0a0a; }
    .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].is-third,
    .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].is-third,
    .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.is-third {
      color: #2F3777;
      background-color: #fefefe; }
    .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].has-icon,
    .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].has-icon,
    .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.has-icon {
      position: relative; }
      .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].has-icon .icon,
      .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].has-icon .icon,
      .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.has-icon .icon {
        width: 5rem;
        height: 5rem;
        position: absolute;
        top: -0.1rem;
        left: 0;
        transition: left 0.4s; }
    .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].has-icon-only,
    .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].has-icon-only,
    .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.has-icon-only {
      padding: 0; }
    .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].is-big,
    .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].is-big,
    .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.is-big {
      padding: 2.2rem 12.2rem 2.6rem;
      font-size: 2.3rem;
      line-height: 3.2rem; }
      .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].is-big.has-icon,
      .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].is-big.has-icon,
      .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.is-big.has-icon {
        padding: 1.5rem 15.9rem 1.5rem 0.9rem;
        line-height: 5rem; }
    .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].is-medium,
    .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].is-medium,
    .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.is-medium {
      padding: 0.8rem 12.2rem 1rem;
      font-size: 2.3rem;
      line-height: 3.2rem; }
      .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].is-medium.has-icon,
      .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].is-medium.has-icon,
      .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.is-medium.has-icon {
        padding: 1rem 2rem 1rem 5.4rem;
        line-height: 2.8rem; }
    .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].is-small,
    .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].is-small,
    .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.is-small {
      padding: 0 6.9rem 0.1rem 4.3rem;
      font-size: 1.5rem;
      line-height: 2.1rem;
      letter-spacing: 0.06rem;
      font-weight: 600;
      position: relative;
      color: #2F3777; }
      .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].is-small:hover:before,
      .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].is-small:hover:before,
      .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.is-small:hover:before {
        -webkit-animation: widthani 0.4s;
                animation: widthani 0.4s; }
      .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].is-small:before,
      .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].is-small:before,
      .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.is-small:before {
        content: "";
        position: absolute;
        top: 1.1rem;
        left: 0;
        height: 0.1rem;
        width: 3.5rem;
        background-color: #2F3777; }
        .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].is-small:before.is-primary, .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].is-small:before.is-second,
        .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].is-small:before.is-primary,
        .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].is-small:before.is-second,
        .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.is-small:before.is-primary,
        .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.is-small:before.is-second {
          background-color: #fefefe; }
    .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].is-rounded,
    .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].is-rounded,
    .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.is-rounded {
      border-radius: 2.5rem; }
    .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].has-border,
    .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].has-border,
    .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.has-border {
      background-color: transparent; }
      .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].has-border.is-primary,
      .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].has-border.is-primary,
      .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.has-border.is-primary {
        border: 1px solid #2F3777;
        color: #2F3777; }
      .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].has-border.is-second,
      .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].has-border.is-second,
      .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.has-border.is-second {
        border: 1px solid #0a0a0a;
        color: #0a0a0a; }
      .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit].has-border.is-third,
      .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit].has-border.is-third,
      .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button.has-border.is-third {
        border: 1px solid #fefefe;
        color: #fefefe; }
    .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit]:focus, .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit]:hover,
    .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit]:focus,
    .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit]:hover,
    .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
    .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
      outline: none; }
    .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit][disabled],
    .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit][disabled],
    .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button[disabled] {
      cursor: not-allowed; }

@keyframes widthani {
  from {
    width: 0; }
  to {
    width: 35px; } }
    .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=submit]:hover,
    .thirdtwothirds div.wpforms-container-full .wpforms-form button[type=submit]:hover,
    .thirdtwothirds div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
      background-color: #0a0a0a; }
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=checkbox],
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=radio] {
    display: none; }
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=checkbox] + .wpforms-field-label-inline {
    padding-left: 3.7rem;
    cursor: pointer; }
    .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=checkbox] + .wpforms-field-label-inline::before {
      content: "";
      position: absolute;
      top: 0.8rem;
      left: 0;
      width: 1.6rem;
      height: 1.6rem;
      border: 1px solid #0a0a0a; }
  .thirdtwothirds div.wpforms-container-full .wpforms-form input[type=checkbox]:checked + .wpforms-field-label-inline::after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.747%207.2l-3.76%203.76-1.625-1.624-.962.961%202.587%202.587%204.722-4.722z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0.6rem;
    left: -0.2rem;
    width: 1.6rem;
    height: 1.6rem;
    background-size: 2rem; }
  .thirdtwothirds input::-webkit-input-placeholder {
    color: rgba(10, 10, 10, 0.4); }
  .thirdtwothirds input:-ms-input-placeholder {
    color: rgba(10, 10, 10, 0.4); }
  .thirdtwothirds input::placeholder {
    color: rgba(10, 10, 10, 0.4); }

.video .player {
  width: 100%; }

:root {
  --plyr-color-main: #2A63FF !important; }

.wysiwyg {
  padding: 8.4rem 0; }
  .wysiwyg.has-bg {
    background-color: #FCBC00; }
  .wysiwyg .cell :first-child {
    margin-top: 0; }
  .wysiwyg .cell :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 64em) {
    .wysiwyg .wpforms-form {
      position: relative;
      display: flex;
      align-items: center;
      flex-wrap: wrap; } }
  @media print, screen and (min-width: 64em) {
    .wysiwyg .wpforms-form .wpforms-head-container {
      width: 37.5%; } }
  @media print, screen and (min-width: 64em) {
    .wysiwyg .wpforms-form .wpforms-field-container {
      width: calc(62.5% - 30px);
      margin-left: 3rem;
      padding-bottom: 6rem; } }
  @media print, screen and (min-width: 64em) {
    .wysiwyg .wpforms-form .wpforms-submit-container {
      position: absolute !important;
      right: 0;
      bottom: 0; } }
  .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-title {
    font-size: 4.5rem;
    line-height: 5rem;
    font-weight: 700;
    margin: 0 0 3rem; }
  .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-description {
    margin-bottom: 0; }
  .wysiwyg div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
  .wysiwyg div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
  .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%; }
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=date],
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=datetime],
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=datetime-local],
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=email],
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=month],
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=number],
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=password],
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=range],
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=search],
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=tel],
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=text],
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=time],
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=url],
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=week],
  .wysiwyg div.wpforms-container-full .wpforms-form select,
  .wysiwyg div.wpforms-container-full .wpforms-form textarea {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #0a0a0a;
    border-left: none;
    border-radius: 0;
    padding-left: 0;
    font-family: "Rubik";
    color: #0a0a0a;
    background-color: transparent; }
  .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #0a0a0a; }
  .wysiwyg div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: #ff0000; }
  .wysiwyg textarea {
    resize: none; }
  .wysiwyg div.wpforms-container-full .wpforms-form ul,
  .wysiwyg div.wpforms-container-full .wpforms-form ul li {
    position: relative; }
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit],
  .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit],
  .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-weight: 700;
    text-transform: lowercase;
    white-space: nowrap;
    color: #fefefe;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    transition: all 0.4s;
    margin-top: 6rem;
    border: none;
    border-radius: 0;
    padding: 0.8rem 12.2rem 1rem;
    font-size: 2.3rem;
    line-height: 3.2rem;
    color: #fefefe;
    background-color: #2F3777;
    transition: background-color 0.4s; }
    .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit]:hover.has-icon .icon,
    .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit]:hover.has-icon .icon,
    .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button:hover.has-icon .icon {
      left: 0.5rem; }
    .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].is-prime,
    .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].is-prime,
    .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.is-prime {
      background-color: #2F3777; }
    .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].is-second,
    .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].is-second,
    .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.is-second {
      background-color: #0a0a0a; }
    .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].is-third,
    .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].is-third,
    .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.is-third {
      color: #2F3777;
      background-color: #fefefe; }
    .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].has-icon,
    .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].has-icon,
    .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.has-icon {
      position: relative; }
      .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].has-icon .icon,
      .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].has-icon .icon,
      .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.has-icon .icon {
        width: 5rem;
        height: 5rem;
        position: absolute;
        top: -0.1rem;
        left: 0;
        transition: left 0.4s; }
    .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].has-icon-only,
    .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].has-icon-only,
    .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.has-icon-only {
      padding: 0; }
    .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].is-big,
    .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].is-big,
    .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.is-big {
      padding: 2.2rem 12.2rem 2.6rem;
      font-size: 2.3rem;
      line-height: 3.2rem; }
      .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].is-big.has-icon,
      .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].is-big.has-icon,
      .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.is-big.has-icon {
        padding: 1.5rem 15.9rem 1.5rem 0.9rem;
        line-height: 5rem; }
    .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].is-medium,
    .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].is-medium,
    .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.is-medium {
      padding: 0.8rem 12.2rem 1rem;
      font-size: 2.3rem;
      line-height: 3.2rem; }
      .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].is-medium.has-icon,
      .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].is-medium.has-icon,
      .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.is-medium.has-icon {
        padding: 1rem 2rem 1rem 5.4rem;
        line-height: 2.8rem; }
    .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].is-small,
    .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].is-small,
    .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.is-small {
      padding: 0 6.9rem 0.1rem 4.3rem;
      font-size: 1.5rem;
      line-height: 2.1rem;
      letter-spacing: 0.06rem;
      font-weight: 600;
      position: relative;
      color: #2F3777; }
      .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].is-small:hover:before,
      .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].is-small:hover:before,
      .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.is-small:hover:before {
        -webkit-animation: widthani 0.4s;
                animation: widthani 0.4s; }
      .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].is-small:before,
      .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].is-small:before,
      .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.is-small:before {
        content: "";
        position: absolute;
        top: 1.1rem;
        left: 0;
        height: 0.1rem;
        width: 3.5rem;
        background-color: #2F3777; }
        .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].is-small:before.is-primary, .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].is-small:before.is-second,
        .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].is-small:before.is-primary,
        .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].is-small:before.is-second,
        .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.is-small:before.is-primary,
        .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.is-small:before.is-second {
          background-color: #fefefe; }
    .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].is-rounded,
    .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].is-rounded,
    .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.is-rounded {
      border-radius: 2.5rem; }
    .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].has-border,
    .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].has-border,
    .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.has-border {
      background-color: transparent; }
      .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].has-border.is-primary,
      .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].has-border.is-primary,
      .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.has-border.is-primary {
        border: 1px solid #2F3777;
        color: #2F3777; }
      .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].has-border.is-second,
      .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].has-border.is-second,
      .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.has-border.is-second {
        border: 1px solid #0a0a0a;
        color: #0a0a0a; }
      .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit].has-border.is-third,
      .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit].has-border.is-third,
      .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button.has-border.is-third {
        border: 1px solid #fefefe;
        color: #fefefe; }
    .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit]:focus, .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit]:hover,
    .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit]:focus,
    .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit]:hover,
    .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button:focus,
    .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
      outline: none; }
    .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit][disabled],
    .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit][disabled],
    .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button[disabled] {
      cursor: not-allowed; }

@keyframes widthani {
  from {
    width: 0; }
  to {
    width: 35px; } }
    .wysiwyg div.wpforms-container-full .wpforms-form input[type=submit]:hover,
    .wysiwyg div.wpforms-container-full .wpforms-form button[type=submit]:hover,
    .wysiwyg div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
      background-color: #0a0a0a; }
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=checkbox],
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=radio] {
    display: none; }
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=checkbox] + .wpforms-field-label-inline {
    padding-left: 3.7rem;
    cursor: pointer; }
    .wysiwyg div.wpforms-container-full .wpforms-form input[type=checkbox] + .wpforms-field-label-inline::before {
      content: "";
      position: absolute;
      top: 0.8rem;
      left: 0;
      width: 1.6rem;
      height: 1.6rem;
      border: 1px solid #0a0a0a; }
  .wysiwyg div.wpforms-container-full .wpforms-form input[type=checkbox]:checked + .wpforms-field-label-inline::after {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.747%207.2l-3.76%203.76-1.625-1.624-.962.961%202.587%202.587%204.722-4.722z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 0.6rem;
    left: -0.2rem;
    width: 1.6rem;
    height: 1.6rem;
    background-size: 2rem; }
  .wysiwyg input::-webkit-input-placeholder {
    color: rgba(10, 10, 10, 0.4); }
  .wysiwyg input:-ms-input-placeholder {
    color: rgba(10, 10, 10, 0.4); }
  .wysiwyg input::placeholder {
    color: rgba(10, 10, 10, 0.4); }
/*# sourceMappingURL=styles.css.map */