.container,
.container_fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  margin-left: -2rem;
  margin-right: -2rem;
  display: flex;
  flex-wrap: wrap;
}
.row.space_btw {
  justify-content: space-between;
}
.row.j_center {
  justify-content: center;
}
.row.a_center {
  align-items: center;
}
div[class^="col"] {
  position: relative;
  min-height: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.col-pull-0 {
  right: auto;
}
.col-pull-1 {
  right: 8.33333%;
}
.col-pull-2 {
  right: 16.66667%;
}
.col-pull-3 {
  right: 25%;
}
.col-pull-4 {
  right: 33.33333%;
}
.col-pull-5 {
  right: 41.66667%;
}
.col-pull-6 {
  right: 50%;
}
.col-pull-7 {
  right: 58.33333%;
}
.col-pull-8 {
  right: 66.66667%;
}
.col-pull-9 {
  right: 75%;
}
.col-pull-10 {
  right: 83.33333%;
}
.col-pull-11 {
  right: 91.66667%;
}
.col-pull-12 {
  right: 100%;
}
.col-push-0 {
  left: auto;
}
.col-push-1 {
  left: 8.33333%;
}
.col-push-2 {
  left: 16.66667%;
}
.col-push-3 {
  left: 25%;
}
.col-push-4 {
  left: 33.33333%;
}
.col-push-5 {
  left: 41.66667%;
}
.col-push-6 {
  left: 50%;
}
.col-push-7 {
  left: 58.33333%;
}
.col-push-8 {
  left: 66.66667%;
}
.col-push-9 {
  left: 75%;
}
.col-push-10 {
  left: 83.33333%;
}
.col-push-11 {
  left: 91.66667%;
}
.col-push-12 {
  left: 100%;
}
.col-offset-0 {
  margin-left: 0;
}
.col-offset-1 {
  margin-left: 8.33333%;
}
.col-offset-2 {
  margin-left: 16.66667%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-4 {
  margin-left: 33.33333%;
}
.col-offset-5 {
  margin-left: 41.66667%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-7 {
  margin-left: 58.33333%;
}
.col-offset-8 {
  margin-left: 66.66667%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-10 {
  margin-left: 83.33333%;
}
.col-offset-11 {
  margin-left: 91.66667%;
}
.col-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-Bold.eot');
  src: url('../fonts/NeutraText-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NeutraText-Bold.woff2') format('woff2'), url('../fonts/NeutraText-Bold.woff') format('woff'), url('../fonts/NeutraText-Bold.ttf') format('truetype'), url('../fonts/NeutraText-Bold.svg#NeutraText-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-Demi.eot');
  src: url('../fonts/NeutraText-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/NeutraText-Demi.woff2') format('woff2'), url('../fonts/NeutraText-Demi.woff') format('woff'), url('../fonts/NeutraText-Demi.ttf') format('truetype'), url('../fonts/NeutraText-Demi.svg#NeutraText-Demi') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-Book.eot');
  src: url('../fonts/NeutraText-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/NeutraText-Book.woff2') format('woff2'), url('../fonts/NeutraText-Book.woff') format('woff'), url('../fonts/NeutraText-Book.ttf') format('truetype'), url('../fonts/NeutraText-Book.svg#NeutraText-Book') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neutra Text';
  src: url('../fonts/NeutraText-Light.eot');
  src: url('../fonts/NeutraText-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/NeutraText-Light.woff2') format('woff2'), url('../fonts/NeutraText-Light.woff') format('woff'), url('../fonts/NeutraText-Light.ttf') format('truetype'), url('../fonts/NeutraText-Light.svg#NeutraText-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.header {
  position: fixed;
  z-index: 70;
  top: 0;
  left: 0;
  height: 14rem;
  width: 100%;
  background-color: rgba(254, 209, 0, 0);
  transition: background-color 0.3s cubic-bezier(0.4, 0.15, 0, 1), height 0.3s cubic-bezier(0.4, 0.15, 0, 1);
}
.header__inner {
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .header__inner {
    align-items: center;
    flex-flow: column;
    padding-top: 12rem;
    position: absolute;
    top: -45rem;
    left: 0;
    width: 100%;
    transition: top 0.3s cubic-bezier(0.4, 0.15, 0, 1);
  }
  .header__inner::after {
    content: '';
    background-color: #F8CE46;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
  }
  .header__inner.open {
    top: 0;
  }
  .header__inner.open + .header__nav--logo::before {
    -webkit-transform: scale(0) translateX(-50%);
    -ms-transform: scale(0) translateX(-50%);
    transform: scale(0) translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .header__inner {
    transition: height 0.3s cubic-bezier(0.4, 0.15, 0, 1);
    height: 12rem;
    align-items: center;
    justify-content: space-between;
  }
}
.header__nav li,
.header__nav--social li {
  display: flex;
  align-items: center;
}
.header__nav li a,
.header__nav--social li a {
  padding: 1.8rem;
  display: block;
  color: #ffffff;
}
.header__nav li::before,
.header__nav--social li::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 1.2rem;
  flex: 0 0 0.1rem;
  background-color: #F19C07;
}
.header__nav li:first-child::before,
.header__nav--social li:first-child::before {
  display: none;
}
.header__nav {
  width: 100%;
  justify-content: center;
}
@media (max-width: 1199px) {
  .header__nav {
    flex-flow: column;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    padding-right: 3rem;
  }
}
.header__nav .a {
  padding: 1.8rem;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .header__nav .a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.header__nav a {
  position: relative;
  text-transform: uppercase;
  font-size: 1.8rem;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .header__nav a {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .header__nav a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 0.3125rem;
    background-color: #f9b503;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header__nav a:hover::before {
    width: 100%;
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
  }
}
.header__nav li {
  position: relative;
}
@media (max-width: 1199px) {
  .header__nav li {
    flex-flow: column;
  }
  .header__nav li::before {
    width: 1.2rem;
    height: 0.1rem;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .header__nav li::before {
    margin-left: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .header__nav li:nth-child(2) {
    transition: height 0.3s cubic-bezier(0.4, 0.15, 0, 1);
    margin-right: 22rem;
  }
  .header__nav li:nth-child(3)::before {
    display: none;
  }
}
.header__nav--logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50;
  top: 1.6rem;
  transition: flex 0.3s cubic-bezier(0.4, 0.15, 0, 1), top 0.3s cubic-bezier(0.4, 0.15, 0, 1);
  max-width: 9.2rem;
  flex: 0 0 9.2rem;
}
@media (min-width: 1200px) {
  .header__nav--logo {
    max-width: 10rem;
    flex: 0 0 10rem;
  }
}
.header__nav--logo::before {
  position: absolute;
  content: "";
  top: -12rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 23rem;
  height: 23rem;
  background: #F8CE46;
  z-index: -1;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.4, 0.15, 0, 1), top 0.2s cubic-bezier(0.4, 0.15, 0, 1);
}
.header__nav--logo a,
.header__nav--logo img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .header__nav--social {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .header__nav--social {
    position: absolute;
    right: 0;
  }
  .header__nav--social img {
    width: 90%;
  }
  .header__nav--social li {
    margin-bottom: 0.3rem;
  }
}
.header__nav--social li:first-child::before {
  display: none;
}
@media (min-width: 1300px) {
  .header__nav--social {
    right: 2rem;
  }
}
.header.sticky {
  background-color: #F8CE46;
  height: 7rem;
}
.header.sticky .header__inner:not(.open) + .header__nav--logo {
  max-width: 7rem;
  flex: 0 0 7rem;
  top: 0.5rem;
}
.header.sticky .header__inner:not(.open) + .header__nav--logo::before {
  top: -40rem;
}
@media (min-width: 1200px) {
  .header.sticky {
    height: 7.5rem;
  }
  .header.sticky .header__inner {
    height: 8rem;
  }
  .header.sticky .header__nav li:nth-child(2) {
    margin-right: 10rem;
  }
  .header.sticky .header__nav--logo {
    max-width: 8rem;
    flex: 0 0 8rem;
    top: 0.5rem;
  }
  .header.sticky .header__nav--logo::before {
    top: -40rem;
  }
}
.c-nav__icon {
  position: absolute;
  top: 0.75rem;
  right: 0.25rem;
}
@media screen and (max-width: 26.5625em) {
  .c-nav__icon {
    right: 0.25rem;
  }
}
.c-nav__mobile {
  display: none;
  position: absolute;
  z-index: 40;
  top: 4.375rem;
  left: 0;
  width: 100%;
  background-color: #fed100;
  padding: 2.0625rem 0 0;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .c-nav__mobile {
    display: none !important;
  }
}
.c-nav__mobile li {
  display: block;
  width: 100%;
  border-bottom: solid 1px #fed100;
}
.c-nav__mobile li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 4.375rem;
  padding-top: 0.1875rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "NeutraTextTF-BoldAlt";
  font-size: 1.125rem;
  letter-spacing: 0.0625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 26.5625em) {
  .c-nav__mobile li a {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #f8f8f8;
  }
}
.c-nav__mobile li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0.3125rem;
  background-color: #fed100;
  -webkit-transform: translateX(-50%) translateZ(0);
  transform: translateX(-50%) translateZ(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer__nav-item:before,
.footer__nav-logo:after,
.footer__nav-rs-label:after,
.footer__nav-rs-label:before {
  content: "";
}
.footer__nav-items,
.footer__nav-logo {
  display: inline-block;
  vertical-align: top;
}
.footer,
.footer__nav {
  background-color: #fff;
}
.footer a:not(:hover),
.footer__nav a:not(:hover) {
  text-decoration: none;
}
.footer__nav-rs-label {
  border-style: solid;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.footer,
.footer__nav,
.footer__nav-site {
  width: 100%;
  position: relative;
}
.footer {
  margin: auto auto 0;
  overflow: hidden;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.footer__nav {
  font-size: 0;
  background-color: #f5be32;
}
.footer__nav-site {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 40px;
  left: 50%;
  top: 0;
  margin-top: 40px;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.footer__nav-logo {
  position: relative;
  width: 142px;
  height: 104px;
  margin-right: 70px;
  text-decoration: none;
}
.footer__nav-logo:after {
  position: absolute;
  width: 0;
  height: 4px;
  left: calc(50% + 10px);
  bottom: 0;
  background-color: #f5be32;
  -webkit-transform: translate(-50%, 7px);
  transform: translate(-50%, 7px);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer__nav-logo:hover:after {
  width: 30%;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.footer__nav-logo-img {
  width: 100%;
}
.footer__nav-item,
.footer__nav-item:before {
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.footer__nav-items {
  position: relative;
  width: 170px;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .footer__nav-items:nth-child(2) {
    margin-bottom: 1rem;
  }
}
.footer__nav-item {
  position: relative;
  display: block;
  font-size: 14px;
  padding-bottom: 32px;
  text-align: left;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.05em;
  text-indent: 20px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.footer__nav-item:last-child {
  padding-bottom: 0;
}
.footer__nav-item:before {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 5px;
  left: 0;
  background-color: #D2343E;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.footer__nav-item:hover {
  color: #222;
}
.footer__nav-item:hover:before {
  background-color: #222;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
}
.footer__nav-social p {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: -1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
}
.footer__nav-social a {
  width: 4.5rem;
  display: inline-block;
}
.footer__nav-rss {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .footer__nav-rss {
    margin-left: 2.5rem;
  }
}
.footer__nav-rss img {
  width: 15rem;
}
.footer__nav-rss a p {
  font-size: 1.2rem;
}
.footer__nav-rss a:hover {
  text-decoration: none;
}
.footer__nav-rss p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
}
.footer__nav-util {
  position: relative;
  width: 100%;
  min-height: 42px;
  background-color: #EFC85E;
}
.footer__nav-util-link {
  font-size: 1.4rem;
}
.footer__nav-util-links {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.cookie-bt,
.cookie-txt {
  vertical-align: middle;
  color: #fff;
}
.footer__nav-util-link {
  position: relative;
  display: inline-block;
  height: 42px;
  padding: 0 1rem;
  color: #fff;
  line-height: 42px;
  text-decoration: none;
}
.footer__nav-util-link:after,
.footer__nav-util-link:before {
  position: absolute;
  content: "";
}
.footer__nav-util-link:before {
  width: 1px;
  height: 14px;
  top: 15px;
  right: -1px;
  background-color: #fff;
}
.footer__nav-util-link:last-child:before {
  display: none;
}
.footer__nav-util-link:after {
  width: 0;
  height: 4px;
  left: 50%;
  bottom: 0;
  background-color: #f19c07;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer__nav-util-link:hover:after {
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.footer-conseil {
  padding: 15px 0;
  background-color: #E8A93D;
  height: 43px;
  height: auto;
  line-height: 16px;
  font-size: 1.4rem;
}
.footer-conseil,
.footer-conseil a {
  color: #ffffff;
}
.footer-conseil a {
  position: relative;
  text-decoration: none;
}
.footer-conseil a::after {
  position: absolute;
  width: 0;
  height: 4px;
  left: 50%;
  bottom: 0;
  background-color: #fff;
  content: '';
  -webkit-transform: translate(-50%, 4px);
  transform: translate(-50%, 4px);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer-conseil a:hover::after {
  width: 100%;
  -webkit-transform: translate(-50%, 12px);
  transform: translate(-50%, 12px);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .footer__nav-items,
  .footer__nav-logo {
    display: block;
    margin: 0 auto 40px;
  }
  .footer__nav-item:before {
    display: none;
  }
  .footer__nav-item {
    text-align: center;
    text-indent: 0;
  }
}
@media (max-width: 767px) {
  .footer__nav-util-link {
    display: block;
    text-align: center;
  }
  .footer__nav-util-link:before {
    display: none;
  }
}
.bck_pattern {
  background-image: url('/assets/media/pattern-bck.png');
  background-repeat: repeat;
  background-color: #F8CE46;
}
.bck_pattern .col-12 {
  padding-top: 9rem;
  padding-bottom: 7.5rem;
}
.bck_pattern ul a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  color: #ffffff;
  font-weight: 700;
}
.bck_pattern ul a img {
  margin-right: 1rem;
  position: relative;
  top: -0.25rem;
}
@media (min-width: 768px) {
  .bck_pattern ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bck_pattern ul li {
    flex: 0 0 auto;
  }
  .bck_pattern ul li a {
    padding: 1.5rem 3rem;
  }
}
.bck_eurosport {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/assets/media/stade-lights-bck.jpg');
  color: #ffffff;
  padding: 9rem 2.5rem;
}
.bck_eurosport p {
  font-size: 2.2rem;
  margin-top: 0;
}
.bck_eurosport p,
.bck_eurosport picture {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .bck_eurosport p,
  .bck_eurosport picture {
    margin-bottom: 5rem;
  }
}
.bck_plate {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1rem solid #F8CE46;
  background-image: url('/assets/media/justin-bridou-display-sm.jpg');
}
@media (min-width: 768px) {
  .bck_plate {
    background-image: url('/assets/media/justin-bridou-display-lg.jpg');
  }
}
section.bck_primary {
  padding: 4rem 0 3rem;
}
@media (min-width: 768px) {
  section.bck_primary {
    padding: 7rem 0 6rem;
  }
}
section.bck_primary .col-12 {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  section.bck_primary .col-12 {
    flex-flow: column;
  }
  section.bck_primary .col-12 .recomp_2 {
    padding-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  section.bck_primary .col-12 .recomp {
    padding: 0 5rem;
  }
}
section.bck_primary .col-12 .recomp p {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.7rem;
  margin-bottom: 3rem;
}
section.bck_primary .col-12 picture {
  height: 11rem;
}
section.bck_primary .col-12 .recomp_2 picture {
  padding-top: 1rem;
}
section.bck_primary .col-md-8 p {
  margin-top: 0;
}
section.bck_primary .col-md-8 p a {
  text-decoration: underline;
}
.vote_confirm_row {
  padding-bottom: 13rem;
}
@media (max-width: 991px) {
  .vote_confirm_row {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .vote_confirm_row .card__form {
    min-height: 54rem;
  }
}
.vote_confirmed .vote_confirm_row {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .vote_confirmed .vote_confirm_row {
    padding-top: 13rem;
    margin-top: -13rem;
  }
}
.is_404 h1 {
  font-size: 15rem;
  font-weight: 500;
  margin-bottom: 0;
}
.is_404 h1::after {
  display: none;
}
.is_404 .banner {
  height: 100vh;
  padding: 2rem 0;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/assets/media/404-v2.jpg');
}
@media (min-width: 768px) {
  .is_404 .banner {
    background-image: url('/assets/media/404-v2.jpg');
    padding-top: 20rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) {
  .is_404 .banner .card {
    padding: 1rem 13.5rem 4.2rem;
  }
}
.is_404 .banner a {
  font-size: 2rem;
  font-weight: 500;
}
.is_404 .banner p {
  margin-top: 0;
}
.banner {
  z-index: 1;
  padding-top: 12rem;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/assets/media/justin-sponsor-main-img-mobile.jpg');
}
@media (min-width: 768px) {
  .banner {
    background-image: url('/assets/media/justin-sponsor-main-img.jpg');
    padding-top: 20rem;
    padding-bottom: 11rem;
  }
}
.banner .container {
  z-index: 5;
}
@media (max-width: 767px) {
  .banner .container .col-12 {
    top: 8rem;
  }
}
.banner .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner .img_row {
  align-items: center;
  margin: 0.5rem 0 1rem;
}
@media (max-width: 767px) {
  .banner .img_row .picture {
    flex: 0 0 40%;
    max-width: 40%;
    display: block;
    text-align: center;
  }
  .banner .img_row .picture:first-child img {
    max-width: 85%;
  }
}
.banner .img_row .sep {
  margin: 0 2rem;
  background-color: #F8CE46;
  width: 0.1rem;
  height: 100%;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .banner .img_row .sep {
    margin: 2.5rem 0;
    width: 100%;
    height: 0.1rem;
    max-width: 8.3rem;
    order: 1;
  }
}
@media (min-width: 768px) {
  .banner .img_row {
    flex-flow: column;
    justify-content: center;
    flex: 0 0 10rem;
  }
  .banner .img_row .picture:first-child {
    order: 2;
    border-right: 0;
  }
  .banner .img_row .picture:last-child {
    order: 0;
  }
}
@media (min-width: 768px) {
  .banner .content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: 4rem;
  }
  .banner .content p {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .banner__v2 .card__lg {
    padding: 4rem 6.2rem;
  }
}
@media (max-width: 767px) {
  .banner__v3 {
    padding-bottom: 20rem;
  }
}
.btn {
  border: 0;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s cubic-bezier(0.4, 0.15, 0, 1);
}
.btn_secondary {
  background-color: #D2343E;
}
.btn_secondary.back_to_top {
  position: absolute;
  top: -4rem;
  width: 8rem;
  height: 8rem;
}
.btn_secondary.back_to_top img {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .btn_secondary.back_to_top {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
}
@media (min-width: 768px) {
  .btn_secondary.back_to_top {
    right: 4rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.btn_secondary:disabled {
  background-color: #000000;
}
.btn_tertiary {
  background-color: #FF8601;
  padding: 2.5rem 3.5rem 2.5rem 3rem;
  font-size: 2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .btn_tertiary img {
    width: 7rem;
    right: -5.2rem;
  }
}
@media (min-width: 768px) {
  .btn_tertiary {
    font-size: 2.2rem;
    padding: 3rem 4.5rem 3rem 4rem;
  }
  .btn_tertiary img {
    right: -6.5rem;
  }
}
.btn_tertiary:hover {
  background-color: #e77900;
}
.btn_tertiary img {
  position: absolute;
  top: 0;
}
.nbs {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.card {
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .card {
    flex-flow: column;
  }
}
.card__lg,
.card__xl {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.card__lg {
  padding: 3rem 2.5rem;
  max-width: 65rem;
}
@media (min-width: 768px) {
  .card__lg {
    padding: 2rem 5.5rem 2rem;
  }
}
.card__xl {
  margin-top: 11.3rem;
  margin-bottom: 11.3rem;
  max-width: 89rem;
  padding: 3rem 2rem;
}
.card__xl picture {
  display: block;
  width: 12rem;
  position: absolute;
  bottom: -4.5rem;
}
@media (max-width: 767px) {
  .card__xl picture {
    -webkit-transform: rotate(-14deg) translateX(-50%);
    -ms-transform: rotate(-14deg) translateX(-50%);
    transform: rotate(-14deg) translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 768px) {
  .card__xl picture {
    width: 22rem;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    position: absolute;
    right: -8rem;
    bottom: -6rem;
  }
}
@media (min-width: 768px) {
  .card__xl {
    padding: 7rem 9rem;
    margin-top: 19.4rem;
    margin-bottom: 19.4rem;
  }
}
.card.bck_secondary {
  border-radius: 0.6rem;
  padding: 1.8rem 2rem;
  height: 5.5rem;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 107%;
  min-width: 30rem;
}
@media (min-width: 768px) {
  .card.bck_secondary {
    width: 51.5rem;
  }
}
.card.bck_secondary p {
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  line-height: 2;
  margin: 0;
}
.card.bck_secondary p::before {
  content: '';
  display: block;
  margin-top: -1px;
}
.card.bck_secondary p span {
  color: #F8CE46;
  font-size: 7rem;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  display: inline-block;
  position: relative;
  line-height: 0;
  top: 1rem;
}
@media (min-width: 370px) {
  .card.bck_secondary p span {
    font-size: 10rem;
    top: 1.5rem;
    margin-right: -1.2rem;
  }
}
@media (min-width: 768px) {
  .card.bck_secondary p span {
    font-size: 13.1rem;
    top: 2.2rem;
    margin-right: -1rem;
  }
}
@media (max-width: 350px) {
  .card.bck_secondary p {
    font-size: 1.6rem;
  }
}
@media (min-width: 430px) {
  .card.bck_secondary p {
    font-size: 2.2rem;
  }
}
@media (min-width: 482px) {
  .card.bck_secondary p {
    font-size: 3rem;
    line-height: 3;
  }
}
.form_section {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
@media (min-width: 768px) {
  .form_section.choice_section {
    padding-bottom: 0;
  }
}
.form_section .card__form {
  padding: 3rem 3.8rem;
  background-color: #F8CE46;
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
  margin-top: 3rem;
  max-width: 47rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .form_section .card__form {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    margin-top: -2rem;
    min-height: 55.7rem;
  }
}
.form_section .card__form .c_form {
  margin-bottom: 8rem;
  opacity: 1;
}
@media (min-width: 768px) {
  .form_section .card__form .c_form {
    margin-bottom: 12rem;
  }
}
.form_section .card__form .form_group p {
  font-size: 3rem;
  margin-bottom: 0;
}
.form_section .card__form .form_group span.end {
  position: relative;
  bottom: 0.5rem;
}
.form_section .card__form .form_group:first-child {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .form_section .card__form .form_group:first-child {
    margin-bottom: 5rem;
  }
}
.form_section .card__form input,
.form_section .card__form textarea {
  width: 100%;
  border: 0;
  background-color: transparent;
  font-family: 'Kalam', cursive;
  color: #D2343E;
  font-size: 2.8rem;
  background-attachment: local;
  background-image: linear-gradient(to right, #F8CE46 5px, transparent 5px), linear-gradient(to left, #F8CE46 5px, transparent 5px), repeating-linear-gradient(#F8CE46, #F8CE46 33px, #000 35px, #000 35px, #F8CE46 36px);
  line-height: 3.6rem;
  padding: 0.4rem 0.5rem;
  overflow: hidden;
}
.form_section .card__form input {
  height: 5rem;
  padding: 0 1rem 1.4rem;
  text-transform: capitalize;
}
.form_section .card__form textarea {
  resize: none;
}
.form_section .card__form .c_form__1a textarea,
.form_section .card__form .c_form__1c textarea {
  height: 4.2rem;
  text-transform: capitalize;
}
.form_section .card__form .c_form__1a .a_end,
.form_section .card__form .c_form__1c .a_end {
  padding-bottom: 0.4rem;
}
.form_section .card__form .c_form__1b textarea {
  height: 11rem;
}
.form_section .card__form .c_form__1c {
  line-height: 1.4;
}
.form_section .card__form .btn {
  -webkit-transform: rotate(-1deg) translateX(-50%);
  -ms-transform: rotate(-1deg) translateX(-50%);
  transform: rotate(-1deg) translateX(-50%);
  position: absolute;
  font-size: 3rem;
  bottom: -4rem;
  transition: font-size 0.3s cubic-bezier(0.4, 0.15, 0, 1);
}
.form_section .card__form .btn:hover {
  font-size: 3.05rem;
}
@media (max-width: 991px) {
  .form_section .card__form .btn {
    left: 50%;
  }
}
@media (min-width: 992px) {
  .form_section .card__form .btn {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    right: -2rem;
    bottom: 7rem;
  }
}
@media (min-width: 1200px) {
  .form_section .card__form .btn {
    right: -5rem;
  }
}
.form_section .card__form .c_form,
.form_section .card__form .success_wrapper {
  transition: opacity 0.2s cubic-bezier(0.4, 0.15, 0, 1);
}
.form_section .card__form .success_wrapper {
  padding: 3rem 2.5rem 8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
}
.form_section .card__form .success_wrapper .top p {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .form_section .card__form .success_wrapper .top p {
    font-size: 2.8rem;
  }
}
.form_section .card__form .success_wrapper .top p .hn {
  font-weight: 700;
  display: block;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .form_section .card__form .success_wrapper .top p .hn {
    font-size: 3.5rem;
  }
}
.form_section .card__form .success_wrapper .bottom {
  margin-top: 3rem;
}
.form_section .card__form .success_wrapper .bottom p {
  font-size: 2.4rem;
}
.form_section .card__form.send_success {
  display: flex;
  align-items: flex-end;
}
.form_section .card__form.send_success .c_form {
  opacity: 0;
  position: relative;
  z-index: -1;
}
.form_section .card__form.send_success .success_wrapper {
  opacity: 1;
  z-index: 1;
}
@media (min-width: 992px) {
  .form_section .card__form,
  .form_section .card__form .success_wrapper {
    padding: 6rem 7.5rem;
  }
}
@media (min-width: 1200px) {
  .form_section .plr {
    padding-right: 9rem;
  }
}
.form_section h3 {
  color: #D2343E;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.35;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .form_section h3 {
    font-size: 2.2rem;
    margin-top: 4rem;
  }
}
.c_form {
  flex-wrap: wrap;
}
.c_form .btn {
  border-radius: 0.6rem;
  padding: 1.6rem 1.6rem 1.2rem;
  border: 0;
  font-family: "Neutra Text", arial, sans-serif;
}
.c_form .form_control {
  border-radius: 0.6rem;
  background-color: #ffffff;
  padding: 1.2rem 1.4rem 0.8rem;
  border: 1px solid #ffffff;
  transition: border 0.3s cubic-bezier(0.4, 0.15, 0, 1);
  margin-bottom: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c_form .form_control::-webkit-outer-spin-button,
.c_form .form_control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c_form .form_control:not(.c_checkmark) {
  width: 100%;
}
.c_form .form_control,
.c_form .form_control::placeholder {
  color: #000000;
  font-weight: 400;
  font-family: "Neutra Text", arial, sans-serif;
  font-size: 1.6rem;
  opacity: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c_form .form_control,
  .c_form .form_control::placeholder {
    font-size: 2rem;
  }
}
.c_form .error_msg {
  display: none;
  font-size: 1.2rem;
  font-weight: 400;
  color: #D2343E;
  position: relative;
  top: -1rem;
}
.c_form .has_error .form_control {
  color: #D2343E;
  border: 1px solid #D2343E;
}
.c_form .has_error__0 + .error_msg__1,
.c_form .has_error__1 + .error_msg__1,
.c_form .has_error__0 .error_msg__1,
.c_form .has_error__1 .error_msg__1 {
  display: inline-block;
}
.c_form .has_error__2 + .error_msg__2,
.c_form .has_error__2 .error_msg__2 {
  display: inline-block;
}
.c_form__1 .has_error {
  margin-bottom: 1rem;
}
.c_form__1 .has_error input,
.c_form__1 .has_error textarea {
  background-image: linear-gradient(to right, #F8CE46 5px, transparent 5px), linear-gradient(to left, #F8CE46 5px, transparent 5px), repeating-linear-gradient(#F8CE46, #F8CE46 33px, #D2343E 35px, #D2343E 35px, #F8CE46 36px);
}
.c_form__1 .error_msg {
  font-weight: 700;
  position: absolute;
  bottom: -1.1rem;
  top: auto;
  text-align: right;
}
.c_form__1a .error_msg {
  right: 2rem;
}
.c_form__1b .error_msg {
  right: 1.5rem;
  bottom: -2rem;
}
.c_form__1c .error_msg {
  right: 0.5rem;
  bottom: -1rem;
}
.c_form .hidden_inputs {
  visibility: hidden;
  height: 0;
}
.c_form .col-6:first-child {
  padding-right: 0.75rem;
}
.c_form .col-6:nth-child(2) {
  padding-left: 0.75rem;
}
.c_form input[type=number].form_control {
  -moz-appearance: textfield;
}
.c_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 3rem;
  width: 3rem;
  background-color: #ffffff;
}
.c_checkmark_1 {
  padding-top: 0.6rem;
}
.c_checkmark:after {
  content: url(/assets/media/checkmark.svg);
  position: absolute;
  display: none;
  left: 0.5rem;
  top: 0.5rem;
}
.c_checkmark_label {
  font-size: 1.6rem;
  padding-left: 5rem;
}
.c_checkmark_label a {
  color: #000000;
}
.c_checkmark_wrapper {
  min-height: 4.5rem;
}
.c_checkmark_container {
  display: block;
  position: relative;
  padding-left: 5rem;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c_checkmark_container.has_error + .c_checkmark_label .error_msg {
  display: block;
  top: 0;
}
.c_checkmark_container input.form_control {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0!important;
  pointer-events: none;
}
.c_checkmark_container:hover input ~ .c_checkmark {
  opacity: 1;
}
.c_checkmark_container input:checked ~ .c_checkmark {
  opacity: 1;
}
.c_checkmark_container input:checked ~ .c_checkmark::after {
  display: block;
}
.modal .c_form .btn {
  font-size: 2.2rem;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.4, 0.15, 0, 1);
}
.modal .c_form .btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
/* -----------------------------------------------------------------------------
HAMBURGER ICONS COMPONENT
----------------------------------------------------------------------------- */
.menu_bars {
  z-index: 9999;
  display: block;
  position: absolute;
  z-index: 99;
  top: 2rem;
  right: 1.8rem;
  overflow: hidden;
  margin: 0.5rem 0 0;
  padding: 0;
  width: 2.4rem;
  height: 2.4rem;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  background: none;
}
@media (min-width: 1200px) {
  .menu_bars {
    display: none;
  }
}
.menu_bars:focus {
  outline: none;
}
.menu_bars span {
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0px;
  right: 0px;
  height: 3px;
  background: #ffffff;
  border-radius: 2rem;
}
.menu_bars span::before,
.menu_bars span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 2rem;
  content: "";
  transition-duration: 0.15s, 0.15s;
  transition-delay: 0.15s, 0s;
}
.menu_bars span::before {
  top: -4px;
  top: -0.8rem;
  transition-property: top, transform;
}
.menu_bars span::after {
  bottom: -4px;
  bottom: -0.8rem;
  transition-property: bottom, transform;
}
.menu_bars.open span {
  background: none;
  transition: background 0.15s;
}
.menu_bars.open span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #ffffff;
}
.menu_bars.open span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #ffffff;
}
.menu_bars.open span::before,
.menu_bars.open span::after {
  transition-delay: 0s, 0.15s;
}
.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 100%;
  background: transparent;
  transition: background 0.25s ease;
  visibility: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.modal::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.modal__wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-overflow-scrolling: touch;
}
.modal .card {
  padding: 2.5rem 2rem;
  max-width: 90%;
  flex: 0 0 90%;
  z-index: 5;
}
@media (min-width: 768px) {
  .modal .card {
    max-width: 66rem;
    flex: 0 0 66rem;
    padding: 7.5rem 9rem;
  }
}
.modal .card .btn_close.nbs {
  position: absolute;
  right: -1.5rem;
  top: -1.2rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal .card .btn_close.nbs img {
    width: 3rem;
  }
}
.modal__inner {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  transition: visibility 0s linear, transform 0.3s ease-out;
}
@media (max-height: 775px) {
  .modal__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .modal__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.modal__inner .plr,
.modal__inner .card {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}
.modal__overlay {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: all;
  border: 0px;
  padding: 0;
}
@media (max-height: 775px) {
  .modal.m_0 .modal__inner {
    align-items: flex-start !important;
  }
}
.modal form {
  margin-bottom: 0;
}
.modal.open {
  visibility: visible;
}
.modal.open .modal__inner {
  visibility: visible;
}
.modal.open .modal__inner .plr,
.modal.open .modal__inner .card {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  transition-delay: 0s;
}
.modal.open .modal__overlay {
  display: block;
}
.modal_v2 .modal__inner {
  min-height: 60rem;
}
.modal_v2 .modal__inner .plr {
  max-width: 75%;
}
.modal_v2 p {
  margin-top: 1.6rem;
  color: #ffffff;
  font-weight: 700;
}
.modal_v2 img {
  border-radius: 2rem;
  margin: 0 auto;
  max-width: 89.2rem;
}
@media (max-height: 720px) {
  .modal_v2 img {
    max-width: 100vh;
  }
}
.modal_v2 .plr {
  z-index: 5;
}
.modal_v2 .plr .btn_close {
  position: absolute;
  top: -2.5rem;
  right: 0rem;
}
@media (max-width: 767px) {
  .modal_v2 .plr .btn_close {
    width: 5rem;
    top: -2rem;
  }
}
.modal_v2 .modal__overlay {
  background: rgba(0, 0, 0, 0.8);
}
.modal .mask {
  width: 100%;
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .modal .mask {
    padding: 7.5rem 9rem;
  }
}
.modal .mask .inner__response {
  left: 100rem;
  transition: left 0.2s ease-in;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
}
.modal .mask .c_form {
  position: relative;
  left: 0;
  transition: left 0.2s ease-in;
}
.modal.m_0 .card {
  padding: 0;
}
.modal.m_0 .card.sent .c_form {
  left: -100rem;
}
.modal.m_0 .card.sent__confirm .inner__confirm {
  left: 0;
  opacity: 1;
}
.modal.m_0 .card.sent__deny_place .inner__error_place {
  left: 0;
  opacity: 1;
}
.modal.m_0 .card.sent__deny_time .inner__error_time {
  left: 0;
  opacity: 1;
}
.teams_select {
  position: absolute;
  top: 0;
  left: 0;
  border: 0.4rem solid transparent;
  display: block;
  height: 16.2rem;
  width: 25.4rem;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: border 0.25s ease-in, border-radius 0.25s ease-in, transform 0.2s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teams_select {
    height: 12.7rem;
    width: 20rem;
  }
}
.teams_select,
.teams_select > img {
  border-radius: 1rem;
}
.teams_select > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: width 0.1s ease-in;
}
.teams_select__wrapper,
.teams_select__container {
  min-height: 19.5rem;
  min-width: 25.4rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teams_select__wrapper,
  .teams_select__container {
    min-height: 17.5rem;
    min-width: 20rem;
  }
}
.teams_select__wrapper {
  transition: min-height 0.1s linear, padding 0.1s linear;
  padding: 0rem;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .teams_select__wrapper:nth-child(4) {
    margin-top: 6rem;
  }
  .teams_select__wrapper:first-child,
  .teams_select__wrapper:nth-child(2),
  .teams_select__wrapper:nth-child(3) {
    margin-right: 6rem;
  }
}
.teams_select__wrapper.selected {
  min-height: 27rem;
  padding: 2rem 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teams_select__wrapper.selected {
    min-height: 23rem;
  }
}
@media (min-width: 1200px) {
  .teams_select__wrapper.selected {
    min-height: 28rem;
  }
}
.teams_select .btn_expand {
  position: absolute;
  opacity: 0;
  right: 0.3rem;
  bottom: 0.3rem;
  z-index: 9;
  transition: opacity 0.1s ease-in;
  width: 3.2rem;
  height: 3.2rem;
  z-index: 99;
}
@media (max-width: 767px) {
  .teams_select .btn_expand {
    display: none!important;
  }
}
@media (max-height: 500px) {
  .teams_select .btn_expand {
    display: none!important;
  }
}
.teams_select:after {
  content: url(/assets/media/checkmark-lg.svg);
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.teams_select__label {
  font-size: 1.4rem;
  padding-top: 1rem;
  font-weight: 500;
  display: block;
  transition: padding-top 0.2s ease-in, font-size 0.2s ease-in;
}
.teams_select__container {
  display: block;
  position: relative;
  line-height: 1.2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.teams_select__container input.form_control {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0!important;
  pointer-events: none;
}
.teams_select__container:hover input ~ .teams_select::before,
.teams_select__container:hover input ~ .teams_select button,
.teams_select__container input:checked ~ .teams_select button {
  opacity: 1;
}
.teams_select__container input:checked ~ .teams_select {
  opacity: 1;
  border: 0.4rem solid #D2343E;
  border-radius: 1.5rem;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.teams_select__container input:checked ~ .teams_select .teams_select__label {
  color: #D2343E;
  font-size: 1.7rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .teams_select__container input:checked ~ .teams_select .teams_select__label {
    font-size: 1.95rem;
  }
}
.teams_select__container input:checked ~ .teams_select::after {
  display: block;
}
.teams_select__form {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .teams_select__form {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .teams_select__form {
    height: 68rem;
  }
}
@media (min-width: 992px) {
  .teams_select__form {
    margin-top: -4rem;
  }
}
.teams_select__form .btn {
  font-size: 2.2rem;
  text-align: left;
  opacity: 0;
  transition: opacity 0.2s ease-in, font-size 0.2s ease-in;
}
.teams_select__form .btn:hover {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .teams_select__form .btn {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .teams_select__form .btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.teams_select__form .btn_wrapper {
  position: relative;
  min-height: 7.8rem;
}
@media (max-width: 767px) {
  .teams_select__form .btn_wrapper {
    text-align: center;
  }
}
.teams_select__form .btn_wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}
.teams_select__form .btn_wrapper.active::before {
  display: none;
}
.teams_select__form .btn_wrapper.active .btn {
  opacity: 1;
}
@media (max-width: 991px) {
  .teams_select__row {
    min-height: 66rem!important;
  }
}
@media (min-width: 768px) {
  .teams_select__row {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
.teams_select__col {
  display: flex;
  flex-flow: column;
}
@media (max-width: 767px) {
  .teams_select__col {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .teams_select__col {
    width: 56.8rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .teams_select__col {
    flex-wrap: wrap;
    max-height: 70rem;
  }
}
html,
body {
  font-family: "Neutra Text", arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-weight: 400;
  margin: 0;
  font-feature-settings: 'liga' off;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
:root {
  font-size: 10px;
}
:focus {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  font-size: 2rem;
}
p a {
  color: currentColor;
  text-decoration: none;
}
picture {
  display: block;
}
picture.img_cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center top;
}
picture.img_top img {
  object-position: center top;
}
picture.img_right img {
  object-position: right top;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.hn_style {
  line-height: 1.1;
  margin: 0;
}
h1,
h2 {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  h1,
  h2 {
    font-size: 4rem;
  }
}
h1,
section.bck_white h2 {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  h1,
  section.bck_white h2 {
    font-size: 4rem;
  }
}
h1 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 3.5rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  h1 {
    margin-bottom: 9.5rem;
  }
}
h1 span {
  font-size: 2.5rem;
  font-weight: 300;
  display: block;
  margin-bottom: 1rem;
  text-transform: none;
}
h1::after {
  content: '';
  height: 3px;
  width: 17rem;
  background-color: #F8CE46;
  display: block;
  margin: 2rem auto 0;
}
section.bck_white h2 {
  color: #D2343E;
}
section.bck_white h2::after {
  content: '';
  display: block;
  width: 7.2rem;
  height: 0.1rem;
  margin-top: 2rem;
  background-color: #F19C07;
}
.bck_pattern h3 {
  font-size: 2.4rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .bck_pattern h3 {
    font-size: 3.8rem;
  }
}
.bck_pattern h2,
.bck_pattern h3 {
  color: #ffffff;
}
h2 {
  padding-bottom: 1rem;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3.8rem;
  }
}
.bck_plate h2 {
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 0;
}
.bck_plate h2 span {
  font-weight: 700;
  top: 0.3rem;
  line-height: 1;
  padding: 0.8rem 0;
  display: block;
}
section.bck_primary h2::after,
.bck_pattern h3::after {
  content: '';
  display: block;
  width: 7.2rem;
  height: 0.3rem;
  background-color: #D2343E;
  margin: 2rem auto 1rem;
}
@media (min-width: 768px) {
  section.bck_primary h2::after,
  .bck_pattern h3::after {
    margin: 4rem auto 3rem;
  }
}
section.bck_primary h2 {
  margin-top: 2rem;
}
section.bck_primary h3 {
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 3rem;
}
.f_22 {
  font-size: 2.2rem;
}
.hide {
  display: none !important;
}
.light {
  font-weight: 300;
}
.medium {
  font-weight: 500!important;
}
.bold {
  font-weight: 700;
}
.nobr {
  white-space: nowrap;
}
.text-underline {
  text-decoration: underline;
}
.text_uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.plr {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.mt_05 {
  margin-top: 0.5rem;
}
.mt_-1 {
  margin-top: -0.5rem;
}
.mt_2 {
  margin-top: 2rem;
}
.pt_05 {
  padding-top: 0.5rem;
}
.mb_0 {
  margin-bottom: 0;
}
.mb_1 {
  margin-bottom: 1rem;
}
.mb_1_2 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .mb_1_2 {
    margin-bottom: 2rem;
  }
}
.mr_1 {
  margin-right: 1rem;
}
.mr_0 {
  margin-right: 0!important;
}
.mr_1_2 {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .mr_1_2 {
    margin-right: 2rem;
  }
}
.mr_2 {
  margin-right: 2rem;
}
.mb_-5 {
  margin-bottom: 0.5rem;
}
.mb_1 {
  margin-bottom: 1rem;
}
.mb_105 {
  margin-bottom: 1.5rem;
}
.mb_2 {
  margin-bottom: 2rem;
}
.mb_3 {
  margin-bottom: 3rem;
}
.mt_-5 {
  margin-top: 0.5rem;
}
.mt_1 {
  margin-top: 1rem;
}
.mt_3 {
  margin-top: 3rem;
}
.pt_1 {
  padding-top: 1rem;
}
.pt_2 {
  padding-top: 2rem;
}
.pb_1 {
  padding-bottom: 1rem;
}
.pb_3 {
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .mb_xs_1 {
    margin-bottom: 1rem;
  }
  .mb_xs_2 {
    margin-bottom: 2rem;
  }
  .mb_xs_5 {
    margin-bottom: 4rem;
  }
  .pt_xs_2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .mb_md_3 {
    margin-bottom: 3rem;
  }
  .mt_md_1 {
    margin-top: 1rem;
  }
  .mt_md_2 {
    margin-top: 2rem;
  }
  .mt_md_3 {
    margin-top: 3rem;
  }
  .ml_md_2 {
    margin-left: 2rem;
  }
  .ml_md__4 {
    margin-left: -4rem;
  }
  .pt_md_1 {
    padding-top: 1rem;
  }
}
.d_flex {
  display: flex;
}
.j_center {
  justify-content: center;
}
.a_center {
  align-items: center;
}
.a_end {
  align-items: flex-end;
}
.f_col {
  flex-flow: column;
}
.p_rel {
  position: relative;
}
.z_2 {
  z-index: 2;
}
.ov_h {
  overflow: hidden;
  width: 100%;
}
.d_none {
  display: none;
}
@media (min-width: 992px) {
  .hide_md {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .show_md {
    display: none !important;
  }
}
.br_md {
  margin-left: 0.5rem;
  display: inline-block;
}
@media (min-width: 992px) {
  .br_md {
    margin-left: 0;
    display: block;
  }
}
@media (min-width: 768px) {
  .is_mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .is_tablet {
    display: none !important;
  }
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .hide_android {
    display: none!important;
  }
}
@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */
  .hide_ios {
    display: none!important;
  }
}
.bck_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bck_white {
  background-color: #ffffff;
}
.bck_primary {
  background-color: #F8CE46;
}
.bck_secondary {
  background-color: #D2343E;
}
.full_h {
  height: 100%;
}
.full_w {
  width: 100%;
}
.c_primary {
  color: #F8CE46;
}
.c_secondary {
  color: #D2343E;
}
.c_tertiary {
  color: #FF8601;
}
.c_white {
  color: #ffffff;
}
