@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

/*
a {
  color: $link-color;
  text-decoration: none;

  &:hover,
  &:focus {
    color: $link-hover-color;
    text-decoration: $link-hover-decoration;
  }

  &:focus {
    @include tab-focus;
  }
}
*/
figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1210px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/*
@font-face {
    font-family: 'icomoon';
    src: url('../icomoon/fonts/icomoon.eot');
    src: url('../fonts/icomoon.eot#iefix') format('embedded-opentype'),
         url('../icomoon/fonts/icomoon.ttf') format('truetype'),
         url('../icomoon/fonts/icomoon.woff') format('woff'),
         url('../icomoon/fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BwMitga-Black';
    src: url('../fonts/BwMitga-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/BwMitga-Black.otf')  format('opentype'),
    url('../fonts/BwMitga-Black.woff') format('woff'), url('../fonts/BwMitga-Black.ttf')  format('truetype'), url('../fonts/BwMitga-Black.svg#BwMitga-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BwMitga-Bold';
    src: url('../fonts/BwMitga-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/BwMitga-Bold.otf')  format('opentype'),
    url('../fonts/BwMitga-Bold.woff') format('woff'), url('../fonts/BwMitga-Bold.ttf')  format('truetype'), url('../fonts/BwMitga-Bold.svg#BwMitga-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BwMitga-Light';
    src: url('../fonts/BwMitga-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/BwMitga-Light.otf')  format('opentype'),
    url('../fonts/BwMitga-Light.woff') format('woff'), url('../fonts/BwMitga-Light.ttf')  format('truetype'), url('../fonts/BwMitga-Light.svg#BwMitga-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BwMitga-Regular';
    src: url('../fonts/BwMitga-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/BwMitga-Regular.otf')  format('opentype'),
    url('../fonts/BwMitga-Regular.woff') format('woff'), url('../fonts/BwMitga-Regular.ttf')  format('truetype'), url('../fonts/BwMitga-Regular.svg#BwMitga-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.layout-header {
  background-color: #e35932;
}
.layout-header.layout-header--purple {
  background-color: #e35932;
}

.layout-header__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}

.layout-header__breadcrumb {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 992px) {
  .layout-header__breadcrumb {
    font-size: 12px;
  }
}
.layout-header__breadcrumb p {
  color: #fff;
}
.layout-header__breadcrumb p a {
  color: #fff;
  text-decoration: underline;
}
.layout-header__breadcrumb p a:hover {
  text-decoration: none;
}

.layout-header__title {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .layout-header__title {
    font-size: 32px;
    font-weight: 900;
  }
}

.layout-header__image {
  width: 100%;
  height: 400px;
  border-radius: 6px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 992px) {
  .layout-header__image {
    height: 209px;
  }
}

.layout-header__svg {
  text-align: right;
}

.layout-header__desc p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Work Sans", serif;
  color: #fff;
  padding: 0 !important;
}
.layout-header__desc p a {
  color: #fff;
}

.layout-header--purple .layout-header__desc {
  color: #fff;
}
.layout-header--purple .layout-header__desc p {
  color: #fff;
}

.layout-header__continue button {
  border: none;
  background: none;
  cursor: pointer;
}

.header-search {
  padding: 0;
  border: none;
  background: transparent;
}

.layout-news {
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .layout-news {
    padding: 40px 0 20px 0;
  }
}

.layout-news__title {
  position: relative;
  font-size: 40px;
  font-weight: 900;
  color: #003DA5;
  text-transform: uppercase;
  padding-right: 80px;
}
@media only screen and (max-width: 992px) {
  .layout-news__title {
    font-size: 20px;
  }
}

.layout-news__title__ico {
  position: absolute;
  top: calc(100% - 40px);
  right: -11px;
}

.layout-news__items {
  display: flex;
  margin-top: 40px;
  gap: 27px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .layout-news__items {
    margin-top: 30px;
  }
}

.layout-actions {
  padding: 80px 0;
  margin-top: 40px;
  background-color: #003DA5;
}
@media only screen and (max-width: 992px) {
  .layout-actions {
    padding: 24px 0;
  }
}

.layout-actions__title {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.layout-actions__title__ico {
  position: absolute;
  top: calc(100% - 40px);
  right: -11px;
}

.layout-actions__items {
  display: flex;
  margin-top: 20px;
  gap: 27px;
  flex-wrap: wrap;
}

.layout-about-program {
  background-color: #003DA5;
  padding: 80px 0;
  margin-top: 40px;
}
@media only screen and (max-width: 992px) {
  .layout-about-program {
    padding: 24px 0;
  }
}

.layout-about-program__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.layout-about-program__title {
  position: relative;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .layout-about-program__title {
    font-size: 20px;
  }
}

.layout-about-program__title__ico {
  position: absolute;
  top: calc(100% - 30px);
  right: -22px;
}

.layout-about-program__video {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  height: 360px;
  max-width: 740px;
  margin-top: 40px;
}
@media only screen and (max-width: 992px) {
  .layout-about-program__video {
    height: 157px;
    margin-top: 20px;
  }
}
.layout-about-program__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.layout-about-program__video .play-button {
  background-image: url("../images/play.png");
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 125px;
  height: 98px;
}
@media only screen and (max-width: 992px) {
  .layout-about-program__video .play-button {
    width: 66px;
    height: 52px;
  }
}
.layout-about-program__video .play-button:before {
  display: none;
}
.layout-about-program__video .youtube-wrapper {
  width: auto;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .layout-about-program__video .youtube-wrapper iframe {
    width: 100%;
  }
}
.layout-about-program__video .youtube-wrapper .youtube {
  position: relative;
  margin: 1em 0;
  height: 0;
}
.layout-about-program__video .youtube-wrapper .youtube {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  padding-bottom: 0 !important;
  overflow: hidden;
  cursor: pointer;
}
.layout-about-program__video .youtube-wrapper .youtube img, .layout-about-program__video .youtube-wrapper .youtube iframe, .layout-about-program__video .youtube-wrapper .youtube .play-button, .layout-about-program__video .youtube-wrapper .youtube .play-button:before {
  position: absolute;
}
.layout-about-program__video .youtube-wrapper .youtube img, .layout-about-program__video .youtube-wrapper .youtube .play-button {
  cursor: pointer;
}
.layout-about-program__video .youtube-wrapper .youtube img {
  width: 102%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  opacity: 1;
}

.layout-about-program__video .youtube-wrapper .youtube {
  margin: 0;
}

.layout-about-program__video--simple {
  background-color: transparent;
}

.layout-about-program__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.layout-about-program__video.playing .video-item-play,
.layout-about-program__video.playing .layout-about-program__video-play {
  display: none;
}

.layout-about-program__buttons {
  margin-top: 20px;
}

.layout-about-program + .layout-actions {
  margin-top: -1px;
  padding-top: 0;
}

.layout-coordinator {
  background-color: #e35932;
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .layout-coordinator {
    padding: 20px 0 40px 0;
  }
}

.layout-coordinator__title {
  font-size: 40px;
  position: relative;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .layout-coordinator__title {
    font-size: 20px;
  }
}

.layout-coordinator__items {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media only screen and (max-width: 992px) {
  .layout-coordinator__items {
    margin-top: 0;
  }
}

.layout-coordinator-item {
  display: flex;
  max-width: 360px;
  gap: 18px;
  margin-top: 16px;
}

.layout-coordinator-image {
  width: 112px;
  min-width: 112px;
  max-width: 112px;
  height: 114px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}

.layout-coordinator-data {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: flex-start;
}
.layout-coordinator-data div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: flex-start;
}

.layout-coordinator-title {
  font-family: "Work Sans", serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 8px;
}

.layout-coordinator-email {
  font-family: "Work Sans", serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.layout-coordinator-email:hover {
  text-decoration: underline;
}

.layout-coordinator-phone {
  font-family: "Work Sans", serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.layout-coordinator-phone:hover {
  text-decoration: underline;
}

.layout-coordinator-btn {
  background-color: transparent;
  border: none;
  font-family: "Work Sans", serif;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.layout-coordinator-btn:hover {
  text-decoration: none;
}

.layout-custom-socials {
  background-color: #F64C1C;
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .layout-custom-socials {
    padding: 20px 0;
  }
}

.layout-custom-socials__inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .layout-custom-socials__inner {
    flex-direction: column;
  }
}

.layout-actions__title {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  min-width: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 992px) {
  .layout-actions__title {
    font-size: 20px;
    min-width: 100%;
    max-width: 100%;
  }
}

.layout-custom-socials__items {
  list-style-type: none;
  display: flex;
  gap: 28px;
}
@media only screen and (max-width: 992px) {
  .layout-custom-socials__items {
    gap: 16px;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .layout-custom-socials__items svg {
    width: 50%;
    height: auto;
  }
}
.layout-custom-socials__items li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: #e35932;
}
@media only screen and (max-width: 992px) {
  .layout-custom-socials__items li a {
    width: 40px;
    height: 40px;
  }
  .layout-custom-socials__items li a.fb svg {
    width: 10px;
    height: 19px;
  }
  .layout-custom-socials__items li a.instagram svg {
    width: 15px;
    height: 15px;
  }
  .layout-custom-socials__items li a.tiktok svg {
    width: 14px;
    height: 17px;
  }
}
.layout-custom-socials__items li a svg path {
  fill: #5f259f;
}

.layout-faq {
  padding: 80px 0;
  background-color: #f0c391;
}
@media only screen and (max-width: 992px) {
  .layout-faq {
    padding: 20px 0;
  }
}

.layout-faq__title {
  font-size: 40px;
  font-weight: bold;
  max-width: 50%;
  color: #e35932;
  text-transform: uppercase;
  padding-bottom: 11px;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .layout-faq__title {
    font-size: 20px;
  }
}

.faq-new__item {
  margin-bottom: 8px;
  border-bottom: 1px solid #e35932;
  padding-bottom: 8px;
}
.faq-new__item:first-child {
  border-top: 1px solid #e35932;
}

.faq-new__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 11px 0;
  gap: 15px;
  font-size: 18px;
  font-weight: 400;
  color: #e35932;
}

.faq-new__toggle {
  position: relative;
  width: 21px;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  transition: transform 0.3s ease;
}
.faq-new__toggle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  width: 1px;
  height: 21px;
  background-color: #e35932;
  transition: transform 0.3s ease;
}
.faq-new__toggle:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 21px;
  height: 1px;
  background-color: #e35932;
  transition: transform 0.3s ease;
}

.faq-new__toggle.open:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 21px;
  height: 1px;
  background-color: #e35932;
}

.faq-new__answer {
  padding-top: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Work Sans", serif;
}

.faq-new__questio h3 {
  font-family: "BwMitga-Bold";
}

.rules {
  padding: 80px 0;
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .rules {
    padding: 20px 0;
  }
}

.rules__title {
  font-size: 40px;
  font-weight: bold;
  max-width: 100%;
  color: #e35932;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .rules__title {
    font-size: 20px;
  }
}

.rules__items {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 32px;
}

.rules__item {
  display: flex;
  gap: 28px;
}

.rules__ico {
  min-width: 32px;
  max-width: 32px;
}

.rules__name {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-top: 6px;
}

.iconset {
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .iconset {
    padding: 20px 0;
  }
}

.iconset__title {
  position: relative;
  font-size: 40px;
  font-weight: 900;
  color: #e35932;
  text-transform: uppercase;
  padding-right: 80px;
}
@media only screen and (max-width: 992px) {
  .iconset__title {
    font-size: 20px;
  }
}

.iconset__items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 25px;
}
@media only screen and (max-width: 992px) {
  .iconset__items {
    justify-content: flex-start;
  }
}

.iconset__item {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .iconset__item {
    min-width: calc(50% - 28px);
    max-width: calc(50% - 28px);
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
@media only screen and (max-width: 768px) {
  .iconset__item {
    min-width: 100%;
    max-width: 100%;
    align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .iconset__item span {
    display: block;
  }
}

.iconset__item .icon {
  width: 73px;
  height: 73px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #e35932;
  border-radius: 50%;
  font-size: 27px;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .iconset__item .icon {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
}

.iconset__name {
  font-family: "Work Sans", serif;
  font-weight: 400;
  font-size: 32px;
  color: #000;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .iconset__name {
    font-size: 16px;
  }
}

.iconset__btns {
  margin-top: 60px;
}

.layout-registration-button {
  padding: 30px 0;
}
@media only screen and (max-width: 992px) {
  .layout-registration-button {
    padding: 20px 0;
  }
}

.layout-registration-button__inner {
  text-align: center;
}

.layout-important {
  padding: 30px 0;
}
@media only screen and (max-width: 992px) {
  .layout-important {
    padding: 20px 0;
  }
}

.layout-important__title {
  font-size: 40px;
  font-weight: bold;
  color: #003DA5;
  text-transform: uppercase;
  padding-bottom: 11px;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .layout-important__title {
    font-size: 20px;
  }
}

.layout-important__btns {
  display: flex;
  justify-content: center;
}

.layout-anchor {
  height: 0;
  width: 100%;
}

.content-columns {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 992px) {
  .content-columns {
    gap: 0;
    flex-direction: column;
  }
}

.content-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 992px) {
  .content-column {
    gap: 20px;
  }
}
.content-column h2 {
  color: #003DA5;
  font-size: 40px;
  font-weight: 900;
}
@media only screen and (max-width: 992px) {
  .content-column h2 {
    max-width: 100%;
    min-width: 100%;
    font-size: 16px;
  }
}

.content-column-bg {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.content-column-bg img {
  max-width: 100%;
  height: auto;
}

.content-column-links {
  list-style-type: none;
}
.content-column-links .link {
  font-size: 18px;
  font-weight: 600;
  color: #003DA5;
}
@media only screen and (max-width: 992px) {
  .content-column-links .link {
    font-size: 14px;
  }
}
.content-column-links .button {
  min-width: 60%;
}
.content-column-links .button:hover {
  background-color: #e35932;
  color: #f0c391;
  text-decoration: none;
}
.content-column-links li {
  padding: 6px 0;
}
.content-column-links a {
  text-decoration: none;
}
.content-column-links a:hover {
  text-decoration: underline;
}

.banner {
  width: 100%;
  height: 100vh;
  background-color: #e35932;
  display: flex;
  align-items: center;
  gap: 86px;
}
@media only screen and (max-width: 992px) {
  .banner {
    height: auto;
    padding-bottom: 37px;
    padding-top: 135px;
    gap: 0;
  }
}

.banner__inner {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 86px;
}

@media only screen and (max-width: 992px) {
  .banner__inner {
    align-items: flex-start;
  }
}

.banner__image {
  position: relative;
  display: flex;
  gap: 134px;
  justify-content: space-between;
  width: 50%;
}
@media screen and (max-height: 920px) {
  .banner__image {
    width: 44%;
  }
}
@media screen and (max-height: 820px) {
  .banner__image {
    width: 40%;
  }
}
@media screen and (max-height: 720px) {
  .banner__image {
    width: 30%;
  }
}
@media screen and (max-height: 620px) {
  .banner__image {
    width: 20%;
  }
}
.banner__image svg {
  width: 80%;
}
@media screen and (max-height: 860px) {
  .banner__image svg {
    width: 60%;
    height: auto;
  }
}
@media only screen and (max-width: 992px) {
  .banner__image {
    display: none;
  }
}

.banner__img {
  position: absolute;
  z-index: 2;
  left: 20%;
  right: 20%;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .banner__img {
    left: 14%;
    right: 14%;
  }
}
.banner__img img {
  width: 100%;
  height: auto;
  max-width: 867px;
}

.banner__content {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-height: 920px) {
  .banner__content {
    width: 66%;
  }
}
@media screen and (max-height: 820px) {
  .banner__content {
    width: 60%;
  }
}
@media screen and (max-height: 720px) {
  .banner__content {
    width: 70%;
  }
}
@media screen and (max-height: 620px) {
  .banner__content {
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .banner__content {
    width: 100%;
  }
}

.banner__content__ico {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
@media screen and (max-width: 1700px) {
  .banner__content__ico svg {
    width: 176px;
    height: auto;
  }
}
@media screen and (max-height: 860px) {
  .banner__content__ico {
    width: 176px;
    height: auto;
  }
}
@media only screen and (max-width: 992px) {
  .banner__content__ico {
    position: static;
    text-align: right;
    display: block;
  }
  .banner__content__ico svg {
    width: 176px;
    height: auto;
  }
}

@media only screen and (max-width: 992px) {
  .banner__logo {
    margin-top: 43px;
  }
  .banner__logo img {
    width: 116px;
    height: auto;
  }
}

.banner__title {
  font-size: 3vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  padding-right: 19%;
  /*
  @media screen and (max-width: 1960px) {
    font-size: 62px;
  }

  @media screen and (max-width: 1700px) {
    font-size: 46px;
  }

  @media screen and (max-height: 860px) {
    font-size: 46px;
  }

  @media screen and (max-height: 640px) and (min-width: 992px) {
    font-size: 36px;
  }
   */
}
@media only screen and (max-width: 992px) {
  .banner__title {
    font-size: 26px;
  }
}
.banner__title svg {
  width: 146px;
  height: 147px;
}
@media only screen and (max-width: 992px) {
  .banner__title svg {
    width: 86px;
    height: 87px;
  }
}
@media only screen and (max-width: 992px) {
  .banner__title {
    font-weight: 900;
    margin: 10px 0 0;
    padding-right: 0;
  }
}
.banner__title span.text {
  position: relative;
}
.banner__title span.logo {
  position: absolute;
  bottom: 26%;
  right: -25%;
    /*
    @media screen and (max-width: 1700px) {
      bottom: 1px;
      right: -81px;
    }

    @media screen and (max-height: 860px) {
      bottom: 1px;
      right: -81px;
    }

    @include md {
      bottom: 4px;
      right: -49px;
    }
     */
}
@media only screen and (max-width: 1200px) {
  .banner__title span.logo {
    bottom: 14%;
    right: -39%;
  }
}
@media only screen and (max-width: 992px) {
  .banner__title span.logo {
    bottom: 72%;
    right: -3%;
  }
}
.banner__title span.logo--en {
  right: -101px;
  bottom: -1px;
}
@media only screen and (max-width: 992px) {
  .banner__title span.logo--en {
    right: -62px;
  }
}

.banner__desc {
  color: #f0c391;
  font-size: 32px;
  font-weight: 400;
  font-family: "Work Sans", serif;
  padding-right: 36%;
}
@media screen and (max-height: 640px) and (min-width: 992px) {
  .banner__desc {
    font-size: 26px;
  }
}
@media only screen and (max-width: 992px) {
  .banner__desc {
    font-size: 16px;
    margin-top: 21px;
    padding-right: 0;
  }
}

.banner__buttons {
  margin-top: 21px;
}
.banner__buttons .button.js-button-to-videos {
  background-color: #fff;
}
.banner__buttons .button.js-button-to-videos:hover {
  background-color: #f0c391;
}

.buttons--center {
  text-align: center;
}

.button {
  position: relative;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 28px;
  border-radius: 50px;
  background-color: #e35932;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-family: "Work Sans", serif;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.layout-page .layout-header .button {
  background-color: #fff;
  color: #000;
}

.layout-page  .layout-header .button:hover {
  color: #000;
  background-color: #f0c391;
}

.button:hover {
  color: #000;
  background-color: #f0c391;
}
.button:hover:before {
  background-image: url("../images/svg/ico-button-red-light.svg");
}
.button:hover:after {
  background-image: url("../images/svg/ico-button-red-light.svg");
}
.button.purple {
  background-color: #e35932;
  color: #fff;
}
.button.purple:hover {
  background-color: #fff;
  color: #e35932;
}
.button.purple:hover:before {
  background-image: url("../images/svg/ico-button-white.svg");
}
.button.purple:hover:after {
  background-image: url("../images/svg/ico-button-white.svg");
}
.button.purple:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-image: url("../images/svg/ico-button-orange.svg");
}
.button.purple:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-image: url("../images/svg/ico-button-purple.svg");
}
@media only screen and (max-width: 992px) {
  .button {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
}
.button:before {
  content: '';
  position: absolute;
  top: 0;
  right: -22px;
  display: block;
  width: 18px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url("../images/svg/ico-button.svg");
}
@media only screen and (max-width: 992px) {
  .button:before {
    width: 18px;
    height: 30px;
    right: -20px;
  }
}
.button:after {
  content: '';
  position: absolute;
  top: 0;
  right: -45px;
  display: block;
  width: 18px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url("../images/svg/ico-button.svg");
}
@media only screen and (max-width: 992px) {
  .button:after {
    width: 18px;
    height: 30px;
    right: -37px;
  }
}
.button.button--red-full {
  background-color: #F64C1C;
  color: #fff;
  padding: 0 36px;
}
.button.button--red-full:after {
  content: '';
  position: absolute;
  top: 0;
  right: -22px;
  display: block;
  width: 18px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  background-image: url("../images/svg/ico-button-red.svg");
}
@media only screen and (max-width: 992px) {
  .button.button--red-full:after {
    width: 18px;
    height: 30px;
    right: -37px;
  }
}
.button.button--red-full:before {
  content: '';
  position: absolute;
  top: 0;
  left: -22px;
  display: block;
  width: 18px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  transform: rotate(-180deg);
  background-image: url("../images/svg/ico-button-red.svg");
}
@media only screen and (max-width: 992px) {
  .button.button--red-full:before {
    width: 18px;
    height: 30px;
    right: -20px;
  }
}
.button.button--red-full:hover {
  background-color: #5f259f;
}
.button.button--red-full:hover:after {
  background-image: url("../images/svg/ico-button-purple.svg");
}
.button.button--red-full:hover:before {
  background-image: url("../images/svg/ico-button-purple.svg");
}

.button.js-button-to-videos {
  background-color: #fff;
  color: #000;
}
.button.js-button-to-videos:before, .button.js-button-to-videos:after {
  background-image: url("../images/svg/ico-button-white.svg");
}
.button.js-button-to-videos:hover {
  background-color: #f0c391;
}
.button.js-button-to-videos:hover:before, .button.js-button-to-videos:hover:after {
  background-image: url("../images/svg/ico-button-red-light.svg");
}

.video__buttons .button:after, .video__buttons .button:before {
  display: none;
}

.actions {
  background-color: #f0c391;
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .actions {
    padding: 24px 0;
  }
}

.actions--white {
  background-color: #fff;
}

.actions__title {
  font-size: 40px;
  font-weight: bold;
  max-width: 50%;
  color: #000;
}
@media only screen and (max-width: 992px) {
  .actions__title {
    max-width: 100%;
    font-size: 20px;
  }
}

.actions__items {
  display: flex;
  justify-content: flex-start;
  margin-top: 60px;
  gap: 27px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .actions__items {
    margin-top: 19px;
  }
}

.actions__items--notop {
  margin-top: 0;
}

.actions__button {
  display: inline-block;
  border: 1px solid #e35932;
  background-color: #e35932;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 52px;
  font-family: "Work Sans", serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.actions__button:hover {
  background-color: #fff;
  color: #000;
}
@media only screen and (max-width: 992px) {
  .actions__button {
    margin-top: 20px;
    margin-left: 25px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

.actions-item {
  width: calc(25% - 21px);
  background-color: #e35932;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 29px 34px;
  border-radius: 6px;
}
@media screen and (max-width: 1580px) {
  .actions-item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 992px) {
  .actions-item {
    padding: 20px 23px;
  }
}
@media only screen and (max-width: 768px) {
  .actions-item {
    width: 100%;
  }
}

.actions-item__title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .actions-item__title {
    font-size: 16px;
  }
}
.actions-item__title:hover {
  text-decoration: underline;
}

.actions-item__date {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .actions-item__date {
    font-size: 12px;
  }
}

.actions-item__button {
  display: inline-block;
  border: 1px solid #f0c391;
  background-color: #f0c391;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 30px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.actions-item__button:hover {
  background-color: #fff;
  color: #e35932;
}
@media only screen and (max-width: 992px) {
  .actions-item__button {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
  }
}

.blogs {
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .blogs {
    padding: 60px 0 20px 0;
  }
}

.blogs__title {
  font-size: 40px;
  font-weight: bold;
  max-width: 50%;
  color: #000;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .blogs__title {
    max-width: 100%;
    font-size: 20px;
  }
}

.blogs__items {
  display: flex;
  margin-top: 60px;
  gap: 27px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .blogs__items {
    margin-top: 20px;
  }
}

.blogs__items--notop {
  margin-top: 0;
}

.blogs__button {
  display: inline-block;
  border: 1px solid #e35932;
  background-color: transparent;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 30px;
  color: #e35932;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 52px;
  font-family: "Work Sans", serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blogs__button:hover {
  background-color: #e35932;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .blogs__button {
    margin-top: 20px;
    margin-left: 25px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

.blogs__button--important {
  background-color: #e35932;
  color: #fff;
}
.blogs__button--important:hover {
  background-color: #fff;
  color: #e35932;
}

.blogs__buttons {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .blogs__buttons {
    flex-direction: column;
  }
}
.blogs__buttons .blogs__button {
  margin: 0;
}

.blogs-item {
  position: relative;
  border-radius: 6px;
  width: calc(25% - 27px);
  background-color: #f0c391CD;
}
@media screen and (max-width: 1580px) {
  .blogs-item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .blogs-item {
    width: 100%;
  }
}
.blogs-item:before {
  content: '';
  display: inline-block;
  padding-bottom: 74%;
}

.blogs-item__inner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
}
.blogs-item__inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, #000000ba 0%, transparent 100%);
  border-radius: 6px;
  z-index: 2;
}

.blogs-item__content {
  position: absolute;
  z-index: 3;
  bottom: 36px;
  left: 36px;
  right: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
@media screen and (max-width: 1920px) {
  .blogs-item__content {
    left: 28px;
    right: 28px;
    bottom: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .blogs-item__content {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
}

.blogs-item__title {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  .blogs-item__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .blogs-item__title {
    font-size: 16px;
  }
}

.blogs-item__date {
  font-size: 12px;
  font-weight: 400;
  font-family: "Work Sans", serif;
  color: #fff;
}

.blogs-item__button {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #e35932;
  width: 206px;
  text-align: center;
  font-family: "Work Sans", serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.blogs-item__button:hover {
  background-color: #fff;
  color: #e35932;
}
@media only screen and (max-width: 992px) {
  .blogs-item__button {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

.socials {
  padding: 80px 0;
  background-color: #e35932;
}
@media only screen and (max-width: 992px) {
  .socials {
    padding: 20px 0;
  }
}

.socials__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .socials__inner {
    gap: 20px;
    flex-direction: column;
  }
}

.socials__title {
  color: #f0c391;
  font-size: 40px;
  font-weight: 900;
  max-width: 50%;
  min-width: 50%;
}
@media only screen and (max-width: 992px) {
  .socials__title {
    max-width: 100%;
    min-width: 100%;
    font-size: 16px;
  }
}

.socials__content {
  display: flex;
  gap: 71px;
  justify-content: flex-end;
}
@media only screen and (max-width: 992px) {
  .socials__content {
    justify-content: space-between;
    gap: 0;
    width: 100%;
  }
  .socials__content > svg {
    width: 65px;
    height: 40px;
  }
}

.socials__icons {
  list-style-type: none;
  display: flex;
  gap: 28px;
}
@media only screen and (max-width: 992px) {
  .socials__icons {
    gap: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .socials__icons svg {
    width: 50%;
    height: auto;
  }
}
.socials__icons li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: #000;
}
@media only screen and (max-width: 992px) {
  .socials__icons li a {
    width: 40px;
    height: 40px;
  }
  .socials__icons li a.fb svg {
    width: 10px;
    height: 19px;
  }
  .socials__icons li a.instagram svg {
    width: 15px;
    height: 15px;
  }
  .socials__icons li a.tiktok svg {
    width: 14px;
    height: 17px;
  }
}
.socials__icons li a svg path {
  fill: #fff;
}

.program {
  background-color: #f0c391;
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .program {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  .program .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.program__inner {
  display: flex;
  gap: 120px;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .program__inner {
    flex-direction: column;
    gap: 0;
  }
}

.program__image {
  min-width: 50%;
  max-width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  background-image: url("../images/program.jpg");
}
@media only screen and (max-width: 992px) {
  .program__image {
    min-width: 100%;
    max-width: 100%;
  }
}
.program__image:before {
  content: '';
  display: inline-block;
  padding-bottom: 48%;
}

.program__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 992px) {
  .program__content {
    width: 100%;
    gap: 20px;
    padding: 20px;
  }
}

.program__title {
  font-weight: 900;
  color: #000;
  font-size: 40px;
  font-family: "Unbounded", serif;
}
@media only screen and (max-width: 992px) {
  .program__title {
    font-size: 20px;
  }
}

.why {
  background-color: #e35932;
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .why {
    padding: 20px 0;
  }
}

.why__title {
  font-weight: 900;
  font-size: 28px;
  text-transform: uppercase;
  color: #000;
}
.why__title br {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 992px) {
  .why__title {
    font-size: 16px;
  }
  .why__title br {
    display: block;
    visibility: visible;
  }
}

.why__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}
@media only screen and (max-width: 992px) {
  .why__items {
    margin-top: 20px;
  }
}

.why-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1580px) {
  .why-item {
    gap: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .why-item {
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    flex-wrap: nowrap;
    gap: 0;
  }
}
@media screen and (max-width: 464px) {
  .why-item {
    min-width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    flex-wrap: nowrap;
    gap: 0;
  }
}

.why-title {
  font-size: 40px;
  font-weight: 900;
  color: #f0c391;
}
@media screen and (max-width: 1580px) {
  .why-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .why-title {
    font-size: 20px;
  }
}

.why-desc {
  font-weight: 400;
  font-size: 20px;
  font-family: "Work Sans", serif;
  color: #f0c391;
}
@media only screen and (max-width: 992px) {
  .why-desc {
    font-size: 16px;
  }
}

.footer {
  padding: 50px 0;
  background-color: #000;
}
@media only screen and (max-width: 992px) {
  .footer {
    padding: 20px 0;
  }
}

.footer__title {
  font-weight: 700;
  font-size: 20px;
  font-family: "Work Sans", serif;
  text-transform: uppercase;
  color: #fff;
}

.footer__menu {
  color: #fff;
}
.footer__menu ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.footer__menu ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 1;
}
.footer__menu ul li a:hover {
  text-decoration: underline;
}
.footer__menu ul li a:after {
  position: absolute;
  display: block;
  content: '';
  top: 8px;
  bottom: 8px;
  right: 0;
  width: 1px;
  background-color: #fff;
}
.footer__menu ul li:last-child a:after {
  display: none;
}

.sign p {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 12px;
  font-weight: 400;
}
.sign p a {
  color: #000;
  text-decoration: none;
}
.sign p a:hover {
  text-decoration: underline;
}

.sign__inner {
  padding: 20px 0;
}

.video {
  padding: 160px 0;
}
@media only screen and (max-width: 992px) {
  .video {
    padding: 40px 0;
  }
}
.video .container {
  max-width: 1240px;
}

.video__title {
  display: block;
  font-size: 40px;
  font-weight: 900;
  color: #F64C1C;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .video__title {
    font-size: 20px;
  }
}

.video__items {
  padding: 0 60px;
  position: relative;
  margin-top: 60px;
}
@media only screen and (max-width: 992px) {
  .video__items {
    margin-top: 30px;
  }
}

.video__buttons {
  margin-top: 55px;
  padding-left: 60px;
}
@media only screen and (max-width: 992px) {
  .video__buttons {
    margin-top: 13px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .video__buttons {
    padding-left: 0;
  }
}

.video-item {
  position: relative;
  width: 240px;
  height: 426px;
  margin-right: 15px;
  border-radius: 6px;
  overflow: hidden;
}
.video-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 6px;
}

.video-item-play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-item-play svg rect {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.video-item-play svg path {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.video-item-play:hover svg rect {
  fill: #F64C1C;
}
.video-item-play:hover svg path {
  fill: #f0c391;
}
@media only screen and (max-width: 992px) {
  .video-item-play {
    width: 60px;
    height: 52px;
  }
  .video-item-play svg {
    width: 60px;
    height: 52px;
  }
}

.video-item.playing .video-item-play {
  display: none;
}

.button-slider-navigation {
  position: absolute;
  top: 50%;
  transform: translate(0, 50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #e35932;
  border-radius: 50px;
  width: 38px;
  height: 30px;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button-slider-navigation svg path {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  fill: #f0c391;
}
.button-slider-navigation:hover {
  background-color: #f0c391;
}
.button-slider-navigation:hover svg path {
  fill: #e35932;
}
.button-slider-navigation.button-slider-navigation--prev {
  left: 0;
}
.button-slider-navigation.button-slider-navigation--prev svg {
  position: relative;
  top: -1px;
  left: -1px;
}
.button-slider-navigation.button-slider-navigation--next {
  right: 0;
}
.button-slider-navigation.button-slider-navigation--next svg {
  position: relative;
  top: -1px;
  left: 0;
}

.persons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 10px;
}

.person {
  width: calc(25% - 16px);
  background-color: #e35932;
  color: #000;
  border-radius: 6px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Work Sans", serif;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 992px) {
  .person {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 768px) {
  .person {
    width: 100%;
  }
}
.person a {
  color: #000;
  text-decoration: none;
}
.person a:hover {
  text-decoration: underline;
}
.person p {
  margin: 0;
  padding: 0;
}
.person strong {
  font-family: "Work Sans", serif;
}

.person__image {
  width: 100%;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: cover;
}
.person__image:before {
  content: '';
  display: inline-block;
  padding-bottom: 68%;
}

.contact-form {
  padding: 80px 0;
  background-color: #e35932;
}
.contact-form.contact-form--white {
  padding: 20px 0;
  background-color: #fff;
}
.contact-form .container {
  max-width: 1400px;
}
@media only screen and (max-width: 992px) {
  .contact-form {
    padding: 60px 0;
  }
}
.contact-form input {
  width: 100%;
  border: 1px solid #e35932;
  font-size: 12px;
  font-weight: 400;
  font-family: "Work Sans", serif;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  border-radius: 20px;
}
.contact-form input::placeholder {
  color: #00000080;
}
.contact-form input:focus {
  outline: none;
}
.contact-form select {
  width: 100%;
  border: 1px solid #e35932;
  font-size: 12px;
  font-weight: 400;
  font-family: "Work Sans", serif;
  height: 32px;
  line-height: 32px;
  padding: 0 18px;
  border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat 98.5% !important;
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat calc(100% - 10px) !important;
}
.contact-form select::-ms-expand {
  display: none;
}
.contact-form input[type="submit"] {
  background-color: #F64C1C;
  border: 1px solid #F64C1C;
  color: #fff;
  padding: 0 48px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin-top: 20px;
}
.contact-form input[type="submit"]:hover {
  background-color: #fff;
  color: #F64C1C;
}
.contact-form textarea {
  width: 100%;
  border: 1px solid #e35932;
  font-size: 12px;
  font-weight: 400;
  font-family: "Work Sans", serif;
  line-height: 32px;
  padding: 0 18px;
  border-radius: 20px;
  height: 120px;
}
.contact-form textarea::placeholder {
  color: #00000080;
}
.contact-form textarea:focus {
  outline: none;
}

.contact-form__title {
  font-size: 40px;
  font-weight: bold;
  max-width: 50%;
  text-transform: uppercase;
  color: #e35932;
  padding-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .contact-form__title {
    max-width: 100%;
    font-size: 20px;
  }
}

.contact-form__inner {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
}
.contact-form__inner form p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-form__inner form p .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-form__inner .wpcf7 form .wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
  font-size: 16px;
  font-weight: 700;
  font-family: "Work Sans", serif;
}
.contact-form__inner .wpcf7-not-valid-tip {
  padding: 10px 10px 0 10px;
}

.contact-form--white .contact-form__inner {
  padding: 0;
}

.contact-form__inner form p.checkbox {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.contact-form__inner form p.checkbox .wpcf7-form-control-wrap {
  position: relative;
  top: 0;
}
.contact-form__inner form p.checkbox .wpcf7-list-item {
  display: inline !important;
}

.checkbox .contact-form__inner form p .wpcf7-form-control-wrap {
  width: auto;
  display: inline;
}

.contact-form__inner form p.checkbox .wpcf7-form-control-wrap {
  width: auto !important;
  display: inline;
}

.contact-form__inner form p.checkbox {
  padding-top: 20px;
}
.contact-form__inner form p.checkbox input {
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
}
.contact-form__inner form p.checkbox a {
  color: #000;
}
.contact-form__inner form p.checkbox .wpcf7-list-item.first.last {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.contact-form__inner form p.checkbox .wpcf7-list-item.first.last input {
  width: auto;
  height: auto;
  line-height: 1;
}

.contact-form .wpcf7-quiz-label {
  display: block;
  padding-left: 8px;
  padding-bottom: 4px;
}
.contact-form .wpcf7-form-control-wrap.program {
  background-color: transparent;
  padding: 0;
}
.contact-form p br {
  display: none !important;
  visibility: hidden !important;
}
.contact-form p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-form p a {
  color: #000;
}
.contact-form p span a {
  color: #000;
}

.page-content {
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .page-content {
    padding: 40px 0 20px 0;
  }
}

.page-content + .page-content {
  padding-top: 0;
}

.page-content.blue {
  background-color: #003DA5;
}

.page-content.purple {
  background-color: #5f259f;
}

.page-content.purple a.button:hover {
  color: #5f259f !important;
}

.pagination {
  padding: 40px 0 0 0;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span.current,
.pagination .wp-pagenavi span.extend {
  border: 1px solid #003DA5;
  border-radius: 0;
  font-family: "Work Sans", serif;
  font-size: 16px;
}
.pagination .wp-pagenavi span.current {
  color: #5f259f;
  background-color: #e35932;
}
.pagination .wp-pagenavi span.extend {
  border: 1px solid #fff;
}

.popup-modal {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 992px) {
  #modal-search .popup-modal__inner {
    width: 100%;
  }
}

.popup-modal__inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.popup-modal__header {
  display: flex;
  justify-content: space-between;
}

.popup-modal__title {
  color: #003DA5;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.popup-modal__description {
  color: #003DA5;
  font-size: 12px;
  font-weight: 400;
}

.popup-modal__close {
  cursor: pointer;
}

.mfp-close {
  display: none !important;
}

.rozhodovac {
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .rozhodovac {
    padding: 60px 0 20px 0;
  }
}

.rozhodovac__title {
  font-size: 40px;
  font-weight: bold;
  color: #003DA5;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .rozhodovac__title {
    max-width: 100%;
    font-size: 20px;
  }
}

.rozhodovac__wrapper {
  display: inline-block;
  box-shadow: 0 0 4px 0 #00000040;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 60px;
}
@media only screen and (max-width: 992px) {
  .rozhodovac__wrapper {
    margin-top: 30px;
  }
}

.search-form {
  max-width: 540px;
  width: 540px;
}
@media only screen and (max-width: 992px) {
  .search-form {
    width: 100%;
    max-width: 100%;
  }
}
.search-form input {
  border: 1px solid #e35932;
  font-size: 16px;
  font-family: "Work Sans", serif;
  font-weight: bold;
  border-radius: 20px;
  width: 100%;
  padding: 20px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.search-form input:focus {
  outline: none;
}

.search-form__label {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.search-form__label button {
  border: none;
  background: transparent;
  font-size: 28px;
}

ul#search-results {
  list-style-type: none;
}
@media only screen and (max-width: 992px) {
  ul#search-results {
    overflow: scroll;
    height: calc(100vh - 200px);
  }
}
ul#search-results li {
  width: 100%;
  padding: 20px;
}
ul#search-results li a {
  display: block;
  color: #003DA5;
  text-decoration: none;
  font-size: 18px;
  font-family: "Work Sans", serif;
  font-weight: bold;
}
ul#search-results li a:hover {
  text-decoration: underline;
}
ul#search-results li span {
  display: block;
  font-size: 14px;
  color: #000;
  font-family: "Unbounded", serif;
}

.service-type {
  padding: 80px 0;
  background-color: #e35932;
}
@media only screen and (max-width: 992px) {
  .service-type {
    padding: 60px 0 20px 0;
  }
}

.service-type__title {
  font-size: 40px;
  font-weight: bold;
  max-width: 50%;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .service-type__title {
    max-width: 100%;
    font-size: 20px;
  }
}

.service-type__items {
  display: flex;
  margin-top: 60px;
  gap: 27px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 992px) {
  .service-type__items {
    margin-top: 20px;
  }
}

.service-type__items--notop {
  margin-top: 0;
}

.service-type__button {
  display: inline-block;
  border: 1px solid #e35932;
  background-color: transparent;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 30px;
  color: #e35932;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 52px;
  font-family: "Work Sans", serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service-type__button:hover {
  background-color: #e35932;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .service-type__button {
    margin-top: 20px;
    margin-left: 25px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

.service-type__button--important {
  background-color: #003DA5;
  color: #fff;
}
.service-type__button--important:hover {
  background-color: #fff;
  color: #003DA5;
}

.service-type__buttons {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .service-type__buttons {
    flex-direction: column;
  }
}
.service-type__buttons .service-type__button {
  margin: 0;
}

.service-type-item {
  position: relative;
  border-radius: 6px;
  width: calc(33.2% - 27px);
  background-color: #fff;
}
@media screen and (max-width: 1580px) {
  .service-type-item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 768px) {
  .service-type-item {
    width: 100%;
  }
}
.service-type-item:before {
  content: '';
  display: inline-block;
  padding-bottom: 98%;
}

.service-type-item__inner {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 6px;
}
.service-type-item__inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 6px;
  z-index: 2;
  background-color: #fff;
  opacity: 0.85;
}

.service-type-item__content {
  position: absolute;
  z-index: 11;
  bottom: 36px;
  left: 36px;
  right: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
@media screen and (max-width: 1920px) {
  .service-type-item__content {
    left: 28px;
    right: 28px;
    bottom: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .service-type-item__content {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
}

.service-type-item__title {
  font-size: 40px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}
@media screen and (max-width: 1920px) {
  .service-type-item__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .service-type-item__title {
    font-size: 18px;
  }
}

.service-type-item__description {
  font-family: Work Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  padding-right: 20%;
}

.service-type-item__date {
  font-size: 12px;
  font-weight: 400;
  font-family: "Work Sans", serif;
  color: #000;
}

.service-type-item__button {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #e35932;
  width: 206px;
  text-align: center;
  font-family: "Work Sans", serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service-type-item__button:hover {
  background-color: #fff;
  color: #e35932;
}
@media only screen and (max-width: 992px) {
  .service-type-item__button {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

html,
body {
  position: relative;
  height: 100%;
  font-size: 11px;
  font-family: "Unbounded", serif;
  min-width: 320px;
  padding: 0;
  margin: 0;
  color: #000;
  -webkit-overflow-scrolling: touch !important;
  font-optical-sizing: auto;
}
html.fixed,
body.fixed {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

strong {
  font-family: "Unbounded", serif;
}

.container {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 1200px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container--content {
  max-width: 1400px;
}

.content {
  font-size: 16px;
  font-family: "Work Sans", serif;
  font-weight: 400;
}
.content img {
  max-width: 100%;
}
.content h1 {
  color: #003DA5;
  font-weight: 900;
  font-size: 40px;
  font-family: "Unbounded", serif;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .content h1 {
    font-size: 20px;
  }
}
.content h2 {
  color: #e35932;
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Unbounded", serif;
  padding-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .content h2 {
    font-size: 20px;
  }
}
.content h3 {
  color: #f0c391;
  font-weight: 900;
  font-size: 28px;
  font-family: "Unbounded", serif;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .content h3 {
    font-size: 18px;
  }
}
.content h4 {
  color: #e35932;
  font-weight: 800;
  font-size: 28px;
  font-family: "Unbounded", serif;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .content h4 {
    font-size: 16px;
  }
}
.content h5 {
  color: #e35932;
  font-weight: 700;
  font-size: 20px;
  font-family: "Unbounded", serif;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .content h5 {
    font-size: 15px;
  }
}
.content h6 {
  color: #e35932;
  font-weight: 600;
  font-size: 20px;
  font-family: "Unbounded", serif;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .content h6 {
    font-size: 14px;
  }
}
.content a {
  color: #000;
}
.content ul, .content ol {
  padding-left: 25px;
  padding-bottom: 30px;
}
.content p,
.content center {
  font-size: 16px;
  font-family: "Work Sans", serif;
  font-weight: 400;
  padding-bottom: 30px;
}

.content--white {
  color: #fff;
}
.content--white table tr td,
.content--white table tr th {
  color: #fff;
}
.content--white ul, .content--white ol {
  color: #fff;
}
.content--white p {
  color: #fff;
}
.content--white a {
  color: #fff;
}
.content--white h1,
.content--white h2,
.content--white h3,
.content--white h4,
.content--white h5,
.content--white h6 {
  color: #fff;
}

.layout-page {
  padding-top: 77px;
}
@media only screen and (max-width: 992px) {
  .layout-page {
    padding-top: 50px;
  }
}
.layout-page .container {
  max-width: 1440px;
}

.layout-page .layout-news .container,
.layout-page .layout-actions .container {
  max-width: 100%;
}

.page-wrapper {
  padding-top: 77px;
}
@media only screen and (max-width: 992px) {
  .page-wrapper {
    padding-top: 50px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #e35932;
  z-index: 999;
  padding: 12px 0 !important;
}
@media only screen and (max-width: 992px) {
  .header {
    padding: 16px 0 12px 0 !important;
  }
}

body.page-template-page-contact .header {
  background-color: #e35932;
}

body.admin-bar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
.header__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.header-context {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.header-social {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 24px;
}
.header-social a {
  display: inline-block;
}

.header-logo img {
  width: 68%;
  height: auto;
}
@media only screen and (max-width: 992px) {
  .header-logo img {
    width: 100px;
    height: auto;
  }
}

.header-context__icons {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 992px) {
  .header-context__icons {
    display: none;
  }
}

.header-toggle-mobile-button {
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
}
.header-toggle-mobile-button svg {
  width: 42px;
}
.header-toggle-mobile-button #top-line,
.header-toggle-mobile-button #bottom-line,
.header-toggle-mobile-button #middle-line {
  transform-box: fill-box;
  transform-origin: center;
}
.header-toggle-mobile-button.open svg #top-line {
  animation: down-rotate 0.6s ease-out both;
}
.header-toggle-mobile-button.open svg #bottom-line {
  animation: up-rotate 0.6s ease-out both;
}
.header-toggle-mobile-button.open svg #middle-line {
  animation: hide 0.6s ease-out forwards;
}
@keyframes up-rotate {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(0px);
  }
  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-10px);
  }
  100% {
    transform-origin: center;
    transform: translateY(-10px) rotate(45deg) scale(0.9);
  }
}
@keyframes down-rotate {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(0px);
  }
  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(10px);
  }
  100% {
    transform-origin: center;
    transform: translateY(10px) rotate(-45deg) scale(0.9);
  }
}
@keyframes hide {
  29% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.header-mobile-btns {
  display: none;
  position: relative;
  z-index: 2;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 992px) {
  .header-mobile-btns {
    display: flex;
  }
}
.header-mobile-btns .header-search.header-search--mobile svg {
  width: 20px;
}

@media screen and (min-width: 992px) {
  body.admin-bar .main-menu {
    top: 32px;
  }
}
@media screen and (min-width: 992px) and (max-width: 782px) {
  body.admin-bar .main-menu {
    top: 46px;
  }
}

@media screen and (min-width: 992px) {
  .main-menu {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    width: 505px;
    background-color: #f0c391;
    padding: 80px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -10px 0px 11px -4px #0000001A;
  }
  .main-menu .main-menu__header {
    position: absolute;
    top: 30px;
    left: 80px;
    right: 80px;
    display: flex;
    justify-content: space-between;
  }
  .main-menu .main-menu__inner {
    position: absolute;
    top: 80px;
    bottom: 80px;
    left: 80px;
    right: 0;
    padding-right: 80px;
    overflow-x: auto;
  }
  .main-menu ul {
    list-style-type: none;
  }
  .main-menu ul li {
    border-bottom: 1px solid #e35932;
  }
  .main-menu ul li:last-child {
    border-bottom: none;
  }
  .main-menu ul li a {
    display: inline-block;
    padding: 20px 0;
    color: #e35932;
    font-size: 20px;
    font-weight: 400;
    font-family: "Work Sans", serif;
    text-decoration: none;
    position: relative;
  }
  .main-menu ul li.menu-item-has-children > a:after {
    position: absolute;
    top: 50%;
    right: -28px;
    display: inline-block;
    content: '↓';
    transform: translate(0, -50%) rotate(0deg);
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .main-menu ul li.menu-item-has-children > a.active:after {
    transform: translate(0, -50%) rotate(180deg);
  }
  .main-menu ul li ul {
    display: none;
  }
  .main-menu ul li ul li {
    border-bottom: none;
  }
  .main-menu ul li ul li a {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 992px) {
  .main-menu {
    display: none;
    position: fixed;
    top: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px 20px 20px;
    background-color: #f0c391;
    overflow: scroll;
  }
  .main-menu .main-menu__header {
    display: none;
  }
  .main-menu .main-menu__inner {
    padding-top: 20px;
  }
  .main-menu ul {
    list-style-type: none;
  }
  .main-menu ul li {
    border-bottom: 1px solid #e35932;
  }
  .main-menu ul li.menu-item-has-children > a:after {
    position: absolute;
    top: 50%;
    right: -28px;
    display: inline-block;
    content: '↓';
    transform: translate(0, -50%) rotate(0deg);
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .main-menu ul li.menu-item-has-children > a.active:after {
    transform: translate(0, -50%) rotate(180deg);
  }
  .main-menu ul li:last-child {
    border-bottom: none;
  }
  .main-menu ul li a {
    position: relative;
    display: inline-block;
    padding: 20px 0;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    font-family: "Work Sans", serif;
    text-decoration: none;
  }
  .main-menu ul li ul {
    display: none;
    margin-top: -20px;
  }
  .main-menu ul li ul li {
    border-bottom: none;
  }
  .main-menu ul li ul li a {
    padding: 10px 0;
  }
}
.header-toggle-mobile-button {
  display: inline-block;
}

.header-toggle-mobile-button--mobile {
  display: none;
}
.header-toggle-mobile-button--mobile svg {
  width: 28px;
}
@media only screen and (max-width: 992px) {
  .header-toggle-mobile-button--mobile {
    display: inline-block;
  }
}

@media only screen and (max-width: 992px) {
  .main-menu__mobile-control {
    padding-top: 20px;
    display: flex;
    gap: 20px;
  }
}

.header-search--mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .header-search--mobile {
    display: block;
  }
}

.main-menu__languages ul {
  display: flex;
  flex-direction: row;
}
.main-menu__languages ul li {
  padding: 0;
  margin: 0;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Work Sans", serif;
  text-decoration: none;
}
.main-menu__languages ul li a {
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
}
.main-menu__languages ul li a:hover {
  text-decoration: underline;
}
.main-menu__languages ul li a.active {
  font-weight: 700;
}
.main-menu__languages ul li a.active:hover {
  text-decoration: none;
}
.main-menu__languages ul li:after {
  content: '/';
}
.main-menu__languages ul li:last-child:after {
  content: '';
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*# sourceMappingURL=magnific-popup.css.map */

.person__box p a {
  color: #fff !important;
}
