html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
strong,
abbr,
acronym,
blockquote,
q,
cite,
ins,
del,
dfn,
a,
div,
span,
pre,
hr,
address,
br,
b,
i,
sub,
big,
small,
tt,
table,
tr,
caption,
thead,
tbody,
tfoot,
col,
colgroup,
form,
input,
label,
textarea,
button,
fieldset,
legend,
select,
option,
ul,
ol,
li,
dl,
dt,
dd,
code,
var,
samp,
img,
object,
param,
map,
area {
  padding: 0;
  margin: 0;
  border: none;
}
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,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
section,
aside,
figure,
figcaption,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 15px;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button {
  border: 0;
}
:focus {
  outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}
::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}
a {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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;
}
input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Menda';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Menda Semibold.ttf") format('truetype');
}
@font-face {
  font-family: 'Bounded';
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Bounded-Variable.ttf") format('truetype');
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.owl-item {
  transform: translateZ(0);
}
img {
  display: block;
}
button {
  background: transparent;
}
input,
textarea {
  font-family: 'Bounded', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  border-radius: 0;
  color: rgba(255,255,255,0.65);
}
html,
body {
  position: relative;
  background-color: #193544;
  color: rgba(255,255,255,0.65);
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Bounded', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 8px;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #4e4e50;
  border-radius: 10px;
}
.white-body {
  background-color: #f4f4f4;
}
.white-body .s-terms:after {
  display: none;
}
.white-body li {
  color: rgba(0,0,0,0.92);
}
.white-body li:before {
  background-color: rgba(0,0,0,0.92) !important;
}
.white-body p:not(.footer__text,
.white-body .footer__copyright,
.white-body .header__description,
.white-body .header-v2__description) {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0,0,0,0.92);
}
.white-body h4 {
  margin-top: 80px;
  text-align: center;
  text-transform: none;
  color: rgba(0,0,0,0.92) !important;
  margin-bottom: 48px;
}
.white-body .footer {
  background-color: #151515;
  position: relative;
  margin-top: 258px;
}
.white-body .footer .container {
  position: relative;
  z-index: 3;
}
.white-body .footer:after {
  content: '';
  display: block;
  height: 260px;
  width: calc(100% + 80px);
  position: absolute;
  left: 50%;
  top: -110px;
  background-color: #151515;
  transform: translateX(-50%) rotate(-3.5deg);
  z-index: 0;
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
}
header,
footer,
section {
  max-width: 100vw;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  max-width: 100vw;
  overflow-x: hidden;
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px 200px;
}
section {
  max-width: 100vw;
}
section.clear {
  padding: 0;
  margin: 0;
}
.b-wrapper {
  width: 100%;
  display: table;
  position: relative;
  height: 100%;
  padding-top: 105px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (min-width: 480px) {
  .b-wrapper {
    padding-top: 114px;
  }
}
@media (min-width: 768px) {
  .b-wrapper {
    padding-top: 134px;
  }
}
.b-wrapper-blog {
  position: relative;
  z-index: 999;
  display: block;
  overflow: hidden auto;
  padding-top: 72px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .b-wrapper-blog {
    padding-top: 112px;
  }
}
.b-wrapper-blog::-webkit-scrollbar {
  width: 8px;
}
.b-wrapper-blog::-webkit-scrollbar-thumb {
  background: #4e4e50;
  border-radius: 10px;
}
.b-wrapper-blog .mobile-menu {
  padding-top: 17px;
  padding-bottom: 17px;
}
@media only screen and (min-width: 768px) {
  .b-wrapper-blog .mobile-menu {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.content {
  display: table-row;
  width: 100%;
  height: 100%;
}
.b-wrapper-blog .content {
  display: block;
}
.section {
  width: 100%;
}
.hidden {
  display: none !important;
}
.container {
  max-width: 1760px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1680px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.row {
  margin-bottom: 0;
}
.col {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
header {
  margin-bottom: 60px;
}
@media only screen and (max-width: 960px) {
  header {
    margin-bottom: 0;
  }
}
span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}
strong {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: 700;
}
h3 {
  font-family: 'Bounded';
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
h3 span {
  color: #ff230a !important;
}
h1,
h2,
h4,
h5,
h6 {
  font-family: 'Bounded';
  color: #fff;
  font-weight: 900;
  letter-spacing: 0;
}
h1 span,
h2 span,
h4 span,
h5 span,
h6 span {
  color: #ff230a !important;
}
.btn-custom {
  padding: 10px 12px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.btn-custom--big {
  padding: 16px 32px;
}
.modal-overlay {
  background: rgba(21,21,21,0.75) !important;
  backdrop-filter: blur(8px) !important;
  opacity: 1 !important;
}
.modal {
  width: 100%;
  max-width: 556px;
  background-color: #fff;
  padding: 50px 68px;
  max-height: 95%;
  top: 50% !important;
  transform: translateY(-50%) scaleX(0.8) scaleY(0.8) !important;
}
@media only screen and (max-width: 480px) {
  .modal {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    padding-left: 14px;
    padding-right: 14px;
  }
}
.modal.open {
  top: 50% !important;
  transform: translateY(-50%) scaleX(1) scaleY(1) !important;
}
.modal .modal-content {
  padding: 0;
}
.modal__cross {
  position: absolute;
  top: 18px;
  right: 18px;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .modal__cross {
    width: 24px;
    height: 24px;
  }
}
.modal__thanks-title,
.modal__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.5px;
  color: #151515;
  margin-bottom: 32px;
}
@media only screen and (max-width: 480px) {
  .modal__thanks-title,
  .modal__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 22px;
  }
}
.modal__thanks-title {
  text-align: center;
  margin-bottom: 24px;
}
.modal__thanks-text {
  text-align: center;
  color: #151515;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
.modal .modal-footer {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #151515;
}
.modal .modal-footer a {
  color: #ff230a;
  font-weight: 600;
}
.collapsible-item:before {
  display: none !important;
}
.current-news__img-wrapper::before,
.current-news__text-wrapper,
.current-news__recent {
  background: #f4f4f4;
}
.current-news__recent {
  margin-top: -1px;
  margin-bottom: 100px;
}
.current-news__card-content {
  padding-bottom: 60px;
}
@media only screen and (max-width: 480px) {
  .current-news__card:nth-child(2) {
    display: none;
  }
}
.current-news__btn {
  border: 1px solid #000;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .current-news__btn {
    display: none;
  }
}
.current-news__mobile-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .current-news__mobile-btn {
    display: flex;
  }
}
.current-news__date {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: rgba(255,255,255,0.4);
}
.small-container,
.current-news__img-container {
  max-width: 1106px;
  width: 100%;
  min-height: inherit;
}
@media screen and (max-width: 1240px) {
  .small-container,
  .current-news__img-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 720px) {
  .small-container,
  .current-news__img-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.small-container .current-news__img,
.current-news__img-container .current-news__img {
  width: 100%;
  min-height: inherit;
}
.small-container .current-news__img video,
.current-news__img-container .current-news__img video,
.small-container .current-news__img img,
.current-news__img-container .current-news__img img {
  max-width: 100%;
  width: 100%;
}
.current-news__text-wrapper {
  padding-top: 40px;
}
.current-news__text-wrapper .current-news__text-container {
  color: rgba(0,0,0,0.92);
}
.current-news__text-wrapper .current-news__text-container h1,
.current-news__text-wrapper .current-news__text-container h2,
.current-news__text-wrapper .current-news__text-container h3,
.current-news__text-wrapper .current-news__text-container h4,
.current-news__text-wrapper .current-news__text-container h5,
.current-news__text-wrapper .current-news__text-container h6 {
  color: rgba(0,0,0,0.92);
}
.current-news__text-wrapper .current-news__text-container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.current-news__text-wrapper .current-news__text-container a {
  color: #ff230a;
}
.current-news__text-wrapper .current-news__text-container blockquote {
  padding-left: 32px;
  border-left: 2px solid #ff230a;
}
.current-news__text-wrapper .current-news__text-container table {
  width: auto !important;
}
.current-news__text-wrapper .current-news__text-container td,
.current-news__text-wrapper .current-news__text-container th {
  border: 1px solid #bbb;
  padding: 10px 16px;
}
.current-news__text-wrapper .current-news__text-container tr:first-child > td {
  padding: 12px 16px;
  background-color: #e9e9e9;
}
.current-news__card {
  background-color: #fff;
}
.current-news__card .current-news__card-date {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.6);
  margin-bottom: 12px;
  font-family: 'Exo 2', sans-serif;
}
.current-news__card .current-news__card-title {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0,0,0,0.92);
  margin-bottom: 16px;
}
.current-news__card p {
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
  color: rgba(0,0,0,0.6);
}
.current-news__card p a {
  color: #ff230a !important;
}
.current-news__card .current-news__more-details {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0,0,0,0.92) !important;
  justify-content: space-between;
}
.current-news__card .current-news__card-footer {
  border-top: none;
  border-top: 1px solid rgba(21,21,21,0.12);
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  width: calc(100% - 64px);
  margin-left: 32px;
}
@media only screen and (max-width: 1440px) {
  .current-news__card .current-news__card-footer {
    width: calc(100% - 56px);
    margin-left: 28px;
  }
}
.current-news__card .current-news__card-footer:hover .current-news__more-details {
  color: #ff230a !important;
}
.current-news__card .current-news__card-footer:hover svg path {
  stroke: none;
  fill: #ff230a;
}
.preloader-wrapper {
  display: none;
}
form.custom-form .form-group--double {
  display: flex;
  width: calc(100% + 12px);
  margin-left: -6px;
  flex-wrap: wrap;
}
form.custom-form .form-group--double .input-field--half {
  margin-left: 6px;
  margin-right: 6px;
  width: calc(100% / 2 - 12px);
}
@media only screen and (max-width: 768px) {
  form.custom-form .form-group--double .input-field--half {
    width: calc(100% / 1 - 12px);
  }
}
form.custom-form .input-field {
  position: relative;
  margin: 0;
  margin-bottom: 16px;
  height: 80px;
  background-color: #f4f4f4;
  display: flex;
  align-items: flex-end;
}
form.custom-form .input-field .error {
  position: absolute;
  bottom: 0;
  left: 24px;
}
form.custom-form .input-field--textarea {
  height: auto;
}
form.custom-form .input-field textarea {
  height: 160px;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #151515;
  padding: 40px 24px;
}
form.custom-form .input-field input {
  margin-bottom: 0;
  border: none !important;
  box-shadow: none !important;
  height: 24px;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #151515;
  border-radius: 0;
  padding: 20px 24px;
}
form.custom-form .input-field label {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0,0,0,0.6) !important;
  transform: translateY(26px);
  padding-left: 24px;
}
form.custom-form .input-field label.active {
  transform: translateY(10px);
}
form.custom-form .form-error {
  position: absolute;
  bottom: 8px;
  left: 24px;
  font-size: 12px;
  line-height: 12px;
  color: #ff230a;
  font-weight: 600;
}
form.custom-form .checkboxes-wrap {
  margin-top: 32px;
}
form.custom-form .checkboxes-wrap .checkbox {
  margin-bottom: 8px;
  position: relative;
}
form.custom-form .checkboxes-wrap .checkbox .form-error {
  bottom: -12px;
  left: 28px;
}
form.custom-form .checkboxes-wrap .checkbox__input {
  padding-left: 28px;
  top: 0;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #151515;
}
form.custom-form .checkboxes-wrap .checkbox__input a {
  color: #ff230a;
  font-size: inherit;
  line-height: inherit;
}
form.custom-form .checkboxes-wrap [type="checkbox"]+span:not(.lever):before {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  border: 2px solid #ff230a;
  top: -5px;
  transform: none !important;
  left: 0 !important;
}
form.custom-form .checkboxes-wrap [type="checkbox"]:checked+span:not(.lever):before {
  background-color: #ff230a;
}
form.custom-form .checkboxes-wrap [type="checkbox"]:checked+span:not(.lever):after {
  width: 10px;
  height: 6px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  left: 5px;
  top: 1px;
}
form.custom-form .submit-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
form.custom-form .submit-btn-wrap .btn-custom {
  width: 100%;
}
form.custom-form .input-fields-wrap {
  display: flex;
  width: 100%;
}
form.custom-form .input-fields-wrap--messanger {
  align-self: center;
}
form.custom-form .input-fields-wrap--messanger .dropdown-trigger {
  width: 152px;
  border: 0 !important;
}
form.custom-form .input-fields-wrap--messanger .input {
  width: calc(100% - 32px);
  border-radius: 0 10px 10px 0;
  border-left: none !important;
  border: 0 !important;
  padding-left: 8px;
}
form.custom-form .input-fields-wrap--messanger .control-label {
  position: absolute;
  left: 164px;
  top: 0px;
}
form.custom-form .input-fields-wrap--messanger .messanger-select {
  position: relative;
  width: 100%;
  cursor: pointer;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__input-user {
  width: 100%;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__input-user .form-error {
  left: 6%;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__dropdown-item.notactive {
  display: flex !important;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__code {
  padding: 0 !important;
  max-width: 112px !important;
}
form.custom-form .input-fields-wrap--messanger .messanger-select .input {
  color: rgba(0,0,0,0.92) !important;
  background: unset !important;
  width: -moz-max-content !important;
  width: max-content !important;
  border-radius: unset !important;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__flag-wrap {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__flag-wrap img {
  width: 24px;
  height: 24px;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__input {
  padding: 0 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__dropdown {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: flex-start;
  z-index: 3;
  transition: height 0.3s ease, overflow-y 0s 0.3s;
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.12);
  height: 0;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__dropdown.active {
  overflow-y: auto;
  height: auto;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.12);
  max-height: 300px;
  background: #fff;
  padding: 8px;
  font-weight: 600;
  transition: height 0.3s ease;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__dropdown::-webkit-scrollbar {
  width: 6px;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__dropdown::-webkit-scrollbar-thumb {
  background: #4e4e50;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__dropdown-item {
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  cursor: pointer;
  height: 56px;
  padding: 16px;
  color: rgba(0,0,0,0.6);
  font-weight: 400;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__dropdown-item.notactive {
  display: none;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__dropdown-item:hover {
  background: #e9e9e9;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__dropdown-item.active {
  background: #e9e9e9;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__dropdown-item.active .country-phone-select__code {
  font-weight: 600;
}
form.custom-form .input-fields-wrap--messanger .messanger-select__dropdown-item.active:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/images/svg/check.svg") center no-repeat;
  background-size: contain;
}
.enter-y {
  transform: translateY(50px) rotate(2deg);
  transition: all 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
  opacity: 0;
}
.enter {
  transition: all 1.2s cubic-bezier(0.37, 0.01, 0, 0.98);
  opacity: 0;
}
.rotate-card {
  opacity: 0;
  transform: rotateY(90deg);
  transition: all 0.3s ease;
}
.seen .rotate-card {
  opacity: 1;
  transform: rotateY(0);
}
.seen .rotate-card:nth-child(1) {
  transition-delay: 0.3s !important;
}
.seen .rotate-card:nth-child(2) {
  transition-delay: 0.6s !important;
}
.seen .rotate-card:nth-child(3) {
  transition-delay: 0.9s !important;
}
.seen .rotate-card:nth-child(4) {
  transition-delay: 1.2s !important;
}
.seen .rotate-card:nth-child(5) {
  transition-delay: 1.5s !important;
}
.seen .rotate-card:nth-child(6) {
  transition-delay: 1.8s !important;
}
.seen .rotate-card:nth-child(7) {
  transition-delay: 2.1s !important;
}
.seen .rotate-card:nth-child(8) {
  transition-delay: 2.4s !important;
}
.seen .rotate-card:nth-child(9) {
  transition-delay: 2.7s !important;
}
.seen .rotate-card:nth-child(10) {
  transition-delay: 3s !important;
}
.seen .rotate-card:nth-child(11) {
  transition-delay: 3.3s !important;
}
.seen .rotate-card:nth-child(12) {
  transition-delay: 3.6s !important;
}
.dropdown-card {
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
.seen .dropdown-card {
  opacity: 1;
  transform: translateY(0);
}
.seen .dropdown-card:nth-child(1) {
  transition-delay: 0.3s !important;
}
.seen .dropdown-card:nth-child(2) {
  transition-delay: 0.6s !important;
}
.seen .dropdown-card:nth-child(3) {
  transition-delay: 0.9s !important;
}
.seen .dropdown-card:nth-child(4) {
  transition-delay: 1.2s !important;
}
.seen .dropdown-card:nth-child(5) {
  transition-delay: 1.5s !important;
}
.seen .dropdown-card:nth-child(6) {
  transition-delay: 1.8s !important;
}
.seen .dropdown-card:nth-child(7) {
  transition-delay: 2.1s !important;
}
.seen .dropdown-card:nth-child(8) {
  transition-delay: 2.4s !important;
}
.seen .dropdown-card:nth-child(9) {
  transition-delay: 2.7s !important;
}
.seen .dropdown-card:nth-child(10) {
  transition-delay: 3s !important;
}
.seen .dropdown-card:nth-child(11) {
  transition-delay: 3.3s !important;
}
.seen .dropdown-card:nth-child(12) {
  transition-delay: 3.6s !important;
}
.dropright-card {
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}
.seen .dropright-card {
  opacity: 1;
  transform: translateX(0);
}
.seen .dropright-card:nth-child(1) {
  transition-delay: 0.3s !important;
}
.seen .dropright-card:nth-child(2) {
  transition-delay: 0.6s !important;
}
.seen .dropright-card:nth-child(3) {
  transition-delay: 0.9s !important;
}
.seen .dropright-card:nth-child(4) {
  transition-delay: 1.2s !important;
}
.seen .dropright-card:nth-child(5) {
  transition-delay: 1.5s !important;
}
.seen .dropright-card:nth-child(6) {
  transition-delay: 1.8s !important;
}
.seen .dropright-card:nth-child(7) {
  transition-delay: 2.1s !important;
}
.seen .dropright-card:nth-child(8) {
  transition-delay: 2.4s !important;
}
.seen .dropright-card:nth-child(9) {
  transition-delay: 2.7s !important;
}
.seen .dropright-card:nth-child(10) {
  transition-delay: 3s !important;
}
.seen .dropright-card:nth-child(11) {
  transition-delay: 3.3s !important;
}
.seen .dropright-card:nth-child(12) {
  transition-delay: 3.6s !important;
}
.seen .enter {
  opacity: 1;
  transition-delay: 0.3s !important;
}
.seen .enter-y {
  opacity: 1;
  transform: translate(0) scale(1) rotate(0);
}
.seen .delay-2 {
  transition-delay: 0.1s !important;
}
.seen .delay-3 {
  transition-delay: 0.15s !important;
}
.seen .delay-4 {
  transition-delay: 0.2s !important;
}
.seen .delay-5 {
  transition-delay: 0.25s !important;
}
.seen .delay-6 {
  transition-delay: 0.3s !important;
}
.seen .delay-7 {
  transition-delay: 0.35s !important;
}
.seen .delay-8 {
  transition-delay: 0.4s !important;
}
.seen .delay-9 {
  transition-delay: 0.45s !important;
}
.pulsed-image {
  animation: pulse 1.5s infinite ease-in-out;
}
.error {
  color: #ff230a;
  pointer-events: none;
}
.s-brands__tab-img {
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 0.3s !important;
}
.s-brands__tab-content-text-wrap {
  transform: translateX(-100%);
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 0.3s !important;
}
.seen.s-brands .s-brands__tab-content-text-wrap,
.seen.s-brands .s-brands__tab-img {
  transform: translateX(0);
  opacity: 1;
}
.s-contact:before {
  transform: translate(0, 50%) !important;
  opacity: 0;
  transition: all 0.3s ease;
}
.s-contact__form-wrap:after {
  transform: translate(-50%, 0) !important;
  opacity: 0;
  transition: all 0.3s ease;
}
.seen.s-contact:before {
  transform: translateX(-50%) !important;
  opacity: 1;
}
.seen.s-contact .s-contact__form-wrap:after {
  transform: translateY(-50%) !important;
  opacity: 1;
}
div[aria-hidden="true"] .s-news__slide-more {
  visibility: hidden !important;
}
.header__img.lazy {
  display: none;
}
.p-careers__offers {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  row-gap: 64px;
}
@media only screen and (min-width: 768px) {
  .p-careers__offers {
    margin-top: 40px;
    row-gap: 80px;
  }
}
@media only screen and (min-width: 960px) {
  .p-careers__offers {
    row-gap: 104px;
  }
}
@media only screen and (min-width: 1440px) {
  .p-careers__offers {
    row-gap: 120px;
  }
}
.p-careers__offers::before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 350px);
  background-color: #f4f4f4;
  left: 50%;
  top: 75px;
  transform: skewY(-3deg) translateX(-50%);
  transform-origin: top left;
}
@media only screen and (min-width: 768px) {
  .p-careers__offers::before {
    height: calc(100% - 300px);
  }
}
@media only screen and (min-width: 960px) {
  .p-careers__offers::before {
    height: calc(100% - 335px);
  }
}
@media only screen and (min-width: 1280px) {
  .p-careers__offers::before {
    height: calc(100% - 295px);
    top: 85px;
  }
}
@media only screen and (min-width: 1440px) {
  .p-careers__offers::before {
    height: calc(100% - 420px);
    top: 90px;
  }
}
.p-careers__contact {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 64px;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .p-careers__contact {
    row-gap: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 960px) {
  .p-careers__contact {
    row-gap: 104px;
    margin-bottom: 104px;
  }
}
@media only screen and (min-width: 1440px) {
  .p-careers__contact {
    row-gap: 120px;
    margin-bottom: 120px;
  }
}
.p-careers__contact::before {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(70% - 90px);
  background-color: #f4f4f4;
  left: 50%;
  top: 344px;
  transform: skewY(-3deg) translateX(-50%);
  transform-origin: top left;
}
@media only screen and (min-width: 768px) {
  .p-careers__contact::before {
    top: 290px;
  }
}
@media only screen and (min-width: 1280px) {
  .p-careers__contact::before {
    height: 65%;
    background-image: url("/images/svg/section-overlay.svg");
    background-size: 480px 400px;
    background-repeat: no-repeat;
    background-position: -137px 737px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@font-face {
  font-family: 'Menda';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Menda Semibold.ttf") format('truetype');
}
@font-face {
  font-family: 'Bounded';
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Bounded-Variable.ttf") format('truetype');
}
.gdpr-cookie-notice {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  width: 100%;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  box-sizing: border-box;
  transition: all ease 1s;
  transform: translateY(100%);
  background: none;
}
@media (min-width: 960px) {
  .gdpr-cookie-notice {
    padding: 20px 80px 40px;
  }
}
.gdpr-cookie-notice-loaded .gdpr-cookie-notice {
  transform: translateY(0);
}
.gdpr-cookie-notice-inner {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(35,74,91,0.8);
  box-shadow: 0 4px 11.7px 0 rgba(255,255,255,0.24) inset, 15px 15px 40px 0 rgba(0,0,0,0.25);
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .gdpr-cookie-notice-inner {
    flex-direction: row;
    align-items: center;
    padding: 40px;
    gap: 40px;
  }
}
.gdpr-cookie-notice-description {
  margin: 0;
  padding: 0;
  color: #fff !important;
  font-family: 'Bounded', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  flex: 1;
  min-width: 0;
}
@media (min-width: 960px) {
  .gdpr-cookie-notice-description {
    font-size: 24px;
    line-height: 110%;
  }
}
.gdpr-cookie-notice-description a {
  color: #fff;
  font-family: 'Bounded', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
}
@media (min-width: 960px) {
  .gdpr-cookie-notice-description a {
    font-size: 24px;
    line-height: 110%;
  }
}
.gdpr-cookie-notice-nav {
  display: flex;
  align-items: center;
  margin: 0;
  background: none;
  width: 100%;
  height: auto;
  padding: 0;
  flex-shrink: 0;
  box-shadow: none;
  justify-content: center;
}
@media (min-width: 960px) {
  .gdpr-cookie-notice-nav {
    width: auto;
  }
}
.gdpr-cookie-notice-nav-item {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: #151515;
  padding: 0 24px;
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 12px;
  box-shadow: none;
}
@media (min-width: 960px) {
  .gdpr-cookie-notice-nav-item {
    font-size: 32px;
    font-weight: 600;
    padding: 0 32px;
    height: 60px;
  }
}
.gdpr-cookie-notice-nav-item:hover {
  text-decoration: none;
  opacity: 0.85;
}
.gdpr-cookie-notice-nav-item-settings {
  display: none;
}
.gdpr-cookie-notice-nav-item-accept {
  background-color: #fff;
  color: #000;
  width: 100%;
  text-align: center;
}
@media (min-width: 960px) {
  .gdpr-cookie-notice-nav-item-accept {
    width: auto;
  }
}
.gdpr-cookie-notice-modal-content {
  width: 100%;
  box-sizing: border-box;
}
.btn-outline,
.btn-outline:link,
.btn-outline:visited {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 15px 28px;
  background: transparent;
  border: 1.5px solid #fff;
  color: #fff !important;
  font-family: 'Bounded', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: opacity 0.2s, border-color 0.2s;
  cursor: pointer;
  line-height: 1;
}
.btn-outline:hover,
.btn-outline:focus {
  color: #fff !important;
  border-color: rgba(255,255,255,0.5);
  opacity: 0.75;
  text-decoration: none !important;
}
.btn-outline__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
}
.btn-filled,
.btn-filled:link,
.btn-filled:visited {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 24px;
  background: #fff;
  border-radius: 10px;
  color: #000 !important;
  font-family: 'Bounded', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none !important;
  transition: opacity 0.2s;
  cursor: pointer;
}
@media (min-width: 480px) {
  .btn-filled,
  .btn-filled:link,
  .btn-filled:visited {
    height: 60px;
    font-size: 25px;
    padding: 0 22px;
  }
}
.btn-filled:hover,
.btn-filled:focus {
  opacity: 0.85;
  text-decoration: none !important;
}
.btn-filled-arrow,
.btn-filled-arrow:link,
.btn-filled-arrow:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  flex-shrink: 0;
  text-decoration: none !important;
  transition: opacity 0.2s;
  cursor: pointer;
}
@media (min-width: 480px) {
  .btn-filled-arrow,
  .btn-filled-arrow:link,
  .btn-filled-arrow:visited {
    height: 60px;
    width: 60px;
    font-size: 25px;
    padding: 0 22px;
  }
}
.btn-filled-arrow:hover,
.btn-filled-arrow:focus {
  opacity: 0.85;
}
.btn-filled-arrow img {
  width: 20px;
  height: 20px;
  display: block;
  filter: invert(1) brightness(0);
}
.btn-ghost,
.btn-ghost:link,
.btn-ghost:visited {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  background: transparent;
  border: none;
  color: #fff !important;
  font-family: 'Bounded', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: opacity 0.2s;
  cursor: pointer;
  line-height: 1;
}
.btn-ghost:hover,
.btn-ghost:focus {
  color: #fff !important;
  opacity: 0.65;
  text-decoration: none !important;
}
.btn-ghost__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
}
.btn-primary,
.btn-primary:link,
.btn-primary:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 32px;
  background: #193544;
  border: 1.5px solid #193544;
  color: #fff !important;
  font-family: 'Bounded', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  transition: background 0.2s, opacity 0.2s;
  cursor: pointer;
  line-height: 1;
  box-sizing: border-box;
}
button.btn-primary {
  border: none;
  -webkit-appearance: none;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff !important;
  opacity: 0.8;
  text-decoration: none !important;
}
.btn-submit-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 32px;
  gap: 0;
}
.btn-submit-wrap .preloader-wrapper {
  display: none;
}
.btn-submit-wrap.loading .btn-primary {
  opacity: 0.5;
  pointer-events: none;
}
.btn-submit-wrap.loading .preloader-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}
.top-menu {
  height: auto;
  line-height: inherit;
  background-color: transparent;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  box-shadow: none;
  transition: all 0.3s ease;
  padding: 20px 0;
  max-width: 1920px;
  width: 100vw;
}
@media (min-width: 768px) {
  .top-menu {
    padding: 40px 0;
  }
}
@media (min-width: 1280px) {
  .top-menu {
    padding: 20px 0;
  }
}
.top-menu.not-top {
  width: calc(100% - 16px);
  padding: 12px 20px 12px 12px;
  top: 8px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(35,74,91,0.8);
  box-shadow: 0 4px 11.7px 0 rgba(255,255,255,0.24) inset, 15px 15px 40px 0 rgba(0,0,0,0.25);
  backdrop-filter: blur(8px);
}
@media only screen and (min-width: 768px) {
  .top-menu.not-top {
    top: 26px;
    width: calc(100% - 56px);
  }
}
@media only screen and (min-width: 960px) {
  .top-menu.not-top {
    top: 40px;
    width: calc(100% - 80px);
  }
}
@media only screen and (min-width: 1280px) {
  .top-menu.not-top {
    padding: 12px;
  }
}
.top-menu.not-top .container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 1680px) {
  .top-menu.not-top {
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(35,74,91,0.8);
    box-shadow: 0 4px 11.7px 0 rgba(255,255,255,0.24) inset, 15px 15px 40px 0 rgba(0,0,0,0.25);
  }
  .top-menu.not-top .logo--long {
    display: none;
  }
  .top-menu.not-top .logo--short {
    display: block;
  }
}
.top-menu .nav-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.top-menu .nav-wrapper__links {
  display: none;
  gap: 49px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1280px) {
  .top-menu .nav-wrapper__links {
    display: flex;
  }
}
.top-menu .brand-logo {
  position: static;
  transform: none;
  margin-top: 0;
}
.top-menu .brand-logo img {
  width: 58px;
  height: 40px;
}
@media (min-width: 768px) {
  .top-menu .brand-logo img {
    width: 100px;
    height: 70px;
  }
}
.top-menu .brand-logo .logo--short {
  display: block;
}
.top-menu .brand-logo .logo--long {
  display: none;
}
@media only screen and (min-width: 1680px) {
  .top-menu .brand-logo .logo--short {
    display: none;
  }
  .top-menu .brand-logo .logo--long {
    display: block;
  }
}
.top-menu .anqors-wrap {
  margin-right: 80px;
}
.top-menu .top-menu-link {
  padding: 0 8px 0 20px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  transition: color 0.3s ease;
  position: relative;
  text-transform: uppercase;
}
.top-menu .top-menu-link:hover {
  background: transparent;
}
.top-menu .top-menu-link.active:after {
  display: none;
}
.top-menu__btns-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.top-menu__btns-wrap .btn-custom {
  display: none;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .top-menu__btns-wrap .btn-custom {
    display: flex;
  }
}
.top-menu__btns-wrap .btn-custom__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.top-menu__hamburger {
  line-height: inherit !important;
  display: block !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 44px !important;
  height: 40px !important;
}
.top-menu__hamburger img {
  max-width: 100%;
}
.top-menu.nolinks .nav-wrapper__links {
  opacity: 0;
  pointer-events: none;
}
.top-menu.nolinks .top-menu__hamburger {
  display: none !important;
}
.desktop-menu {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .desktop-menu {
    display: block;
  }
}
.mobile-menu {
  display: block;
}
@media only screen and (min-width: 1280px) {
  .mobile-menu {
    display: none;
  }
}
.sidenav {
  width: calc(100% - 36px) !important;
  height: calc(100vh - 36px) !important;
  padding: 0;
  top: 18px !important;
  left: auto !important;
  right: 18px !important;
  border-radius: 16px;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  transition: all 0.3s ease;
}
.sidenav.open {
  border-color: rgba(255,255,255,0.12);
  background: rgba(35,74,91,0.8);
  box-shadow: 0 4px 11.7px 0 rgba(255,255,255,0.24) inset, 15px 15px 40px 0 rgba(0,0,0,0.25);
  backdrop-filter: blur(8px);
}
.sidenav.closing {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}
.sidenav li.sidenav-inner {
  height: 100%;
  padding: 20px;
  list-style: none;
}
.sidenav .sidenav-inner {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 32px;
  height: 100%;
}
.sidenav .sidenav-inner__header {
  display: flex;
  justify-content: flex-end;
}
.sidenav .sidenav-inner__header .sidenav-cross {
  width: 58px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
  border: 0.5px solid #fff;
}
.sidenav .sidenav-inner__header .sidenav-cross svg {
  width: 24px;
  height: 24px;
}
.sidenav .sidenav-inner__nav {
  flex: 1;
}
.sidenav .sidenav-inner__nav .anqors-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidenav .sidenav-inner__nav li {
  height: auto;
  line-height: inherit;
  list-style: none;
}
.sidenav .sidenav-inner__nav .top-menu-link {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 0;
  transition: color 0.3s ease;
}
.sidenav .sidenav-inner__nav .top-menu-link:hover {
  color: rgba(255,255,255,0.6);
}
.sidenav .sidenav-inner__auth {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidenav .sidenav-inner__cta .btn-custom {
  width: 100%;
  justify-content: space-between;
  padding: 16px 20px;
  background: #fff;
  color: #151515;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
}
.sidenav .sidenav-auth-link {
  padding: 0 6px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.sidenav .sidenav-auth-link .btn-custom__icon {
  width: 16px;
  height: 16px;
}
.sidenav .sidenav-auth-link img {
  width: 16px;
  height: 16px;
}
.sidenav .sidenav-inner__cta {
  margin-top: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 8px;
}
@media (min-width: 480px) {
  .sidenav .sidenav-inner__cta {
    gap: 12px;
  }
}
.sidenav .sidenav-inner__cta .btn-filled {
  height: 40px;
  font-size: 16px;
  padding: 0 15px;
}
.sidenav .sidenav-inner__cta .btn-filled-arrow {
  width: 40px;
  height: 40px;
}
.mobile-logo {
  display: none;
}
.footer {
  position: relative;
  padding: 120px 0 26px;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 480px) {
  .footer {
    padding: 140px 0 40px;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 200px 0 40px;
  }
}
@media (min-width: 1280px) {
  .footer {
    padding: 260px 0 40px;
  }
}
.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-12px);
  width: 100%;
  height: auto;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 480px) {
  .footer__bg {
    transform: translateY(-8px);
  }
}
@media (min-width: 768px) {
  .footer__bg {
    transform: translateY(-40px);
  }
}
@media (min-width: 1280px) {
  .footer__bg {
    transform: translateY(-140px);
  }
}
@media (min-width: 1440px) {
  .footer__bg {
    transform: translateY(-180px);
  }
}
@media (min-width: 1680px) {
  .footer__bg {
    transform: translateY(-220px);
  }
}
@media (min-width: 1920px) {
  .footer__bg {
    transform: translateY(60px);
  }
}
.footer__bg picture,
.footer__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
}
.footer__content {
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.footer__logo-box {
  border: 0.75px solid #fff;
  border-radius: 14px;
  padding: 22.75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .footer__logo-box {
    border: 1px solid #fff;
    padding: 29px;
    border-radius: 18px;
  }
}
.footer__logo-box img {
  height: 35px;
  width: auto;
}
@media (min-width: 768px) {
  .footer__logo-box img {
    height: 45px;
  }
}
.footer__brand {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  max-width: 320px;
}
@media (min-width: 768px) {
  .footer__brand {
    font-size: 46px;
    max-width: unset;
  }
}
.footer__email {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (min-width: 480px) {
  .footer__email {
    font-size: 28px;
  }
}
.footer__email:hover {
  opacity: 0.7;
}
.footer__socials {
  margin-bottom: 40px;
}
@media (min-width: 480px) {
  .footer__socials {
    margin-bottom: 60px;
  }
}
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.footer__bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.footer__links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 480px) {
  .footer__links {
    flex-direction: row;
    gap: 54px;
  }
}
.footer__link {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer__link:hover {
  opacity: 0.7;
}
.footer__copyright {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  max-width: 320px;
}
@media (min-width: 480px) {
  .footer__copyright {
    max-width: unset;
  }
}
.modal-signup .modal-content .input-field.input-field--textarea.input-field--traffic,
.modal-signup .form-group .input-field.input-field--textarea.input-field--traffic {
  height: 80px;
}
.modal-signup .modal-content textarea.textarea--traffic,
.modal-signup .form-group textarea.textarea--traffic {
  height: 64px;
  white-space: nowrap;
  padding: 20px 24px;
}
.page-preloader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #193544;
  z-index: 10000;
  transition: all 0.3s ease;
  left: 0;
  top: 0;
}
.page-preloader__image {
  max-width: 50%;
}
body.page-legal {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
body.page-legal .b-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: auto;
  overflow: visible;
}
body.page-legal .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: auto;
}
body.page-legal .s-legal {
  flex: 1;
}
.s-legal {
  position: relative;
  padding: 0 0 80px;
}
@media (min-width: 768px) {
  .s-legal {
    padding: 0 0 120px;
  }
}
@media (min-width: 1280px) {
  .s-legal {
    padding: 0 0 160px;
  }
}
.s-legal .container {
  position: relative;
  z-index: 1;
}
.s-legal__header {
  text-align: center;
  padding: 60px 0 48px;
}
@media (min-width: 768px) {
  .s-legal__header {
    padding: 80px 0 64px;
  }
}
@media (min-width: 1280px) {
  .s-legal__header {
    padding: 120px 0;
  }
}
.s-legal__title {
  color: #fff;
  font-family: Bounded, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
@media (min-width: 480px) {
  .s-legal__title {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .s-legal__title {
    font-size: 52px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1280px) {
  .s-legal__title {
    font-size: 64px;
    margin-bottom: 20px;
  }
}
.s-legal__last-updated {
  display: block;
  color: #fff;
  font-family: Bounded, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 140%;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .s-legal__last-updated {
    font-size: 16px;
  }
}
.s-legal__body {
  max-width: 860px;
  margin: 0 auto;
}
@media (min-width: 1680px) {
  .s-legal__body {
    max-width: 960px;
  }
}
.s-legal__body h2 {
  color: #fff;
  font-family: Bounded, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin: 32px 0 12px 0;
}
@media (min-width: 480px) {
  .s-legal__body h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .s-legal__body h2 {
    font-size: 32px;
    margin: 48px 0 16px 0;
  }
}
@media (min-width: 1280px) {
  .s-legal__body h2 {
    font-size: 40px;
    margin: 56px 0 20px 0;
  }
}
.s-legal__body h2:first-child {
  margin-top: 0;
}
.s-legal__body h3 {
  color: #fff;
  font-family: Bounded, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin: 20px 0 8px 0;
}
@media (min-width: 768px) {
  .s-legal__body h3 {
    font-size: 20px;
    margin: 28px 0 10px 0;
  }
}
@media (min-width: 1280px) {
  .s-legal__body h3 {
    font-size: 24px;
    margin: 32px 0 12px 0;
  }
}
.s-legal__body p {
  color: #fff;
  font-family: Bounded, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  margin: 0 0 12px 0;
}
@media (min-width: 768px) {
  .s-legal__body p {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1280px) {
  .s-legal__body p {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 16px;
  }
}
.s-legal__body a {
  color: rgba(76,187,196,0.9);
  text-decoration: underline;
  transition: color 0.3s ease;
}
.s-legal__body a:hover {
  color: #fff;
}
.s-legal__body ul,
.s-legal__body ol {
  padding-left: 20px;
  margin: 0 0 12px 0;
}
@media (min-width: 768px) {
  .s-legal__body ul,
  .s-legal__body ol {
    padding-left: 24px;
    margin-bottom: 14px;
  }
}
.s-legal__body li {
  color: #fff;
  font-family: Bounded, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .s-legal__body li {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .s-legal__body li {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 8px;
  }
}
.s-legal__body strong,
.s-legal__body b {
  color: #fff;
  font-weight: 600;
}
.s-legal__body hr {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin: 24px 0;
}
@media (min-width: 768px) {
  .s-legal__body hr {
    margin: 32px 0;
  }
}
.s-legal__body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
  display: block;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .s-legal__body table {
    display: table;
    margin-bottom: 20px;
  }
}
.s-legal__body td,
.s-legal__body th {
  border: 1px solid rgba(255,255,255,0.12);
  padding: 8px 12px;
  font-size: 13px;
  color: #fff;
}
@media (min-width: 768px) {
  .s-legal__body td,
  .s-legal__body th {
    padding: 10px 14px;
    font-size: 16px;
  }
}
.s-legal__body th {
  color: #fff;
  font-weight: 600;
  background: rgba(255,255,255,0.05);
}
