@charset "UTF-8";
/*
Theme Name: WGA
Theme URI: https://wazdan.com
Author: Wazdan
Author URI: https://wazdan.com
Description: Panel Wazdan
Version: 0.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: materialwp
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MaterialWP is based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
.card {
  font-size: 0.875rem;
  font-weight: normal;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #2196f3;
  --indigo: #3f51b5;
  --purple: #9c27b0;
  --pink: #e91e63;
  --red: #f44336;
  --orange: #ff9800;
  --yellow: #ffeb3b;
  --green: #4caf50;
  --teal: #009688;
  --cyan: #00bcd4;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2196f3;
  --secondary: #6c757d;
  --success: #4caf50;
  --info: #00bcd4;
  --warning: #ffeb3b;
  --danger: #f44336;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Roboto", "Helvetica", "Arial", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fafafa;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #2196f3;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0a6ebd;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 2.8125rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 2.125rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fafafa;
  border: 1px solid #dee2e6;
  border-radius: 0.125rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e91e63;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.0625rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.table tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.06);
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c1e2fc;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8cc8f9;
}

.table-hover .table-primary:hover {
  background-color: #a9d7fb;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a9d7fb;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cde9ce;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a2d5a4;
}

.table-hover .table-success:hover {
  background-color: #bbe1bd;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #bbe1bd;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8ecf3;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7adce9;
}

.table-hover .table-info:hover {
  background-color: #a2e6ef;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a2e6ef;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff9c8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fff599;
}

.table-hover .table-warning:hover {
  background-color: #fff6af;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fff6af;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fccac7;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f99d96;
}

.table-hover .table-danger:hover {
  background-color: #fbb3af;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fbb3af;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: rgba(0, 0, 0, 0.06);
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .custom-file-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.875rem + 2px);
  padding: 0.4375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .custom-file-control {
    transition: none;
  }
}
.form-control::-ms-expand, .custom-file-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .custom-file-control:focus {
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
  border-color: #9acffa;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.form-control::placeholder, .custom-file-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .custom-file-control:disabled, .form-control[readonly], [readonly].custom-file-control {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control, input[type=date].custom-file-control,
input[type=time].form-control,
input[type=time].custom-file-control,
input[type=datetime-local].form-control,
input[type=datetime-local].custom-file-control,
input[type=month].form-control,
input[type=month].custom-file-control {
  appearance: none;
}

select.form-control:-moz-focusring, select.custom-file-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value, select.custom-file-control:focus::-ms-value {
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.4375rem + 1px);
  padding-bottom: calc(0.4375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.4375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.0625rem;
}

.form-control-lg {
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select[size].custom-file-control, select.form-control[multiple], select[multiple].custom-file-control {
  height: auto;
}

textarea.form-control, textarea.custom-file-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #4caf50;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(76, 175, 80, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .custom-file-control:valid, .form-control.is-valid, .is-valid.custom-file-control {
  border-color: #4caf50;
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .form-control:valid:focus, .was-validated .custom-file-control:valid:focus, .form-control.is-valid:focus, .is-valid.custom-file-control:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}

.was-validated select.form-control:valid, .was-validated select.custom-file-control:valid, select.form-control.is-valid, select.is-valid.custom-file-control {
  padding-right: 0 !important;
  background-position: right 0 center;
}

.was-validated textarea.form-control:valid, .was-validated textarea.custom-file-control:valid, textarea.form-control.is-valid, textarea.is-valid.custom-file-control {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #4caf50;
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #4caf50;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #4caf50;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #4caf50;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #6ec071;
  background-color: #6ec071;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4caf50;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4caf50;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #f44336;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(244, 67, 54, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .custom-file-control:invalid, .form-control.is-invalid, .is-invalid.custom-file-control {
  border-color: #f44336;
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f44336' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f44336' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .custom-file-control:invalid:focus, .form-control.is-invalid:focus, .is-invalid.custom-file-control:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

.was-validated select.form-control:invalid, .was-validated select.custom-file-control:invalid, select.form-control.is-invalid, select.is-invalid.custom-file-control {
  padding-right: 0 !important;
  background-position: right 0 center;
}

.was-validated textarea.form-control:invalid, .was-validated textarea.custom-file-control:invalid, textarea.form-control.is-invalid, textarea.is-invalid.custom-file-control {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f44336;
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f44336' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f44336' stroke='none'/%3e%3c/svg%3e") center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f44336;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f44336;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f44336;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f77066;
  background-color: #f77066;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f44336;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f44336;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .custom-file-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .custom-file-control::before {
  display: inline-block;
  font-weight: 500;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.46875rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .custom-file-control::before {
    transition: none;
  }
}
.btn:hover, .custom-file-control:hover::before {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .custom-file-control:focus::before, .btn.focus, .focus.custom-file-control::before {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .disabled.custom-file-control::before, .btn:disabled, .custom-file-control:disabled::before {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled), .custom-file-control:not(:disabled):not(.disabled)::before {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .custom-file-control:not(:disabled):not(.disabled):active::before, .btn:not(:disabled):not(.disabled).active, .custom-file-control:not(:disabled):not(.disabled).active::before {
  box-shadow: none;
}
a.btn.disabled, a.disabled.custom-file-control::before,
fieldset:disabled a.btn,
fieldset:disabled a.custom-file-control::before {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
  box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0c83e2;
  border-color: #0c7cd5;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0c83e2;
  border-color: #0c7cd5;
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0c7cd5;
  border-color: #0b75c9;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(66, 166, 245, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: none;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: none;
}
.btn-success:hover {
  color: #fff;
  background-color: #409444;
  border-color: #3d8b40;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #409444;
  border-color: #3d8b40;
  box-shadow: 0 0 0 0.2rem rgba(103, 187, 106, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3d8b40;
  border-color: #39833c;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 187, 106, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
  box-shadow: none;
}
.btn-info:hover {
  color: #fff;
  background-color: #009aae;
  border-color: #008fa1;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #009aae;
  border-color: #008fa1;
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 218, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #008fa1;
  border-color: #008394;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 198, 218, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffeb3b;
  border-color: #ffeb3b;
  box-shadow: none;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ffe715;
  border-color: #ffe608;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #ffe715;
  border-color: #ffe608;
  box-shadow: 0 0 0 0.2rem rgba(222, 205, 56, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffe608;
  border-color: #fae100;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 205, 56, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
  box-shadow: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f22112;
  border-color: #ea1c0d;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #f22112;
  border-color: #ea1c0d;
  box-shadow: 0 0 0 0.2rem rgba(246, 95, 84, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #de1b0c;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 95, 84, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: none;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: none;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #2196f3;
  border-color: #2196f3;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #2196f3;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #4caf50;
  border-color: #4caf50;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #4caf50;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}

.btn-outline-info {
  color: #00bcd4;
  border-color: #00bcd4;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00bcd4;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}

.btn-outline-warning {
  color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffeb3b;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.5);
}

.btn-outline-danger {
  color: #f44336;
  border-color: #f44336;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f44336;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #2196f3;
  text-decoration: none;
}
.btn-link:hover {
  color: #0a6ebd;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: rgba(0, 0, 0, 0.26);
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .custom-file-control::before {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .custom-file-control::before {
  padding: 0.40625rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.0625rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.125rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2196f3;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .custom-file-control::before,
.btn-group-vertical > .btn,
.btn-group-vertical > .custom-file-control::before {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > .custom-file-control:hover::before,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .custom-file-control:hover::before {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .custom-file-control:focus::before, .btn-group > .btn:active, .btn-group > .custom-file-control:active::before, .btn-group > .btn.active, .btn-group > .active.custom-file-control::before,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .custom-file-control:focus::before,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .custom-file-control:active::before,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.custom-file-control::before {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .custom-file-control:not(:first-child)::before,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .custom-file-control:not(:last-child):not(.dropdown-toggle)::before,
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .custom-file-control::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .custom-file-control:not(:first-child)::before,
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .custom-file-control::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .custom-file-control::before + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .custom-file-control::before + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: none;
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .custom-file-control::before,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .custom-file-control:not(:first-child)::before,
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .custom-file-control:not(:last-child):not(.dropdown-toggle)::before,
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .custom-file-control::before {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .custom-file-control:not(:first-child)::before,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .custom-file-control::before {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .custom-file-control::before,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .custom-file-control::before {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .custom-file-control::before input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .custom-file-control::before input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .custom-file-control::before input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .custom-file-control::before input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .custom-file-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .custom-file-control + .form-control, .input-group > .form-control + .custom-file-control, .input-group > .custom-file-control + .custom-file-control,
.input-group > .form-control + .custom-select,
.input-group > .custom-file-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-file-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-file-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-file-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-file-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .custom-file-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child), .input-group > .custom-file-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-file-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > .custom-file-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .custom-file-control::before,
.input-group-append .btn,
.input-group-append .custom-file-control::before {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .custom-file-control:focus::before,
.input-group-append .btn:focus,
.input-group-append .custom-file-control:focus::before {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .custom-file-control::before + .btn, .input-group-prepend .btn + .custom-file-control::before, .input-group-prepend .custom-file-control::before + .custom-file-control::before,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .custom-file-control::before + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .custom-file-control::before,
.input-group-append .btn + .btn,
.input-group-append .custom-file-control::before + .btn,
.input-group-append .btn + .custom-file-control::before,
.input-group-append .custom-file-control::before + .custom-file-control::before,
.input-group-append .btn + .input-group-text,
.input-group-append .custom-file-control::before + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .custom-file-control::before {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.4375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-file-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.125rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > .custom-file-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .custom-file-control::before,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .custom-file-control::before {
  padding: 0.5625rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-file-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > .custom-file-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .custom-file-control::before,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .custom-file-control::before {
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.0625rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .custom-file-control::before,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .custom-file-control::before,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .custom-file-control::before,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .custom-file-control:not(:last-child):not(.dropdown-toggle)::before,
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .custom-file-control::before,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .custom-file-control::before,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .custom-file-control:not(:first-child)::before,
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2196f3;
  background-color: #2196f3;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none, 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #9acffa;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #cae6fc;
  border-color: #cae6fc;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #adb5bd;
  box-shadow: none;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.125rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2196f3;
  background-color: #2196f3;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 150, 243, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(33, 150, 243, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 150, 243, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: rgba(0, 0, 0, 0);
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(33, 150, 243, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.875rem + 2px);
  padding: 0.4375rem 1rem 0.4375rem 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 0.125rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none;
}
.custom-select:focus {
  border-color: #9acffa;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: rgba(0, 0, 0, 0);
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.125rem + 2px);
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  padding-left: 0;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.875rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.875rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #9acffa;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.875rem + 2px);
  padding: 0.4375rem 0;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.3;
  color: #495057;
  background-color: transparent;
  border: 0 solid rgba(0, 0, 0, 0.26);
  border-radius: 0;
  box-shadow: none;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.875rem);
  padding: 0.4375rem 0;
  line-height: 1.3;
  color: #495057;
  content: "Browse";
  background-color: transparent;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2196f3;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #cae6fc;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2196f3;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #cae6fc;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #2196f3;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #cae6fc;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fafafa;
  border-color: #dee2e6 #dee2e6 #fafafa;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.125rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2196f3;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.125rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.125rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.125rem - 1px);
  border-top-right-radius: calc(0.125rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.125rem - 1px);
  border-bottom-left-radius: calc(0.125rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.card-header:first-child {
  border-radius: calc(0.125rem - 1px) calc(0.125rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.125rem - 1px) calc(0.125rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.125rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.125rem - 1px);
  border-top-right-radius: calc(0.125rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.125rem - 1px);
  border-bottom-left-radius: calc(0.125rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.125rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.125rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1.25;
  color: #2196f3;
  background-color: transparent;
  border: 0 solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0a6ebd;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.0625rem;
  border-bottom-left-radius: 0.0625rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.0625rem;
  border-bottom-right-radius: 0.0625rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .custom-file-control::before .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #2196f3;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0c7cd5;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #4caf50;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #3d8b40;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #00bcd4;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #008fa1;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffeb3b;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #ffe608;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #f44336;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ea1c0d;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.125rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #114e7e;
  background-color: #d3eafd;
  border-color: #c1e2fc;
}
.alert-primary hr {
  border-top-color: #a9d7fb;
}
.alert-primary .alert-link {
  color: #0b3251;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #285b2a;
  background-color: #dbefdc;
  border-color: #cde9ce;
}
.alert-success hr {
  border-top-color: #bbe1bd;
}
.alert-success .alert-link {
  color: #18381a;
}

.alert-info {
  color: #00626e;
  background-color: #ccf2f6;
  border-color: #b8ecf3;
}
.alert-info hr {
  border-top-color: #a2e6ef;
}
.alert-info .alert-link {
  color: #00353b;
}

.alert-warning {
  color: #857a1f;
  background-color: #fffbd8;
  border-color: #fff9c8;
}
.alert-warning hr {
  border-top-color: #fff6af;
}
.alert-warning .alert-link {
  color: #5c5415;
}

.alert-danger {
  color: #7f231c;
  background-color: #fdd9d7;
  border-color: #fccac7;
}
.alert-danger hr {
  border-top-color: #fbb3af;
}
.alert-danger .alert-link {
  color: #551713;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.125rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2196f3;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: inherit;
  border: 0 solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: inherit;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: 0;
  border-top-width: 0;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 0;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: 0;
  border-left-width: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 0;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: 0;
    border-left-width: 0;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 0;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #114e7e;
  background-color: #c1e2fc;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #114e7e;
  background-color: #a9d7fb;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #114e7e;
  border-color: #114e7e;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #285b2a;
  background-color: #cde9ce;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #285b2a;
  background-color: #bbe1bd;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #285b2a;
  border-color: #285b2a;
}

.list-group-item-info {
  color: #00626e;
  background-color: #b8ecf3;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #00626e;
  background-color: #a2e6ef;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #00626e;
  border-color: #00626e;
}

.list-group-item-warning {
  color: #857a1f;
  background-color: #fff9c8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #857a1f;
  background-color: #fff6af;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #857a1f;
  border-color: #857a1f;
}

.list-group-item-danger {
  color: #7f231c;
  background-color: #fccac7;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7f231c;
  background-color: #fbb3af;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7f231c;
  border-color: #7f231c;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.26;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: rgba(97, 97, 97, 0.9);
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: rgba(97, 97, 97, 0.9);
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: rgba(97, 97, 97, 0.9);
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: rgba(97, 97, 97, 0.9);
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: rgba(97, 97, 97, 0.9);
  border-radius: 0.125rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #2196f3 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0c7cd5 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #4caf50 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3d8b40 !important;
}

.bg-info {
  background-color: #00bcd4 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #008fa1 !important;
}

.bg-warning {
  background-color: #ffeb3b !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffe608 !important;
}

.bg-danger {
  background-color: #f44336 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ea1c0d !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #2196f3 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #4caf50 !important;
}

.border-info {
  border-color: #00bcd4 !important;
}

.border-warning {
  border-color: #ffeb3b !important;
}

.border-danger {
  border-color: #f44336 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.0625rem !important;
}

.rounded {
  border-radius: 0.125rem !important;
}

.rounded-top {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-right {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-left {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #2196f3 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0a6ebd !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #4caf50 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #357a38 !important;
}

.text-info {
  color: #00bcd4 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #007888 !important;
}

.text-warning {
  color: #ffeb3b !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #eed500 !important;
}

.text-danger {
  color: #f44336 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #d2190b !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted, .bmd-help {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.custom-file-control::before) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: rgba(0, 0, 0, 0.06);
  }
  .table .thead-dark th {
    color: inherit;
    border-color: rgba(0, 0, 0, 0.06);
  }
}
body {
  font-weight: 400;
}

a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.bmd-layout-canvas {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.bmd-layout-container {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bmd-layout-header {
  z-index: 3;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-shrink: 0;
  justify-content: flex-start;
  width: 100%;
  max-height: 1000px;
  transform: translateZ(0);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bmd-layout-content {
  position: relative;
  z-index: 1;
  display: inline-block;
  flex-grow: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.bmd-layout-spacer {
  flex-grow: 1;
}

.bmd-layout-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background-color: transparent;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (pointer-events: auto) {
  .bmd-layout-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition-property: opacity;
    visibility: visible;
    pointer-events: none;
  }
}

.btn, .custom-file-control::before {
  position: relative;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: #ccc;
}
.btn:hover, .custom-file-control:hover::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn:focus, .custom-file-control:focus::before, .btn.focus, .focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn:active, .custom-file-control:active::before, .btn.active, .active.custom-file-control::before, .open > .btn.dropdown-toggle, .open > .dropdown-toggle.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn:active:hover, .custom-file-control:active:hover::before, .btn:active:focus, .custom-file-control:active:focus::before, .btn:active.focus, .custom-file-control:active.focus::before, .btn.active:hover, .active.custom-file-control:hover::before, .btn.active:focus, .active.custom-file-control:focus::before, .btn.active.focus, .active.focus.custom-file-control::before, .open > .btn.dropdown-toggle:hover, .open > .dropdown-toggle.custom-file-control:hover::before, .open > .btn.dropdown-toggle:focus, .open > .dropdown-toggle.custom-file-control:focus::before, .open > .btn.dropdown-toggle.focus, .open > .dropdown-toggle.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.dropdown-toggle.bmd-btn-icon, .open > .dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.dropdown-toggle.bmd-btn-icon:hover, .open > .dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.disabled:focus, .disabled.custom-file-control:focus::before, .btn.disabled.focus, .disabled.focus.custom-file-control::before, .btn:disabled:focus, .custom-file-control:disabled:focus::before, .btn:disabled.focus, .custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.disabled:hover, .disabled.custom-file-control:hover::before, .btn:disabled:hover, .custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn, .bg-inverse .custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn:hover, .bg-inverse .custom-file-control:hover::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn:focus, .bg-inverse .custom-file-control:focus::before, .bg-inverse .btn.focus, .bg-inverse .focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn:active, .bg-inverse .custom-file-control:active::before, .bg-inverse .btn.active, .bg-inverse .active.custom-file-control::before, .open > .bg-inverse .btn.dropdown-toggle, .open > .bg-inverse .dropdown-toggle.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn:active:hover, .bg-inverse .custom-file-control:active:hover::before, .bg-inverse .btn:active:focus, .bg-inverse .custom-file-control:active:focus::before, .bg-inverse .btn:active.focus, .bg-inverse .custom-file-control:active.focus::before, .bg-inverse .btn.active:hover, .bg-inverse .active.custom-file-control:hover::before, .bg-inverse .btn.active:focus, .bg-inverse .active.custom-file-control:focus::before, .bg-inverse .btn.active.focus, .bg-inverse .active.focus.custom-file-control::before, .open > .bg-inverse .btn.dropdown-toggle:hover, .open > .bg-inverse .dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.dropdown-toggle:focus, .open > .bg-inverse .dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.dropdown-toggle.focus, .open > .bg-inverse .dropdown-toggle.focus.custom-file-control::before {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.disabled:focus, .bg-inverse .disabled.custom-file-control:focus::before, .bg-inverse .btn.disabled.focus, .bg-inverse .disabled.focus.custom-file-control::before, .bg-inverse .btn:disabled:focus, .bg-inverse .custom-file-control:disabled:focus::before, .bg-inverse .btn:disabled.focus, .bg-inverse .custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.disabled:hover, .bg-inverse .disabled.custom-file-control:hover::before, .bg-inverse .btn:disabled:hover, .bg-inverse .custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-link, .btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-primary, .btn-primary.custom-file-control::before {
  color: #2196f3;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-primary:hover, .btn-primary.custom-file-control:hover::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-primary:focus, .btn-primary.custom-file-control:focus::before, .btn.btn-primary.focus, .btn-primary.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-primary:active, .btn-primary.custom-file-control:active::before, .btn.btn-primary.active, .btn-primary.active.custom-file-control::before, .open > .btn.btn-primary.dropdown-toggle, .open > .btn-primary.dropdown-toggle.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-primary:active:hover, .btn-primary.custom-file-control:active:hover::before, .btn.btn-primary:active:focus, .btn-primary.custom-file-control:active:focus::before, .btn.btn-primary:active.focus, .btn-primary.custom-file-control:active.focus::before, .btn.btn-primary.active:hover, .btn-primary.active.custom-file-control:hover::before, .btn.btn-primary.active:focus, .btn-primary.active.custom-file-control:focus::before, .btn.btn-primary.active.focus, .btn-primary.active.focus.custom-file-control::before, .open > .btn.btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-primary.disabled:focus, .btn-primary.disabled.custom-file-control:focus::before, .btn.btn-primary.disabled.focus, .btn-primary.disabled.focus.custom-file-control::before, .btn.btn-primary:disabled:focus, .btn-primary.custom-file-control:disabled:focus::before, .btn.btn-primary:disabled.focus, .btn-primary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-primary.disabled:hover, .btn-primary.disabled.custom-file-control:hover::before, .btn.btn-primary:disabled:hover, .btn-primary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-primary, .bg-inverse .btn-primary.custom-file-control::before {
  color: #2196f3;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-primary:hover, .bg-inverse .btn-primary.custom-file-control:hover::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-primary:focus, .bg-inverse .btn-primary.custom-file-control:focus::before, .bg-inverse .btn.btn-primary.focus, .bg-inverse .btn-primary.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-primary:active, .bg-inverse .btn-primary.custom-file-control:active::before, .bg-inverse .btn.btn-primary.active, .bg-inverse .btn-primary.active.custom-file-control::before, .open > .bg-inverse .btn.btn-primary.dropdown-toggle, .open > .bg-inverse .btn-primary.dropdown-toggle.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-primary:active:hover, .bg-inverse .btn-primary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-primary:active:focus, .bg-inverse .btn-primary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-primary:active.focus, .bg-inverse .btn-primary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-primary.active:hover, .bg-inverse .btn-primary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-primary.active:focus, .bg-inverse .btn-primary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-primary.active.focus, .bg-inverse .btn-primary.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-primary.dropdown-toggle:hover, .open > .bg-inverse .btn-primary.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-primary.dropdown-toggle:focus, .open > .bg-inverse .btn-primary.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-primary.dropdown-toggle.focus, .open > .bg-inverse .btn-primary.dropdown-toggle.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-primary.disabled:focus, .bg-inverse .btn-primary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-primary.disabled.focus, .bg-inverse .btn-primary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-primary:disabled:focus, .bg-inverse .btn-primary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-primary:disabled.focus, .bg-inverse .btn-primary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-primary.disabled:hover, .bg-inverse .btn-primary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-primary:disabled:hover, .bg-inverse .btn-primary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-primary.btn-link, .btn-primary.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-secondary, .btn-secondary.custom-file-control::before {
  color: #6c757d;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-secondary:hover, .btn-secondary.custom-file-control:hover::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-secondary:focus, .btn-secondary.custom-file-control:focus::before, .btn.btn-secondary.focus, .btn-secondary.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-secondary:active, .btn-secondary.custom-file-control:active::before, .btn.btn-secondary.active, .btn-secondary.active.custom-file-control::before, .open > .btn.btn-secondary.dropdown-toggle, .open > .btn-secondary.dropdown-toggle.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-secondary:active:hover, .btn-secondary.custom-file-control:active:hover::before, .btn.btn-secondary:active:focus, .btn-secondary.custom-file-control:active:focus::before, .btn.btn-secondary:active.focus, .btn-secondary.custom-file-control:active.focus::before, .btn.btn-secondary.active:hover, .btn-secondary.active.custom-file-control:hover::before, .btn.btn-secondary.active:focus, .btn-secondary.active.custom-file-control:focus::before, .btn.btn-secondary.active.focus, .btn-secondary.active.focus.custom-file-control::before, .open > .btn.btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-secondary.disabled:focus, .btn-secondary.disabled.custom-file-control:focus::before, .btn.btn-secondary.disabled.focus, .btn-secondary.disabled.focus.custom-file-control::before, .btn.btn-secondary:disabled:focus, .btn-secondary.custom-file-control:disabled:focus::before, .btn.btn-secondary:disabled.focus, .btn-secondary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-secondary.disabled:hover, .btn-secondary.disabled.custom-file-control:hover::before, .btn.btn-secondary:disabled:hover, .btn-secondary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-secondary, .bg-inverse .btn-secondary.custom-file-control::before {
  color: #6c757d;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-secondary:hover, .bg-inverse .btn-secondary.custom-file-control:hover::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-secondary:focus, .bg-inverse .btn-secondary.custom-file-control:focus::before, .bg-inverse .btn.btn-secondary.focus, .bg-inverse .btn-secondary.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-secondary:active, .bg-inverse .btn-secondary.custom-file-control:active::before, .bg-inverse .btn.btn-secondary.active, .bg-inverse .btn-secondary.active.custom-file-control::before, .open > .bg-inverse .btn.btn-secondary.dropdown-toggle, .open > .bg-inverse .btn-secondary.dropdown-toggle.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-secondary:active:hover, .bg-inverse .btn-secondary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-secondary:active:focus, .bg-inverse .btn-secondary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-secondary:active.focus, .bg-inverse .btn-secondary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-secondary.active:hover, .bg-inverse .btn-secondary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-secondary.active:focus, .bg-inverse .btn-secondary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-secondary.active.focus, .bg-inverse .btn-secondary.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-secondary.dropdown-toggle:hover, .open > .bg-inverse .btn-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-secondary.dropdown-toggle:focus, .open > .bg-inverse .btn-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-secondary.dropdown-toggle.focus, .open > .bg-inverse .btn-secondary.dropdown-toggle.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-secondary.disabled:focus, .bg-inverse .btn-secondary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-secondary.disabled.focus, .bg-inverse .btn-secondary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-secondary:disabled:focus, .bg-inverse .btn-secondary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-secondary:disabled.focus, .bg-inverse .btn-secondary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-secondary.disabled:hover, .bg-inverse .btn-secondary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-secondary:disabled:hover, .bg-inverse .btn-secondary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-secondary.btn-link, .btn-secondary.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-success, .btn-success.custom-file-control::before {
  color: #4caf50;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-success:hover, .btn-success.custom-file-control:hover::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-success:focus, .btn-success.custom-file-control:focus::before, .btn.btn-success.focus, .btn-success.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-success:active, .btn-success.custom-file-control:active::before, .btn.btn-success.active, .btn-success.active.custom-file-control::before, .open > .btn.btn-success.dropdown-toggle, .open > .btn-success.dropdown-toggle.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-success:active:hover, .btn-success.custom-file-control:active:hover::before, .btn.btn-success:active:focus, .btn-success.custom-file-control:active:focus::before, .btn.btn-success:active.focus, .btn-success.custom-file-control:active.focus::before, .btn.btn-success.active:hover, .btn-success.active.custom-file-control:hover::before, .btn.btn-success.active:focus, .btn-success.active.custom-file-control:focus::before, .btn.btn-success.active.focus, .btn-success.active.focus.custom-file-control::before, .open > .btn.btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-success.dropdown-toggle.bmd-btn-icon, .open > .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-success.disabled:focus, .btn-success.disabled.custom-file-control:focus::before, .btn.btn-success.disabled.focus, .btn-success.disabled.focus.custom-file-control::before, .btn.btn-success:disabled:focus, .btn-success.custom-file-control:disabled:focus::before, .btn.btn-success:disabled.focus, .btn-success.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-success.disabled:hover, .btn-success.disabled.custom-file-control:hover::before, .btn.btn-success:disabled:hover, .btn-success.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-success, .bg-inverse .btn-success.custom-file-control::before {
  color: #4caf50;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-success:hover, .bg-inverse .btn-success.custom-file-control:hover::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-success:focus, .bg-inverse .btn-success.custom-file-control:focus::before, .bg-inverse .btn.btn-success.focus, .bg-inverse .btn-success.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-success:active, .bg-inverse .btn-success.custom-file-control:active::before, .bg-inverse .btn.btn-success.active, .bg-inverse .btn-success.active.custom-file-control::before, .open > .bg-inverse .btn.btn-success.dropdown-toggle, .open > .bg-inverse .btn-success.dropdown-toggle.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-success:active:hover, .bg-inverse .btn-success.custom-file-control:active:hover::before, .bg-inverse .btn.btn-success:active:focus, .bg-inverse .btn-success.custom-file-control:active:focus::before, .bg-inverse .btn.btn-success:active.focus, .bg-inverse .btn-success.custom-file-control:active.focus::before, .bg-inverse .btn.btn-success.active:hover, .bg-inverse .btn-success.active.custom-file-control:hover::before, .bg-inverse .btn.btn-success.active:focus, .bg-inverse .btn-success.active.custom-file-control:focus::before, .bg-inverse .btn.btn-success.active.focus, .bg-inverse .btn-success.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-success.dropdown-toggle:hover, .open > .bg-inverse .btn-success.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-success.dropdown-toggle:focus, .open > .bg-inverse .btn-success.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-success.dropdown-toggle.focus, .open > .bg-inverse .btn-success.dropdown-toggle.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-success.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-success.disabled:focus, .bg-inverse .btn-success.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-success.disabled.focus, .bg-inverse .btn-success.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-success:disabled:focus, .bg-inverse .btn-success.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-success:disabled.focus, .bg-inverse .btn-success.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-success.disabled:hover, .bg-inverse .btn-success.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-success:disabled:hover, .bg-inverse .btn-success.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-success.btn-link, .btn-success.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-info, .btn-info.custom-file-control::before {
  color: #00bcd4;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-info:hover, .btn-info.custom-file-control:hover::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-info:focus, .btn-info.custom-file-control:focus::before, .btn.btn-info.focus, .btn-info.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-info:active, .btn-info.custom-file-control:active::before, .btn.btn-info.active, .btn-info.active.custom-file-control::before, .open > .btn.btn-info.dropdown-toggle, .open > .btn-info.dropdown-toggle.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-info:active:hover, .btn-info.custom-file-control:active:hover::before, .btn.btn-info:active:focus, .btn-info.custom-file-control:active:focus::before, .btn.btn-info:active.focus, .btn-info.custom-file-control:active.focus::before, .btn.btn-info.active:hover, .btn-info.active.custom-file-control:hover::before, .btn.btn-info.active:focus, .btn-info.active.custom-file-control:focus::before, .btn.btn-info.active.focus, .btn-info.active.focus.custom-file-control::before, .open > .btn.btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-info.dropdown-toggle.bmd-btn-icon, .open > .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-info.disabled:focus, .btn-info.disabled.custom-file-control:focus::before, .btn.btn-info.disabled.focus, .btn-info.disabled.focus.custom-file-control::before, .btn.btn-info:disabled:focus, .btn-info.custom-file-control:disabled:focus::before, .btn.btn-info:disabled.focus, .btn-info.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-info.disabled:hover, .btn-info.disabled.custom-file-control:hover::before, .btn.btn-info:disabled:hover, .btn-info.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-info, .bg-inverse .btn-info.custom-file-control::before {
  color: #00bcd4;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-info:hover, .bg-inverse .btn-info.custom-file-control:hover::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-info:focus, .bg-inverse .btn-info.custom-file-control:focus::before, .bg-inverse .btn.btn-info.focus, .bg-inverse .btn-info.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-info:active, .bg-inverse .btn-info.custom-file-control:active::before, .bg-inverse .btn.btn-info.active, .bg-inverse .btn-info.active.custom-file-control::before, .open > .bg-inverse .btn.btn-info.dropdown-toggle, .open > .bg-inverse .btn-info.dropdown-toggle.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-info:active:hover, .bg-inverse .btn-info.custom-file-control:active:hover::before, .bg-inverse .btn.btn-info:active:focus, .bg-inverse .btn-info.custom-file-control:active:focus::before, .bg-inverse .btn.btn-info:active.focus, .bg-inverse .btn-info.custom-file-control:active.focus::before, .bg-inverse .btn.btn-info.active:hover, .bg-inverse .btn-info.active.custom-file-control:hover::before, .bg-inverse .btn.btn-info.active:focus, .bg-inverse .btn-info.active.custom-file-control:focus::before, .bg-inverse .btn.btn-info.active.focus, .bg-inverse .btn-info.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-info.dropdown-toggle:hover, .open > .bg-inverse .btn-info.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-info.dropdown-toggle:focus, .open > .bg-inverse .btn-info.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-info.dropdown-toggle.focus, .open > .bg-inverse .btn-info.dropdown-toggle.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-info.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-info.disabled:focus, .bg-inverse .btn-info.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-info.disabled.focus, .bg-inverse .btn-info.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-info:disabled:focus, .bg-inverse .btn-info.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-info:disabled.focus, .bg-inverse .btn-info.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-info.disabled:hover, .bg-inverse .btn-info.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-info:disabled:hover, .bg-inverse .btn-info.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-info.btn-link, .btn-info.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-warning, .btn-warning.custom-file-control::before {
  color: #ffeb3b;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-warning:hover, .btn-warning.custom-file-control:hover::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-warning:focus, .btn-warning.custom-file-control:focus::before, .btn.btn-warning.focus, .btn-warning.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-warning:active, .btn-warning.custom-file-control:active::before, .btn.btn-warning.active, .btn-warning.active.custom-file-control::before, .open > .btn.btn-warning.dropdown-toggle, .open > .btn-warning.dropdown-toggle.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-warning:active:hover, .btn-warning.custom-file-control:active:hover::before, .btn.btn-warning:active:focus, .btn-warning.custom-file-control:active:focus::before, .btn.btn-warning:active.focus, .btn-warning.custom-file-control:active.focus::before, .btn.btn-warning.active:hover, .btn-warning.active.custom-file-control:hover::before, .btn.btn-warning.active:focus, .btn-warning.active.custom-file-control:focus::before, .btn.btn-warning.active.focus, .btn-warning.active.focus.custom-file-control::before, .open > .btn.btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-warning.disabled:focus, .btn-warning.disabled.custom-file-control:focus::before, .btn.btn-warning.disabled.focus, .btn-warning.disabled.focus.custom-file-control::before, .btn.btn-warning:disabled:focus, .btn-warning.custom-file-control:disabled:focus::before, .btn.btn-warning:disabled.focus, .btn-warning.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-warning.disabled:hover, .btn-warning.disabled.custom-file-control:hover::before, .btn.btn-warning:disabled:hover, .btn-warning.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-warning, .bg-inverse .btn-warning.custom-file-control::before {
  color: #ffeb3b;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-warning:hover, .bg-inverse .btn-warning.custom-file-control:hover::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-warning:focus, .bg-inverse .btn-warning.custom-file-control:focus::before, .bg-inverse .btn.btn-warning.focus, .bg-inverse .btn-warning.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-warning:active, .bg-inverse .btn-warning.custom-file-control:active::before, .bg-inverse .btn.btn-warning.active, .bg-inverse .btn-warning.active.custom-file-control::before, .open > .bg-inverse .btn.btn-warning.dropdown-toggle, .open > .bg-inverse .btn-warning.dropdown-toggle.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-warning:active:hover, .bg-inverse .btn-warning.custom-file-control:active:hover::before, .bg-inverse .btn.btn-warning:active:focus, .bg-inverse .btn-warning.custom-file-control:active:focus::before, .bg-inverse .btn.btn-warning:active.focus, .bg-inverse .btn-warning.custom-file-control:active.focus::before, .bg-inverse .btn.btn-warning.active:hover, .bg-inverse .btn-warning.active.custom-file-control:hover::before, .bg-inverse .btn.btn-warning.active:focus, .bg-inverse .btn-warning.active.custom-file-control:focus::before, .bg-inverse .btn.btn-warning.active.focus, .bg-inverse .btn-warning.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-warning.dropdown-toggle:hover, .open > .bg-inverse .btn-warning.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-warning.dropdown-toggle:focus, .open > .bg-inverse .btn-warning.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-warning.dropdown-toggle.focus, .open > .bg-inverse .btn-warning.dropdown-toggle.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-warning.disabled:focus, .bg-inverse .btn-warning.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-warning.disabled.focus, .bg-inverse .btn-warning.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-warning:disabled:focus, .bg-inverse .btn-warning.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-warning:disabled.focus, .bg-inverse .btn-warning.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-warning.disabled:hover, .bg-inverse .btn-warning.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-warning:disabled:hover, .bg-inverse .btn-warning.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-warning.btn-link, .btn-warning.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-danger, .btn-danger.custom-file-control::before {
  color: #f44336;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-danger:hover, .btn-danger.custom-file-control:hover::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-danger:focus, .btn-danger.custom-file-control:focus::before, .btn.btn-danger.focus, .btn-danger.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-danger:active, .btn-danger.custom-file-control:active::before, .btn.btn-danger.active, .btn-danger.active.custom-file-control::before, .open > .btn.btn-danger.dropdown-toggle, .open > .btn-danger.dropdown-toggle.custom-file-control::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-danger:active:hover, .btn-danger.custom-file-control:active:hover::before, .btn.btn-danger:active:focus, .btn-danger.custom-file-control:active:focus::before, .btn.btn-danger:active.focus, .btn-danger.custom-file-control:active.focus::before, .btn.btn-danger.active:hover, .btn-danger.active.custom-file-control:hover::before, .btn.btn-danger.active:focus, .btn-danger.active.custom-file-control:focus::before, .btn.btn-danger.active.focus, .btn-danger.active.focus.custom-file-control::before, .open > .btn.btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-danger.disabled:focus, .btn-danger.disabled.custom-file-control:focus::before, .btn.btn-danger.disabled.focus, .btn-danger.disabled.focus.custom-file-control::before, .btn.btn-danger:disabled:focus, .btn-danger.custom-file-control:disabled:focus::before, .btn.btn-danger:disabled.focus, .btn-danger.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-danger.disabled:hover, .btn-danger.disabled.custom-file-control:hover::before, .btn.btn-danger:disabled:hover, .btn-danger.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-danger, .bg-inverse .btn-danger.custom-file-control::before {
  color: #f44336;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-danger:hover, .bg-inverse .btn-danger.custom-file-control:hover::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-danger:focus, .bg-inverse .btn-danger.custom-file-control:focus::before, .bg-inverse .btn.btn-danger.focus, .bg-inverse .btn-danger.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-danger:active, .bg-inverse .btn-danger.custom-file-control:active::before, .bg-inverse .btn.btn-danger.active, .bg-inverse .btn-danger.active.custom-file-control::before, .open > .bg-inverse .btn.btn-danger.dropdown-toggle, .open > .bg-inverse .btn-danger.dropdown-toggle.custom-file-control::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-danger:active:hover, .bg-inverse .btn-danger.custom-file-control:active:hover::before, .bg-inverse .btn.btn-danger:active:focus, .bg-inverse .btn-danger.custom-file-control:active:focus::before, .bg-inverse .btn.btn-danger:active.focus, .bg-inverse .btn-danger.custom-file-control:active.focus::before, .bg-inverse .btn.btn-danger.active:hover, .bg-inverse .btn-danger.active.custom-file-control:hover::before, .bg-inverse .btn.btn-danger.active:focus, .bg-inverse .btn-danger.active.custom-file-control:focus::before, .bg-inverse .btn.btn-danger.active.focus, .bg-inverse .btn-danger.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-danger.dropdown-toggle:hover, .open > .bg-inverse .btn-danger.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-danger.dropdown-toggle:focus, .open > .bg-inverse .btn-danger.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-danger.dropdown-toggle.focus, .open > .bg-inverse .btn-danger.dropdown-toggle.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-danger.disabled:focus, .bg-inverse .btn-danger.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-danger.disabled.focus, .bg-inverse .btn-danger.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-danger:disabled:focus, .bg-inverse .btn-danger.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-danger:disabled.focus, .bg-inverse .btn-danger.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-danger.disabled:hover, .bg-inverse .btn-danger.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-danger:disabled:hover, .bg-inverse .btn-danger.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-danger.btn-link, .btn-danger.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-light, .btn-light.custom-file-control::before {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-light:hover, .btn-light.custom-file-control:hover::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-light:focus, .btn-light.custom-file-control:focus::before, .btn.btn-light.focus, .btn-light.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-light:active, .btn-light.custom-file-control:active::before, .btn.btn-light.active, .btn-light.active.custom-file-control::before, .open > .btn.btn-light.dropdown-toggle, .open > .btn-light.dropdown-toggle.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-light:active:hover, .btn-light.custom-file-control:active:hover::before, .btn.btn-light:active:focus, .btn-light.custom-file-control:active:focus::before, .btn.btn-light:active.focus, .btn-light.custom-file-control:active.focus::before, .btn.btn-light.active:hover, .btn-light.active.custom-file-control:hover::before, .btn.btn-light.active:focus, .btn-light.active.custom-file-control:focus::before, .btn.btn-light.active.focus, .btn-light.active.focus.custom-file-control::before, .open > .btn.btn-light.dropdown-toggle:hover, .open > .btn-light.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-light.dropdown-toggle:focus, .open > .btn-light.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-light.dropdown-toggle.focus, .open > .btn-light.dropdown-toggle.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-light.dropdown-toggle.bmd-btn-icon, .open > .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-light.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-light.disabled:focus, .btn-light.disabled.custom-file-control:focus::before, .btn.btn-light.disabled.focus, .btn-light.disabled.focus.custom-file-control::before, .btn.btn-light:disabled:focus, .btn-light.custom-file-control:disabled:focus::before, .btn.btn-light:disabled.focus, .btn-light.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-light.disabled:hover, .btn-light.disabled.custom-file-control:hover::before, .btn.btn-light:disabled:hover, .btn-light.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-light, .bg-inverse .btn-light.custom-file-control::before {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-light:hover, .bg-inverse .btn-light.custom-file-control:hover::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-light:focus, .bg-inverse .btn-light.custom-file-control:focus::before, .bg-inverse .btn.btn-light.focus, .bg-inverse .btn-light.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-light:active, .bg-inverse .btn-light.custom-file-control:active::before, .bg-inverse .btn.btn-light.active, .bg-inverse .btn-light.active.custom-file-control::before, .open > .bg-inverse .btn.btn-light.dropdown-toggle, .open > .bg-inverse .btn-light.dropdown-toggle.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-light:active:hover, .bg-inverse .btn-light.custom-file-control:active:hover::before, .bg-inverse .btn.btn-light:active:focus, .bg-inverse .btn-light.custom-file-control:active:focus::before, .bg-inverse .btn.btn-light:active.focus, .bg-inverse .btn-light.custom-file-control:active.focus::before, .bg-inverse .btn.btn-light.active:hover, .bg-inverse .btn-light.active.custom-file-control:hover::before, .bg-inverse .btn.btn-light.active:focus, .bg-inverse .btn-light.active.custom-file-control:focus::before, .bg-inverse .btn.btn-light.active.focus, .bg-inverse .btn-light.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-light.dropdown-toggle:hover, .open > .bg-inverse .btn-light.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-light.dropdown-toggle:focus, .open > .bg-inverse .btn-light.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-light.dropdown-toggle.focus, .open > .bg-inverse .btn-light.dropdown-toggle.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-light.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-light.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-light.disabled:focus, .bg-inverse .btn-light.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-light.disabled.focus, .bg-inverse .btn-light.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-light:disabled:focus, .bg-inverse .btn-light.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-light:disabled.focus, .bg-inverse .btn-light.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-light.disabled:hover, .bg-inverse .btn-light.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-light:disabled:hover, .bg-inverse .btn-light.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-light.btn-link, .btn-light.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-dark, .btn-dark.custom-file-control::before {
  color: #343a40;
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-dark:hover, .btn-dark.custom-file-control:hover::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-dark:focus, .btn-dark.custom-file-control:focus::before, .btn.btn-dark.focus, .btn-dark.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-dark:active, .btn-dark.custom-file-control:active::before, .btn.btn-dark.active, .btn-dark.active.custom-file-control::before, .open > .btn.btn-dark.dropdown-toggle, .open > .btn-dark.dropdown-toggle.custom-file-control::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-dark:active:hover, .btn-dark.custom-file-control:active:hover::before, .btn.btn-dark:active:focus, .btn-dark.custom-file-control:active:focus::before, .btn.btn-dark:active.focus, .btn-dark.custom-file-control:active.focus::before, .btn.btn-dark.active:hover, .btn-dark.active.custom-file-control:hover::before, .btn.btn-dark.active:focus, .btn-dark.active.custom-file-control:focus::before, .btn.btn-dark.active.focus, .btn-dark.active.focus.custom-file-control::before, .open > .btn.btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-dark.dropdown-toggle.focus, .open > .btn-dark.dropdown-toggle.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: rgba(153, 153, 153, 0.4);
}
.open > .btn.btn-dark.dropdown-toggle.bmd-btn-icon, .open > .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-dark.disabled:focus, .btn-dark.disabled.custom-file-control:focus::before, .btn.btn-dark.disabled.focus, .btn-dark.disabled.focus.custom-file-control::before, .btn.btn-dark:disabled:focus, .btn-dark.custom-file-control:disabled:focus::before, .btn.btn-dark:disabled.focus, .btn-dark.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-dark.disabled:hover, .btn-dark.disabled.custom-file-control:hover::before, .btn.btn-dark:disabled:hover, .btn-dark.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-dark, .bg-inverse .btn-dark.custom-file-control::before {
  color: #343a40;
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-dark:hover, .bg-inverse .btn-dark.custom-file-control:hover::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-dark:focus, .bg-inverse .btn-dark.custom-file-control:focus::before, .bg-inverse .btn.btn-dark.focus, .bg-inverse .btn-dark.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-dark:active, .bg-inverse .btn-dark.custom-file-control:active::before, .bg-inverse .btn.btn-dark.active, .bg-inverse .btn-dark.active.custom-file-control::before, .open > .bg-inverse .btn.btn-dark.dropdown-toggle, .open > .bg-inverse .btn-dark.dropdown-toggle.custom-file-control::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-dark:active:hover, .bg-inverse .btn-dark.custom-file-control:active:hover::before, .bg-inverse .btn.btn-dark:active:focus, .bg-inverse .btn-dark.custom-file-control:active:focus::before, .bg-inverse .btn.btn-dark:active.focus, .bg-inverse .btn-dark.custom-file-control:active.focus::before, .bg-inverse .btn.btn-dark.active:hover, .bg-inverse .btn-dark.active.custom-file-control:hover::before, .bg-inverse .btn.btn-dark.active:focus, .bg-inverse .btn-dark.active.custom-file-control:focus::before, .bg-inverse .btn.btn-dark.active.focus, .bg-inverse .btn-dark.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-dark.dropdown-toggle:hover, .open > .bg-inverse .btn-dark.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-dark.dropdown-toggle:focus, .open > .bg-inverse .btn-dark.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-dark.dropdown-toggle.focus, .open > .bg-inverse .btn-dark.dropdown-toggle.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-dark.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-dark.disabled:focus, .bg-inverse .btn-dark.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-dark.disabled.focus, .bg-inverse .btn-dark.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-dark:disabled:focus, .bg-inverse .btn-dark.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-dark:disabled.focus, .bg-inverse .btn-dark.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ccc;
}
.bg-inverse .btn.btn-dark.disabled:hover, .bg-inverse .btn-dark.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-dark:disabled:hover, .bg-inverse .btn-dark.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ccc;
}
.btn.btn-dark.btn-link, .btn-dark.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.bmd-btn-fab.btn-primary, .bmd-btn-fab.btn-primary.custom-file-control::before, .btn.btn-raised.btn-primary, .btn-raised.btn-primary.custom-file-control::before, .btn-group-raised .btn.btn-primary, .btn-group-raised .btn-primary.custom-file-control::before {
  color: #fff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn.bmd-btn-fab.btn-primary:hover, .bmd-btn-fab.btn-primary.custom-file-control:hover::before, .btn.btn-raised.btn-primary:hover, .btn-raised.btn-primary.custom-file-control:hover::before, .btn-group-raised .btn.btn-primary:hover, .btn-group-raised .btn-primary.custom-file-control:hover::before {
  color: #fff;
  background-color: #0e8df2;
  border-color: #0b76cc;
}
.btn.bmd-btn-fab.btn-primary:focus, .bmd-btn-fab.btn-primary.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-primary.focus, .bmd-btn-fab.btn-primary.focus.custom-file-control::before, .btn.btn-raised.btn-primary:focus, .btn-raised.btn-primary.custom-file-control:focus::before, .btn.btn-raised.btn-primary.focus, .btn-raised.btn-primary.focus.custom-file-control::before, .btn-group-raised .btn.btn-primary:focus, .btn-group-raised .btn-primary.custom-file-control:focus::before, .btn-group-raised .btn.btn-primary.focus, .btn-group-raised .btn-primary.focus.custom-file-control::before {
  color: #fff;
  background-color: #0e8df2;
  border-color: #0b76cc;
}
.btn.bmd-btn-fab.btn-primary:active, .bmd-btn-fab.btn-primary.custom-file-control:active::before, .btn.bmd-btn-fab.btn-primary.active, .bmd-btn-fab.btn-primary.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-primary:active, .btn-raised.btn-primary.custom-file-control:active::before, .btn.btn-raised.btn-primary.active, .btn-raised.btn-primary.active.custom-file-control::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle, .open > .btn-raised.btn-primary.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-primary:active, .btn-group-raised .btn-primary.custom-file-control:active::before, .btn-group-raised .btn.btn-primary.active, .btn-group-raised .btn-primary.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle, .open > .btn-group-raised .btn-primary.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: #0e8df2;
  border-color: #0b76cc;
}
.btn.bmd-btn-fab.btn-primary:active:hover, .bmd-btn-fab.btn-primary.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-primary:active:focus, .bmd-btn-fab.btn-primary.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-primary:active.focus, .bmd-btn-fab.btn-primary.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-primary.active:hover, .bmd-btn-fab.btn-primary.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-primary.active:focus, .bmd-btn-fab.btn-primary.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-primary.active.focus, .bmd-btn-fab.btn-primary.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-primary:active:hover, .btn-raised.btn-primary.custom-file-control:active:hover::before, .btn.btn-raised.btn-primary:active:focus, .btn-raised.btn-primary.custom-file-control:active:focus::before, .btn.btn-raised.btn-primary:active.focus, .btn-raised.btn-primary.custom-file-control:active.focus::before, .btn.btn-raised.btn-primary.active:hover, .btn-raised.btn-primary.active.custom-file-control:hover::before, .btn.btn-raised.btn-primary.active:focus, .btn-raised.btn-primary.active.custom-file-control:focus::before, .btn.btn-raised.btn-primary.active.focus, .btn-raised.btn-primary.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle:hover, .open > .btn-raised.btn-primary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle:focus, .open > .btn-raised.btn-primary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle.focus, .open > .btn-raised.btn-primary.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-primary:active:hover, .btn-group-raised .btn-primary.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-primary:active:focus, .btn-group-raised .btn-primary.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-primary:active.focus, .btn-group-raised .btn-primary.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-primary.active:hover, .btn-group-raised .btn-primary.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-primary.active:focus, .btn-group-raised .btn-primary.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-primary.active.focus, .btn-group-raised .btn-primary.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle:hover, .open > .btn-group-raised .btn-primary.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle:focus, .open > .btn-group-raised .btn-primary.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle.focus, .open > .btn-group-raised .btn-primary.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: #0e8df2;
  border-color: #08528d;
}
.open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #2196f3;
}
.open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: #0e8df2;
}
.btn.bmd-btn-fab.btn-primary.disabled:focus, .bmd-btn-fab.btn-primary.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-primary.disabled.focus, .bmd-btn-fab.btn-primary.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-primary:disabled:focus, .bmd-btn-fab.btn-primary.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-primary:disabled.focus, .bmd-btn-fab.btn-primary.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-primary.disabled:focus, .btn-raised.btn-primary.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-primary.disabled.focus, .btn-raised.btn-primary.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-primary:disabled:focus, .btn-raised.btn-primary.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-primary:disabled.focus, .btn-raised.btn-primary.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-primary.disabled:focus, .btn-group-raised .btn-primary.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-primary.disabled.focus, .btn-group-raised .btn-primary.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-primary:disabled:focus, .btn-group-raised .btn-primary.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-primary:disabled.focus, .btn-group-raised .btn-primary.custom-file-control:disabled.focus::before {
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn.bmd-btn-fab.btn-primary.disabled:hover, .bmd-btn-fab.btn-primary.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-primary:disabled:hover, .bmd-btn-fab.btn-primary.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-primary.disabled:hover, .btn-raised.btn-primary.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-primary:disabled:hover, .btn-raised.btn-primary.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-primary.disabled:hover, .btn-group-raised .btn-primary.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-primary:disabled:hover, .btn-group-raised .btn-primary.custom-file-control:disabled:hover::before {
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn.bmd-btn-fab.btn-secondary, .bmd-btn-fab.btn-secondary.custom-file-control::before, .btn.btn-raised.btn-secondary, .btn-raised.btn-secondary.custom-file-control::before, .btn-group-raised .btn.btn-secondary, .btn-group-raised .btn-secondary.custom-file-control::before {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn.bmd-btn-fab.btn-secondary:hover, .bmd-btn-fab.btn-secondary.custom-file-control:hover::before, .btn.btn-raised.btn-secondary:hover, .btn-raised.btn-secondary.custom-file-control:hover::before, .btn-group-raised .btn.btn-secondary:hover, .btn-group-raised .btn-secondary.custom-file-control:hover::before {
  color: #fff;
  background-color: #636b72;
  border-color: #50565c;
}
.btn.bmd-btn-fab.btn-secondary:focus, .bmd-btn-fab.btn-secondary.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-secondary.focus, .bmd-btn-fab.btn-secondary.focus.custom-file-control::before, .btn.btn-raised.btn-secondary:focus, .btn-raised.btn-secondary.custom-file-control:focus::before, .btn.btn-raised.btn-secondary.focus, .btn-raised.btn-secondary.focus.custom-file-control::before, .btn-group-raised .btn.btn-secondary:focus, .btn-group-raised .btn-secondary.custom-file-control:focus::before, .btn-group-raised .btn.btn-secondary.focus, .btn-group-raised .btn-secondary.focus.custom-file-control::before {
  color: #fff;
  background-color: #636b72;
  border-color: #50565c;
}
.btn.bmd-btn-fab.btn-secondary:active, .bmd-btn-fab.btn-secondary.custom-file-control:active::before, .btn.bmd-btn-fab.btn-secondary.active, .bmd-btn-fab.btn-secondary.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-secondary:active, .btn-raised.btn-secondary.custom-file-control:active::before, .btn.btn-raised.btn-secondary.active, .btn-raised.btn-secondary.active.custom-file-control::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle, .open > .btn-raised.btn-secondary.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-secondary:active, .btn-group-raised .btn-secondary.custom-file-control:active::before, .btn-group-raised .btn.btn-secondary.active, .btn-group-raised .btn-secondary.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle, .open > .btn-group-raised .btn-secondary.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: #636b72;
  border-color: #50565c;
}
.btn.bmd-btn-fab.btn-secondary:active:hover, .bmd-btn-fab.btn-secondary.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-secondary:active:focus, .bmd-btn-fab.btn-secondary.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-secondary:active.focus, .bmd-btn-fab.btn-secondary.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-secondary.active:hover, .bmd-btn-fab.btn-secondary.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-secondary.active:focus, .bmd-btn-fab.btn-secondary.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-secondary.active.focus, .bmd-btn-fab.btn-secondary.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-secondary:active:hover, .btn-raised.btn-secondary.custom-file-control:active:hover::before, .btn.btn-raised.btn-secondary:active:focus, .btn-raised.btn-secondary.custom-file-control:active:focus::before, .btn.btn-raised.btn-secondary:active.focus, .btn-raised.btn-secondary.custom-file-control:active.focus::before, .btn.btn-raised.btn-secondary.active:hover, .btn-raised.btn-secondary.active.custom-file-control:hover::before, .btn.btn-raised.btn-secondary.active:focus, .btn-raised.btn-secondary.active.custom-file-control:focus::before, .btn.btn-raised.btn-secondary.active.focus, .btn-raised.btn-secondary.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle:hover, .open > .btn-raised.btn-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle:focus, .open > .btn-raised.btn-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle.focus, .open > .btn-raised.btn-secondary.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-secondary:active:hover, .btn-group-raised .btn-secondary.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-secondary:active:focus, .btn-group-raised .btn-secondary.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-secondary:active.focus, .btn-group-raised .btn-secondary.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-secondary.active:hover, .btn-group-raised .btn-secondary.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-secondary.active:focus, .btn-group-raised .btn-secondary.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-secondary.active.focus, .btn-group-raised .btn-secondary.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle:hover, .open > .btn-group-raised .btn-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle:focus, .open > .btn-group-raised .btn-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle.focus, .open > .btn-group-raised .btn-secondary.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: #636b72;
  border-color: #313539;
}
.open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #6c757d;
}
.open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: #636b72;
}
.btn.bmd-btn-fab.btn-secondary.disabled:focus, .bmd-btn-fab.btn-secondary.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-secondary.disabled.focus, .bmd-btn-fab.btn-secondary.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-secondary:disabled:focus, .bmd-btn-fab.btn-secondary.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-secondary:disabled.focus, .bmd-btn-fab.btn-secondary.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-secondary.disabled:focus, .btn-raised.btn-secondary.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-secondary.disabled.focus, .btn-raised.btn-secondary.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-secondary:disabled:focus, .btn-raised.btn-secondary.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-secondary:disabled.focus, .btn-raised.btn-secondary.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-secondary.disabled:focus, .btn-group-raised .btn-secondary.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-secondary.disabled.focus, .btn-group-raised .btn-secondary.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-secondary:disabled:focus, .btn-group-raised .btn-secondary.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-secondary:disabled.focus, .btn-group-raised .btn-secondary.custom-file-control:disabled.focus::before {
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn.bmd-btn-fab.btn-secondary.disabled:hover, .bmd-btn-fab.btn-secondary.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-secondary:disabled:hover, .bmd-btn-fab.btn-secondary.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-secondary.disabled:hover, .btn-raised.btn-secondary.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-secondary:disabled:hover, .btn-raised.btn-secondary.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-secondary.disabled:hover, .btn-group-raised .btn-secondary.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-secondary:disabled:hover, .btn-group-raised .btn-secondary.custom-file-control:disabled:hover::before {
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn.bmd-btn-fab.btn-success, .bmd-btn-fab.btn-success.custom-file-control::before, .btn.btn-raised.btn-success, .btn-raised.btn-success.custom-file-control::before, .btn-group-raised .btn.btn-success, .btn-group-raised .btn-success.custom-file-control::before {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn.bmd-btn-fab.btn-success:hover, .bmd-btn-fab.btn-success.custom-file-control:hover::before, .btn.btn-raised.btn-success:hover, .btn-raised.btn-success.custom-file-control:hover::before, .btn-group-raised .btn.btn-success:hover, .btn-group-raised .btn-success.custom-file-control:hover::before {
  color: #fff;
  background-color: #46a149;
  border-color: #39843c;
}
.btn.bmd-btn-fab.btn-success:focus, .bmd-btn-fab.btn-success.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-success.focus, .bmd-btn-fab.btn-success.focus.custom-file-control::before, .btn.btn-raised.btn-success:focus, .btn-raised.btn-success.custom-file-control:focus::before, .btn.btn-raised.btn-success.focus, .btn-raised.btn-success.focus.custom-file-control::before, .btn-group-raised .btn.btn-success:focus, .btn-group-raised .btn-success.custom-file-control:focus::before, .btn-group-raised .btn.btn-success.focus, .btn-group-raised .btn-success.focus.custom-file-control::before {
  color: #fff;
  background-color: #46a149;
  border-color: #39843c;
}
.btn.bmd-btn-fab.btn-success:active, .bmd-btn-fab.btn-success.custom-file-control:active::before, .btn.bmd-btn-fab.btn-success.active, .bmd-btn-fab.btn-success.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-success.dropdown-toggle, .open > .bmd-btn-fab.btn-success.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-success:active, .btn-raised.btn-success.custom-file-control:active::before, .btn.btn-raised.btn-success.active, .btn-raised.btn-success.active.custom-file-control::before, .open > .btn.btn-raised.btn-success.dropdown-toggle, .open > .btn-raised.btn-success.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-success:active, .btn-group-raised .btn-success.custom-file-control:active::before, .btn-group-raised .btn.btn-success.active, .btn-group-raised .btn-success.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle, .open > .btn-group-raised .btn-success.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: #46a149;
  border-color: #39843c;
}
.btn.bmd-btn-fab.btn-success:active:hover, .bmd-btn-fab.btn-success.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-success:active:focus, .bmd-btn-fab.btn-success.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-success:active.focus, .bmd-btn-fab.btn-success.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-success.active:hover, .bmd-btn-fab.btn-success.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-success.active:focus, .bmd-btn-fab.btn-success.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-success.active.focus, .bmd-btn-fab.btn-success.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-success.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-success.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-success.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-success.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-success.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-success.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-success:active:hover, .btn-raised.btn-success.custom-file-control:active:hover::before, .btn.btn-raised.btn-success:active:focus, .btn-raised.btn-success.custom-file-control:active:focus::before, .btn.btn-raised.btn-success:active.focus, .btn-raised.btn-success.custom-file-control:active.focus::before, .btn.btn-raised.btn-success.active:hover, .btn-raised.btn-success.active.custom-file-control:hover::before, .btn.btn-raised.btn-success.active:focus, .btn-raised.btn-success.active.custom-file-control:focus::before, .btn.btn-raised.btn-success.active.focus, .btn-raised.btn-success.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-success.dropdown-toggle:hover, .open > .btn-raised.btn-success.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-success.dropdown-toggle:focus, .open > .btn-raised.btn-success.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-success.dropdown-toggle.focus, .open > .btn-raised.btn-success.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-success:active:hover, .btn-group-raised .btn-success.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-success:active:focus, .btn-group-raised .btn-success.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-success:active.focus, .btn-group-raised .btn-success.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-success.active:hover, .btn-group-raised .btn-success.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-success.active:focus, .btn-group-raised .btn-success.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-success.active.focus, .btn-group-raised .btn-success.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle:hover, .open > .btn-group-raised .btn-success.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle:focus, .open > .btn-group-raised .btn-success.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle.focus, .open > .btn-group-raised .btn-success.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: #46a149;
  border-color: #255627;
}
.open > .btn.bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-success.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #4caf50;
}
.open > .btn.bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: #46a149;
}
.btn.bmd-btn-fab.btn-success.disabled:focus, .bmd-btn-fab.btn-success.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-success.disabled.focus, .bmd-btn-fab.btn-success.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-success:disabled:focus, .bmd-btn-fab.btn-success.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-success:disabled.focus, .bmd-btn-fab.btn-success.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-success.disabled:focus, .btn-raised.btn-success.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-success.disabled.focus, .btn-raised.btn-success.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-success:disabled:focus, .btn-raised.btn-success.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-success:disabled.focus, .btn-raised.btn-success.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-success.disabled:focus, .btn-group-raised .btn-success.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-success.disabled.focus, .btn-group-raised .btn-success.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-success:disabled:focus, .btn-group-raised .btn-success.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-success:disabled.focus, .btn-group-raised .btn-success.custom-file-control:disabled.focus::before {
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn.bmd-btn-fab.btn-success.disabled:hover, .bmd-btn-fab.btn-success.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-success:disabled:hover, .bmd-btn-fab.btn-success.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-success.disabled:hover, .btn-raised.btn-success.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-success:disabled:hover, .btn-raised.btn-success.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-success.disabled:hover, .btn-group-raised .btn-success.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-success:disabled:hover, .btn-group-raised .btn-success.custom-file-control:disabled:hover::before {
  background-color: #4caf50;
  border-color: #4caf50;
}
.btn.bmd-btn-fab.btn-info, .bmd-btn-fab.btn-info.custom-file-control::before, .btn.btn-raised.btn-info, .btn-raised.btn-info.custom-file-control::before, .btn-group-raised .btn.btn-info, .btn-group-raised .btn-info.custom-file-control::before {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn.bmd-btn-fab.btn-info:hover, .bmd-btn-fab.btn-info.custom-file-control:hover::before, .btn.btn-raised.btn-info:hover, .btn-raised.btn-info.custom-file-control:hover::before, .btn-group-raised .btn.btn-info:hover, .btn-group-raised .btn-info.custom-file-control:hover::before {
  color: #fff;
  background-color: #00aac0;
  border-color: #008697;
}
.btn.bmd-btn-fab.btn-info:focus, .bmd-btn-fab.btn-info.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-info.focus, .bmd-btn-fab.btn-info.focus.custom-file-control::before, .btn.btn-raised.btn-info:focus, .btn-raised.btn-info.custom-file-control:focus::before, .btn.btn-raised.btn-info.focus, .btn-raised.btn-info.focus.custom-file-control::before, .btn-group-raised .btn.btn-info:focus, .btn-group-raised .btn-info.custom-file-control:focus::before, .btn-group-raised .btn.btn-info.focus, .btn-group-raised .btn-info.focus.custom-file-control::before {
  color: #fff;
  background-color: #00aac0;
  border-color: #008697;
}
.btn.bmd-btn-fab.btn-info:active, .bmd-btn-fab.btn-info.custom-file-control:active::before, .btn.bmd-btn-fab.btn-info.active, .bmd-btn-fab.btn-info.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-info.dropdown-toggle, .open > .bmd-btn-fab.btn-info.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-info:active, .btn-raised.btn-info.custom-file-control:active::before, .btn.btn-raised.btn-info.active, .btn-raised.btn-info.active.custom-file-control::before, .open > .btn.btn-raised.btn-info.dropdown-toggle, .open > .btn-raised.btn-info.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-info:active, .btn-group-raised .btn-info.custom-file-control:active::before, .btn-group-raised .btn.btn-info.active, .btn-group-raised .btn-info.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle, .open > .btn-group-raised .btn-info.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: #00aac0;
  border-color: #008697;
}
.btn.bmd-btn-fab.btn-info:active:hover, .bmd-btn-fab.btn-info.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-info:active:focus, .bmd-btn-fab.btn-info.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-info:active.focus, .bmd-btn-fab.btn-info.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-info.active:hover, .bmd-btn-fab.btn-info.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-info.active:focus, .bmd-btn-fab.btn-info.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-info.active.focus, .bmd-btn-fab.btn-info.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-info.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-info.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-info.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-info.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-info.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-info.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-info:active:hover, .btn-raised.btn-info.custom-file-control:active:hover::before, .btn.btn-raised.btn-info:active:focus, .btn-raised.btn-info.custom-file-control:active:focus::before, .btn.btn-raised.btn-info:active.focus, .btn-raised.btn-info.custom-file-control:active.focus::before, .btn.btn-raised.btn-info.active:hover, .btn-raised.btn-info.active.custom-file-control:hover::before, .btn.btn-raised.btn-info.active:focus, .btn-raised.btn-info.active.custom-file-control:focus::before, .btn.btn-raised.btn-info.active.focus, .btn-raised.btn-info.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-info.dropdown-toggle:hover, .open > .btn-raised.btn-info.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-info.dropdown-toggle:focus, .open > .btn-raised.btn-info.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-info.dropdown-toggle.focus, .open > .btn-raised.btn-info.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-info:active:hover, .btn-group-raised .btn-info.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-info:active:focus, .btn-group-raised .btn-info.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-info:active.focus, .btn-group-raised .btn-info.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-info.active:hover, .btn-group-raised .btn-info.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-info.active:focus, .btn-group-raised .btn-info.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-info.active.focus, .btn-group-raised .btn-info.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle:hover, .open > .btn-group-raised .btn-info.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle:focus, .open > .btn-group-raised .btn-info.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle.focus, .open > .btn-group-raised .btn-info.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: #00aac0;
  border-color: #004b55;
}
.open > .btn.bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-info.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #00bcd4;
}
.open > .btn.bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: #00aac0;
}
.btn.bmd-btn-fab.btn-info.disabled:focus, .bmd-btn-fab.btn-info.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-info.disabled.focus, .bmd-btn-fab.btn-info.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-info:disabled:focus, .bmd-btn-fab.btn-info.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-info:disabled.focus, .bmd-btn-fab.btn-info.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-info.disabled:focus, .btn-raised.btn-info.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-info.disabled.focus, .btn-raised.btn-info.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-info:disabled:focus, .btn-raised.btn-info.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-info:disabled.focus, .btn-raised.btn-info.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-info.disabled:focus, .btn-group-raised .btn-info.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-info.disabled.focus, .btn-group-raised .btn-info.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-info:disabled:focus, .btn-group-raised .btn-info.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-info:disabled.focus, .btn-group-raised .btn-info.custom-file-control:disabled.focus::before {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn.bmd-btn-fab.btn-info.disabled:hover, .bmd-btn-fab.btn-info.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-info:disabled:hover, .bmd-btn-fab.btn-info.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-info.disabled:hover, .btn-raised.btn-info.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-info:disabled:hover, .btn-raised.btn-info.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-info.disabled:hover, .btn-group-raised .btn-info.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-info:disabled:hover, .btn-group-raised .btn-info.custom-file-control:disabled:hover::before {
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn.bmd-btn-fab.btn-warning, .bmd-btn-fab.btn-warning.custom-file-control::before, .btn.btn-raised.btn-warning, .btn-raised.btn-warning.custom-file-control::before, .btn-group-raised .btn.btn-warning, .btn-group-raised .btn-warning.custom-file-control::before {
  color: #fff;
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn.bmd-btn-fab.btn-warning:hover, .bmd-btn-fab.btn-warning.custom-file-control:hover::before, .btn.btn-raised.btn-warning:hover, .btn-raised.btn-warning.custom-file-control:hover::before, .btn-group-raised .btn.btn-warning:hover, .btn-group-raised .btn-warning.custom-file-control:hover::before {
  color: #fff;
  background-color: #ffe927;
  border-color: #fde300;
}
.btn.bmd-btn-fab.btn-warning:focus, .bmd-btn-fab.btn-warning.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-warning.focus, .bmd-btn-fab.btn-warning.focus.custom-file-control::before, .btn.btn-raised.btn-warning:focus, .btn-raised.btn-warning.custom-file-control:focus::before, .btn.btn-raised.btn-warning.focus, .btn-raised.btn-warning.focus.custom-file-control::before, .btn-group-raised .btn.btn-warning:focus, .btn-group-raised .btn-warning.custom-file-control:focus::before, .btn-group-raised .btn.btn-warning.focus, .btn-group-raised .btn-warning.focus.custom-file-control::before {
  color: #fff;
  background-color: #ffe927;
  border-color: #fde300;
}
.btn.bmd-btn-fab.btn-warning:active, .bmd-btn-fab.btn-warning.custom-file-control:active::before, .btn.bmd-btn-fab.btn-warning.active, .bmd-btn-fab.btn-warning.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-warning:active, .btn-raised.btn-warning.custom-file-control:active::before, .btn.btn-raised.btn-warning.active, .btn-raised.btn-warning.active.custom-file-control::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle, .open > .btn-raised.btn-warning.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-warning:active, .btn-group-raised .btn-warning.custom-file-control:active::before, .btn-group-raised .btn.btn-warning.active, .btn-group-raised .btn-warning.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle, .open > .btn-group-raised .btn-warning.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: #ffe927;
  border-color: #fde300;
}
.btn.bmd-btn-fab.btn-warning:active:hover, .bmd-btn-fab.btn-warning.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-warning:active:focus, .bmd-btn-fab.btn-warning.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-warning:active.focus, .bmd-btn-fab.btn-warning.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-warning.active:hover, .bmd-btn-fab.btn-warning.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-warning.active:focus, .bmd-btn-fab.btn-warning.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-warning.active.focus, .bmd-btn-fab.btn-warning.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-warning:active:hover, .btn-raised.btn-warning.custom-file-control:active:hover::before, .btn.btn-raised.btn-warning:active:focus, .btn-raised.btn-warning.custom-file-control:active:focus::before, .btn.btn-raised.btn-warning:active.focus, .btn-raised.btn-warning.custom-file-control:active.focus::before, .btn.btn-raised.btn-warning.active:hover, .btn-raised.btn-warning.active.custom-file-control:hover::before, .btn.btn-raised.btn-warning.active:focus, .btn-raised.btn-warning.active.custom-file-control:focus::before, .btn.btn-raised.btn-warning.active.focus, .btn-raised.btn-warning.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle:hover, .open > .btn-raised.btn-warning.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle:focus, .open > .btn-raised.btn-warning.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle.focus, .open > .btn-raised.btn-warning.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-warning:active:hover, .btn-group-raised .btn-warning.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-warning:active:focus, .btn-group-raised .btn-warning.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-warning:active.focus, .btn-group-raised .btn-warning.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-warning.active:hover, .btn-group-raised .btn-warning.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-warning.active:focus, .btn-group-raised .btn-warning.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-warning.active.focus, .btn-group-raised .btn-warning.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle:hover, .open > .btn-group-raised .btn-warning.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle:focus, .open > .btn-group-raised .btn-warning.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle.focus, .open > .btn-group-raised .btn-warning.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: #ffe927;
  border-color: #bba700;
}
.open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #ffeb3b;
}
.open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: #ffe927;
}
.btn.bmd-btn-fab.btn-warning.disabled:focus, .bmd-btn-fab.btn-warning.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-warning.disabled.focus, .bmd-btn-fab.btn-warning.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-warning:disabled:focus, .bmd-btn-fab.btn-warning.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-warning:disabled.focus, .bmd-btn-fab.btn-warning.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-warning.disabled:focus, .btn-raised.btn-warning.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-warning.disabled.focus, .btn-raised.btn-warning.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-warning:disabled:focus, .btn-raised.btn-warning.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-warning:disabled.focus, .btn-raised.btn-warning.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-warning.disabled:focus, .btn-group-raised .btn-warning.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-warning.disabled.focus, .btn-group-raised .btn-warning.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-warning:disabled:focus, .btn-group-raised .btn-warning.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-warning:disabled.focus, .btn-group-raised .btn-warning.custom-file-control:disabled.focus::before {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn.bmd-btn-fab.btn-warning.disabled:hover, .bmd-btn-fab.btn-warning.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-warning:disabled:hover, .bmd-btn-fab.btn-warning.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-warning.disabled:hover, .btn-raised.btn-warning.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-warning:disabled:hover, .btn-raised.btn-warning.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-warning.disabled:hover, .btn-group-raised .btn-warning.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-warning:disabled:hover, .btn-group-raised .btn-warning.custom-file-control:disabled:hover::before {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.btn.bmd-btn-fab.btn-danger, .bmd-btn-fab.btn-danger.custom-file-control::before, .btn.btn-raised.btn-danger, .btn-raised.btn-danger.custom-file-control::before, .btn-group-raised .btn.btn-danger, .btn-group-raised .btn-danger.custom-file-control::before {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}
.btn.bmd-btn-fab.btn-danger:hover, .bmd-btn-fab.btn-danger.custom-file-control:hover::before, .btn.btn-raised.btn-danger:hover, .btn-raised.btn-danger.custom-file-control:hover::before, .btn-group-raised .btn.btn-danger:hover, .btn-group-raised .btn-danger.custom-file-control:hover::before {
  color: #fff;
  background-color: #f33123;
  border-color: #e11b0c;
}
.btn.bmd-btn-fab.btn-danger:focus, .bmd-btn-fab.btn-danger.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-danger.focus, .bmd-btn-fab.btn-danger.focus.custom-file-control::before, .btn.btn-raised.btn-danger:focus, .btn-raised.btn-danger.custom-file-control:focus::before, .btn.btn-raised.btn-danger.focus, .btn-raised.btn-danger.focus.custom-file-control::before, .btn-group-raised .btn.btn-danger:focus, .btn-group-raised .btn-danger.custom-file-control:focus::before, .btn-group-raised .btn.btn-danger.focus, .btn-group-raised .btn-danger.focus.custom-file-control::before {
  color: #fff;
  background-color: #f33123;
  border-color: #e11b0c;
}
.btn.bmd-btn-fab.btn-danger:active, .bmd-btn-fab.btn-danger.custom-file-control:active::before, .btn.bmd-btn-fab.btn-danger.active, .bmd-btn-fab.btn-danger.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-danger:active, .btn-raised.btn-danger.custom-file-control:active::before, .btn.btn-raised.btn-danger.active, .btn-raised.btn-danger.active.custom-file-control::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle, .open > .btn-raised.btn-danger.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-danger:active, .btn-group-raised .btn-danger.custom-file-control:active::before, .btn-group-raised .btn.btn-danger.active, .btn-group-raised .btn-danger.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle, .open > .btn-group-raised .btn-danger.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: #f33123;
  border-color: #e11b0c;
}
.btn.bmd-btn-fab.btn-danger:active:hover, .bmd-btn-fab.btn-danger.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-danger:active:focus, .bmd-btn-fab.btn-danger.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-danger:active.focus, .bmd-btn-fab.btn-danger.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-danger.active:hover, .bmd-btn-fab.btn-danger.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-danger.active:focus, .bmd-btn-fab.btn-danger.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-danger.active.focus, .bmd-btn-fab.btn-danger.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-danger:active:hover, .btn-raised.btn-danger.custom-file-control:active:hover::before, .btn.btn-raised.btn-danger:active:focus, .btn-raised.btn-danger.custom-file-control:active:focus::before, .btn.btn-raised.btn-danger:active.focus, .btn-raised.btn-danger.custom-file-control:active.focus::before, .btn.btn-raised.btn-danger.active:hover, .btn-raised.btn-danger.active.custom-file-control:hover::before, .btn.btn-raised.btn-danger.active:focus, .btn-raised.btn-danger.active.custom-file-control:focus::before, .btn.btn-raised.btn-danger.active.focus, .btn-raised.btn-danger.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle:hover, .open > .btn-raised.btn-danger.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle:focus, .open > .btn-raised.btn-danger.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle.focus, .open > .btn-raised.btn-danger.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-danger:active:hover, .btn-group-raised .btn-danger.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-danger:active:focus, .btn-group-raised .btn-danger.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-danger:active.focus, .btn-group-raised .btn-danger.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-danger.active:hover, .btn-group-raised .btn-danger.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-danger.active:focus, .btn-group-raised .btn-danger.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-danger.active.focus, .btn-group-raised .btn-danger.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle:hover, .open > .btn-group-raised .btn-danger.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle:focus, .open > .btn-group-raised .btn-danger.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle.focus, .open > .btn-group-raised .btn-danger.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: #f33123;
  border-color: #a21309;
}
.open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #f44336;
}
.open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: #f33123;
}
.btn.bmd-btn-fab.btn-danger.disabled:focus, .bmd-btn-fab.btn-danger.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-danger.disabled.focus, .bmd-btn-fab.btn-danger.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-danger:disabled:focus, .bmd-btn-fab.btn-danger.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-danger:disabled.focus, .bmd-btn-fab.btn-danger.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-danger.disabled:focus, .btn-raised.btn-danger.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-danger.disabled.focus, .btn-raised.btn-danger.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-danger:disabled:focus, .btn-raised.btn-danger.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-danger:disabled.focus, .btn-raised.btn-danger.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-danger.disabled:focus, .btn-group-raised .btn-danger.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-danger.disabled.focus, .btn-group-raised .btn-danger.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-danger:disabled:focus, .btn-group-raised .btn-danger.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-danger:disabled.focus, .btn-group-raised .btn-danger.custom-file-control:disabled.focus::before {
  background-color: #f44336;
  border-color: #f44336;
}
.btn.bmd-btn-fab.btn-danger.disabled:hover, .bmd-btn-fab.btn-danger.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-danger:disabled:hover, .bmd-btn-fab.btn-danger.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-danger.disabled:hover, .btn-raised.btn-danger.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-danger:disabled:hover, .btn-raised.btn-danger.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-danger.disabled:hover, .btn-group-raised .btn-danger.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-danger:disabled:hover, .btn-group-raised .btn-danger.custom-file-control:disabled:hover::before {
  background-color: #f44336;
  border-color: #f44336;
}
.btn.bmd-btn-fab.btn-light, .bmd-btn-fab.btn-light.custom-file-control::before, .btn.btn-raised.btn-light, .btn-raised.btn-light.custom-file-control::before, .btn-group-raised .btn.btn-light, .btn-group-raised .btn-light.custom-file-control::before {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn.bmd-btn-fab.btn-light:hover, .bmd-btn-fab.btn-light.custom-file-control:hover::before, .btn.btn-raised.btn-light:hover, .btn-raised.btn-light.custom-file-control:hover::before, .btn-group-raised .btn.btn-light:hover, .btn-group-raised .btn-light.custom-file-control:hover::before {
  color: #fff;
  background-color: #eceff2;
  border-color: #d4dae1;
}
.btn.bmd-btn-fab.btn-light:focus, .bmd-btn-fab.btn-light.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-light.focus, .bmd-btn-fab.btn-light.focus.custom-file-control::before, .btn.btn-raised.btn-light:focus, .btn-raised.btn-light.custom-file-control:focus::before, .btn.btn-raised.btn-light.focus, .btn-raised.btn-light.focus.custom-file-control::before, .btn-group-raised .btn.btn-light:focus, .btn-group-raised .btn-light.custom-file-control:focus::before, .btn-group-raised .btn.btn-light.focus, .btn-group-raised .btn-light.focus.custom-file-control::before {
  color: #fff;
  background-color: #eceff2;
  border-color: #d4dae1;
}
.btn.bmd-btn-fab.btn-light:active, .bmd-btn-fab.btn-light.custom-file-control:active::before, .btn.bmd-btn-fab.btn-light.active, .bmd-btn-fab.btn-light.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-light.dropdown-toggle, .open > .bmd-btn-fab.btn-light.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-light:active, .btn-raised.btn-light.custom-file-control:active::before, .btn.btn-raised.btn-light.active, .btn-raised.btn-light.active.custom-file-control::before, .open > .btn.btn-raised.btn-light.dropdown-toggle, .open > .btn-raised.btn-light.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-light:active, .btn-group-raised .btn-light.custom-file-control:active::before, .btn-group-raised .btn.btn-light.active, .btn-group-raised .btn-light.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle, .open > .btn-group-raised .btn-light.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: #eceff2;
  border-color: #d4dae1;
}
.btn.bmd-btn-fab.btn-light:active:hover, .bmd-btn-fab.btn-light.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-light:active:focus, .bmd-btn-fab.btn-light.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-light:active.focus, .bmd-btn-fab.btn-light.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-light.active:hover, .bmd-btn-fab.btn-light.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-light.active:focus, .bmd-btn-fab.btn-light.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-light.active.focus, .bmd-btn-fab.btn-light.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-light.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-light.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-light.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-light.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-light.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-light.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-light:active:hover, .btn-raised.btn-light.custom-file-control:active:hover::before, .btn.btn-raised.btn-light:active:focus, .btn-raised.btn-light.custom-file-control:active:focus::before, .btn.btn-raised.btn-light:active.focus, .btn-raised.btn-light.custom-file-control:active.focus::before, .btn.btn-raised.btn-light.active:hover, .btn-raised.btn-light.active.custom-file-control:hover::before, .btn.btn-raised.btn-light.active:focus, .btn-raised.btn-light.active.custom-file-control:focus::before, .btn.btn-raised.btn-light.active.focus, .btn-raised.btn-light.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-light.dropdown-toggle:hover, .open > .btn-raised.btn-light.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-light.dropdown-toggle:focus, .open > .btn-raised.btn-light.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-light.dropdown-toggle.focus, .open > .btn-raised.btn-light.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-light:active:hover, .btn-group-raised .btn-light.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-light:active:focus, .btn-group-raised .btn-light.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-light:active.focus, .btn-group-raised .btn-light.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-light.active:hover, .btn-group-raised .btn-light.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-light.active:focus, .btn-group-raised .btn-light.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-light.active.focus, .btn-group-raised .btn-light.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle:hover, .open > .btn-group-raised .btn-light.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle:focus, .open > .btn-group-raised .btn-light.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle.focus, .open > .btn-group-raised .btn-light.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: #eceff2;
  border-color: #aeb9c5;
}
.open > .btn.bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-light.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #f8f9fa;
}
.open > .btn.bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-light.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: #eceff2;
}
.btn.bmd-btn-fab.btn-light.disabled:focus, .bmd-btn-fab.btn-light.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-light.disabled.focus, .bmd-btn-fab.btn-light.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-light:disabled:focus, .bmd-btn-fab.btn-light.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-light:disabled.focus, .bmd-btn-fab.btn-light.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-light.disabled:focus, .btn-raised.btn-light.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-light.disabled.focus, .btn-raised.btn-light.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-light:disabled:focus, .btn-raised.btn-light.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-light:disabled.focus, .btn-raised.btn-light.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-light.disabled:focus, .btn-group-raised .btn-light.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-light.disabled.focus, .btn-group-raised .btn-light.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-light:disabled:focus, .btn-group-raised .btn-light.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-light:disabled.focus, .btn-group-raised .btn-light.custom-file-control:disabled.focus::before {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn.bmd-btn-fab.btn-light.disabled:hover, .bmd-btn-fab.btn-light.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-light:disabled:hover, .bmd-btn-fab.btn-light.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-light.disabled:hover, .btn-raised.btn-light.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-light:disabled:hover, .btn-raised.btn-light.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-light.disabled:hover, .btn-group-raised .btn-light.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-light:disabled:hover, .btn-group-raised .btn-light.custom-file-control:disabled:hover::before {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn.bmd-btn-fab.btn-dark, .bmd-btn-fab.btn-dark.custom-file-control::before, .btn.btn-raised.btn-dark, .btn-raised.btn-dark.custom-file-control::before, .btn-group-raised .btn.btn-dark, .btn-group-raised .btn-dark.custom-file-control::before {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn.bmd-btn-fab.btn-dark:hover, .bmd-btn-fab.btn-dark.custom-file-control:hover::before, .btn.btn-raised.btn-dark:hover, .btn-raised.btn-dark.custom-file-control:hover::before, .btn-group-raised .btn.btn-dark:hover, .btn-group-raised .btn-dark.custom-file-control:hover::before {
  color: #fff;
  background-color: #2b3035;
  border-color: #191b1e;
}
.btn.bmd-btn-fab.btn-dark:focus, .bmd-btn-fab.btn-dark.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-dark.focus, .bmd-btn-fab.btn-dark.focus.custom-file-control::before, .btn.btn-raised.btn-dark:focus, .btn-raised.btn-dark.custom-file-control:focus::before, .btn.btn-raised.btn-dark.focus, .btn-raised.btn-dark.focus.custom-file-control::before, .btn-group-raised .btn.btn-dark:focus, .btn-group-raised .btn-dark.custom-file-control:focus::before, .btn-group-raised .btn.btn-dark.focus, .btn-group-raised .btn-dark.focus.custom-file-control::before {
  color: #fff;
  background-color: #2b3035;
  border-color: #191b1e;
}
.btn.bmd-btn-fab.btn-dark:active, .bmd-btn-fab.btn-dark.custom-file-control:active::before, .btn.bmd-btn-fab.btn-dark.active, .bmd-btn-fab.btn-dark.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-dark:active, .btn-raised.btn-dark.custom-file-control:active::before, .btn.btn-raised.btn-dark.active, .btn-raised.btn-dark.active.custom-file-control::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle, .open > .btn-raised.btn-dark.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-dark:active, .btn-group-raised .btn-dark.custom-file-control:active::before, .btn-group-raised .btn.btn-dark.active, .btn-group-raised .btn-dark.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle, .open > .btn-group-raised .btn-dark.dropdown-toggle.custom-file-control::before {
  color: #fff;
  background-color: #2b3035;
  border-color: #191b1e;
}
.btn.bmd-btn-fab.btn-dark:active:hover, .bmd-btn-fab.btn-dark.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-dark:active:focus, .bmd-btn-fab.btn-dark.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-dark:active.focus, .bmd-btn-fab.btn-dark.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-dark.active:hover, .bmd-btn-fab.btn-dark.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-dark.active:focus, .bmd-btn-fab.btn-dark.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-dark.active.focus, .bmd-btn-fab.btn-dark.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-dark:active:hover, .btn-raised.btn-dark.custom-file-control:active:hover::before, .btn.btn-raised.btn-dark:active:focus, .btn-raised.btn-dark.custom-file-control:active:focus::before, .btn.btn-raised.btn-dark:active.focus, .btn-raised.btn-dark.custom-file-control:active.focus::before, .btn.btn-raised.btn-dark.active:hover, .btn-raised.btn-dark.active.custom-file-control:hover::before, .btn.btn-raised.btn-dark.active:focus, .btn-raised.btn-dark.active.custom-file-control:focus::before, .btn.btn-raised.btn-dark.active.focus, .btn-raised.btn-dark.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle:hover, .open > .btn-raised.btn-dark.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle:focus, .open > .btn-raised.btn-dark.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle.focus, .open > .btn-raised.btn-dark.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-dark:active:hover, .btn-group-raised .btn-dark.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-dark:active:focus, .btn-group-raised .btn-dark.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-dark:active.focus, .btn-group-raised .btn-dark.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-dark.active:hover, .btn-group-raised .btn-dark.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-dark.active:focus, .btn-group-raised .btn-dark.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-dark.active.focus, .btn-group-raised .btn-dark.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle:hover, .open > .btn-group-raised .btn-dark.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle:focus, .open > .btn-group-raised .btn-dark.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle.focus, .open > .btn-group-raised .btn-dark.dropdown-toggle.focus.custom-file-control::before {
  color: #fff;
  background-color: #2b3035;
  border-color: black;
}
.open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: #343a40;
}
.open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: #2b3035;
}
.btn.bmd-btn-fab.btn-dark.disabled:focus, .bmd-btn-fab.btn-dark.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-dark.disabled.focus, .bmd-btn-fab.btn-dark.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-dark:disabled:focus, .bmd-btn-fab.btn-dark.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-dark:disabled.focus, .bmd-btn-fab.btn-dark.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-dark.disabled:focus, .btn-raised.btn-dark.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-dark.disabled.focus, .btn-raised.btn-dark.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-dark:disabled:focus, .btn-raised.btn-dark.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-dark:disabled.focus, .btn-raised.btn-dark.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-dark.disabled:focus, .btn-group-raised .btn-dark.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-dark.disabled.focus, .btn-group-raised .btn-dark.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-dark:disabled:focus, .btn-group-raised .btn-dark.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-dark:disabled.focus, .btn-group-raised .btn-dark.custom-file-control:disabled.focus::before {
  background-color: #343a40;
  border-color: #343a40;
}
.btn.bmd-btn-fab.btn-dark.disabled:hover, .bmd-btn-fab.btn-dark.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-dark:disabled:hover, .bmd-btn-fab.btn-dark.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-dark.disabled:hover, .btn-raised.btn-dark.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-dark:disabled:hover, .btn-raised.btn-dark.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-dark.disabled:hover, .btn-group-raised .btn-dark.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-dark:disabled:hover, .btn-group-raised .btn-dark.custom-file-control:disabled:hover::before {
  background-color: #343a40;
  border-color: #343a40;
}
.btn.bmd-btn-fab:hover, .bmd-btn-fab.custom-file-control:hover::before, .btn.bmd-btn-fab:focus, .bmd-btn-fab.custom-file-control:focus::before, .btn.btn-raised:hover, .btn-raised.custom-file-control:hover::before, .btn.btn-raised:focus, .btn-raised.custom-file-control:focus::before, .btn-group-raised .btn:hover, .btn-group-raised .custom-file-control:hover::before, .btn-group-raised .btn:focus, .btn-group-raised .custom-file-control:focus::before {
  z-index: 1;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.btn.bmd-btn-fab.active, .bmd-btn-fab.active.custom-file-control::before, .btn.bmd-btn-fab:active, .bmd-btn-fab.custom-file-control:active::before, .btn.btn-raised.active, .btn-raised.active.custom-file-control::before, .btn.btn-raised:active, .btn-raised.custom-file-control:active::before, .btn-group-raised .btn.active, .btn-group-raised .active.custom-file-control::before, .btn-group-raised .btn:active, .btn-group-raised .custom-file-control:active::before {
  z-index: 1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
}
.btn.bmd-btn-fab.focus, .bmd-btn-fab.focus.custom-file-control::before, .btn.bmd-btn-fab:focus, .bmd-btn-fab.custom-file-control:focus::before, .btn.btn-raised.focus, .btn-raised.focus.custom-file-control::before, .btn.btn-raised:focus, .btn-raised.custom-file-control:focus::before, .btn-group-raised .btn.focus, .btn-group-raised .focus.custom-file-control::before, .btn-group-raised .btn:focus, .btn-group-raised .custom-file-control:focus::before {
  outline: 0;
}
.btn.btn-raised, .btn-raised.custom-file-control::before, .btn-group-raised .btn, .btn-group-raised .custom-file-control::before {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn.btn-raised.btn-link, .btn-raised.btn-link.custom-file-control::before, .btn-group-raised .btn.btn-link, .btn-group-raised .btn-link.custom-file-control::before {
  box-shadow: none;
}
.btn.btn-raised.btn-link.active, .btn-raised.btn-link.active.custom-file-control::before, .btn-group-raised .btn.btn-link.active, .btn-group-raised .btn-link.active.custom-file-control::before {
  box-shadow: none;
}
.btn.btn-raised.btn-link:hover, .btn-raised.btn-link.custom-file-control:hover::before, .btn.btn-raised.btn-link:focus, .btn-raised.btn-link.custom-file-control:focus::before, .btn.btn-raised.btn-link:active, .btn-raised.btn-link.custom-file-control:active::before, .btn-group-raised .btn.btn-link:hover, .btn-group-raised .btn-link.custom-file-control:hover::before, .btn-group-raised .btn.btn-link:focus, .btn-group-raised .btn-link.custom-file-control:focus::before, .btn-group-raised .btn.btn-link:active, .btn-group-raised .btn-link.custom-file-control:active::before {
  box-shadow: none;
}
fieldset[disabled][disabled] .btn.btn-raised, fieldset[disabled][disabled] .btn-raised.custom-file-control::before, .btn.btn-raised.disabled, .btn-raised.disabled.custom-file-control::before, .btn.btn-raised:disabled, .btn-raised.custom-file-control:disabled::before, .btn.btn-raised[disabled], .btn-raised[disabled].custom-file-control::before, fieldset[disabled][disabled] .btn-group-raised .btn, fieldset[disabled][disabled] .btn-group-raised .custom-file-control::before, .btn-group-raised .btn.disabled, .btn-group-raised .disabled.custom-file-control::before, .btn-group-raised .btn:disabled, .btn-group-raised .custom-file-control:disabled::before, .btn-group-raised .btn[disabled], .btn-group-raised [disabled].custom-file-control::before {
  box-shadow: none;
}
.btn.btn-outline, .btn-outline.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
}
.btn.btn-outline-primary, .btn-outline-primary.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #2196f3;
  background-color: transparent;
  border-color: #2196f3;
}
.btn.btn-outline-primary:hover, .btn-outline-primary.custom-file-control:hover::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #2196f3;
}
.btn.btn-outline-primary:focus, .btn-outline-primary.custom-file-control:focus::before, .btn.btn-outline-primary.focus, .btn-outline-primary.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #2196f3;
}
.btn.btn-outline-primary:active, .btn-outline-primary.custom-file-control:active::before, .btn.btn-outline-primary.active, .btn-outline-primary.active.custom-file-control::before, .open > .btn.btn-outline-primary.dropdown-toggle, .open > .btn-outline-primary.dropdown-toggle.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #2196f3;
}
.btn.btn-outline-primary:active:hover, .btn-outline-primary.custom-file-control:active:hover::before, .btn.btn-outline-primary:active:focus, .btn-outline-primary.custom-file-control:active:focus::before, .btn.btn-outline-primary:active.focus, .btn-outline-primary.custom-file-control:active.focus::before, .btn.btn-outline-primary.active:hover, .btn-outline-primary.active.custom-file-control:hover::before, .btn.btn-outline-primary.active:focus, .btn-outline-primary.active.custom-file-control:focus::before, .btn.btn-outline-primary.active.focus, .btn-outline-primary.active.focus.custom-file-control::before, .open > .btn.btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-primary.dropdown-toggle.focus, .open > .btn-outline-primary.dropdown-toggle.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #2196f3;
}
.open > .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.custom-file-control:focus::before, .btn.btn-outline-primary.disabled.focus, .btn-outline-primary.disabled.focus.custom-file-control::before, .btn.btn-outline-primary:disabled:focus, .btn-outline-primary.custom-file-control:disabled:focus::before, .btn.btn-outline-primary:disabled.focus, .btn-outline-primary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #2196f3;
}
.btn.btn-outline-primary.disabled:hover, .btn-outline-primary.disabled.custom-file-control:hover::before, .btn.btn-outline-primary:disabled:hover, .btn-outline-primary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #2196f3;
}
.bg-inverse .btn.btn-outline-primary, .bg-inverse .btn-outline-primary.custom-file-control::before {
  color: #2196f3;
  background-color: transparent;
  border-color: #2196f3;
}
.bg-inverse .btn.btn-outline-primary:hover, .bg-inverse .btn-outline-primary.custom-file-control:hover::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-primary:focus, .bg-inverse .btn-outline-primary.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-primary.focus, .bg-inverse .btn-outline-primary.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-primary:active, .bg-inverse .btn-outline-primary.custom-file-control:active::before, .bg-inverse .btn.btn-outline-primary.active, .bg-inverse .btn-outline-primary.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-primary:active:hover, .bg-inverse .btn-outline-primary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-primary:active:focus, .bg-inverse .btn-outline-primary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-primary:active.focus, .bg-inverse .btn-outline-primary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-primary.active:hover, .bg-inverse .btn-outline-primary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-primary.active:focus, .bg-inverse .btn-outline-primary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-primary.active.focus, .bg-inverse .btn-outline-primary.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.focus.custom-file-control::before {
  color: #2196f3;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-primary.disabled:focus, .bg-inverse .btn-outline-primary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-primary.disabled.focus, .bg-inverse .btn-outline-primary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-primary:disabled:focus, .bg-inverse .btn-outline-primary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-primary:disabled.focus, .bg-inverse .btn-outline-primary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #2196f3;
}
.bg-inverse .btn.btn-outline-primary.disabled:hover, .bg-inverse .btn-outline-primary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-primary:disabled:hover, .bg-inverse .btn-outline-primary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #2196f3;
}
.btn.btn-outline-primary.btn-link, .btn-outline-primary.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-outline-secondary, .btn-outline-secondary.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #6c757d;
  background-color: transparent;
  border-color: #6c757d;
}
.btn.btn-outline-secondary:hover, .btn-outline-secondary.custom-file-control:hover::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #6c757d;
}
.btn.btn-outline-secondary:focus, .btn-outline-secondary.custom-file-control:focus::before, .btn.btn-outline-secondary.focus, .btn-outline-secondary.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #6c757d;
}
.btn.btn-outline-secondary:active, .btn-outline-secondary.custom-file-control:active::before, .btn.btn-outline-secondary.active, .btn-outline-secondary.active.custom-file-control::before, .open > .btn.btn-outline-secondary.dropdown-toggle, .open > .btn-outline-secondary.dropdown-toggle.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #6c757d;
}
.btn.btn-outline-secondary:active:hover, .btn-outline-secondary.custom-file-control:active:hover::before, .btn.btn-outline-secondary:active:focus, .btn-outline-secondary.custom-file-control:active:focus::before, .btn.btn-outline-secondary:active.focus, .btn-outline-secondary.custom-file-control:active.focus::before, .btn.btn-outline-secondary.active:hover, .btn-outline-secondary.active.custom-file-control:hover::before, .btn.btn-outline-secondary.active:focus, .btn-outline-secondary.active.custom-file-control:focus::before, .btn.btn-outline-secondary.active.focus, .btn-outline-secondary.active.focus.custom-file-control::before, .open > .btn.btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-secondary.dropdown-toggle.focus, .open > .btn-outline-secondary.dropdown-toggle.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #6c757d;
}
.open > .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.custom-file-control:focus::before, .btn.btn-outline-secondary.disabled.focus, .btn-outline-secondary.disabled.focus.custom-file-control::before, .btn.btn-outline-secondary:disabled:focus, .btn-outline-secondary.custom-file-control:disabled:focus::before, .btn.btn-outline-secondary:disabled.focus, .btn-outline-secondary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #6c757d;
}
.btn.btn-outline-secondary.disabled:hover, .btn-outline-secondary.disabled.custom-file-control:hover::before, .btn.btn-outline-secondary:disabled:hover, .btn-outline-secondary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #6c757d;
}
.bg-inverse .btn.btn-outline-secondary, .bg-inverse .btn-outline-secondary.custom-file-control::before {
  color: #6c757d;
  background-color: transparent;
  border-color: #6c757d;
}
.bg-inverse .btn.btn-outline-secondary:hover, .bg-inverse .btn-outline-secondary.custom-file-control:hover::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-secondary:focus, .bg-inverse .btn-outline-secondary.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-secondary.focus, .bg-inverse .btn-outline-secondary.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-secondary:active, .bg-inverse .btn-outline-secondary.custom-file-control:active::before, .bg-inverse .btn.btn-outline-secondary.active, .bg-inverse .btn-outline-secondary.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-secondary:active:hover, .bg-inverse .btn-outline-secondary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-secondary:active:focus, .bg-inverse .btn-outline-secondary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-secondary:active.focus, .bg-inverse .btn-outline-secondary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-secondary.active:hover, .bg-inverse .btn-outline-secondary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-secondary.active:focus, .bg-inverse .btn-outline-secondary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-secondary.active.focus, .bg-inverse .btn-outline-secondary.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.focus.custom-file-control::before {
  color: #6c757d;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-secondary.disabled:focus, .bg-inverse .btn-outline-secondary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-secondary.disabled.focus, .bg-inverse .btn-outline-secondary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-secondary:disabled:focus, .bg-inverse .btn-outline-secondary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-secondary:disabled.focus, .bg-inverse .btn-outline-secondary.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #6c757d;
}
.bg-inverse .btn.btn-outline-secondary.disabled:hover, .bg-inverse .btn-outline-secondary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-secondary:disabled:hover, .bg-inverse .btn-outline-secondary.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #6c757d;
}
.btn.btn-outline-secondary.btn-link, .btn-outline-secondary.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-outline-success, .btn-outline-success.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #4caf50;
  background-color: transparent;
  border-color: #4caf50;
}
.btn.btn-outline-success:hover, .btn-outline-success.custom-file-control:hover::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #4caf50;
}
.btn.btn-outline-success:focus, .btn-outline-success.custom-file-control:focus::before, .btn.btn-outline-success.focus, .btn-outline-success.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #4caf50;
}
.btn.btn-outline-success:active, .btn-outline-success.custom-file-control:active::before, .btn.btn-outline-success.active, .btn-outline-success.active.custom-file-control::before, .open > .btn.btn-outline-success.dropdown-toggle, .open > .btn-outline-success.dropdown-toggle.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #4caf50;
}
.btn.btn-outline-success:active:hover, .btn-outline-success.custom-file-control:active:hover::before, .btn.btn-outline-success:active:focus, .btn-outline-success.custom-file-control:active:focus::before, .btn.btn-outline-success:active.focus, .btn-outline-success.custom-file-control:active.focus::before, .btn.btn-outline-success.active:hover, .btn-outline-success.active.custom-file-control:hover::before, .btn.btn-outline-success.active:focus, .btn-outline-success.active.custom-file-control:focus::before, .btn.btn-outline-success.active.focus, .btn-outline-success.active.focus.custom-file-control::before, .open > .btn.btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-success.dropdown-toggle.focus, .open > .btn-outline-success.dropdown-toggle.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #4caf50;
}
.open > .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-success.disabled:focus, .btn-outline-success.disabled.custom-file-control:focus::before, .btn.btn-outline-success.disabled.focus, .btn-outline-success.disabled.focus.custom-file-control::before, .btn.btn-outline-success:disabled:focus, .btn-outline-success.custom-file-control:disabled:focus::before, .btn.btn-outline-success:disabled.focus, .btn-outline-success.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #4caf50;
}
.btn.btn-outline-success.disabled:hover, .btn-outline-success.disabled.custom-file-control:hover::before, .btn.btn-outline-success:disabled:hover, .btn-outline-success.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #4caf50;
}
.bg-inverse .btn.btn-outline-success, .bg-inverse .btn-outline-success.custom-file-control::before {
  color: #4caf50;
  background-color: transparent;
  border-color: #4caf50;
}
.bg-inverse .btn.btn-outline-success:hover, .bg-inverse .btn-outline-success.custom-file-control:hover::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-success:focus, .bg-inverse .btn-outline-success.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-success.focus, .bg-inverse .btn-outline-success.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-success:active, .bg-inverse .btn-outline-success.custom-file-control:active::before, .bg-inverse .btn.btn-outline-success.active, .bg-inverse .btn-outline-success.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle, .open > .bg-inverse .btn-outline-success.dropdown-toggle.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-success:active:hover, .bg-inverse .btn-outline-success.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-success:active:focus, .bg-inverse .btn-outline-success.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-success:active.focus, .bg-inverse .btn-outline-success.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-success.active:hover, .bg-inverse .btn-outline-success.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-success.active:focus, .bg-inverse .btn-outline-success.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-success.active.focus, .bg-inverse .btn-outline-success.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-success.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-success.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-success.dropdown-toggle.focus.custom-file-control::before {
  color: #4caf50;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-success.disabled:focus, .bg-inverse .btn-outline-success.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-success.disabled.focus, .bg-inverse .btn-outline-success.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-success:disabled:focus, .bg-inverse .btn-outline-success.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-success:disabled.focus, .bg-inverse .btn-outline-success.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #4caf50;
}
.bg-inverse .btn.btn-outline-success.disabled:hover, .bg-inverse .btn-outline-success.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-success:disabled:hover, .bg-inverse .btn-outline-success.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #4caf50;
}
.btn.btn-outline-success.btn-link, .btn-outline-success.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-outline-info, .btn-outline-info.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #00bcd4;
  background-color: transparent;
  border-color: #00bcd4;
}
.btn.btn-outline-info:hover, .btn-outline-info.custom-file-control:hover::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #00bcd4;
}
.btn.btn-outline-info:focus, .btn-outline-info.custom-file-control:focus::before, .btn.btn-outline-info.focus, .btn-outline-info.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #00bcd4;
}
.btn.btn-outline-info:active, .btn-outline-info.custom-file-control:active::before, .btn.btn-outline-info.active, .btn-outline-info.active.custom-file-control::before, .open > .btn.btn-outline-info.dropdown-toggle, .open > .btn-outline-info.dropdown-toggle.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #00bcd4;
}
.btn.btn-outline-info:active:hover, .btn-outline-info.custom-file-control:active:hover::before, .btn.btn-outline-info:active:focus, .btn-outline-info.custom-file-control:active:focus::before, .btn.btn-outline-info:active.focus, .btn-outline-info.custom-file-control:active.focus::before, .btn.btn-outline-info.active:hover, .btn-outline-info.active.custom-file-control:hover::before, .btn.btn-outline-info.active:focus, .btn-outline-info.active.custom-file-control:focus::before, .btn.btn-outline-info.active.focus, .btn-outline-info.active.focus.custom-file-control::before, .open > .btn.btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-info.dropdown-toggle.focus, .open > .btn-outline-info.dropdown-toggle.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #00bcd4;
}
.open > .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-info.disabled:focus, .btn-outline-info.disabled.custom-file-control:focus::before, .btn.btn-outline-info.disabled.focus, .btn-outline-info.disabled.focus.custom-file-control::before, .btn.btn-outline-info:disabled:focus, .btn-outline-info.custom-file-control:disabled:focus::before, .btn.btn-outline-info:disabled.focus, .btn-outline-info.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #00bcd4;
}
.btn.btn-outline-info.disabled:hover, .btn-outline-info.disabled.custom-file-control:hover::before, .btn.btn-outline-info:disabled:hover, .btn-outline-info.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #00bcd4;
}
.bg-inverse .btn.btn-outline-info, .bg-inverse .btn-outline-info.custom-file-control::before {
  color: #00bcd4;
  background-color: transparent;
  border-color: #00bcd4;
}
.bg-inverse .btn.btn-outline-info:hover, .bg-inverse .btn-outline-info.custom-file-control:hover::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-info:focus, .bg-inverse .btn-outline-info.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-info.focus, .bg-inverse .btn-outline-info.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-info:active, .bg-inverse .btn-outline-info.custom-file-control:active::before, .bg-inverse .btn.btn-outline-info.active, .bg-inverse .btn-outline-info.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle, .open > .bg-inverse .btn-outline-info.dropdown-toggle.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-info:active:hover, .bg-inverse .btn-outline-info.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-info:active:focus, .bg-inverse .btn-outline-info.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-info:active.focus, .bg-inverse .btn-outline-info.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-info.active:hover, .bg-inverse .btn-outline-info.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-info.active:focus, .bg-inverse .btn-outline-info.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-info.active.focus, .bg-inverse .btn-outline-info.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-info.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-info.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-info.dropdown-toggle.focus.custom-file-control::before {
  color: #00bcd4;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-info.disabled:focus, .bg-inverse .btn-outline-info.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-info.disabled.focus, .bg-inverse .btn-outline-info.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-info:disabled:focus, .bg-inverse .btn-outline-info.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-info:disabled.focus, .bg-inverse .btn-outline-info.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #00bcd4;
}
.bg-inverse .btn.btn-outline-info.disabled:hover, .bg-inverse .btn-outline-info.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-info:disabled:hover, .bg-inverse .btn-outline-info.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #00bcd4;
}
.btn.btn-outline-info.btn-link, .btn-outline-info.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-outline-warning, .btn-outline-warning.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #ffeb3b;
  background-color: transparent;
  border-color: #ffeb3b;
}
.btn.btn-outline-warning:hover, .btn-outline-warning.custom-file-control:hover::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #ffeb3b;
}
.btn.btn-outline-warning:focus, .btn-outline-warning.custom-file-control:focus::before, .btn.btn-outline-warning.focus, .btn-outline-warning.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #ffeb3b;
}
.btn.btn-outline-warning:active, .btn-outline-warning.custom-file-control:active::before, .btn.btn-outline-warning.active, .btn-outline-warning.active.custom-file-control::before, .open > .btn.btn-outline-warning.dropdown-toggle, .open > .btn-outline-warning.dropdown-toggle.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #ffeb3b;
}
.btn.btn-outline-warning:active:hover, .btn-outline-warning.custom-file-control:active:hover::before, .btn.btn-outline-warning:active:focus, .btn-outline-warning.custom-file-control:active:focus::before, .btn.btn-outline-warning:active.focus, .btn-outline-warning.custom-file-control:active.focus::before, .btn.btn-outline-warning.active:hover, .btn-outline-warning.active.custom-file-control:hover::before, .btn.btn-outline-warning.active:focus, .btn-outline-warning.active.custom-file-control:focus::before, .btn.btn-outline-warning.active.focus, .btn-outline-warning.active.focus.custom-file-control::before, .open > .btn.btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-warning.dropdown-toggle.focus, .open > .btn-outline-warning.dropdown-toggle.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #ffeb3b;
}
.open > .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.custom-file-control:focus::before, .btn.btn-outline-warning.disabled.focus, .btn-outline-warning.disabled.focus.custom-file-control::before, .btn.btn-outline-warning:disabled:focus, .btn-outline-warning.custom-file-control:disabled:focus::before, .btn.btn-outline-warning:disabled.focus, .btn-outline-warning.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ffeb3b;
}
.btn.btn-outline-warning.disabled:hover, .btn-outline-warning.disabled.custom-file-control:hover::before, .btn.btn-outline-warning:disabled:hover, .btn-outline-warning.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ffeb3b;
}
.bg-inverse .btn.btn-outline-warning, .bg-inverse .btn-outline-warning.custom-file-control::before {
  color: #ffeb3b;
  background-color: transparent;
  border-color: #ffeb3b;
}
.bg-inverse .btn.btn-outline-warning:hover, .bg-inverse .btn-outline-warning.custom-file-control:hover::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-warning:focus, .bg-inverse .btn-outline-warning.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-warning.focus, .bg-inverse .btn-outline-warning.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-warning:active, .bg-inverse .btn-outline-warning.custom-file-control:active::before, .bg-inverse .btn.btn-outline-warning.active, .bg-inverse .btn-outline-warning.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-warning:active:hover, .bg-inverse .btn-outline-warning.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-warning:active:focus, .bg-inverse .btn-outline-warning.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-warning:active.focus, .bg-inverse .btn-outline-warning.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-warning.active:hover, .bg-inverse .btn-outline-warning.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-warning.active:focus, .bg-inverse .btn-outline-warning.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-warning.active.focus, .bg-inverse .btn-outline-warning.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.focus.custom-file-control::before {
  color: #ffeb3b;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-warning.disabled:focus, .bg-inverse .btn-outline-warning.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-warning.disabled.focus, .bg-inverse .btn-outline-warning.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-warning:disabled:focus, .bg-inverse .btn-outline-warning.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-warning:disabled.focus, .bg-inverse .btn-outline-warning.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #ffeb3b;
}
.bg-inverse .btn.btn-outline-warning.disabled:hover, .bg-inverse .btn-outline-warning.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-warning:disabled:hover, .bg-inverse .btn-outline-warning.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #ffeb3b;
}
.btn.btn-outline-warning.btn-link, .btn-outline-warning.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-outline-danger, .btn-outline-danger.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #f44336;
  background-color: transparent;
  border-color: #f44336;
}
.btn.btn-outline-danger:hover, .btn-outline-danger.custom-file-control:hover::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f44336;
}
.btn.btn-outline-danger:focus, .btn-outline-danger.custom-file-control:focus::before, .btn.btn-outline-danger.focus, .btn-outline-danger.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f44336;
}
.btn.btn-outline-danger:active, .btn-outline-danger.custom-file-control:active::before, .btn.btn-outline-danger.active, .btn-outline-danger.active.custom-file-control::before, .open > .btn.btn-outline-danger.dropdown-toggle, .open > .btn-outline-danger.dropdown-toggle.custom-file-control::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f44336;
}
.btn.btn-outline-danger:active:hover, .btn-outline-danger.custom-file-control:active:hover::before, .btn.btn-outline-danger:active:focus, .btn-outline-danger.custom-file-control:active:focus::before, .btn.btn-outline-danger:active.focus, .btn-outline-danger.custom-file-control:active.focus::before, .btn.btn-outline-danger.active:hover, .btn-outline-danger.active.custom-file-control:hover::before, .btn.btn-outline-danger.active:focus, .btn-outline-danger.active.custom-file-control:focus::before, .btn.btn-outline-danger.active.focus, .btn-outline-danger.active.focus.custom-file-control::before, .open > .btn.btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-danger.dropdown-toggle.focus, .open > .btn-outline-danger.dropdown-toggle.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #f44336;
}
.open > .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.custom-file-control:focus::before, .btn.btn-outline-danger.disabled.focus, .btn-outline-danger.disabled.focus.custom-file-control::before, .btn.btn-outline-danger:disabled:focus, .btn-outline-danger.custom-file-control:disabled:focus::before, .btn.btn-outline-danger:disabled.focus, .btn-outline-danger.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #f44336;
}
.btn.btn-outline-danger.disabled:hover, .btn-outline-danger.disabled.custom-file-control:hover::before, .btn.btn-outline-danger:disabled:hover, .btn-outline-danger.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #f44336;
}
.bg-inverse .btn.btn-outline-danger, .bg-inverse .btn-outline-danger.custom-file-control::before {
  color: #f44336;
  background-color: transparent;
  border-color: #f44336;
}
.bg-inverse .btn.btn-outline-danger:hover, .bg-inverse .btn-outline-danger.custom-file-control:hover::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-danger:focus, .bg-inverse .btn-outline-danger.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-danger.focus, .bg-inverse .btn-outline-danger.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-danger:active, .bg-inverse .btn-outline-danger.custom-file-control:active::before, .bg-inverse .btn.btn-outline-danger.active, .bg-inverse .btn-outline-danger.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.custom-file-control::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-danger:active:hover, .bg-inverse .btn-outline-danger.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-danger:active:focus, .bg-inverse .btn-outline-danger.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-danger:active.focus, .bg-inverse .btn-outline-danger.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-danger.active:hover, .bg-inverse .btn-outline-danger.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-danger.active:focus, .bg-inverse .btn-outline-danger.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-danger.active.focus, .bg-inverse .btn-outline-danger.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.focus.custom-file-control::before {
  color: #f44336;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-danger.disabled:focus, .bg-inverse .btn-outline-danger.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-danger.disabled.focus, .bg-inverse .btn-outline-danger.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-danger:disabled:focus, .bg-inverse .btn-outline-danger.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-danger:disabled.focus, .bg-inverse .btn-outline-danger.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #f44336;
}
.bg-inverse .btn.btn-outline-danger.disabled:hover, .bg-inverse .btn-outline-danger.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-danger:disabled:hover, .bg-inverse .btn-outline-danger.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #f44336;
}
.btn.btn-outline-danger.btn-link, .btn-outline-danger.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-outline-light, .btn-outline-light.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa;
}
.btn.btn-outline-light:hover, .btn-outline-light.custom-file-control:hover::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f8f9fa;
}
.btn.btn-outline-light:focus, .btn-outline-light.custom-file-control:focus::before, .btn.btn-outline-light.focus, .btn-outline-light.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f8f9fa;
}
.btn.btn-outline-light:active, .btn-outline-light.custom-file-control:active::before, .btn.btn-outline-light.active, .btn-outline-light.active.custom-file-control::before, .open > .btn.btn-outline-light.dropdown-toggle, .open > .btn-outline-light.dropdown-toggle.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #f8f9fa;
}
.btn.btn-outline-light:active:hover, .btn-outline-light.custom-file-control:active:hover::before, .btn.btn-outline-light:active:focus, .btn-outline-light.custom-file-control:active:focus::before, .btn.btn-outline-light:active.focus, .btn-outline-light.custom-file-control:active.focus::before, .btn.btn-outline-light.active:hover, .btn-outline-light.active.custom-file-control:hover::before, .btn.btn-outline-light.active:focus, .btn-outline-light.active.custom-file-control:focus::before, .btn.btn-outline-light.active.focus, .btn-outline-light.active.focus.custom-file-control::before, .open > .btn.btn-outline-light.dropdown-toggle:hover, .open > .btn-outline-light.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-light.dropdown-toggle:focus, .open > .btn-outline-light.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-light.dropdown-toggle.focus, .open > .btn-outline-light.dropdown-toggle.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #f8f9fa;
}
.open > .btn.btn-outline-light.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-light.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-light.disabled:focus, .btn-outline-light.disabled.custom-file-control:focus::before, .btn.btn-outline-light.disabled.focus, .btn-outline-light.disabled.focus.custom-file-control::before, .btn.btn-outline-light:disabled:focus, .btn-outline-light.custom-file-control:disabled:focus::before, .btn.btn-outline-light:disabled.focus, .btn-outline-light.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #f8f9fa;
}
.btn.btn-outline-light.disabled:hover, .btn-outline-light.disabled.custom-file-control:hover::before, .btn.btn-outline-light:disabled:hover, .btn-outline-light.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #f8f9fa;
}
.bg-inverse .btn.btn-outline-light, .bg-inverse .btn-outline-light.custom-file-control::before {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa;
}
.bg-inverse .btn.btn-outline-light:hover, .bg-inverse .btn-outline-light.custom-file-control:hover::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-light:focus, .bg-inverse .btn-outline-light.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-light.focus, .bg-inverse .btn-outline-light.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-light:active, .bg-inverse .btn-outline-light.custom-file-control:active::before, .bg-inverse .btn.btn-outline-light.active, .bg-inverse .btn-outline-light.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-light.dropdown-toggle, .open > .bg-inverse .btn-outline-light.dropdown-toggle.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-light:active:hover, .bg-inverse .btn-outline-light.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-light:active:focus, .bg-inverse .btn-outline-light.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-light:active.focus, .bg-inverse .btn-outline-light.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-light.active:hover, .bg-inverse .btn-outline-light.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-light.active:focus, .bg-inverse .btn-outline-light.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-light.active.focus, .bg-inverse .btn-outline-light.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-light.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-light.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-light.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-light.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-light.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-light.dropdown-toggle.focus.custom-file-control::before {
  color: #f8f9fa;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-light.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-light.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-light.disabled:focus, .bg-inverse .btn-outline-light.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-light.disabled.focus, .bg-inverse .btn-outline-light.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-light:disabled:focus, .bg-inverse .btn-outline-light.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-light:disabled.focus, .bg-inverse .btn-outline-light.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #f8f9fa;
}
.bg-inverse .btn.btn-outline-light.disabled:hover, .bg-inverse .btn-outline-light.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-light:disabled:hover, .bg-inverse .btn-outline-light.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #f8f9fa;
}
.btn.btn-outline-light.btn-link, .btn-outline-light.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.btn-outline-dark, .btn-outline-dark.custom-file-control::before {
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  color: #343a40;
  background-color: transparent;
  border-color: #343a40;
}
.btn.btn-outline-dark:hover, .btn-outline-dark.custom-file-control:hover::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #343a40;
}
.btn.btn-outline-dark:focus, .btn-outline-dark.custom-file-control:focus::before, .btn.btn-outline-dark.focus, .btn-outline-dark.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #343a40;
}
.btn.btn-outline-dark:active, .btn-outline-dark.custom-file-control:active::before, .btn.btn-outline-dark.active, .btn-outline-dark.active.custom-file-control::before, .open > .btn.btn-outline-dark.dropdown-toggle, .open > .btn-outline-dark.dropdown-toggle.custom-file-control::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.2);
  border-color: #343a40;
}
.btn.btn-outline-dark:active:hover, .btn-outline-dark.custom-file-control:active:hover::before, .btn.btn-outline-dark:active:focus, .btn-outline-dark.custom-file-control:active:focus::before, .btn.btn-outline-dark:active.focus, .btn-outline-dark.custom-file-control:active.focus::before, .btn.btn-outline-dark.active:hover, .btn-outline-dark.active.custom-file-control:hover::before, .btn.btn-outline-dark.active:focus, .btn-outline-dark.active.custom-file-control:focus::before, .btn.btn-outline-dark.active.focus, .btn-outline-dark.active.focus.custom-file-control::before, .open > .btn.btn-outline-dark.dropdown-toggle:hover, .open > .btn-outline-dark.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-dark.dropdown-toggle:focus, .open > .btn-outline-dark.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-dark.dropdown-toggle.focus, .open > .btn-outline-dark.dropdown-toggle.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(153, 153, 153, 0.4);
  border-color: #343a40;
}
.open > .btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(153, 153, 153, 0.2);
}
.btn.btn-outline-dark.disabled:focus, .btn-outline-dark.disabled.custom-file-control:focus::before, .btn.btn-outline-dark.disabled.focus, .btn-outline-dark.disabled.focus.custom-file-control::before, .btn.btn-outline-dark:disabled:focus, .btn-outline-dark.custom-file-control:disabled:focus::before, .btn.btn-outline-dark:disabled.focus, .btn-outline-dark.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #343a40;
}
.btn.btn-outline-dark.disabled:hover, .btn-outline-dark.disabled.custom-file-control:hover::before, .btn.btn-outline-dark:disabled:hover, .btn-outline-dark.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #343a40;
}
.bg-inverse .btn.btn-outline-dark, .bg-inverse .btn-outline-dark.custom-file-control::before {
  color: #343a40;
  background-color: transparent;
  border-color: #343a40;
}
.bg-inverse .btn.btn-outline-dark:hover, .bg-inverse .btn-outline-dark.custom-file-control:hover::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-dark:focus, .bg-inverse .btn-outline-dark.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-dark.focus, .bg-inverse .btn-outline-dark.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-dark:active, .bg-inverse .btn-outline-dark.custom-file-control:active::before, .bg-inverse .btn.btn-outline-dark.active, .bg-inverse .btn-outline-dark.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.custom-file-control::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.15);
  border-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-dark:active:hover, .bg-inverse .btn-outline-dark.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-dark:active:focus, .bg-inverse .btn-outline-dark.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-dark:active.focus, .bg-inverse .btn-outline-dark.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-dark.active:hover, .bg-inverse .btn-outline-dark.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-dark.active:focus, .bg-inverse .btn-outline-dark.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-dark.active.focus, .bg-inverse .btn-outline-dark.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.focus.custom-file-control::before {
  color: #343a40;
  background-color: rgba(204, 204, 204, 0.25);
  border-color: rgba(204, 204, 204, 0.25);
}
.open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before {
  color: inherit;
  background-color: transparent;
}
.open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before {
  background-color: rgba(204, 204, 204, 0.15);
}
.bg-inverse .btn.btn-outline-dark.disabled:focus, .bg-inverse .btn-outline-dark.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-dark.disabled.focus, .bg-inverse .btn-outline-dark.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-dark:disabled:focus, .bg-inverse .btn-outline-dark.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-dark:disabled.focus, .bg-inverse .btn-outline-dark.custom-file-control:disabled.focus::before {
  background-color: transparent;
  border-color: #343a40;
}
.bg-inverse .btn.btn-outline-dark.disabled:hover, .bg-inverse .btn-outline-dark.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-dark:disabled:hover, .bg-inverse .btn-outline-dark.custom-file-control:disabled:hover::before {
  background-color: transparent;
  border-color: #343a40;
}
.btn.btn-outline-dark.btn-link, .btn-outline-dark.btn-link.custom-file-control::before {
  background-color: transparent;
}
.btn.bmd-btn-fab, .bmd-btn-fab.custom-file-control::before, .btn.bmd-btn-icon, .bmd-btn-icon.custom-file-control::before {
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 0;
}
.btn-group-lg .btn.bmd-btn-fab, .btn-group-sm .btn.bmd-btn-fab, .btn.bmd-btn-fab, .bmd-btn-fab.custom-file-control::before, .btn-group-lg .btn.bmd-btn-icon, .btn-group-sm .btn.bmd-btn-icon, .btn.bmd-btn-icon, .bmd-btn-icon.custom-file-control::before {
  padding: 0;
  border-radius: 50%;
  line-height: 0;
}
.btn.bmd-btn-fab .material-icons, .bmd-btn-fab.custom-file-control::before .material-icons, .btn.bmd-btn-icon .material-icons, .bmd-btn-icon.custom-file-control::before .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  line-height: 1.5rem;
  transform: translate(-0.75rem, -0.75rem);
}
.btn.bmd-btn-fab, .bmd-btn-fab.custom-file-control::before {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.26);
}
.btn.bmd-btn-fab .ripple-container, .bmd-btn-fab.custom-file-control::before .ripple-container {
  border-radius: 50%;
}
.btn.bmd-btn-fab.bmd-btn-fab-sm, .bmd-btn-fab.bmd-btn-fab-sm.custom-file-control::before, .btn-group-sm .btn.bmd-btn-fab, .btn-group-sm .bmd-btn-fab.custom-file-control::before {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
}
.btn.bmd-btn-icon, .bmd-btn-icon.custom-file-control::before {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  margin: 0;
  color: inherit;
  line-height: 0;
}
.btn.bmd-btn-icon.bmd-btn-icon-sm, .bmd-btn-icon.bmd-btn-icon-sm.custom-file-control::before, .btn-group-sm .btn.bmd-btn-icon, .btn-group-sm .bmd-btn-icon.custom-file-control::before {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  font-size: 1.125rem;
}
.btn.bmd-btn-icon.bmd-btn-icon-sm .material-icons, .bmd-btn-icon.bmd-btn-icon-sm.custom-file-control::before .material-icons, .btn-group-sm .btn.bmd-btn-icon .material-icons, .btn-group-sm .bmd-btn-icon.custom-file-control::before .material-icons {
  width: 1.125rem;
  font-size: 1.125rem;
  line-height: 1;
  vertical-align: middle;
  transform: translate(-0.5625rem, -0.5625rem);
}
.btn .material-icons, .custom-file-control::before .material-icons {
  position: relative;
  display: inline-block;
  top: 0.25em;
  margin-top: -1em;
  margin-bottom: -1em;
  font-size: 1.5em;
  vertical-align: middle;
}
.btn.btn-lg, .btn-lg.custom-file-control::before, .btn-group-lg .btn, .btn-group-lg .custom-file-control::before {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn.btn-sm, .btn-sm.custom-file-control::before, .btn-group-sm .btn, .btn-group-sm .custom-file-control::before {
  padding: 0.40625rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.0625rem;
  font-size: 0.8125rem;
}

fieldset[disabled][disabled] .btn, fieldset[disabled][disabled] .custom-file-control::before, .btn.disabled, .disabled.custom-file-control::before, .btn:disabled, .custom-file-control:disabled::before, .btn[disabled], [disabled].custom-file-control::before,
fieldset[disabled][disabled] .input-group-btn .btn,
.input-group-btn .btn.disabled,
.input-group-btn .btn:disabled,
.input-group-btn .btn[disabled],
fieldset[disabled][disabled] .btn-group,
.btn-group.disabled,
.btn-group:disabled,
.btn-group[disabled],
fieldset[disabled][disabled] .btn-group-vertical,
.btn-group-vertical.disabled,
.btn-group-vertical:disabled,
.btn-group-vertical[disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.bg-inverse fieldset[disabled][disabled] .btn, .bg-inverse fieldset[disabled][disabled] .custom-file-control::before, .bg-inverse .btn.disabled, .bg-inverse .disabled.custom-file-control::before, .bg-inverse .btn:disabled, .bg-inverse .custom-file-control:disabled::before, .bg-inverse .btn[disabled], .bg-inverse [disabled].custom-file-control::before,
.bg-inverse fieldset[disabled][disabled] .input-group-btn .btn,
.bg-inverse .input-group-btn .btn.disabled,
.bg-inverse .input-group-btn .btn:disabled,
.bg-inverse .input-group-btn .btn[disabled],
.bg-inverse fieldset[disabled][disabled] .btn-group,
.bg-inverse .btn-group.disabled,
.bg-inverse .btn-group:disabled,
.bg-inverse .btn-group[disabled],
.bg-inverse fieldset[disabled][disabled] .btn-group-vertical,
.bg-inverse .btn-group-vertical.disabled,
.bg-inverse .btn-group-vertical:disabled,
.bg-inverse .btn-group-vertical[disabled] {
  color: rgba(255, 255, 255, 0.3);
}
fieldset[disabled][disabled] .btn, fieldset[disabled][disabled] .custom-file-control::before, fieldset[disabled][disabled] .btn:hover, fieldset[disabled][disabled] .btn:focus, .btn.disabled, .disabled.custom-file-control::before, .btn.disabled:hover, .btn.disabled:focus, .btn:disabled, .custom-file-control:disabled::before, .btn:disabled:hover, .btn:disabled:focus, .btn[disabled], [disabled].custom-file-control::before, .btn[disabled]:hover, .btn[disabled]:focus,
fieldset[disabled][disabled] .input-group-btn .btn,
fieldset[disabled][disabled] .input-group-btn .btn:hover,
fieldset[disabled][disabled] .input-group-btn .btn:focus,
.input-group-btn .btn.disabled,
.input-group-btn .btn.disabled:hover,
.input-group-btn .btn.disabled:focus,
.input-group-btn .btn:disabled,
.input-group-btn .btn:disabled:hover,
.input-group-btn .btn:disabled:focus,
.input-group-btn .btn[disabled],
.input-group-btn .btn[disabled]:hover,
.input-group-btn .btn[disabled]:focus,
fieldset[disabled][disabled] .btn-group,
fieldset[disabled][disabled] .btn-group:hover,
fieldset[disabled][disabled] .btn-group:focus,
.btn-group.disabled,
.btn-group.disabled:hover,
.btn-group.disabled:focus,
.btn-group:disabled,
.btn-group:disabled:hover,
.btn-group:disabled:focus,
.btn-group[disabled],
.btn-group[disabled]:hover,
.btn-group[disabled]:focus,
fieldset[disabled][disabled] .btn-group-vertical,
fieldset[disabled][disabled] .btn-group-vertical:hover,
fieldset[disabled][disabled] .btn-group-vertical:focus,
.btn-group-vertical.disabled,
.btn-group-vertical.disabled:hover,
.btn-group-vertical.disabled:focus,
.btn-group-vertical:disabled,
.btn-group-vertical:disabled:hover,
.btn-group-vertical:disabled:focus,
.btn-group-vertical[disabled],
.btn-group-vertical[disabled]:hover,
.btn-group-vertical[disabled]:focus {
  background: transparent;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  margin: 10px 1px;
}
.btn-group .dropdown-menu,
.btn-group-vertical .dropdown-menu {
  border-radius: 0 0 0.125rem 0.125rem;
}
.btn-group.btn-group-raised,
.btn-group-vertical.btn-group-raised {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.btn-group .btn + .btn,
.btn-group .btn,
.btn-group .custom-file-control::before,
.btn-group .btn:active,
.btn-group .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn,
.btn-group-vertical .custom-file-control::before,
.btn-group-vertical .btn:active,
.btn-group-vertical .btn-group {
  margin: 0;
}
.btn-group > .btn-group,
.btn-group-vertical > .btn-group {
  margin: 0;
}

.checkbox label,
label.checkbox-inline {
  position: relative;
  padding-left: 1.5625rem;
}
.checkbox label .checkbox-decorator,
label.checkbox-inline .checkbox-decorator {
  position: absolute;
  left: 0;
  padding: 0.7em;
  margin: -0.7em;
  line-height: 0.7;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 100%;
}
.checkbox label .checkbox-decorator .check,
label.checkbox-inline .checkbox-decorator .check {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  border: 0.125rem solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125rem;
}
.checkbox label .checkbox-decorator .check::before,
label.checkbox-inline .checkbox-decorator .check::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  margin-top: -4px;
  margin-left: 6px;
  color: #757575;
  content: "";
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  transform: rotate(45deg);
  animation: checkbox-off;
}
.is-focused .checkbox label .checkbox-decorator .check::before,
.is-focused label.checkbox-inline .checkbox-decorator .check::before {
  animation: checkbox-off 0.3s forwards;
}
.checkbox label input[type=checkbox],
label.checkbox-inline input[type=checkbox] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}
.checkbox label input[type=checkbox]:focus + .checkbox-decorator .check::after,
label.checkbox-inline input[type=checkbox]:focus + .checkbox-decorator .check::after {
  opacity: 0.2;
}
.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check {
  color: #2196f3;
  border-color: #2196f3;
}
.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check::before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check::before {
  color: #2196f3;
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  animation: checkbox-on 0.3s forwards;
}
.checkbox label input[type=checkbox][disabled] + .checkbox-decorator .check::after,
.checkbox label input[type=checkbox][disabled] .check::after, fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .check::after,
fieldset[disabled] .checkbox label input[type=checkbox] .check::after,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .check::after,
label.checkbox-inline input[type=checkbox][disabled] .check::after,
fieldset[disabled] label.checkbox-inline input[type=checkbox] + .checkbox-decorator .check::after,
fieldset[disabled] label.checkbox-inline input[type=checkbox] .check::after {
  background-color: rgba(0, 0, 0, 0.87);
  transform: rotate(-45deg);
}
.checkbox label input[type=checkbox][disabled] + .checkbox-decorator .check,
.checkbox label input[type=checkbox][disabled] .check, fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .check,
fieldset[disabled] .checkbox label input[type=checkbox] .check,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .check,
label.checkbox-inline input[type=checkbox][disabled] .check,
fieldset[disabled] label.checkbox-inline input[type=checkbox] + .checkbox-decorator .check,
fieldset[disabled] label.checkbox-inline input[type=checkbox] .check {
  border-color: rgba(0, 0, 0, 0.26);
}
.checkbox label input[type=checkbox][disabled] + .checkbox-decorator .ripple-container, fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .ripple-container,
label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .ripple-container,
fieldset[disabled] label.checkbox-inline input[type=checkbox] + .checkbox-decorator .ripple-container {
  display: none;
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    width: 0;
    height: 0;
    margin-top: -4px;
    margin-left: 6px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    transform: rotate(45deg);
  }
  51% {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-left: -2px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset;
    transform: rotate(0deg);
  }
  100% {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-left: -2px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    transform: rotate(0deg);
  }
}
.custom-file-control [class^=bmd-label],
.custom-file-control [class*=" bmd-label"] {
  color: rgba(0, 0, 0, 0.26);
}
.custom-file-control .form-control, .custom-file-control .custom-file-control, .is-focused .custom-file-control .form-control {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.custom-file-control .form-control:invalid, .custom-file-control .custom-file-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.custom-file-control .form-control:read-only, .custom-file-control .custom-file-control:read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .custom-file-control .form-control, fieldset[disabled][disabled] .custom-file-control .custom-file-control, .custom-file-control .form-control.disabled, .custom-file-control .disabled.custom-file-control, .custom-file-control .form-control:disabled, .custom-file-control .custom-file-control:disabled, .custom-file-control .form-control[disabled], .custom-file-control [disabled].custom-file-control {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.custom-file-control .form-control.form-control-success, .custom-file-control .form-control-success.custom-file-control, .is-focused .custom-file-control .form-control.form-control-success {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.custom-file-control .form-control.form-control-warning, .custom-file-control .form-control-warning.custom-file-control, .is-focused .custom-file-control .form-control.form-control-warning {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.custom-file-control .form-control.form-control-danger, .custom-file-control .form-control-danger.custom-file-control, .is-focused .custom-file-control .form-control.form-control-danger {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.custom-file-control .is-focused .valid-feedback, .custom-file-control.is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: rgba(0, 0, 0, 0.26);
}
.custom-file-control .is-focused .valid-tooltip, .custom-file-control.is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .custom-file-control .is-focused .valid-tooltip, .form-row > [class*=col-] > .custom-file-control .is-focused .valid-tooltip, .form-row > .col > .custom-file-control.is-focused .valid-tooltip, .form-row > [class*=col-] > .custom-file-control.is-focused .valid-tooltip {
  left: 5px;
}
.was-validated .custom-file-control .is-focused:valid ~ .valid-feedback,
.was-validated .custom-file-control .is-focused:valid ~ .valid-tooltip, .custom-file-control .is-focused.is-valid ~ .valid-feedback,
.custom-file-control .is-focused.is-valid ~ .valid-tooltip, .was-validated .custom-file-control.is-focused:valid ~ .valid-feedback,
.was-validated .custom-file-control.is-focused:valid ~ .valid-tooltip, .custom-file-control.is-focused.is-valid ~ .valid-feedback,
.custom-file-control.is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-control .is-focused .form-control:valid, .was-validated .custom-file-control .is-focused .custom-file-control:valid, .custom-file-control .is-focused .form-control.is-valid, .custom-file-control .is-focused .is-valid.custom-file-control, .was-validated .custom-file-control.is-focused .form-control:valid, .was-validated .custom-file-control.is-focused .custom-file-control:valid, .custom-file-control.is-focused .form-control.is-valid, .custom-file-control.is-focused .is-valid.custom-file-control {
  border-color: rgba(0, 0, 0, 0.26);
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: "none";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .custom-file-control .is-focused .form-control:valid:focus, .was-validated .custom-file-control .is-focused .custom-file-control:valid:focus, .custom-file-control .is-focused .form-control.is-valid:focus, .custom-file-control .is-focused .is-valid.custom-file-control:focus, .was-validated .custom-file-control.is-focused .form-control:valid:focus, .was-validated .custom-file-control.is-focused .custom-file-control:valid:focus, .custom-file-control.is-focused .form-control.is-valid:focus, .custom-file-control.is-focused .is-valid.custom-file-control:focus {
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.was-validated .custom-file-control .is-focused select.form-control:valid, .was-validated .custom-file-control .is-focused select.custom-file-control:valid, .custom-file-control .is-focused select.form-control.is-valid, .custom-file-control .is-focused select.is-valid.custom-file-control, .was-validated .custom-file-control.is-focused select.form-control:valid, .was-validated .custom-file-control.is-focused select.custom-file-control:valid, .custom-file-control.is-focused select.form-control.is-valid, .custom-file-control.is-focused select.is-valid.custom-file-control {
  padding-right: 0 !important;
  background-position: right 0 center;
}
.was-validated .custom-file-control .is-focused textarea.form-control:valid, .was-validated .custom-file-control .is-focused textarea.custom-file-control:valid, .custom-file-control .is-focused textarea.form-control.is-valid, .custom-file-control .is-focused textarea.is-valid.custom-file-control, .was-validated .custom-file-control.is-focused textarea.form-control:valid, .was-validated .custom-file-control.is-focused textarea.custom-file-control:valid, .custom-file-control.is-focused textarea.form-control.is-valid, .custom-file-control.is-focused textarea.is-valid.custom-file-control {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .custom-file-control .is-focused .custom-select:valid, .custom-file-control .is-focused .custom-select.is-valid, .was-validated .custom-file-control.is-focused .custom-select:valid, .custom-file-control.is-focused .custom-select.is-valid {
  border-color: rgba(0, 0, 0, 0.26);
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) "none" center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .custom-file-control .is-focused .custom-select:valid:focus, .custom-file-control .is-focused .custom-select.is-valid:focus, .was-validated .custom-file-control.is-focused .custom-select:valid:focus, .custom-file-control.is-focused .custom-select.is-valid:focus {
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.was-validated .custom-file-control .is-focused .form-check-input:valid ~ .form-check-label, .custom-file-control .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .custom-file-control.is-focused .form-check-input:valid ~ .form-check-label, .custom-file-control.is-focused .form-check-input.is-valid ~ .form-check-label {
  color: rgba(0, 0, 0, 0.26);
}
.was-validated .custom-file-control .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .custom-file-control .is-focused .form-check-input:valid ~ .valid-tooltip, .custom-file-control .is-focused .form-check-input.is-valid ~ .valid-feedback,
.custom-file-control .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-control.is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .custom-file-control.is-focused .form-check-input:valid ~ .valid-tooltip, .custom-file-control.is-focused .form-check-input.is-valid ~ .valid-feedback,
.custom-file-control.is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-control .is-focused .custom-control-input:valid ~ .custom-control-label, .custom-file-control .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-file-control.is-focused .custom-control-input:valid ~ .custom-control-label, .custom-file-control.is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.26);
}
.was-validated .custom-file-control .is-focused .custom-control-input:valid ~ .custom-control-label::before, .custom-file-control .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-file-control.is-focused .custom-control-input:valid ~ .custom-control-label::before, .custom-file-control.is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.26);
}
.was-validated .custom-file-control .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-file-control .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-file-control.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-file-control.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgba(26, 26, 26, 0.26);
  background-color: rgba(26, 26, 26, 0.26);
}
.was-validated .custom-file-control .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-file-control .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-file-control.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-file-control.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.was-validated .custom-file-control .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-file-control .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-file-control.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-file-control.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.26);
}
.was-validated .custom-file-control .is-focused .custom-file-input:valid ~ .custom-file-label, .custom-file-control .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-control.is-focused .custom-file-input:valid ~ .custom-file-label, .custom-file-control.is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: rgba(0, 0, 0, 0.26);
}
.was-validated .custom-file-control .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-control .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-control.is-focused .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-control.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.custom-file-control .is-focused [class^=bmd-label],
.custom-file-control .is-focused [class*=" bmd-label"], .custom-file-control.is-focused [class^=bmd-label],
.custom-file-control.is-focused [class*=" bmd-label"] {
  color: #2196f3;
}
.custom-file-control .is-focused .bmd-label-placeholder, .custom-file-control.is-focused .bmd-label-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.custom-file-control .is-focused .form-control, .custom-file-control .is-focused .custom-file-control, .custom-file-control.is-focused .form-control, .custom-file-control.is-focused .custom-file-control {
  border-color: rgba(0, 0, 0, 0.26);
}
.custom-file-control .is-focused .bmd-help, .custom-file-control.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54);
}
.custom-file-control::before {
  position: absolute;
  height: calc(100% - 1px);
}

.switch label {
  position: relative;
  padding-left: 2.4375rem;
}
.switch label .bmd-switch-track {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  display: inline-block;
  width: 2.125rem;
  height: 0.875rem;
  cursor: pointer;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #b7d4ec 50%, #b7d4ec 100%);
  background-position: 0%;
  background-size: 4.25rem 0.875rem;
  border-radius: 2.125rem;
  transition: background-position 0.2s ease-in;
}
.switch label .bmd-switch-track::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  align-self: center;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: #f1f1f1;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease;
  transform: translateY(-50%);
}
.switch label .bmd-switch-track:active::after {
  transform: translateY(-50%) scale3d(1.15, 0.85, 1);
}
.switch label input {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
.switch label input:checked + .bmd-switch-track {
  background-position: -100%;
}
.switch label input:checked + .bmd-switch-track::after {
  left: calc(100% - 1.25rem);
  background-color: #2196f3;
}
.switch label input:disabled + .bmd-switch-track:active::after {
  transform: translateY(-50%);
}
.switch label input:disabled + .bmd-switch-track {
  cursor: default;
  background: rgba(0, 0, 0, 0.12);
}
.switch label input:disabled + .bmd-switch-track::after {
  background: #bdbdbd;
}

.radio label,
label.radio-inline {
  position: relative;
  padding-left: 1.5625rem;
}
.radio label .bmd-radio,
label.radio-inline .bmd-radio {
  position: absolute;
  left: 0;
  display: inline-block;
  padding: 0.7em;
  margin: -0.7em;
  line-height: 0.7;
  border-radius: 100%;
}
.radio label .bmd-radio::after,
label.radio-inline .bmd-radio::after {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  content: "";
  border: 0.125rem solid rgba(0, 0, 0, 0.54);
  border-radius: 50%;
  transition: border-color ease 0.28s;
  transition-duration: 0.2s;
}
.radio label .bmd-radio::before,
label.radio-inline .bmd-radio::before {
  position: absolute;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-color: #2196f3;
  border-radius: 50%;
  transition: transform ease 0.28s;
  transform: scale3d(0, 0, 0);
}
.radio label input[type=radio],
label.radio-inline input[type=radio] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}
.radio label input[type=radio]:checked ~ .bmd-radio::after,
label.radio-inline input[type=radio]:checked ~ .bmd-radio::after {
  border-color: #2196f3;
}
.radio label input[type=radio]:checked ~ .bmd-radio::before,
label.radio-inline input[type=radio]:checked ~ .bmd-radio::before {
  background-color: #2196f3;
}
.radio label input[type=radio]:checked ~ .bmd-radio::before,
label.radio-inline input[type=radio]:checked ~ .bmd-radio::before {
  transform: scale3d(0.5, 0.5, 1);
}
.radio label input[type=radio][disabled] + .bmd-radio, .radio label input[type=radio]:disabled + .bmd-radio, fieldset[disabled] .radio label input[type=radio] + .bmd-radio,
label.radio-inline input[type=radio][disabled] + .bmd-radio,
label.radio-inline input[type=radio]:disabled + .bmd-radio,
fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio {
  cursor: default;
}
.radio label input[type=radio][disabled] + .bmd-radio::after, .radio label input[type=radio]:disabled + .bmd-radio::after, fieldset[disabled] .radio label input[type=radio] + .bmd-radio::after,
label.radio-inline input[type=radio][disabled] + .bmd-radio::after,
label.radio-inline input[type=radio]:disabled + .bmd-radio::after,
fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::after {
  border-color: rgba(0, 0, 0, 0.26);
}
.radio label input[type=radio][disabled] + .bmd-radio::before, .radio label input[type=radio]:disabled + .bmd-radio::before, fieldset[disabled] .radio label input[type=radio] + .bmd-radio::before,
label.radio-inline input[type=radio][disabled] + .bmd-radio::before,
label.radio-inline input[type=radio]:disabled + .bmd-radio::before,
fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::before {
  background-color: rgba(0, 0, 0, 0.26);
}
.radio label input[type=radio][disabled] + .bmd-radio .ripple-container, .radio label input[type=radio]:disabled + .bmd-radio .ripple-container, fieldset[disabled] .radio label input[type=radio] + .bmd-radio .ripple-container,
label.radio-inline input[type=radio][disabled] + .bmd-radio .ripple-container,
label.radio-inline input[type=radio]:disabled + .bmd-radio .ripple-container,
fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio .ripple-container {
  display: none;
}
.bg-inverse .radio label input[type=radio][disabled] + .bmd-radio::after, .bg-inverse .radio label input[type=radio]:disabled + .bmd-radio::after, .bg-inverse fieldset[disabled] .radio label input[type=radio] + .bmd-radio::after,
.bg-inverse label.radio-inline input[type=radio][disabled] + .bmd-radio::after,
.bg-inverse label.radio-inline input[type=radio]:disabled + .bmd-radio::after,
.bg-inverse fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::after {
  border-color: rgba(255, 255, 255, 0.3);
}
.bg-inverse .radio label input[type=radio][disabled] + .bmd-radio::before, .bg-inverse .radio label input[type=radio]:disabled + .bmd-radio::before, .bg-inverse fieldset[disabled] .radio label input[type=radio] + .bmd-radio::before,
.bg-inverse label.radio-inline input[type=radio][disabled] + .bmd-radio::before,
.bg-inverse label.radio-inline input[type=radio]:disabled + .bmd-radio::before,
.bg-inverse fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::before {
  background-color: rgba(255, 255, 255, 0.3);
}

form {
  margin-bottom: 1.125rem;
}
.navbar form {
  margin-bottom: 0;
}
.navbar form .bmd-form-group {
  display: inline-block;
  padding-top: 0;
}
.navbar form .btn, .navbar form .custom-file-control::before {
  margin-bottom: 0;
}

.form-control, .custom-file-control {
  background: no-repeat center bottom, center calc(100% - 1px);
  background-size: 0 100%, 100% 100%;
  border: 0;
  transition: background 0s ease-out;
  padding-left: 0;
  padding-right: 0;
}
.form-control:focus, .custom-file-control:focus, .bmd-form-group.is-focused .form-control, .bmd-form-group.is-focused .custom-file-control {
  background-size: 100% 100%, 100% 100%;
  transition-duration: 0.3s;
}

.bmd-help {
  position: absolute;
  display: none;
  font-size: 0.8rem;
  font-weight: normal;
}
.bmd-form-group.is-focused .bmd-help {
  display: block;
}
.bmd-help:nth-of-type(2) {
  padding-top: 1rem;
}
.bmd-help + .bmd-help {
  position: relative;
  margin-bottom: 0;
}

.radio label, .is-focused .radio label,
.radio-inline,
.is-focused .radio-inline,
.checkbox label,
.is-focused .checkbox label,
.checkbox-inline,
.is-focused .checkbox-inline,
.switch label,
.is-focused .switch label {
  color: rgba(0, 0, 0, 0.26);
}
.radio label:hover, .radio label:focus, .radio label:active, .is-focused .radio label:hover, .is-focused .radio label:focus, .is-focused .radio label:active,
.radio-inline:hover,
.radio-inline:focus,
.radio-inline:active,
.is-focused .radio-inline:hover,
.is-focused .radio-inline:focus,
.is-focused .radio-inline:active,
.checkbox label:hover,
.checkbox label:focus,
.checkbox label:active,
.is-focused .checkbox label:hover,
.is-focused .checkbox label:focus,
.is-focused .checkbox label:active,
.checkbox-inline:hover,
.checkbox-inline:focus,
.checkbox-inline:active,
.is-focused .checkbox-inline:hover,
.is-focused .checkbox-inline:focus,
.is-focused .checkbox-inline:active,
.switch label:hover,
.switch label:focus,
.switch label:active,
.is-focused .switch label:hover,
.is-focused .switch label:focus,
.is-focused .switch label:active {
  color: rgba(0, 0, 0, 0.54);
}
.radio label label:has(input[type=radio][disabled]), .radio label label:has(input[type=radio][disabled]):hover, .radio label label:has(input[type=radio][disabled]):focus,
.radio label label:has(input[type=checkbox][disabled]),
.radio label label:has(input[type=checkbox][disabled]):hover,
.radio label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .radio label, fieldset[disabled] .radio label:hover, fieldset[disabled] .radio label:focus, .is-focused .radio label label:has(input[type=radio][disabled]), .is-focused .radio label label:has(input[type=radio][disabled]):hover, .is-focused .radio label label:has(input[type=radio][disabled]):focus,
.is-focused .radio label label:has(input[type=checkbox][disabled]),
.is-focused .radio label label:has(input[type=checkbox][disabled]):hover,
.is-focused .radio label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .is-focused .radio label, fieldset[disabled] .is-focused .radio label:hover, fieldset[disabled] .is-focused .radio label:focus,
.radio-inline label:has(input[type=radio][disabled]),
.radio-inline label:has(input[type=radio][disabled]):hover,
.radio-inline label:has(input[type=radio][disabled]):focus,
.radio-inline label:has(input[type=checkbox][disabled]),
.radio-inline label:has(input[type=checkbox][disabled]):hover,
.radio-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio-inline:hover,
fieldset[disabled] .radio-inline:focus,
.is-focused .radio-inline label:has(input[type=radio][disabled]),
.is-focused .radio-inline label:has(input[type=radio][disabled]):hover,
.is-focused .radio-inline label:has(input[type=radio][disabled]):focus,
.is-focused .radio-inline label:has(input[type=checkbox][disabled]),
.is-focused .radio-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused .radio-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .radio-inline,
fieldset[disabled] .is-focused .radio-inline:hover,
fieldset[disabled] .is-focused .radio-inline:focus,
.checkbox label label:has(input[type=radio][disabled]),
.checkbox label label:has(input[type=radio][disabled]):hover,
.checkbox label label:has(input[type=radio][disabled]):focus,
.checkbox label label:has(input[type=checkbox][disabled]),
.checkbox label label:has(input[type=checkbox][disabled]):hover,
.checkbox label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox label:hover,
fieldset[disabled] .checkbox label:focus,
.is-focused .checkbox label label:has(input[type=radio][disabled]),
.is-focused .checkbox label label:has(input[type=radio][disabled]):hover,
.is-focused .checkbox label label:has(input[type=radio][disabled]):focus,
.is-focused .checkbox label label:has(input[type=checkbox][disabled]),
.is-focused .checkbox label label:has(input[type=checkbox][disabled]):hover,
.is-focused .checkbox label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .checkbox label,
fieldset[disabled] .is-focused .checkbox label:hover,
fieldset[disabled] .is-focused .checkbox label:focus,
.checkbox-inline label:has(input[type=radio][disabled]),
.checkbox-inline label:has(input[type=radio][disabled]):hover,
.checkbox-inline label:has(input[type=radio][disabled]):focus,
.checkbox-inline label:has(input[type=checkbox][disabled]),
.checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.checkbox-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox-inline:hover,
fieldset[disabled] .checkbox-inline:focus,
.is-focused .checkbox-inline label:has(input[type=radio][disabled]),
.is-focused .checkbox-inline label:has(input[type=radio][disabled]):hover,
.is-focused .checkbox-inline label:has(input[type=radio][disabled]):focus,
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]),
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):hover,
.is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .checkbox-inline,
fieldset[disabled] .is-focused .checkbox-inline:hover,
fieldset[disabled] .is-focused .checkbox-inline:focus,
.switch label label:has(input[type=radio][disabled]),
.switch label label:has(input[type=radio][disabled]):hover,
.switch label label:has(input[type=radio][disabled]):focus,
.switch label label:has(input[type=checkbox][disabled]),
.switch label label:has(input[type=checkbox][disabled]):hover,
.switch label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .switch label,
fieldset[disabled] .switch label:hover,
fieldset[disabled] .switch label:focus,
.is-focused .switch label label:has(input[type=radio][disabled]),
.is-focused .switch label label:has(input[type=radio][disabled]):hover,
.is-focused .switch label label:has(input[type=radio][disabled]):focus,
.is-focused .switch label label:has(input[type=checkbox][disabled]),
.is-focused .switch label label:has(input[type=checkbox][disabled]):hover,
.is-focused .switch label label:has(input[type=checkbox][disabled]):focus,
fieldset[disabled] .is-focused .switch label,
fieldset[disabled] .is-focused .switch label:hover,
fieldset[disabled] .is-focused .switch label:focus {
  color: rgba(0, 0, 0, 0.26);
}

[class^=bmd-label],
[class*=" bmd-label"] {
  color: rgba(0, 0, 0, 0.26);
}

.form-control, .custom-file-control, .is-focused .form-control {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.form-control:invalid, .custom-file-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.form-control:read-only, .custom-file-control:read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .form-control, fieldset[disabled][disabled] .custom-file-control, .form-control.disabled, .disabled.custom-file-control, .form-control:disabled, .custom-file-control:disabled, .form-control[disabled], [disabled].custom-file-control {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.form-control.form-control-success, .form-control-success.custom-file-control, .is-focused .form-control.form-control-success {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.form-control.form-control-warning, .form-control-warning.custom-file-control, .is-focused .form-control.form-control-warning {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.form-control.form-control-danger, .form-control-danger.custom-file-control, .is-focused .form-control.form-control-danger {
  background-image: linear-gradient(to top, #2196f3 2px, rgba(33, 150, 243, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}

.is-focused .valid-feedback,
*.is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: rgba(0, 0, 0, 0.26);
}
.is-focused .valid-tooltip,
*.is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .is-focused .valid-tooltip, .form-row > [class*=col-] > .is-focused .valid-tooltip,
.form-row > .col > *.is-focused .valid-tooltip,
.form-row > [class*=col-] > *.is-focused .valid-tooltip {
  left: 5px;
}
.was-validated .is-focused:valid ~ .valid-feedback,
.was-validated .is-focused:valid ~ .valid-tooltip, .is-focused.is-valid ~ .valid-feedback,
.is-focused.is-valid ~ .valid-tooltip,
.was-validated *.is-focused:valid ~ .valid-feedback,
.was-validated *.is-focused:valid ~ .valid-tooltip,
*.is-focused.is-valid ~ .valid-feedback,
*.is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .is-focused .form-control:valid, .was-validated .is-focused .custom-file-control:valid, .is-focused .form-control.is-valid, .is-focused .is-valid.custom-file-control,
.was-validated *.is-focused .form-control:valid,
*.is-focused .form-control.is-valid {
  border-color: rgba(0, 0, 0, 0.26);
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: "none";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .is-focused .form-control:valid:focus, .was-validated .is-focused .custom-file-control:valid:focus, .is-focused .form-control.is-valid:focus, .is-focused .is-valid.custom-file-control:focus,
.was-validated *.is-focused .form-control:valid:focus,
*.is-focused .form-control.is-valid:focus {
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.was-validated .is-focused select.form-control:valid, .was-validated .is-focused select.custom-file-control:valid, .is-focused select.form-control.is-valid, .is-focused select.is-valid.custom-file-control,
.was-validated *.is-focused select.form-control:valid,
*.is-focused select.form-control.is-valid {
  padding-right: 0 !important;
  background-position: right 0 center;
}
.was-validated .is-focused textarea.form-control:valid, .was-validated .is-focused textarea.custom-file-control:valid, .is-focused textarea.form-control.is-valid, .is-focused textarea.is-valid.custom-file-control,
.was-validated *.is-focused textarea.form-control:valid,
*.is-focused textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .is-focused .custom-select:valid, .is-focused .custom-select.is-valid,
.was-validated *.is-focused .custom-select:valid,
*.is-focused .custom-select.is-valid {
  border-color: rgba(0, 0, 0, 0.26);
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) "none" center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .is-focused .custom-select:valid:focus, .is-focused .custom-select.is-valid:focus,
.was-validated *.is-focused .custom-select:valid:focus,
*.is-focused .custom-select.is-valid:focus {
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.was-validated .is-focused .form-check-input:valid ~ .form-check-label, .is-focused .form-check-input.is-valid ~ .form-check-label,
.was-validated *.is-focused .form-check-input:valid ~ .form-check-label,
*.is-focused .form-check-input.is-valid ~ .form-check-label {
  color: rgba(0, 0, 0, 0.26);
}
.was-validated .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .is-focused .form-check-input:valid ~ .valid-tooltip, .is-focused .form-check-input.is-valid ~ .valid-feedback,
.is-focused .form-check-input.is-valid ~ .valid-tooltip,
.was-validated *.is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated *.is-focused .form-check-input:valid ~ .valid-tooltip,
*.is-focused .form-check-input.is-valid ~ .valid-feedback,
*.is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .is-focused .custom-control-input:valid ~ .custom-control-label, .is-focused .custom-control-input.is-valid ~ .custom-control-label,
.was-validated *.is-focused .custom-control-input:valid ~ .custom-control-label,
*.is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: rgba(0, 0, 0, 0.26);
}
.was-validated .is-focused .custom-control-input:valid ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated *.is-focused .custom-control-input:valid ~ .custom-control-label::before,
*.is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.26);
}
.was-validated .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated *.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before,
*.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgba(26, 26, 26, 0.26);
  background-color: rgba(26, 26, 26, 0.26);
}
.was-validated .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated *.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before,
*.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.was-validated .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated *.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
*.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.26);
}
.was-validated .is-focused .custom-file-input:valid ~ .custom-file-label, .is-focused .custom-file-input.is-valid ~ .custom-file-label,
.was-validated *.is-focused .custom-file-input:valid ~ .custom-file-label,
*.is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: rgba(0, 0, 0, 0.26);
}
.was-validated .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated *.is-focused .custom-file-input:valid:focus ~ .custom-file-label,
*.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}
.is-focused [class^=bmd-label],
.is-focused [class*=" bmd-label"],
*.is-focused [class^=bmd-label],
*.is-focused [class*=" bmd-label"] {
  color: #2196f3;
}
.is-focused .bmd-label-placeholder,
*.is-focused .bmd-label-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.is-focused .form-control, .is-focused .custom-file-control,
*.is-focused .form-control {
  border-color: rgba(0, 0, 0, 0.26);
}
.is-focused .bmd-help,
*.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54);
}

.has-success [class^=bmd-label],
.has-success [class*=" bmd-label"] {
  color: #4caf50;
}
.has-success .form-control, .has-success .custom-file-control, .is-focused .has-success .form-control {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-success .form-control:invalid, .has-success .custom-file-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-success .form-control:read-only, .has-success .custom-file-control:read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .has-success .form-control, fieldset[disabled][disabled] .has-success .custom-file-control, .has-success .form-control.disabled, .has-success .disabled.custom-file-control, .has-success .form-control:disabled, .has-success .custom-file-control:disabled, .has-success .form-control[disabled], .has-success [disabled].custom-file-control {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-success .form-control.form-control-success, .has-success .form-control-success.custom-file-control, .is-focused .has-success .form-control.form-control-success {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-success .form-control.form-control-warning, .has-success .form-control-warning.custom-file-control, .is-focused .has-success .form-control.form-control-warning {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-success .form-control.form-control-danger, .has-success .form-control-danger.custom-file-control, .is-focused .has-success .form-control.form-control-danger {
  background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-success .is-focused .valid-feedback, .has-success.is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #4caf50;
}
.has-success .is-focused .valid-tooltip, .has-success.is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(76, 175, 80, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .has-success .is-focused .valid-tooltip, .form-row > [class*=col-] > .has-success .is-focused .valid-tooltip, .form-row > .col > .has-success.is-focused .valid-tooltip, .form-row > [class*=col-] > .has-success.is-focused .valid-tooltip {
  left: 5px;
}
.was-validated .has-success .is-focused:valid ~ .valid-feedback,
.was-validated .has-success .is-focused:valid ~ .valid-tooltip, .has-success .is-focused.is-valid ~ .valid-feedback,
.has-success .is-focused.is-valid ~ .valid-tooltip, .was-validated .has-success.is-focused:valid ~ .valid-feedback,
.was-validated .has-success.is-focused:valid ~ .valid-tooltip, .has-success.is-focused.is-valid ~ .valid-feedback,
.has-success.is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-success .is-focused .form-control:valid, .was-validated .has-success .is-focused .custom-file-control:valid, .has-success .is-focused .form-control.is-valid, .has-success .is-focused .is-valid.custom-file-control, .was-validated .has-success.is-focused .form-control:valid, .was-validated .has-success.is-focused .custom-file-control:valid, .has-success.is-focused .form-control.is-valid, .has-success.is-focused .is-valid.custom-file-control {
  border-color: #4caf50;
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: "none";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-success .is-focused .form-control:valid:focus, .was-validated .has-success .is-focused .custom-file-control:valid:focus, .has-success .is-focused .form-control.is-valid:focus, .has-success .is-focused .is-valid.custom-file-control:focus, .was-validated .has-success.is-focused .form-control:valid:focus, .was-validated .has-success.is-focused .custom-file-control:valid:focus, .has-success.is-focused .form-control.is-valid:focus, .has-success.is-focused .is-valid.custom-file-control:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.was-validated .has-success .is-focused select.form-control:valid, .was-validated .has-success .is-focused select.custom-file-control:valid, .has-success .is-focused select.form-control.is-valid, .has-success .is-focused select.is-valid.custom-file-control, .was-validated .has-success.is-focused select.form-control:valid, .was-validated .has-success.is-focused select.custom-file-control:valid, .has-success.is-focused select.form-control.is-valid, .has-success.is-focused select.is-valid.custom-file-control {
  padding-right: 0 !important;
  background-position: right 0 center;
}
.was-validated .has-success .is-focused textarea.form-control:valid, .was-validated .has-success .is-focused textarea.custom-file-control:valid, .has-success .is-focused textarea.form-control.is-valid, .has-success .is-focused textarea.is-valid.custom-file-control, .was-validated .has-success.is-focused textarea.form-control:valid, .was-validated .has-success.is-focused textarea.custom-file-control:valid, .has-success.is-focused textarea.form-control.is-valid, .has-success.is-focused textarea.is-valid.custom-file-control {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .has-success .is-focused .custom-select:valid, .has-success .is-focused .custom-select.is-valid, .was-validated .has-success.is-focused .custom-select:valid, .has-success.is-focused .custom-select.is-valid {
  border-color: #4caf50;
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) "none" center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .has-success .is-focused .custom-select:valid:focus, .has-success .is-focused .custom-select.is-valid:focus, .was-validated .has-success.is-focused .custom-select:valid:focus, .has-success.is-focused .custom-select.is-valid:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.was-validated .has-success .is-focused .form-check-input:valid ~ .form-check-label, .has-success .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-success.is-focused .form-check-input:valid ~ .form-check-label, .has-success.is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #4caf50;
}
.was-validated .has-success .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-success .is-focused .form-check-input:valid ~ .valid-tooltip, .has-success .is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-success .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .has-success.is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-success.is-focused .form-check-input:valid ~ .valid-tooltip, .has-success.is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-success.is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-success .is-focused .custom-control-input:valid ~ .custom-control-label, .has-success .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .has-success.is-focused .custom-control-input:valid ~ .custom-control-label, .has-success.is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #4caf50;
}
.was-validated .has-success .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-success .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .has-success.is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-success.is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #4caf50;
}
.was-validated .has-success .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-success .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .has-success.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-success.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #6ec071;
  background-color: #6ec071;
}
.was-validated .has-success .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-success .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .has-success.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-success.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.was-validated .has-success .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-success .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .has-success.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-success.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #4caf50;
}
.was-validated .has-success .is-focused .custom-file-input:valid ~ .custom-file-label, .has-success .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .has-success.is-focused .custom-file-input:valid ~ .custom-file-label, .has-success.is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4caf50;
}
.was-validated .has-success .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-success .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .has-success.is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-success.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #4caf50;
  box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
}
.has-success .is-focused [class^=bmd-label],
.has-success .is-focused [class*=" bmd-label"], .has-success.is-focused [class^=bmd-label],
.has-success.is-focused [class*=" bmd-label"] {
  color: #4caf50;
}
.has-success .is-focused .bmd-label-placeholder, .has-success.is-focused .bmd-label-placeholder {
  color: #4caf50;
}
.has-success .is-focused .form-control, .has-success .is-focused .custom-file-control, .has-success.is-focused .form-control, .has-success.is-focused .custom-file-control {
  border-color: #4caf50;
}
.has-success .is-focused .bmd-help, .has-success.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54);
}

.has-info [class^=bmd-label],
.has-info [class*=" bmd-label"] {
  color: #00bcd4;
}
.has-info .form-control, .has-info .custom-file-control, .is-focused .has-info .form-control {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-info .form-control:invalid, .has-info .custom-file-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-info .form-control:read-only, .has-info .custom-file-control:read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .has-info .form-control, fieldset[disabled][disabled] .has-info .custom-file-control, .has-info .form-control.disabled, .has-info .disabled.custom-file-control, .has-info .form-control:disabled, .has-info .custom-file-control:disabled, .has-info .form-control[disabled], .has-info [disabled].custom-file-control {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-info .form-control.form-control-success, .has-info .form-control-success.custom-file-control, .is-focused .has-info .form-control.form-control-success {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-info .form-control.form-control-warning, .has-info .form-control-warning.custom-file-control, .is-focused .has-info .form-control.form-control-warning {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-info .form-control.form-control-danger, .has-info .form-control-danger.custom-file-control, .is-focused .has-info .form-control.form-control-danger {
  background-image: linear-gradient(to top, #00bcd4 2px, rgba(0, 188, 212, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-info .is-focused .valid-feedback, .has-info.is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #00bcd4;
}
.has-info .is-focused .valid-tooltip, .has-info.is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 188, 212, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .has-info .is-focused .valid-tooltip, .form-row > [class*=col-] > .has-info .is-focused .valid-tooltip, .form-row > .col > .has-info.is-focused .valid-tooltip, .form-row > [class*=col-] > .has-info.is-focused .valid-tooltip {
  left: 5px;
}
.was-validated .has-info .is-focused:valid ~ .valid-feedback,
.was-validated .has-info .is-focused:valid ~ .valid-tooltip, .has-info .is-focused.is-valid ~ .valid-feedback,
.has-info .is-focused.is-valid ~ .valid-tooltip, .was-validated .has-info.is-focused:valid ~ .valid-feedback,
.was-validated .has-info.is-focused:valid ~ .valid-tooltip, .has-info.is-focused.is-valid ~ .valid-feedback,
.has-info.is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-info .is-focused .form-control:valid, .was-validated .has-info .is-focused .custom-file-control:valid, .has-info .is-focused .form-control.is-valid, .has-info .is-focused .is-valid.custom-file-control, .was-validated .has-info.is-focused .form-control:valid, .was-validated .has-info.is-focused .custom-file-control:valid, .has-info.is-focused .form-control.is-valid, .has-info.is-focused .is-valid.custom-file-control {
  border-color: #00bcd4;
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: "none";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-info .is-focused .form-control:valid:focus, .was-validated .has-info .is-focused .custom-file-control:valid:focus, .has-info .is-focused .form-control.is-valid:focus, .has-info .is-focused .is-valid.custom-file-control:focus, .was-validated .has-info.is-focused .form-control:valid:focus, .was-validated .has-info.is-focused .custom-file-control:valid:focus, .has-info.is-focused .form-control.is-valid:focus, .has-info.is-focused .is-valid.custom-file-control:focus {
  border-color: #00bcd4;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}
.was-validated .has-info .is-focused select.form-control:valid, .was-validated .has-info .is-focused select.custom-file-control:valid, .has-info .is-focused select.form-control.is-valid, .has-info .is-focused select.is-valid.custom-file-control, .was-validated .has-info.is-focused select.form-control:valid, .was-validated .has-info.is-focused select.custom-file-control:valid, .has-info.is-focused select.form-control.is-valid, .has-info.is-focused select.is-valid.custom-file-control {
  padding-right: 0 !important;
  background-position: right 0 center;
}
.was-validated .has-info .is-focused textarea.form-control:valid, .was-validated .has-info .is-focused textarea.custom-file-control:valid, .has-info .is-focused textarea.form-control.is-valid, .has-info .is-focused textarea.is-valid.custom-file-control, .was-validated .has-info.is-focused textarea.form-control:valid, .was-validated .has-info.is-focused textarea.custom-file-control:valid, .has-info.is-focused textarea.form-control.is-valid, .has-info.is-focused textarea.is-valid.custom-file-control {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .has-info .is-focused .custom-select:valid, .has-info .is-focused .custom-select.is-valid, .was-validated .has-info.is-focused .custom-select:valid, .has-info.is-focused .custom-select.is-valid {
  border-color: #00bcd4;
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) "none" center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .has-info .is-focused .custom-select:valid:focus, .has-info .is-focused .custom-select.is-valid:focus, .was-validated .has-info.is-focused .custom-select:valid:focus, .has-info.is-focused .custom-select.is-valid:focus {
  border-color: #00bcd4;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}
.was-validated .has-info .is-focused .form-check-input:valid ~ .form-check-label, .has-info .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-info.is-focused .form-check-input:valid ~ .form-check-label, .has-info.is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #00bcd4;
}
.was-validated .has-info .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-info .is-focused .form-check-input:valid ~ .valid-tooltip, .has-info .is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-info .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .has-info.is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-info.is-focused .form-check-input:valid ~ .valid-tooltip, .has-info.is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-info.is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-info .is-focused .custom-control-input:valid ~ .custom-control-label, .has-info .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .has-info.is-focused .custom-control-input:valid ~ .custom-control-label, .has-info.is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #00bcd4;
}
.was-validated .has-info .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-info .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .has-info.is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-info.is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00bcd4;
}
.was-validated .has-info .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-info .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .has-info.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-info.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #08e3ff;
  background-color: #08e3ff;
}
.was-validated .has-info .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-info .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .has-info.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-info.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}
.was-validated .has-info .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-info .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .has-info.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-info.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00bcd4;
}
.was-validated .has-info .is-focused .custom-file-input:valid ~ .custom-file-label, .has-info .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .has-info.is-focused .custom-file-input:valid ~ .custom-file-label, .has-info.is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00bcd4;
}
.was-validated .has-info .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-info .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .has-info.is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-info.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00bcd4;
  box-shadow: 0 0 0 0.2rem rgba(0, 188, 212, 0.25);
}
.has-info .is-focused [class^=bmd-label],
.has-info .is-focused [class*=" bmd-label"], .has-info.is-focused [class^=bmd-label],
.has-info.is-focused [class*=" bmd-label"] {
  color: #00bcd4;
}
.has-info .is-focused .bmd-label-placeholder, .has-info.is-focused .bmd-label-placeholder {
  color: #00bcd4;
}
.has-info .is-focused .form-control, .has-info .is-focused .custom-file-control, .has-info.is-focused .form-control, .has-info.is-focused .custom-file-control {
  border-color: #00bcd4;
}
.has-info .is-focused .bmd-help, .has-info.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54);
}

.has-warning [class^=bmd-label],
.has-warning [class*=" bmd-label"] {
  color: #ffeb3b;
}
.has-warning .form-control, .has-warning .custom-file-control, .is-focused .has-warning .form-control {
  background-image: linear-gradient(to top, #ffeb3b 2px, rgba(255, 235, 59, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-warning .form-control:invalid, .has-warning .custom-file-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-warning .form-control:read-only, .has-warning .custom-file-control:read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .has-warning .form-control, fieldset[disabled][disabled] .has-warning .custom-file-control, .has-warning .form-control.disabled, .has-warning .disabled.custom-file-control, .has-warning .form-control:disabled, .has-warning .custom-file-control:disabled, .has-warning .form-control[disabled], .has-warning [disabled].custom-file-control {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-warning .form-control.form-control-success, .has-warning .form-control-success.custom-file-control, .is-focused .has-warning .form-control.form-control-success {
  background-image: linear-gradient(to top, #ffeb3b 2px, rgba(255, 235, 59, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-warning .form-control.form-control-warning, .has-warning .form-control-warning.custom-file-control, .is-focused .has-warning .form-control.form-control-warning {
  background-image: linear-gradient(to top, #ffeb3b 2px, rgba(255, 235, 59, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-warning .form-control.form-control-danger, .has-warning .form-control-danger.custom-file-control, .is-focused .has-warning .form-control.form-control-danger {
  background-image: linear-gradient(to top, #ffeb3b 2px, rgba(255, 235, 59, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-warning .is-focused .valid-feedback, .has-warning.is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ffeb3b;
}
.has-warning .is-focused .valid-tooltip, .has-warning.is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(255, 235, 59, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .has-warning .is-focused .valid-tooltip, .form-row > [class*=col-] > .has-warning .is-focused .valid-tooltip, .form-row > .col > .has-warning.is-focused .valid-tooltip, .form-row > [class*=col-] > .has-warning.is-focused .valid-tooltip {
  left: 5px;
}
.was-validated .has-warning .is-focused:valid ~ .valid-feedback,
.was-validated .has-warning .is-focused:valid ~ .valid-tooltip, .has-warning .is-focused.is-valid ~ .valid-feedback,
.has-warning .is-focused.is-valid ~ .valid-tooltip, .was-validated .has-warning.is-focused:valid ~ .valid-feedback,
.was-validated .has-warning.is-focused:valid ~ .valid-tooltip, .has-warning.is-focused.is-valid ~ .valid-feedback,
.has-warning.is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-warning .is-focused .form-control:valid, .was-validated .has-warning .is-focused .custom-file-control:valid, .has-warning .is-focused .form-control.is-valid, .has-warning .is-focused .is-valid.custom-file-control, .was-validated .has-warning.is-focused .form-control:valid, .was-validated .has-warning.is-focused .custom-file-control:valid, .has-warning.is-focused .form-control.is-valid, .has-warning.is-focused .is-valid.custom-file-control {
  border-color: #ffeb3b;
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: "none";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-warning .is-focused .form-control:valid:focus, .was-validated .has-warning .is-focused .custom-file-control:valid:focus, .has-warning .is-focused .form-control.is-valid:focus, .has-warning .is-focused .is-valid.custom-file-control:focus, .was-validated .has-warning.is-focused .form-control:valid:focus, .was-validated .has-warning.is-focused .custom-file-control:valid:focus, .has-warning.is-focused .form-control.is-valid:focus, .has-warning.is-focused .is-valid.custom-file-control:focus {
  border-color: #ffeb3b;
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.25);
}
.was-validated .has-warning .is-focused select.form-control:valid, .was-validated .has-warning .is-focused select.custom-file-control:valid, .has-warning .is-focused select.form-control.is-valid, .has-warning .is-focused select.is-valid.custom-file-control, .was-validated .has-warning.is-focused select.form-control:valid, .was-validated .has-warning.is-focused select.custom-file-control:valid, .has-warning.is-focused select.form-control.is-valid, .has-warning.is-focused select.is-valid.custom-file-control {
  padding-right: 0 !important;
  background-position: right 0 center;
}
.was-validated .has-warning .is-focused textarea.form-control:valid, .was-validated .has-warning .is-focused textarea.custom-file-control:valid, .has-warning .is-focused textarea.form-control.is-valid, .has-warning .is-focused textarea.is-valid.custom-file-control, .was-validated .has-warning.is-focused textarea.form-control:valid, .was-validated .has-warning.is-focused textarea.custom-file-control:valid, .has-warning.is-focused textarea.form-control.is-valid, .has-warning.is-focused textarea.is-valid.custom-file-control {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .has-warning .is-focused .custom-select:valid, .has-warning .is-focused .custom-select.is-valid, .was-validated .has-warning.is-focused .custom-select:valid, .has-warning.is-focused .custom-select.is-valid {
  border-color: #ffeb3b;
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) "none" center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .has-warning .is-focused .custom-select:valid:focus, .has-warning .is-focused .custom-select.is-valid:focus, .was-validated .has-warning.is-focused .custom-select:valid:focus, .has-warning.is-focused .custom-select.is-valid:focus {
  border-color: #ffeb3b;
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.25);
}
.was-validated .has-warning .is-focused .form-check-input:valid ~ .form-check-label, .has-warning .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-warning.is-focused .form-check-input:valid ~ .form-check-label, .has-warning.is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #ffeb3b;
}
.was-validated .has-warning .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-warning .is-focused .form-check-input:valid ~ .valid-tooltip, .has-warning .is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-warning .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .has-warning.is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-warning.is-focused .form-check-input:valid ~ .valid-tooltip, .has-warning.is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-warning.is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-warning .is-focused .custom-control-input:valid ~ .custom-control-label, .has-warning .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .has-warning.is-focused .custom-control-input:valid ~ .custom-control-label, .has-warning.is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #ffeb3b;
}
.was-validated .has-warning .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-warning .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .has-warning.is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-warning.is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #ffeb3b;
}
.was-validated .has-warning .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-warning .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .has-warning.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-warning.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #fff06e;
  background-color: #fff06e;
}
.was-validated .has-warning .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-warning .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .has-warning.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-warning.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.25);
}
.was-validated .has-warning .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-warning .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .has-warning.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-warning.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffeb3b;
}
.was-validated .has-warning .is-focused .custom-file-input:valid ~ .custom-file-label, .has-warning .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .has-warning.is-focused .custom-file-input:valid ~ .custom-file-label, .has-warning.is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #ffeb3b;
}
.was-validated .has-warning .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-warning .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .has-warning.is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-warning.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #ffeb3b;
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 59, 0.25);
}
.has-warning .is-focused [class^=bmd-label],
.has-warning .is-focused [class*=" bmd-label"], .has-warning.is-focused [class^=bmd-label],
.has-warning.is-focused [class*=" bmd-label"] {
  color: #ffeb3b;
}
.has-warning .is-focused .bmd-label-placeholder, .has-warning.is-focused .bmd-label-placeholder {
  color: #ffeb3b;
}
.has-warning .is-focused .form-control, .has-warning .is-focused .custom-file-control, .has-warning.is-focused .form-control, .has-warning.is-focused .custom-file-control {
  border-color: #ffeb3b;
}
.has-warning .is-focused .bmd-help, .has-warning.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54);
}

.has-danger [class^=bmd-label],
.has-danger [class*=" bmd-label"] {
  color: #f44336;
}
.has-danger .form-control, .has-danger .custom-file-control, .is-focused .has-danger .form-control {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-danger .form-control:invalid, .has-danger .custom-file-control:invalid {
  background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
.has-danger .form-control:read-only, .has-danger .custom-file-control:read-only {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px);
}
fieldset[disabled][disabled] .has-danger .form-control, fieldset[disabled][disabled] .has-danger .custom-file-control, .has-danger .form-control.disabled, .has-danger .disabled.custom-file-control, .has-danger .form-control:disabled, .has-danger .custom-file-control:disabled, .has-danger .form-control[disabled], .has-danger [disabled].custom-file-control {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%);
  background-repeat: repeat-x;
  background-size: 3px 1px;
}
.has-danger .form-control.form-control-success, .has-danger .form-control-success.custom-file-control, .is-focused .has-danger .form-control.form-control-success {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==";
}
.has-danger .form-control.form-control-warning, .has-danger .form-control-warning.custom-file-control, .is-focused .has-danger .form-control.form-control-warning {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+";
}
.has-danger .form-control.form-control-danger, .has-danger .form-control-danger.custom-file-control, .is-focused .has-danger .form-control.form-control-danger {
  background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=";
}
.has-danger .is-focused .valid-feedback, .has-danger.is-focused .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #f44336;
}
.has-danger .is-focused .valid-tooltip, .has-danger.is-focused .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(244, 67, 54, 0.9);
  border-radius: 0.125rem;
}
.form-row > .col > .has-danger .is-focused .valid-tooltip, .form-row > [class*=col-] > .has-danger .is-focused .valid-tooltip, .form-row > .col > .has-danger.is-focused .valid-tooltip, .form-row > [class*=col-] > .has-danger.is-focused .valid-tooltip {
  left: 5px;
}
.was-validated .has-danger .is-focused:valid ~ .valid-feedback,
.was-validated .has-danger .is-focused:valid ~ .valid-tooltip, .has-danger .is-focused.is-valid ~ .valid-feedback,
.has-danger .is-focused.is-valid ~ .valid-tooltip, .was-validated .has-danger.is-focused:valid ~ .valid-feedback,
.was-validated .has-danger.is-focused:valid ~ .valid-tooltip, .has-danger.is-focused.is-valid ~ .valid-feedback,
.has-danger.is-focused.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-danger .is-focused .form-control:valid, .was-validated .has-danger .is-focused .custom-file-control:valid, .has-danger .is-focused .form-control.is-valid, .has-danger .is-focused .is-valid.custom-file-control, .was-validated .has-danger.is-focused .form-control:valid, .was-validated .has-danger.is-focused .custom-file-control:valid, .has-danger.is-focused .form-control.is-valid, .has-danger.is-focused .is-valid.custom-file-control {
  border-color: #f44336;
  padding-right: calc(1.5em + 0.875rem) !important;
  background-image: "none";
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.21875rem) center;
  background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .has-danger .is-focused .form-control:valid:focus, .was-validated .has-danger .is-focused .custom-file-control:valid:focus, .has-danger .is-focused .form-control.is-valid:focus, .has-danger .is-focused .is-valid.custom-file-control:focus, .was-validated .has-danger.is-focused .form-control:valid:focus, .was-validated .has-danger.is-focused .custom-file-control:valid:focus, .has-danger.is-focused .form-control.is-valid:focus, .has-danger.is-focused .is-valid.custom-file-control:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.was-validated .has-danger .is-focused select.form-control:valid, .was-validated .has-danger .is-focused select.custom-file-control:valid, .has-danger .is-focused select.form-control.is-valid, .has-danger .is-focused select.is-valid.custom-file-control, .was-validated .has-danger.is-focused select.form-control:valid, .was-validated .has-danger.is-focused select.custom-file-control:valid, .has-danger.is-focused select.form-control.is-valid, .has-danger.is-focused select.is-valid.custom-file-control {
  padding-right: 0 !important;
  background-position: right 0 center;
}
.was-validated .has-danger .is-focused textarea.form-control:valid, .was-validated .has-danger .is-focused textarea.custom-file-control:valid, .has-danger .is-focused textarea.form-control.is-valid, .has-danger .is-focused textarea.is-valid.custom-file-control, .was-validated .has-danger.is-focused textarea.form-control:valid, .was-validated .has-danger.is-focused textarea.custom-file-control:valid, .has-danger.is-focused textarea.form-control.is-valid, .has-danger.is-focused textarea.is-valid.custom-file-control {
  padding-right: calc(1.5em + 0.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}
.was-validated .has-danger .is-focused .custom-select:valid, .has-danger .is-focused .custom-select.is-valid, .was-validated .has-danger.is-focused .custom-select:valid, .has-danger.is-focused .custom-select.is-valid {
  border-color: #f44336;
  padding-right: calc(0.75em + 1.65625rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0 center/8px 10px no-repeat, rgba(0, 0, 0, 0) "none" center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem) no-repeat;
}
.was-validated .has-danger .is-focused .custom-select:valid:focus, .has-danger .is-focused .custom-select.is-valid:focus, .was-validated .has-danger.is-focused .custom-select:valid:focus, .has-danger.is-focused .custom-select.is-valid:focus {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.was-validated .has-danger .is-focused .form-check-input:valid ~ .form-check-label, .has-danger .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-danger.is-focused .form-check-input:valid ~ .form-check-label, .has-danger.is-focused .form-check-input.is-valid ~ .form-check-label {
  color: #f44336;
}
.was-validated .has-danger .is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-danger .is-focused .form-check-input:valid ~ .valid-tooltip, .has-danger .is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-danger .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .has-danger.is-focused .form-check-input:valid ~ .valid-feedback,
.was-validated .has-danger.is-focused .form-check-input:valid ~ .valid-tooltip, .has-danger.is-focused .form-check-input.is-valid ~ .valid-feedback,
.has-danger.is-focused .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .has-danger .is-focused .custom-control-input:valid ~ .custom-control-label, .has-danger .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .has-danger.is-focused .custom-control-input:valid ~ .custom-control-label, .has-danger.is-focused .custom-control-input.is-valid ~ .custom-control-label {
  color: #f44336;
}
.was-validated .has-danger .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-danger .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .has-danger.is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-danger.is-focused .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #f44336;
}
.was-validated .has-danger .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-danger .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .has-danger.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-danger.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #f77066;
  background-color: #f77066;
}
.was-validated .has-danger .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-danger .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .has-danger.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-danger.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.was-validated .has-danger .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-danger .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .has-danger.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-danger.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f44336;
}
.was-validated .has-danger .is-focused .custom-file-input:valid ~ .custom-file-label, .has-danger .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .has-danger.is-focused .custom-file-input:valid ~ .custom-file-label, .has-danger.is-focused .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #f44336;
}
.was-validated .has-danger .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-danger .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .has-danger.is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-danger.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #f44336;
  box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25);
}
.has-danger .is-focused [class^=bmd-label],
.has-danger .is-focused [class*=" bmd-label"], .has-danger.is-focused [class^=bmd-label],
.has-danger.is-focused [class*=" bmd-label"] {
  color: #f44336;
}
.has-danger .is-focused .bmd-label-placeholder, .has-danger.is-focused .bmd-label-placeholder {
  color: #f44336;
}
.has-danger .is-focused .form-control, .has-danger .is-focused .custom-file-control, .has-danger.is-focused .form-control, .has-danger.is-focused .custom-file-control {
  border-color: #f44336;
}
.has-danger .is-focused .bmd-help, .has-danger.is-focused .bmd-help {
  color: rgba(0, 0, 0, 0.54);
}

.bmd-form-group {
  position: relative;
  padding-top: 1.75rem;
}
.bmd-form-group [class^=bmd-label],
.bmd-form-group [class*=" bmd-label"] {
  position: absolute;
  pointer-events: none;
  transition: 0.3s ease all;
}
.bmd-form-group [class^=bmd-label].bmd-label-floating,
.bmd-form-group [class*=" bmd-label"].bmd-label-floating {
  will-change: left, top, contents;
}
.bmd-form-group.is-filled .bmd-label-placeholder {
  display: none;
}
.bmd-form-group.bmd-collapse-inline {
  display: flex;
  align-items: center;
  padding: 0;
  min-height: 2.1em;
}
.bmd-form-group.bmd-collapse-inline .collapse {
  flex: 1;
  display: none;
}
.bmd-form-group.bmd-collapse-inline .collapse.show {
  max-width: 1200px;
}
.bmd-form-group.bmd-collapse-inline .collapsing,
.bmd-form-group.bmd-collapse-inline .width:not(.collapse),
.bmd-form-group.bmd-collapse-inline .collapse.show {
  display: block;
}
.bmd-form-group.bmd-collapse-inline .collapsing {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bmd-form-group .form-control, .bmd-form-group .custom-file-control,
.bmd-form-group label,
.bmd-form-group input::placeholder {
  line-height: 1;
}
.bmd-form-group input.form-control, .bmd-form-group input.custom-file-control,
.bmd-form-group input.form-control::placeholder,
.bmd-form-group input.custom-file-control::placeholder {
  padding: 0.28125rem 0;
  line-height: 1.5;
}
.bmd-form-group .radio label,
.bmd-form-group label.radio-inline,
.bmd-form-group .checkbox label,
.bmd-form-group label.checkbox-inline,
.bmd-form-group .switch label {
  line-height: 1.5;
}
.bmd-form-group input::placeholder {
  font-size: 1rem;
}
.bmd-form-group .checkbox label,
.bmd-form-group .radio label,
.bmd-form-group label {
  font-size: 1rem;
}
.bmd-form-group .bmd-label-floating,
.bmd-form-group .bmd-label-placeholder {
  top: 2.1875rem;
}
.bmd-form-group.is-focused .bmd-label-floating,
.bmd-form-group .is-focused .bmd-label-floating, .bmd-form-group.is-filled .bmd-label-floating,
.bmd-form-group .is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.75rem;
}
.bmd-form-group .bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: 0.75rem;
}
.bmd-form-group .bmd-help {
  margin-top: 0;
  font-size: 0.75rem;
}
.bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control-success.custom-file-control, .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control-warning.custom-file-control, .bmd-form-group .form-control.form-control-danger, .bmd-form-group .form-control-danger.custom-file-control {
  background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control-success.custom-file-control, .bmd-form-group .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control-warning.custom-file-control, .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control.form-control-danger, .bmd-form-group .form-control-danger.custom-file-control, .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.46875rem;
}
.bmd-form-group .form-control.form-control-success:focus, .bmd-form-group .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success, .bmd-form-group.is-focused .bmd-form-group .form-control-success.custom-file-control, .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning, .bmd-form-group.is-focused .bmd-form-group .form-control-warning.custom-file-control, .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger, .bmd-form-group.is-focused .bmd-form-group .form-control-danger.custom-file-control {
  background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.bmd-form-group.bmd-form-group-sm {
  padding-top: 1.40625rem;
}
.bmd-form-group.bmd-form-group-sm .form-control, .bmd-form-group.bmd-form-group-sm .custom-file-control,
.bmd-form-group.bmd-form-group-sm label,
.bmd-form-group.bmd-form-group-sm input::placeholder {
  line-height: 1;
}
.bmd-form-group.bmd-form-group-sm input.form-control, .bmd-form-group.bmd-form-group-sm input.custom-file-control,
.bmd-form-group.bmd-form-group-sm input.form-control::placeholder,
.bmd-form-group.bmd-form-group-sm input.custom-file-control::placeholder {
  padding: 0.28125rem 0;
  line-height: 1.5;
}
.bmd-form-group.bmd-form-group-sm .radio label,
.bmd-form-group.bmd-form-group-sm label.radio-inline,
.bmd-form-group.bmd-form-group-sm .checkbox label,
.bmd-form-group.bmd-form-group-sm label.checkbox-inline,
.bmd-form-group.bmd-form-group-sm .switch label {
  line-height: 1.5;
}
.bmd-form-group.bmd-form-group-sm input::placeholder {
  font-size: 0.875rem;
}
.bmd-form-group.bmd-form-group-sm .checkbox label,
.bmd-form-group.bmd-form-group-sm .radio label,
.bmd-form-group.bmd-form-group-sm label {
  font-size: 0.875rem;
}
.bmd-form-group.bmd-form-group-sm .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .bmd-label-placeholder {
  top: 1.65625rem;
}
.bmd-form-group.bmd-form-group-sm.is-focused .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .is-focused .bmd-label-floating, .bmd-form-group.bmd-form-group-sm.is-filled .bmd-label-floating,
.bmd-form-group.bmd-form-group-sm .is-filled .bmd-label-floating {
  top: 0.75rem;
  left: 0;
  font-size: 0.65625rem;
}
.bmd-form-group.bmd-form-group-sm .bmd-label-static {
  top: 0.75rem;
  left: 0;
  font-size: 0.65625rem;
}
.bmd-form-group.bmd-form-group-sm .bmd-help {
  margin-top: 0;
  font-size: 0.65625rem;
}
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control {
  background-size: 0 100%, 100% 100%, 0.6875rem 0.6875rem;
}
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.34375rem;
}
.bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control {
  background-size: 100% 100%, 100% 100%, 0.6875rem 0.6875rem;
}
.bmd-form-group.bmd-form-group-lg {
  padding-top: 1.9375rem;
}
.bmd-form-group.bmd-form-group-lg .form-control, .bmd-form-group.bmd-form-group-lg .custom-file-control,
.bmd-form-group.bmd-form-group-lg label,
.bmd-form-group.bmd-form-group-lg input::placeholder {
  line-height: 1;
}
.bmd-form-group.bmd-form-group-lg input.form-control, .bmd-form-group.bmd-form-group-lg input.custom-file-control,
.bmd-form-group.bmd-form-group-lg input.form-control::placeholder,
.bmd-form-group.bmd-form-group-lg input.custom-file-control::placeholder {
  padding: 0.28125rem 0;
  line-height: 1.5;
}
.bmd-form-group.bmd-form-group-lg .radio label,
.bmd-form-group.bmd-form-group-lg label.radio-inline,
.bmd-form-group.bmd-form-group-lg .checkbox label,
.bmd-form-group.bmd-form-group-lg label.checkbox-inline,
.bmd-form-group.bmd-form-group-lg .switch label {
  line-height: 1.5;
}
.bmd-form-group.bmd-form-group-lg input::placeholder {
  font-size: 1.25rem;
}
.bmd-form-group.bmd-form-group-lg .checkbox label,
.bmd-form-group.bmd-form-group-lg .radio label,
.bmd-form-group.bmd-form-group-lg label {
  font-size: 1.25rem;
}
.bmd-form-group.bmd-form-group-lg .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .bmd-label-placeholder {
  top: 2.5rem;
}
.bmd-form-group.bmd-form-group-lg.is-focused .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .is-focused .bmd-label-floating, .bmd-form-group.bmd-form-group-lg.is-filled .bmd-label-floating,
.bmd-form-group.bmd-form-group-lg .is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.9375rem;
}
.bmd-form-group.bmd-form-group-lg .bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: 0.9375rem;
}
.bmd-form-group.bmd-form-group-lg .bmd-help {
  margin-top: 0;
  font-size: 0.9375rem;
}
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control {
  background-size: 0 100%, 100% 100%, 1.1875rem 1.1875rem;
}
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.59375rem;
}
.bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control {
  background-size: 100% 100%, 100% 100%, 1.1875rem 1.1875rem;
}

.form-control, .custom-file-control,
label,
input::placeholder {
  line-height: 1;
}

input.form-control, input.custom-file-control,
input.form-control::placeholder,
input.custom-file-control::placeholder {
  padding: 0.28125rem 0;
  line-height: 1.5;
}

.radio label,
label.radio-inline,
.checkbox label,
label.checkbox-inline,
.switch label {
  line-height: 1.5;
}

input::placeholder {
  font-size: 1rem;
}

.checkbox label,
.radio label,
label {
  font-size: 1rem;
}

.bmd-label-floating,
.bmd-label-placeholder {
  top: 2.1875rem;
}

*.is-focused .bmd-label-floating,
.is-focused .bmd-label-floating,
*.is-filled .bmd-label-floating,
.is-filled .bmd-label-floating {
  top: 1rem;
  left: 0;
  font-size: 0.75rem;
}

.bmd-label-static {
  top: 1rem;
  left: 0;
  font-size: 0.75rem;
}

.bmd-help {
  margin-top: 0;
  font-size: 0.75rem;
}

.form-control.form-control-success, .form-control-success.custom-file-control, .form-control.form-control-warning, .form-control-warning.custom-file-control, .form-control.form-control-danger, .form-control-danger.custom-file-control {
  background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem;
}
.form-control.form-control-success, .form-control-success.custom-file-control, .form-control.form-control-success:focus, .bmd-form-group.is-focused .form-control.form-control-success, .form-control.form-control-warning, .form-control-warning.custom-file-control, .form-control.form-control-warning:focus, .bmd-form-group.is-focused .form-control.form-control-warning, .form-control.form-control-danger, .form-control-danger.custom-file-control, .form-control.form-control-danger:focus, .bmd-form-group.is-focused .form-control.form-control-danger {
  padding-right: 0;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center calc(100% - 1px), center right 0.46875rem;
}
.form-control.form-control-success:focus, .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .form-control.form-control-success, .bmd-form-group.is-focused .form-control-success.custom-file-control, .form-control.form-control-warning:focus, .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .form-control.form-control-warning, .bmd-form-group.is-focused .form-control-warning.custom-file-control, .form-control.form-control-danger:focus, .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .form-control.form-control-danger, .bmd-form-group.is-focused .form-control-danger.custom-file-control {
  background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem;
}

select, select.form-control, select.custom-file-control {
  -moz-appearance: none;
  -webkit-appearance: none;
}

@media (min-width: 576px) {
  .form-inline .input-group {
    display: inline-flex;
    align-items: center;
  }
}

.input-group .input-group-addon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-color: transparent;
}
.input-group .input-group-addon + input,
.input-group input + .input-group-addon {
  margin-left: 0.75rem;
}

.list-group {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0.5rem 0;
}
.list-group.bmd-list-group-sm {
  padding: 0.25rem 0;
}
.list-group.bmd-list-group-sm .list-group-item {
  padding: 0.5rem 1rem;
}

.bmd-list-group-col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.list-group-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 1rem;
  line-height: 1;
}
.list-group-item .list-group-item-text {
  min-width: 0;
  max-height: 2.188rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-group-item :first-child {
  margin-right: 2rem;
}
.list-group-item > .pull-xs-right,
.list-group-item > .pull-sm-right,
.list-group-item > .pull-md-right,
.list-group-item > .pull-lg-right,
.list-group-item > .pull-xl-right,
.list-group-item > * ~ .label:last-child,
.list-group-item > * ~ .material-icons:last-child {
  margin-right: 0;
  margin-left: auto;
}
.list-group-item .material-icons.pull-xs-right,
.list-group-item .material-icons.pull-sm-right,
.list-group-item .material-icons.pull-md-right,
.list-group-item .material-icons.pull-lg-right,
.list-group-item .material-icons.pull-xl-right,
.list-group-item .material-icons ~ .material-icons:last-child {
  padding-left: 1rem;
}
.list-group-item .list-group-item-text {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
}

.table-inverse {
  color: rgba(255, 255, 255, 0.84);
}

.table thead th {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  border-top-width: 0;
  border-bottom-width: 1px;
}

thead.thead-inverse th,
.table-inverse thead th {
  color: rgba(255, 255, 255, 0.54);
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: rgba(255, 255, 255, 0.06);
}

.nav-link {
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  padding: 0.5321rem;
  font-size: 0.875rem;
  font-weight: 400;
}

.nav-tabs,
.nav-pills {
  border: 0;
}
.nav-tabs .nav-link,
.nav-pills .nav-link {
  padding: 1.4286em 0.8575em;
  font-size: 0.875rem;
  font-weight: 500;
  border: 0;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  background-color: transparent;
  color: inherit;
}

.nav-tabs .nav-link {
  border-bottom: 0.214rem solid transparent;
}
.nav-tabs .nav-link {
  color: rgba(0, 0, 0, 0.54);
}
.nav-tabs .nav-link.active {
  color: rgba(0, 0, 0, 0.87);
  border-color: theme-color(primary);
}
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
  border-color: theme-color(primary);
}
.nav-tabs .nav-link.disabled {
  color: rgba(0, 0, 0, 0.26);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:hover, .nav-tabs .nav-link.disabled:focus {
  color: rgba(0, 0, 0, 0.26);
}
.nav-tabs.bg-primary .nav-link {
  color: white;
}
.nav-tabs.bg-primary .nav-link.active {
  color: #fff;
  border-color: #fff;
}
.nav-tabs.bg-primary .nav-link.active:hover, .nav-tabs.bg-primary .nav-link.active:focus {
  border-color: #fff;
}
.nav-tabs.bg-primary .nav-link.disabled {
  color: rgba(255, 255, 255, 0.84);
}
.nav-tabs.bg-primary .nav-link.disabled, .nav-tabs.bg-primary .nav-link.disabled:hover, .nav-tabs.bg-primary .nav-link.disabled:focus {
  color: rgba(255, 255, 255, 0.84);
}
.nav-tabs.bg-dark .nav-link {
  color: white;
}
.nav-tabs.bg-dark .nav-link.active {
  color: #fff;
  border-color: #fff;
}
.nav-tabs.bg-dark .nav-link.active:hover, .nav-tabs.bg-dark .nav-link.active:focus {
  border-color: #fff;
}
.nav-tabs.bg-dark .nav-link.disabled {
  color: rgba(255, 255, 255, 0.84);
}
.nav-tabs.bg-dark .nav-link.disabled, .nav-tabs.bg-dark .nav-link.disabled:hover, .nav-tabs.bg-dark .nav-link.disabled:focus {
  color: rgba(255, 255, 255, 0.84);
}

.nav .nav-item {
  position: relative;
}

.navbar {
  z-index: 1;
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.navbar .navbar-brand {
  position: relative;
}
.navbar > .container {
  flex: 1;
}

.navbar-dark .form-control, .navbar-dark .custom-file-control {
  color: #fff;
}
.navbar-dark .form-control::placeholder, .navbar-dark .custom-file-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.alert {
  border: 0;
  border-radius: 0;
}

.progress {
  height: 4px;
  background: #c8c8c8;
  border-radius: 0;
  box-shadow: none;
}
.progress .progress-bar {
  box-shadow: none;
}

.page-item:first-child .page-link {
  border-top-left-radius: 4em;
  border-bottom-left-radius: 4em;
}
.page-item:last-child .page-link {
  border-top-right-radius: 4em;
  border-bottom-right-radius: 4em;
  margin-right: 0;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
  display: flex;
  justify-content: center;
  padding-right: 0;
  padding-left: 0;
}
.page-item:first-child .page-link > .material-icons, .page-item:last-child .page-link > .material-icons {
  font-size: 1.5em;
}

.page-link {
  min-width: 2.6em;
  margin-right: 0.5em;
  text-align: center;
  border-radius: 4em;
}
.page-link:hover, .page-link:focus {
  text-decoration: none;
}

.pagination-lg .page-link {
  min-width: 2.8em;
}
.pagination-lg .page-link {
  padding: 0.75rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 4em;
  border-bottom-left-radius: 4em;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 4em;
  border-bottom-right-radius: 4em;
}

.pagination-sm .page-link {
  min-width: 2.2em;
}
.pagination-sm .page-link {
  padding: 0.25rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 4em;
  border-bottom-left-radius: 4em;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 4em;
  border-bottom-right-radius: 4em;
}

h6 {
  font-weight: 500;
}

.tooltip-arrow {
  display: none;
}

.card {
  border: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.card .card-header {
  padding: 1rem;
  background-color: transparent;
}
.card .card-block {
  padding: 1.5rem 1rem 1rem;
}
.card h1.card-title,
.card h2.card-title,
.card h3.card-title,
.card h4.card-title,
.card h5.card-title,
.card h6.card-title {
  font-size: 1.5rem;
  font-weight: 300;
}
.card .bmd-card-actions,
.card it may be necessary .card-footer {
  padding: 0.5rem;
}
.card.bmd-card-raised {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .card.bmd-card-flat {
    box-shadow: none;
  }
}

.modal-content {
  border: 0;
  border-radius: 0.125rem;
}
.modal-content .modal-header {
  padding: 24px 24px 0;
  border-bottom: 0;
}
.modal-content .modal-body {
  padding: 20px 24px 24px;
}
.modal-content .modal-footer {
  padding: 8px 8px 8px 24px;
  border-top: 0;
}
.modal-content .modal-footer .btn, .modal-content .modal-footer .custom-file-control::before {
  margin: 0;
}
.modal-content .modal-footer .btn + .btn, .modal-content .modal-footer .custom-file-control::before + .btn, .modal-content .modal-footer .btn + .custom-file-control::before, .modal-content .modal-footer .custom-file-control::before + .custom-file-control::before {
  margin-left: 8px;
}

.dropdown-menu {
  display: none;
  padding: 0.25rem 0;
  border: 0;
  opacity: 0;
  transform: scale(0);
  transform-origin: 0 0;
  will-change: transform, opacity;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .dropdown-menu {
    padding: 0.5rem 0;
  }
}
.dropdown-menu.showing {
  animation-name: bmd-dropdown-animation;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.open > .dropdown-menu, .dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: scale(1);
}
.dropdown-menu.hiding {
  display: block;
  opacity: 0;
  transform: scale(0);
}
.dropdown-menu[x-placement=bottom-start], .dropdown-menu.dropdown-menu-left {
  transform-origin: 0 0;
}
.dropdown-menu[x-placement=bottom-end], .dropdown-menu.dropdown-menu-right {
  transform-origin: 100% 0;
}
.dropdown-menu[x-placement=top-start] {
  transform-origin: 0 100%;
}
.dropdown-menu[x-placement=top-end] {
  transform-origin: 100% 100%;
}
.dropdown-menu .dropdown-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  min-width: 7rem;
  max-width: 17.5rem;
  min-height: 3rem;
  padding: 0.8rem 1rem 0.8rem 1rem;
  overflow: hidden;
  line-height: 1;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
  background-color: inherit;
  color: inherit;
}
@media (min-width: 768px) {
  .dropdown-menu .dropdown-item {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.dropdown-toggle.bmd-btn-icon::after, .dropdown-toggle.bmd-btn-fab::after {
  display: none;
}
.dropdown-toggle.bmd-btn-icon ~ .dropdown-menu.dropdown-menu-top-left, .dropdown-toggle.bmd-btn-icon ~ .dropdown-menu.dropdown-menu-top-right, .dropdown-toggle.bmd-btn-fab ~ .dropdown-menu.dropdown-menu-top-left, .dropdown-toggle.bmd-btn-fab ~ .dropdown-menu.dropdown-menu-top-right {
  bottom: 2rem;
}
.dropdown-toggle.bmd-btn-fab-sm ~ .dropdown-menu.dropdown-menu-top-left, .dropdown-toggle.bmd-btn-fab-sm ~ .dropdown-menu.dropdown-menu-top-right {
  bottom: 2.5rem;
}
.dropdown-toggle.bmd-btn-icon ~ .dropdown-menu {
  margin: 0;
}
.show .dropdown-toggle.btn, .show .dropdown-toggle.custom-file-control::before, .show .dropdown-toggle.btn-secondary, .show .dropdown-toggle.btn-success, .show .dropdown-toggle.btn-info, .show .dropdown-toggle.btn-warning, .show .dropdown-toggle.btn-danger {
  background-color: transparent;
}

@keyframes bmd-dropdown-animation {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.bmd-layout-drawer {
  position: absolute;
  z-index: 5;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-height: 100%;
  overflow: visible;
  overflow-y: auto;
  font-size: 0.875rem;
  background: #fff;
  transition: transform;
  will-change: transform;
  transform-style: preserve-3d;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.bmd-layout-drawer > * {
  flex-shrink: 0;
}
.bmd-layout-drawer > header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
}
.bmd-layout-drawer > header .navbar-brand {
  padding-left: 1.5rem;
  font-size: 1.25rem;
}
.bmd-layout-drawer > .list-group {
  padding-top: 1rem;
}
.bmd-layout-drawer > .list-group .list-group-item {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
}

*.bmd-drawer-f-l > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  transform: translateX(-250px);
}
*.bmd-drawer-f-l > .bmd-layout-header,
*.bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 0;
}

*.bmd-drawer-f-r > .bmd-layout-drawer {
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  transform: translateX(250px);
}
*.bmd-drawer-f-r > .bmd-layout-header,
*.bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 0;
}

*.bmd-drawer-f-t > .bmd-layout-drawer {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transform: translateY(-110px);
}
*.bmd-drawer-f-t > .bmd-layout-content {
  margin-top: 0;
}

*.bmd-drawer-f-b > .bmd-layout-drawer {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transform: translateY(110px);
}
*.bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 0;
}

:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-header {
  width: calc(100% - 240px);
  margin-left: 240px;
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-drawer {
  transform: translateX(0);
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-content {
  margin-left: 240px;
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-header {
  width: calc(100% - 240px);
  margin-right: 240px;
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-drawer {
  transform: translateX(0);
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-content {
  margin-right: 240px;
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-t > .bmd-layout-header {
  margin-top: 100px;
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-t > .bmd-layout-drawer {
  transform: translateY(0);
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-b > .bmd-layout-drawer {
  transform: translateY(0);
}
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 100px;
}
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-l > .bmd-layout-header,
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-l > .bmd-layout-content {
  width: 100%;
  margin-left: 0;
}
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-r > .bmd-layout-header,
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-r > .bmd-layout-content {
  width: 100%;
  margin-right: 0;
}
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-t > .bmd-layout-header {
  margin-top: 0;
}
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px;
  }
}
@media (min-width: 576px) {
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0;
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0;
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px;
  }
}
@media (min-width: 768px) {
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0;
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0;
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px;
  }
}
@media (min-width: 992px) {
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
@media (max-width: 1199.98px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-l > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-l > .bmd-layout-content {
    width: 100%;
    margin-left: 0;
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-r > .bmd-layout-header,
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-r > .bmd-layout-content {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop .in {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
  }
  @supports (pointer-events: auto) {
    :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop.in {
      pointer-events: auto;
      opacity: 1;
    }
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 0;
  }
  :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-content {
    margin-left: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-header {
    width: calc(100% - 240px);
    margin-right: 240px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-drawer {
    transform: translateX(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-content {
    margin-right: 240px;
  }
}
@media (min-width: 1200px) {
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-t > .bmd-layout-header {
    margin-top: 100px;
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-t > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-b > .bmd-layout-drawer {
    transform: translateY(0);
  }
  :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-b > .bmd-layout-content {
    margin-bottom: 100px;
  }
}
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-l > .bmd-layout-header,
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-l > .bmd-layout-content {
  width: 100%;
  margin-left: 0;
}
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-r > .bmd-layout-header,
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-r > .bmd-layout-content {
  width: 100%;
  margin-right: 0;
}
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop .in {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (pointer-events: auto) {
  :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop.in {
    pointer-events: auto;
    opacity: 1;
  }
}
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-t > .bmd-layout-header {
  margin-top: 0;
}
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-b > .bmd-layout-content {
  margin-bottom: 0;
}

.ripple {
  position: relative;
}

.ripple-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit;
}
.ripple-container .ripple-decorator {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  opacity: 0;
  transform: scale(1);
  transform-origin: 50%;
}
.ripple-container .ripple-decorator.ripple-on {
  opacity: 0.1;
  transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.ripple-container .ripple-decorator.ripple-out {
  opacity: 0;
  transition: opacity 0.1s linear 0s !important;
}

#snackbar-container {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.snackbar {
  display: inline-block;
  min-width: 100%;
  max-height: 0;
  opacity: 0;
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0s 0.25s, max-height 0.25s;
  transform: translateY(100%);
}
.snackbar.toast .snackbar-content {
  border-radius: 10rem;
}

.snackbar-content {
  display: block;
  padding: 0.8rem 1.5rem;
  margin-top: 3px;
  font-size: 0.9rem;
  color: #fff;
  background-color: #323232;
  border-radius: 2px;
}
.snackbar-content .btn, .snackbar-content .custom-file-control::before {
  margin-bottom: 0;
}

.snackbar.snackbar-opened {
  max-height: 100px;
  opacity: 1;
  transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0s 0s, max-height 0.25s;
  transform: translateY(0%);
}

@media (min-width: 576px) {
  #snackbar-container {
    right: 1rem;
    left: 1rem;
    width: 100%;
  }
  .snackbar {
    min-width: 280px;
  }
}
/*--------------------------------------------------------------
# Animate
--------------------------------------------------------------*/
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}

.animated {
  -webkit-animation-duration: calc(1s);
  animation-duration: calc(1s);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
}
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
}
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
}

/*--------------------------------------------------------------
# Mixin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Theme Styles and Layout
--------------------------------------------------------------*/
@font-face {
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-ExtraLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "wazdan-icons";
  src: url("./fonts/wazdan-icons.ttf?xef8b6") format("truetype"), url("./fonts/wazdan-icons.woff?xef8b6") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kalam-Regular";
  src: url("./fonts/Kalam-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Melted Monster";
  src: url("./fonts/melted-monster.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Wazdan Sans", sans-serif;
  font-variant-ligatures: no-common-ligatures;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  transition: background-color 1s ease;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  height: unset;
  background-color: white;
}

p {
  color: #191919;
}

.panel {
  transition: 0.6s;
}

.color-black {
  background-color: #191919;
}

.color-white {
  background-color: #ffffff;
}

.color-red {
  background-color: #E23535;
}

.follower {
  background: rgba(255, 61, 23, 0.5);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 99999999;
}

#scrollProgres {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  height: 2px;
  width: 0;
}

.modal-open {
  padding-right: 0 !important;
}

.header-main {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
}
.header-main .header {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
.header-main .header__inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
.header-main .header__inner__top {
  padding: 0px 96px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  z-index: 2;
  background-color: white;
  margin-top: 24px;
  margin-bottom: 24px;
  gap: 35px;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top {
    padding: 0px 0px;
    margin-top: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
  }
}
.header-main .header__inner__top .header__logo__wrapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
  gap: 20px;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__logo__wrapper {
    margin-left: 28px;
  }
}
.header-main .header__inner__top .header__logo__wrapper .logo_jprain {
  max-width: 150px;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__logo__wrapper .logo_jprain {
    display: none;
  }
}
.header-main .header__inner__top .header__logo__wrapper .hiring__button {
  margin-bottom: 0;
  margin-left: 20px;
  text-transform: capitalize;
  background-color: #FAFAFA;
  border-radius: 0 10px 10px 0;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  padding: 2px 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: black;
}
.header-main .header__inner__top .header__logo__wrapper .hiring__button:hover {
  color: #FF3D17;
  text-decoration: unset;
}
.header-main .header__inner__top .header__logo__wrapper img {
  width: 100%;
  height: 100%;
  max-height: 24px;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__logo__wrapper img {
    max-width: 110px;
  }
}
.header-main .header__inner__top .sigma_wrapper_desktop {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-left: auto;
  margin-right: -30px;
  margin-top: -30px;
  margin-bottom: -20px;
}
@media (max-width: 1400px) {
  .header-main .header__inner__top .sigma_wrapper_desktop {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .sigma_wrapper_desktop {
    display: flex;
  }
}
@media (max-width: 768px) {
  .header-main .header__inner__top .sigma_wrapper_desktop {
    display: none;
  }
}
.header-main .header__inner__top .sigma_wrapper_desktop .sigma_button {
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 13px;
  text-decoration: none;
  z-index: 9;
  margin-bottom: 10px;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .header-main .header__inner__top .sigma_wrapper_desktop .sigma_button {
    font-size: 16px;
  }
}
.header-main .header__inner__top .sigma_wrapper_desktop .bananas1 {
  max-width: 90px;
  width: 100%;
  z-index: 1;
  margin-right: -30px;
}
.header-main .header__inner__top .sigma_wrapper_desktop .bananas2 {
  max-width: 90px;
  width: 100%;
  z-index: 1;
  margin-left: -30px;
}
.header-main .header__inner__top .sigma_wrapper_mobile {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  margin: auto;
  margin-top: -20px;
  margin-bottom: 0px;
  display: none;
}
@media (max-width: 768px) {
  .header-main .header__inner__top .sigma_wrapper_mobile {
    display: flex;
  }
}
.header-main .header__inner__top .sigma_wrapper_mobile .sigma_button {
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 13px;
  text-decoration: none;
  z-index: 9;
  margin-bottom: 10px;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .header-main .header__inner__top .sigma_wrapper_mobile .sigma_button {
    font-size: 16px;
  }
}
.header-main .header__inner__top .sigma_wrapper_mobile .bananas1 {
  max-width: 90px;
  width: 100%;
  z-index: 1;
  margin-right: -30px;
}
.header-main .header__inner__top .sigma_wrapper_mobile .bananas2 {
  max-width: 90px;
  width: 100%;
  z-index: 1;
  margin-left: -30px;
}
.header-main .header__inner__top .header__menu__wrapper {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 0px;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__menu__wrapper {
    order: 1;
    width: 100%;
    margin-left: unset;
    display: none;
  }
  .header-main .header__inner__top .header__menu__wrapper.expand {
    display: flex;
    flex-wrap: wrap;
  }
}
.header-main .header__inner__top .header__menu__wrapper .lang_switcher {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.header-main .header__inner__top .header__menu__wrapper .lang_switcher a {
  color: #191919;
}
.header-main .header__inner__top .header__menu__wrapper .lang_switcher a:first-child {
  border-right: 1px solid #191919;
  padding-right: 10px;
}
.header-main .header__inner__top .header__menu__wrapper .lang_switcher a:nth-child(2) {
  padding-left: 10px;
}
.header-main .header__inner__top .header__menu__wrapper .lang_switcher a:hover {
  text-decoration: none;
  font-weight: bold;
}
.header-main .header__inner__top .header__menu__wrapper nav {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__menu__wrapper nav {
    justify-content: flex-start;
    margin-bottom: 0px;
  }
}
.header-main .header__inner__top .header__menu__wrapper nav .main__menu {
  display: flex;
  list-style: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  column-gap: 22px;
}
@media (max-width: 1400px) {
  .header-main .header__inner__top .header__menu__wrapper nav .main__menu {
    column-gap: 18px;
  }
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__menu__wrapper nav .main__menu {
    flex-direction: column;
    justify-content: center;
    align-items: space-between;
    width: 100%;
    max-height: 500px;
    padding: 0px 28px;
    padding-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__menu__wrapper nav .main__menu li {
    border-bottom: 0.25px solid #808080;
    padding: 12px 0;
    width: 100%;
  }
}
.header-main .header__inner__top .header__menu__wrapper nav .main__menu li.active a.nav-link {
  font-weight: 700;
  color: #C43131;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-main .header__inner__top .header__menu__wrapper nav .main__menu li a.nav-link {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-weight: 600;
  color: waz-dark-color-menu;
  text-transform: capitalize;
  padding: 0;
}
@media (max-width: 1400px) {
  .header-main .header__inner__top .header__menu__wrapper nav .main__menu li a.nav-link {
    margin-bottom: 0;
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
}
.header-main .header__inner__top .header__menu__wrapper nav .main__menu li:hover a {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons {
  margin-bottom: 16px;
  padding: 0 28px;
  gap: 12px;
  display: none;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__menu__wrapper .socials__icons {
    display: flex;
  }
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a {
  border-radius: 50%;
  background: #FAFAFA;
  filter: drop-shadow(0px 1px 3px rgba(25, 25, 25, 0.15));
  padding: 10px;
  width: 34px;
  height: 34px;
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a .linkedin {
  background-image: url("../images/footer/linkedin-red.svg");
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a .facebook {
  background-image: url("../images/footer/fb-red.svg");
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a .youtube {
  background-image: url("../images/footer/yt-red.svg");
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a .instagram {
  background-image: url("../images/footer/instagram-red.svg");
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a:hover {
  background-color: #C43131;
  transition: 0.3s;
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a:hover .linkedin {
  background-image: url("../images/footer/linkedin.svg");
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a:hover .facebook {
  background-image: url("../images/footer/fb.svg");
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a:hover .youtube {
  background-image: url("../images/footer/yt.svg");
}
.header-main .header__inner__top .header__menu__wrapper .socials__icons a:hover .instagram {
  background-image: url("../images/footer/instagram.svg");
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons {
  display: none;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__menu__wrapper .mobile__buttons {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    padding: 12px 24px;
    border-top: 0.5px solid #191919;
    width: 100%;
  }
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons a {
  width: 100%;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons a:hover {
  text-decoration: none;
  cursor: pointer;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .client__login {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  padding: 6px 13px;
  max-width: 110px;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .client__login:hover {
  cursor: pointer;
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .client__login:focus {
  border: none;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .client__login:focus-visible {
  border: none;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .talk {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
  max-width: 110px;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .talk:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .talk:focus {
  border: none;
}
.header-main .header__inner__top .header__menu__wrapper .mobile__buttons .talk:focus-visible {
  border: none;
}
.header-main .header__inner__top .header__input__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__input__wrapper {
    margin-right: 28px;
  }
}
.header-main .header__inner__top .header__input__wrapper div a:hover {
  text-decoration: none;
}
.header-main .header__inner__top .header__input__wrapper svg {
  width: 15px;
}
.header-main .header__inner__top .header__input__wrapper #open {
  background: transparent;
  border: none;
  fill: #191919;
}
.header-main .header__inner__top .header__input__wrapper #open svg {
  width: 25px;
}
.header-main .header__inner__top .header__input__wrapper #open:hover {
  border: none;
}
.header-main .header__inner__top .header__input__wrapper #open:active, .header-main .header__inner__top .header__input__wrapper #open:focus {
  border: none;
}
@media (max-width: 1920px) {
  .header-main .header__inner__top .header__input__wrapper #open {
    width: 34px;
    height: 34px;
    padding: 6px;
  }
}
@media (min-width: 1921px) {
  .header-main .header__inner__top .header__input__wrapper #open {
    padding: 12px;
    width: 44px;
    height: 44px;
  }
}
.header-main .header__inner__top .header__input__wrapper .overlay {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  right: 0;
}
.header-main .header__inner__top .header__input__wrapper .no__results {
  padding: 24px;
  padding-top: 56px;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.header-main .header__inner__top .header__input__wrapper .search-result {
  background: #FAFAFA;
  box-shadow: 0px 8px 8px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  margin-top: 24px;
  position: absolute;
  right: 96px;
  max-width: 840px;
  width: 100%;
  padding: 32px;
  max-height: 90vh;
  overflow-y: scroll;
  z-index: 2;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__input__wrapper .search-result {
    max-width: unset;
    right: 0;
  }
}
.header-main .header__inner__top .header__input__wrapper .search-result::-webkit-scrollbar {
  width: 4px;
}
.header-main .header__inner__top .header__input__wrapper .search-result::-webkit-scrollbar-track {
  background: #191919;
}
.header-main .header__inner__top .header__input__wrapper .search-result::-webkit-scrollbar-thumb {
  background: #e23535;
}
.header-main .header__inner__top .header__input__wrapper .search-result::-webkit-scrollbar-thumb:hover {
  background: #bb2d2d;
}
@media (max-width: 768px) {
  .header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper {
    justify-content: center;
  }
}
.header-main .header__inner__top .header__input__wrapper .search-result .heading__results {
  margin: 24px 0 16px 0;
  width: 100%;
  display: block;
  justify-content: space-between;
  margin-bottom: 4px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .heading__results p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #3B3B3B;
}
.header-main .header__inner__top .header__input__wrapper .search-result .heading__recent {
  margin: 24px 0 16px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-main .header__inner__top .header__input__wrapper .search-result .heading__recent p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #3B3B3B;
}
.header-main .header__inner__top .header__input__wrapper .search-result .heading__recent p.clearCookie {
  color: #FF3D17;
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px;
  line-height: 15px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .heading__recent p.clearCookie:hover {
  color: #3B3B3B;
}
.header-main .header__inner__top .header__input__wrapper .search-result .heading__recent p.clearCookie:active {
  color: #191919;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper {
  display: block;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper.games__string {
  margin-top: 0px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper.game__img {
  margin-top: 8px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .game_item__string {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .game_item__string a {
  padding: 8px 16px;
  color: #3B3B3B;
  display: block;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .game_item__string a:hover {
  background-color: #3B3B3B;
  color: white;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .feature_item {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .feature_item a {
  padding: 8px 16px;
  color: #3B3B3B;
  display: block;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .feature_item a:hover {
  background-color: #3B3B3B;
  color: white;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .slick-slide img {
  display: block;
  padding: 5px;
  border-radius: 20px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .slick-dots li button {
  height: 30px;
  width: 30px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__wrapper .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  margin-top: 12px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string.games__string,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper.games__string,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper.games__string,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper.games__string,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper.games__string {
  margin-top: 0px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string.game__img,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper.game__img,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper.game__img,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper.game__img,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper.game__img {
  margin-top: 8px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item__string,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item__string,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item__string,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item__string,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item__string {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item__string a,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item__string a,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item__string a,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item__string a,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item__string a {
  padding: 8px 16px;
  color: #3B3B3B;
  display: block;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item__string a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item__string a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item__string a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item__string a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item__string a:hover {
  background-color: #3B3B3B;
  color: white;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .feature_item,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .feature_item,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .feature_item,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .feature_item,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .feature_item {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .feature_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .feature_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .feature_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .feature_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .feature_item a {
  padding: 8px 16px;
  color: #3B3B3B;
  display: block;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .feature_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .feature_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .feature_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .feature_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .feature_item a:hover {
  background-color: #3B3B3B;
  color: white;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .post_item,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .post_item,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .post_item,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .post_item,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .post_item {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .post_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .post_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .post_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .post_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .post_item a {
  padding: 8px 16px;
  color: #3B3B3B;
  display: block;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .post_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .post_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .post_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .post_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .post_item a:hover {
  background-color: #3B3B3B;
  color: white;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .site_item,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .site_item,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .site_item,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .site_item,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .site_item {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .site_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .site_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .site_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .site_item a,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .site_item a {
  padding: 8px 16px;
  color: #3B3B3B;
  display: block;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .site_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .site_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .site_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .site_item a:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .site_item a:hover {
  background-color: #3B3B3B;
  color: white;
  transition: 0.5s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item {
  width: calc(25% - 9px);
  height: auto;
  overflow: hidden;
  transition: 0.3s;
  filter: drop-shadow(0px 1px 3px rgba(25, 25, 25, 0.15));
  border-radius: 10px;
}
@media (max-width: 1500px) {
  .header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item {
    width: calc(33% - 6px);
  }
  .header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item:nth-child(4),
  .header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item:nth-child(4),
  .header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item:nth-child(4),
  .header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item:nth-child(4),
  .header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1400px) {
  .header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item {
    width: calc(33% - 7px);
  }
}
@media (max-width: 576px) {
  .header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item,
  .header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item {
    max-width: 150px;
    width: 100%;
  }
}
.header-main .header__inner__top .header__input__wrapper .search-result .games__string .game_item:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .posts__wrapper .game_item:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .websites__wrapper .game_item:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .feature__wrapper .game_item:hover,
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper .game_item:hover {
  transform: scale(0.95);
  transition: 0.3s;
}
.header-main .header__inner__top .header__input__wrapper .search-result .recent__wrapper {
  margin-top: 0px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking {
  display: flex;
  justify-content: space-between;
  background: #D8D8D8;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  align-items: center;
  padding: 24px;
  margin-top: 24px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking .heading {
  width: 100%;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking .heading p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking .button_wrapper {
  display: flex;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking .button_wrapper a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking .button_wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking .button_wrapper a:focus {
  border: none;
}
.header-main .header__inner__top .header__input__wrapper .search-result .why__linking .button_wrapper a:focus-visible {
  border: none;
}
.header-main .header__inner__top .header__input__wrapper .search-result .open {
  cursor: pointer;
}
.header-main .header__inner__top .header__input__wrapper .search-result .input__wrapper {
  display: block;
  padding: 0;
  position: relative;
}
.header-main .header__inner__top .header__input__wrapper .search-result .input__wrapper input {
  width: 100%;
  line-height: 30px;
  outline: 0;
  border: 0;
  font-size: 1em;
  border-radius: 20px;
  padding: 12px 24px;
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.header-main .header__inner__top .header__input__wrapper .search-result .input__wrapper input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.header-main .header__inner__top .header__input__wrapper .search-result .input__wrapper .clear__input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  cursor: pointer;
  z-index: 1;
}
.header-main .header__inner__top .header__input__wrapper .search-result .input__wrapper .close {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(0%, -50%);
}
.header-main .header__inner__top .header__input__wrapper .search-result .close__search__modal {
  width: 30px;
  height: 30px;
  background: transparent;
  color: #FF3D17;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  z-index: 1;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 30px;
  box-shadow: 0px 2px 2px rgba(25, 25, 25, 0.15);
  border-radius: 50%;
}
.header-main .header__inner__top .header__input__wrapper .client__login__button {
  display: flex;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__input__wrapper .client__login__button {
    display: none;
  }
}
.header-main .header__inner__top .header__input__wrapper .client__login__button a {
  white-space: nowrap;
  text-decoration: none;
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.header-main .header__inner__top .header__input__wrapper .client__login__button a:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__input__wrapper .talk__button {
    display: none;
  }
}
.header-main .header__inner__top .header__input__wrapper .talk__button a {
  text-decoration: none;
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.header-main .header__inner__top .header__input__wrapper .talk__button a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.header-main .header__inner__top .header__input__wrapper .language_switcher {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
}
.header-main .header__inner__top .header__input__wrapper .language_switcher .language_link {
  color: #191919;
  font-weight: 700;
  line-height: 1.2rem;
}
.header-main .header__inner__top .header__input__wrapper .language_switcher .active {
  color: #D8292F;
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button {
  display: none;
}
@media (max-width: 1024px) {
  .header-main .header__inner__top .header__input__wrapper .toggle__menu__button {
    display: flex;
    z-index: 0;
    position: relative;
  }
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #FAFAFA;
  border: none;
  cursor: pointer;
  z-index: 99;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger .line {
  display: block;
  width: 70%;
  height: 1px;
  background-color: #ff76ff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s linear;
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger .line:first-of-type {
  top: 35%;
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger .line:nth-of-type(2) {
  top: 50%;
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger .line:last-of-type {
  top: 65%;
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger.expand .line:first-of-type {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger.expand .line:nth-of-type(2) {
  opacity: 0;
}
.header-main .header__inner__top .header__input__wrapper .toggle__menu__button .burger.expand .line:last-of-type {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-main .header__inner.expand .header__inner__bottom {
  max-height: 250px;
}
@media (max-width: 1024px) {
  .header-main .header__inner.expand .header__inner__bottom {
    max-height: calc(100vh - 116px);
    height: 100%;
    padding: 0;
  }
}

.logobetsson {
  max-width: 110px;
  width: 100%;
  max-height: 20px;
  margin-left: 3em;
}

.divlogo {
  display: flex;
  align-items: center;
}
.divlogo::before {
  content: "❤";
  padding-right: 20px;
}

.notvisibleLogo {
  display: none;
}

@media (max-width: 1300px) {
  .divlogo {
    display: none;
  }
}
.site-mighty-symbols-diamonds-betsson .game__title > span:nth-child(4) {
  display: none;
}

.site-mighty-symbols-diamonds-betsson .globalAward.black {
  display: none;
}

.globalAward {
  position: fixed;
  right: 2.86%;
  bottom: 4.81%;
  z-index: 9999;
  border-radius: 20px;
  cursor: pointer;
}
.globalAward.black {
  background: #000000;
}
.globalAward.red {
  background-color: #E23535;
}
.globalAward.gray {
  background-color: #BFBFBF;
}
.globalAward.gradient {
  background: linear-gradient(272deg, #FF8C16 35.16%, #FFB221 72.34%), #FF422E;
}
.globalAward .containerGlobal {
  width: 180px;
  height: 170px;
  background: url("https://wazdan.com/wp-content/uploads/floater-bcg.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.globalAward .containerGlobal a.closeFloat {
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: -15px;
  right: -5px;
}
.globalAward .containerGlobal a.closeFloat:hover {
  text-decoration: none;
}
.globalAward .containerGlobal .defaultView {
  text-align: center;
  padding: 15px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.globalAward .containerGlobal .defaultView .content {
  max-width: 150px;
}
.globalAward .containerGlobal .defaultView .content p {
  color: #FFF;
  text-align: left;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: -0.34px;
}
.globalAward .containerGlobal .defaultView .imgWrapper .first_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.globalAward .containerGlobal .defaultView .imgWrapper .second_img {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s;
}
.globalAward .containerGlobal .defaultView .button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  background-color: #FFF;
  border-radius: 40px;
  border: none;
  box-shadow: 0px 1px 3px 0px rgba(25, 25, 25, 0.15);
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 8px 15px;
}
.globalAward .containerGlobal .defaultView .button:hover {
  background-color: #ff3f20;
  color: #fff;
  text-decoration: none;
}
.globalAward:hover .containerGlobal .expandedView {
  height: 70px;
  padding-bottom: 10px;
}
.globalAward:hover .containerGlobal .expandedView img {
  border-radius: 0 0 20px 20px;
}
.globalAward:hover .containerGlobal .defaultView .imgWrapper .first_img {
  opacity: 0;
}
.globalAward:hover .containerGlobal .defaultView .imgWrapper .second_img {
  opacity: 1;
}

footer {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  padding-top: 50px !important;
  margin: auto;
  z-index: 5;
  position: relative;
}
@media (min-width: 1921px) {
  footer {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  footer {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  footer {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  footer {
    padding: 60px 28px;
  }
}
footer .footer_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 64px;
  max-width: 1600px;
  margin: auto;
}
@media (max-width: 1024px) {
  footer .footer_wrapper {
    gap: 30px;
  }
}
footer .footer_wrapper .quick_links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
footer .footer_wrapper .quick_links .links {
  display: flex;
  max-width: 600px;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer .footer_wrapper .quick_links .links {
    flex-direction: column;
    gap: 10px;
  }
}
footer .footer_wrapper .quick_links .links .wazdan_links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  list-style: none;
}
@media (max-width: 768px) {
  footer .footer_wrapper .quick_links .links .wazdan_links {
    list-style: none;
    flex-wrap: wrap;
    gap: 8px;
  }
}
footer .footer_wrapper .quick_links .links .wazdan_links li a {
  color: #191919;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  font-weight: 600;
}
footer .footer_wrapper .quick_links .links .social_links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  list-style: none;
}
footer .footer_wrapper .quick_links .links .social_links li a {
  color: #191919;
  text-decoration: none;
}
footer .footer_wrapper .our_licences {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer_wrapper .our_licences h4 {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
footer .footer_wrapper .our_licences p {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  max-width: 480px;
  width: 100%;
}
footer .footer_wrapper .our_licences .market-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
footer .footer_wrapper .our_licences .market-box a, footer .footer_wrapper .our_licences .market-box img {
  display: flex;
  height: 64px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #F7F7F7;
  color: #191919;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 1024px) {
  footer .footer_wrapper .our_licences .market-box a, footer .footer_wrapper .our_licences .market-box img {
    padding: 14px 8px;
  }
}
footer .footer_wrapper .our_licences .market-box a img, footer .footer_wrapper .our_licences .market-box img img {
  max-width: 70px;
  max-height: 36px;
  height: 100%;
  width: 100%;
  padding: 0;
}
footer .footer_wrapper .responsible_gaming {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer_wrapper .responsible_gaming h4 {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
footer .footer_wrapper .responsible_gaming p {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  max-width: 480px;
  width: 100%;
}
footer .footer_wrapper .responsible_gaming .licence-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  max-width: 1010px;
}
footer .footer_wrapper .responsible_gaming .licence-box a, footer .footer_wrapper .responsible_gaming .licence-box img {
  display: flex;
  height: 64px;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  background: #F7F7F7;
  color: #191919;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 1024px) {
  footer .footer_wrapper .responsible_gaming .licence-box a, footer .footer_wrapper .responsible_gaming .licence-box img {
    padding: 14px 8px;
  }
}
footer .footer_wrapper .responsible_gaming .licence-box a img, footer .footer_wrapper .responsible_gaming .licence-box img img {
  max-width: 70px;
  max-height: 36px;
  height: 100%;
  width: 100%;
  padding: 0;
}
footer .footer_wrapper .responsible_gaming .licence-box a .bga, footer .footer_wrapper .responsible_gaming .licence-box img .bga {
  max-width: 180px;
}

.homepage__wazdan .hero__section {
  background-color: #FAFAFA;
  min-height: 100vh;
}
@media (max-width: 1024px) {
  .homepage__wazdan .hero__section {
    min-height: unset;
  }
}
@media (min-width: 1024px) {
  .homepage__wazdan .hero__section.init {
    background-color: #191919;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.homepage__wazdan .hero__section__wrapper {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 0px 96px;
  position: relative;
}
@media (max-width: 1024px) {
  .homepage__wazdan .hero__section__wrapper {
    flex-direction: column;
    padding: 40px 28px;
    min-height: fit-content;
    padding-top: 100px;
  }
}
.homepage__wazdan .hero__section__wrapper .globedot {
  border-radius: 50%;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
.homepage__wazdan .hero__section__wrapper .globedot.active {
  background-color: #FF3D17;
  z-index: 999 !important;
}
.homepage__wazdan .hero__section__wrapper .globedotEvent {
  border-radius: 50%;
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  background-color: #6127FF;
  background-image: url("https://wazdan.com/wp-content/uploads/calendar-1-2.svg");
  background-position: center;
  background-size: 55%;
  background-repeat: no-repeat;
}
.homepage__wazdan .hero__section__wrapper .globedotEvent.active {
  background-color: #000;
  z-index: 999 !important;
  border: 2px solid #fff;
}
.homepage__wazdan .hero__section__wrapper .globedotEvent:hover {
  background-color: #000;
  border: 2px solid #fff;
  z-index: 999 !important;
}
.homepage__wazdan .hero__section__wrapper .globedotAward {
  border-radius: 50%;
  width: 29px;
  height: 29px;
  border: 2px solid #000;
  background-color: #fff;
  background-image: url("https://wazdan.com/wp-content/uploads/wazdan_awards_icon_50x50-cropped.svg");
  background-position: center;
  background-size: 55%;
  background-repeat: no-repeat;
}
.homepage__wazdan .hero__section__wrapper .globedotAward.active {
  background-color: #fff;
  z-index: 999 !important;
  border: 2px solid #fff;
  filter: invert(1);
}
.homepage__wazdan .hero__section__wrapper .globedotAward:hover {
  background-color: #fff;
  border: 2px solid #fff;
  z-index: 999 !important;
  filter: invert(1);
}
.homepage__wazdan .hero__section__wrapper .content_globe {
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  transition: 1s;
  transition-delay: 1.5s;
}
@media (min-width: 1024px) {
  .homepage__wazdan .hero__section__wrapper .content_globe.init {
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .homepage__wazdan .hero__section__wrapper .content_globe {
    width: 100%;
    text-align: center;
  }
}
.homepage__wazdan .hero__section__wrapper .content_globe__wrapper {
  max-width: 632px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 420px;
}
.homepage__wazdan .hero__section__wrapper .content_globe__wrapper h1 {
  padding-bottom: 15px;
  max-width: 670px;
}
.homepage__wazdan .hero__section__wrapper .content_globe__wrapper h1 span {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
}
@media (max-width: 1400px) {
  .homepage__wazdan .hero__section__wrapper .content_globe__wrapper h1 span {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1400px) {
  .homepage__wazdan .hero__section__wrapper .content_globe__wrapper h1 span {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #191919;
  }
}
@media (max-width: 1400px) and (max-width: 1400px) {
  .homepage__wazdan .hero__section__wrapper .content_globe__wrapper h1 span {
    font-size: 34px;
    line-height: 36px;
  }
}
.homepage__wazdan .hero__section__wrapper .content_globe__wrapper h2 {
  max-width: 670px;
  margin-bottom: 32px;
  font-size: 21px;
  line-height: 25px;
}
.homepage__wazdan .hero__section__wrapper .content_globe__wrapper h2 small {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 600;
  font-size: 21px;
  line-height: 25px;
}
.homepage__wazdan .hero__section__wrapper .content_globe__wrapper .typing .typewrite {
  height: 61px;
}
.homepage__wazdan .hero__section__wrapper .content_globe__wrapper .typing .typewrite .wrap {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  opacity: 0.9;
  background: var(--Red, linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .homepage__wazdan .hero__section__wrapper .content_globe__wrapper .typing .typewrite .wrap {
    font-size: 30px;
    line-height: 40px;
  }
}
.homepage__wazdan .hero__section__wrapper .globe {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  transition: 1s;
}
@media (max-width: 1024px) {
  .homepage__wazdan .hero__section__wrapper .globe {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .homepage__wazdan .hero__section__wrapper .globe.init {
    width: 100vw;
    position: fixed;
    z-index: 999;
    height: 100vh;
    transition: 1s;
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.homepage__wazdan .hero__section__wrapper .globe .globe__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.homepage__wazdan .hero__section__wrapper .globe .globe__wrapper .static__globe {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0px, -8px);
}
.homepage__wazdan .hero__section__wrapper .globe .globe__wrapper .static__globe img {
  width: 100%;
  max-height: 65vh;
}
@media (max-width: 1024px) {
  .homepage__wazdan .hero__section__wrapper .globe .globe__wrapper .static__globe {
    display: none;
  }
}
.homepage__wazdan .hero__section__wrapper .globe #globeViz {
  display: flex;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1024px) {
  .homepage__wazdan .hero__section__wrapper .globe {
    width: 100%;
  }
}
.homepage__wazdan .hero__section__wrapper .globe .eventLabel {
  cursor: pointer;
  position: absolute;
  left: 0;
  z-index: 999;
  border: 0.5px solid #000;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 120px;
  background: #fff;
  animation: 0.3s linear forwards showIn;
  max-width: 250px;
  width: 100%;
}
@keyframes showIn {
  0% {
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.homepage__wazdan .hero__section__wrapper .globe .eventLabel .desc {
  padding: 10px 40px;
  color: #000;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  position: relative;
  margin: 0;
  width: 100%;
}
.homepage__wazdan .hero__section__wrapper .globe .eventLabel .desc img {
  max-height: 45px;
  width: auto;
}
.homepage__wazdan .hero__section__wrapper .globe .eventLabel .desc .date {
  font-size: 12px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -21px;
  width: calc(100% - 60px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px 50px 0 0;
  padding: 3px;
  padding-top: 5px;
}
.homepage__wazdan .hero__section__wrapper .globe .eventLabel .desc .extras {
  font-size: 12px;
  background-color: #6127FF;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  position: absolute;
  bottom: -19px;
  width: calc(100% - 60px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 50px 50px;
  padding: 13px;
}
.homepage__wazdan .hero__section__wrapper .globe .countrLabel {
  position: absolute;
  background: #FFFFFF;
  color: #6127FF;
  border: 0.5px solid #6127FF;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 120px;
  padding: 12px 24px;
  left: 0;
  z-index: 999;
  cursor: pointer;
}
.homepage__wazdan .hero__section__wrapper .globe .countrLabel:hover {
  background-color: #6127FF;
  color: #FFFFFF;
}
.homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper {
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 36px;
  padding: 20px;
  display: none;
}
@media (max-width: 1024px) {
  .homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper {
    display: flex;
  }
}
.homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .licenses__item {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding: 8px 16px;
  background: #FFFFFF;
  border: 0.5px solid #E23535;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 120px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
  display: none;
}
.homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .licenses__item:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .licenses__item:focus {
  border: none;
}
.homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .licenses__item:focus-visible {
  border: none;
}
.homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .licenses__item a {
  color: #fff;
}
.homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .licenses__item:hover {
  background-color: #FF3D17;
}
.homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .licenses__item:hover a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .licenses__item:nth-child(1) {
    display: block;
  }
  .homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .licenses__item:nth-child(2) {
    display: block;
  }
  .homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .licenses__item:nth-child(3) {
    display: block;
  }
  .homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .licenses__item:nth-child(4) {
    display: block;
  }
  .homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .licenses__item:nth-child(5) {
    display: block;
  }
  .homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .licenses__item:nth-child(6) {
    display: block;
  }
  .homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .licenses__item:nth-child(7) {
    display: block;
  }
  .homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .licenses__item:nth-child(8) {
    display: block;
  }
}
.homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper.show_all .licenses__item {
  display: block;
}
.homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper.show_all .hero_button button::after {
  content: "Show Less";
  pointer-events: none;
}
.homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper.show_all .hero_button button::before {
  display: none;
}
.homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .hero_button {
  width: 100%;
  justify-content: center;
  display: none;
}
@media (max-width: 1024px) {
  .homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .hero_button {
    display: flex;
  }
}
.homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .hero_button button {
  border: none;
  background-color: transparent;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.homepage__wazdan .hero__section__wrapper .globe #licenses__wrapper .hero_button button::before {
  content: "Show More";
  pointer-events: none;
}
.homepage__wazdan .header__spacing {
  margin-top: 82px;
}
.homepage__wazdan .spacer {
  min-height: 20vh;
  z-index: 1;
  position: relative;
}
.homepage__wazdan .game__section {
  position: relative;
  background-color: #fff;
}
.homepage__wazdan .game__section .game__section__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  padding: 120px 86px 0 86px !important;
}
@media (min-width: 1921px) {
  .homepage__wazdan .game__section .game__section__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .homepage__wazdan .game__section .game__section__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .homepage__wazdan .game__section .game__section__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .homepage__wazdan .game__section .game__section__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .homepage__wazdan .game__section .game__section__wrapper {
    padding: 60px 28px;
  }
}
.homepage__wazdan .game__section .game__section__wrapper .heading {
  margin-bottom: 16px;
}
.homepage__wazdan .game__section .game__section__wrapper .heading .logo {
  text-align: center;
  padding-bottom: 20px;
}
.homepage__wazdan .game__section .game__section__wrapper .heading h3 {
  text-align: center;
}
.homepage__wazdan .game__section .game__section__wrapper .heading h3 span {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  color: #6127FF;
}
@media (max-width: 1400px) {
  .homepage__wazdan .game__section .game__section__wrapper .heading h3 span {
    font-size: 34px;
    line-height: 36px;
  }
}
.homepage__wazdan .game__section .game__section__wrapper .desc {
  margin: auto;
  margin-bottom: 52px;
  max-width: 600px;
  width: 100%;
  opacity: 0;
  transition: 1.3s ease-in-out;
}
@media (max-width: 1024px) {
  .homepage__wazdan .game__section .game__section__wrapper .desc {
    margin-bottom: 60px;
  }
}
.homepage__wazdan .game__section .game__section__wrapper .desc h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .game__section .game__section__wrapper .desc h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage__wazdan .game__section .game__section__wrapper .desc p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
.homepage__wazdan .game__section .game__section__wrapper .desc p span.non_break {
  white-space: nowrap;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper {
  display: flex;
  gap: 16px;
  margin: auto;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1440px;
  width: 100%;
  margin-bottom: 52px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper {
    margin-bottom: 45px;
  }
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__category {
  position: absolute;
  padding: 4px 12px;
  top: 20px;
  left: 0;
  background: #d4ecff;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-weight: 500;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  z-index: 10;
  position: relative;
  max-width: 405px;
  width: 100%;
  box-shadow: 0px 8px 8px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image {
    max-width: 390px;
  }
}
@media (max-width: 1290px) {
  .homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image {
    max-width: 370px;
  }
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image:hover {
  -webkit-transform: scale(0.97, 0.97);
  transform: scale(0.97) !important;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
  transition: transform 0s;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a:focus {
  border: none;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a:focus-visible {
  border: none;
}
.homepage__wazdan .game__section .game__section__wrapper .game__image__wrapper .game__image img {
  width: 100%;
  border-radius: 20px;
}
.homepage__wazdan .game__section .game__section__wrapper .button__wrapper {
  display: flex;
  justify-content: center;
}
.homepage__wazdan .game__section .game__section__wrapper .button__wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.homepage__wazdan .game__section .game__section__wrapper .button__wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .homepage__wazdan .game__section .game__section__wrapper .button__wrapper a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  .homepage__wazdan .game__section .game__section__wrapper .button__wrapper a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .homepage__wazdan .game__section .game__section__wrapper .button__wrapper a:focus {
    border: none;
  }
  .homepage__wazdan .game__section .game__section__wrapper .button__wrapper a:focus-visible {
    border: none;
  }
}
.homepage__wazdan .game__section .section__modal .modal-dialog {
  width: auto;
  max-width: 960px;
}
.homepage__wazdan .game__section .section__modal .modal-body {
  padding: 0;
}
.homepage__wazdan .game__section .section__modal .modal-body button.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 50px;
  z-index: 9;
  color: #fff;
}
.homepage__wazdan .game__section .section__modal .modal-body .container-fluid.playGame, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-sm, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-md, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-lg, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-xl {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .game__section .section__modal .modal-body .container-fluid.playGame, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-sm, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-md, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-lg, .homepage__wazdan .game__section .section__modal .modal-body .playGame.container-xl {
    background-color: #050505;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.homepage__wazdan .game__section .section__modal .modal-body .section div.modal__iframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .homepage__wazdan .game__section .section__modal .modal-body .section div.modal__iframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player {
  height: 600px !important;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player .button {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player .button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player .button:focus {
  border: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player .button:focus-visible {
  border: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe, .homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background: #000;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--mobile .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--landscape .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--mobile img {
  display: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--landscape img {
  display: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal_iframe_age_veryfication {
  display: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__iframe {
  position: relative;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop, .homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop, .homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
.homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe, .homepage__wazdan .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication {
  z-index: 8 !important;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication p {
  color: #fff;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication .modal_iframe_age_veryfication_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a {
  cursor: pointer;
  display: block;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus {
  border: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus-visible {
  border: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:hover {
  cursor: pointer;
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:focus {
  border: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:focus-visible {
  border: none;
}
.homepage__wazdan .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:before {
  content: "";
}
.homepage__wazdan .about__wazdan__section {
  background-color: #191919;
  min-height: 80vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10%;
}
@media (max-width: 1024px) {
  .homepage__wazdan .about__wazdan__section {
    flex-wrap: wrap;
    align-items: flex-end;
    min-height: fit-content;
  }
}
.homepage__wazdan .about__wazdan__section h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FFF;
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .about__wazdan__section h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.homepage__wazdan .about__wazdan__section p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #FFF;
  font-weight: 400;
  margin-bottom: 32px;
  opacity: 0;
  transition: 1.3s ease-in-out;
}
@media (max-width: 1400px) {
  .homepage__wazdan .about__wazdan__section p {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage__wazdan .about__wazdan__section .why__wazdan {
  display: flex;
  justify-content: center;
  padding: 0 100px 120px 100px;
  animation-name: slideTop;
  animation-delay: 4s;
  transition-timing-function: ease-in-out;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .homepage__wazdan .about__wazdan__section .why__wazdan {
    padding: 60px 28px;
    animation: none;
  }
}
.homepage__wazdan .about__wazdan__section .why__wazdan .out__story__content {
  max-width: 600px;
}
.homepage__wazdan .about__wazdan__section .why__wazdan .why__btn {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
  width: fit-content;
  margin: auto;
}
.homepage__wazdan .about__wazdan__section .why__wazdan .why__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.homepage__wazdan .about__wazdan__section .why__wazdan .why__btn:focus {
  border: none;
}
.homepage__wazdan .about__wazdan__section .why__wazdan .why__btn:focus-visible {
  border: none;
}
.homepage__wazdan .about__wazdan__section .our__story {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 120px 100px;
  min-height: 90vh;
  margin-top: 150px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
@media (max-width: 1400px) {
  .homepage__wazdan .about__wazdan__section .our__story {
    padding: 0px 100px 120px 100px;
    min-height: fit-content;
    margin-top: 300px;
  }
}
@media (max-width: 1024px) {
  .homepage__wazdan .about__wazdan__section .our__story {
    padding: 120px 100px;
    margin-top: 300px;
    min-height: 90vh;
  }
}
@media (max-width: 768px) {
  .homepage__wazdan .about__wazdan__section .our__story {
    margin-top: 350px;
    padding: 60px 28px;
  }
}
.homepage__wazdan .about__wazdan__section .our__story .get__know_btn {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
  width: fit-content;
  margin: auto;
}
.homepage__wazdan .about__wazdan__section .our__story .get__know_btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.homepage__wazdan .about__wazdan__section .our__story .get__know_btn:focus {
  border: none;
}
.homepage__wazdan .about__wazdan__section .our__story .get__know_btn:focus-visible {
  border: none;
}
.homepage__wazdan .about__wazdan__section .our__story .out__story__content {
  max-width: 600px;
}
.homepage__wazdan .learn__more__section {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 100px;
  min-height: 430px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .learn__more__section {
    padding: 50px 20px;
    min-height: fit-content;
  }
}
.homepage__wazdan .learn__more__section .learn__more__desc {
  text-align: center;
  padding: 0 5%;
}
@media (max-width: 1024px) {
  .homepage__wazdan .learn__more__section .learn__more__desc {
    text-align: center;
  }
}
.homepage__wazdan .learn__more__section .learn__more__desc h3 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  padding-bottom: 16px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .learn__more__section .learn__more__desc h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.homepage__wazdan .learn__more__section .learn__more__desc p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #FFF;
  font-weight: 400;
  opacity: 0;
  transition: 1.3s ease-in-out;
}
@media (max-width: 1400px) {
  .homepage__wazdan .learn__more__section .learn__more__desc p {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage__wazdan .learn__more__section .learn__more__desc .arrow__wrapper a {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 54px;
  cursor: pointer;
}
.homepage__wazdan .learn__more__section .learn__more__desc .arrow__wrapper .first {
  -webkit-animation: arrow-anim-1 2s infinite;
  -moz-animation: arrow-anim-1 2s infinite;
  animation: arrow-anim-1 2s infinite;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: 0.1s;
}
.homepage__wazdan .learn__more__section .learn__more__desc .arrow__wrapper .second {
  -webkit-animation: arrow-anim-2 2s infinite;
  -moz-animation: arrow-anim-2 2s infinite;
  animation: arrow-anim-2 2s infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
}
.homepage__wazdan .learn__more__section .learn__more__desc .arrow__wrapper .third {
  -webkit-animation: arrow-anim-3 2s infinite;
  -moz-animation: arrow-anim-3 2s infinite;
  animation: arrow-anim-3 2s infinite;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
}
.homepage__wazdan .learn__more__section .learn__more__desc .arrow__wrapper .fourth {
  -webkit-animation: arrow-anim-4 2s infinite;
  -moz-animation: arrow-anim-4 2s infinite;
  animation: arrow-anim-4 2s infinite;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.4s;
  animation-direction: alternate;
}
.homepage__wazdan .learn__more__section .learn__more__desc .arrow__wrapper .fifth {
  -webkit-animation: arrow-anim-5 2s infinite;
  -moz-animation: arrow-anim-5 2s infinite;
  animation: arrow-anim-5 2s infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.5s;
  animation-direction: alternate;
}
@keyframes arrow-anim-1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-5 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.homepage__wazdan .letstalk__section {
  background-color: #0a1b07;
  color: #fff;
  width: 100%;
  z-index: 10;
  position: relative;
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper {
  display: flex;
  align-items: center;
  position: relative;
  padding: 60px 15px;
  max-width: 1366px;
  margin: auto;
  padding: 60px 15px;
  min-height: 510px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper {
    min-height: unset;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper {
    flex-direction: column;
    padding-bottom: 0px;
  }
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content {
    max-width: 390px;
    width: 100%;
    margin: auto;
  }
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content h2 {
  font-size: 50px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content h3 {
  font-size: 40px;
  margin-bottom: 60px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 45px;
    text-align: center;
  }
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper {
    margin-bottom: 45px;
    justify-content: center;
  }
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper a:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #12102B;
    background-color: #D4ECFF;
  }
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper a:hover {
    cursor: pointer;
    border-color: #6127FF;
    background: #6127FF;
    text-decoration: none;
    color: #fff;
    transition: 0.2s ease-in;
  }
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper a:focus {
    border: none;
  }
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .letstalk__content .btn__wrapper a:focus-visible {
    border: none;
  }
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .larry-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .larry-wrapper {
    position: static;
  }
}
@media (max-width: 768px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .larry-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.homepage__wazdan .letstalk__section .letstalk__section__wrapper .larry-wrapper img {
  width: 511.44px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .letstalk__section .letstalk__section__wrapper .larry-wrapper img {
    width: 335px;
  }
}
.homepage__wazdan .news-section {
  background: #FAFAFA;
  position: relative;
}
@media (min-width: 1921px) {
  .homepage__wazdan .news-section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .homepage__wazdan .news-section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .homepage__wazdan .news-section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .homepage__wazdan .news-section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .homepage__wazdan .news-section {
    padding: 60px 28px;
  }
}
.homepage__wazdan .news-section .news-container .news-content {
  max-width: 632px;
  margin: auto;
}
.homepage__wazdan .news-section .news-container .news-content h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .news-section .news-container .news-content h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.homepage__wazdan .news-section .news-container .news-content p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
  opacity: 0;
  transition: 1.3s ease-in-out;
}
@media (max-width: 1400px) {
  .homepage__wazdan .news-section .news-container .news-content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.homepage__wazdan .news-section .news-container .newsletter {
  max-width: 616px;
  margin: auto;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  .homepage__wazdan .news-section .news-container .newsletter {
    max-width: 616px;
  }
}
@media (max-width: 1024px) {
  .homepage__wazdan .news-section .news-container .newsletter {
    max-width: 444px;
  }
}
@media (max-width: 1024px) {
  .homepage__wazdan .news-section .news-container .newsletter .wpforms-form {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
  }
}
.homepage__wazdan .news-section .news-container .newsletter .business-email {
  padding-right: 12px;
  position: relative;
}
.homepage__wazdan .news-section .news-container .newsletter .business-email input {
  border: 1px solid #3B3B3B;
  border-radius: 5px;
  height: 46px;
  padding: 12px 24px;
}
.homepage__wazdan .news-section .news-container .newsletter .business-email input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.homepage__wazdan .news-section .news-container .newsletter .business-email .reset {
  position: absolute;
  top: 32px;
  transform: translateY(-50%);
  right: 34px;
}
.homepage__wazdan .news-section .news-container .newsletter .wpforms-container-full {
  margin: 0 auto;
  transform: translateX(20px);
}
@media (max-width: 768px) {
  .homepage__wazdan .news-section .news-container .newsletter .wpforms-container-full {
    transform: translateX(0px);
  }
}
.homepage__wazdan .news-section .news-container .newsletter .agree-text {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
}
.homepage__wazdan .news-section .news-container .newsletter .agree-text a {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-decoration: underline;
}
.homepage__wazdan .news-section .news-container .newsletter .agree-text a:hover {
  color: #FF3D17;
}
.homepage__wazdan .news-section .news-container .newsletter .agree-text a:active {
  color: #C43131;
}
.homepage__wazdan .news-section .news-container .newsletter .subscribe-btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
}
.homepage__wazdan .news-section .news-container .newsletter .subscribe-btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .homepage__wazdan .news-section .news-container .newsletter .subscribe-btn {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  .homepage__wazdan .news-section .news-container .newsletter .subscribe-btn:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .homepage__wazdan .news-section .news-container .newsletter .subscribe-btn:focus {
    border: none;
  }
  .homepage__wazdan .news-section .news-container .newsletter .subscribe-btn:focus-visible {
    border: none;
  }
}
@media (max-width: 768px) {
  .homepage__wazdan .news-section .news-container .newsletter .subscribe-btn {
    margin: 0 auto 16px auto;
  }
}
.homepage__wazdan .news-section .news-container .newsletter .wpforms-error {
  padding: 10px;
}
.homepage__wazdan .news-section .news-container .btn-news {
  display: flex;
  justify-content: center;
}
.homepage__wazdan .news-section .news-container .btn-news a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.homepage__wazdan .news-section .news-container .btn-news a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .homepage__wazdan .news-section .news-container .btn-news a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  .homepage__wazdan .news-section .news-container .btn-news a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .homepage__wazdan .news-section .news-container .btn-news a:focus {
    border: none;
  }
  .homepage__wazdan .news-section .news-container .btn-news a:focus-visible {
    border: none;
  }
}
.homepage__wazdan .news-section .news-container .news-wrapper {
  max-width: 1336px;
  width: 100%;
  margin: auto;
  margin-bottom: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .news-section .news-container .news-wrapper {
    margin-bottom: 45px;
  }
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item {
  margin: 15px 0;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news {
  position: relative;
  width: 405px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: 2px solid #fff;
  transition: transform 0.3s;
}
@media (max-width: 1400px) {
  .homepage__wazdan .news-section .news-container .news-wrapper .news__item .news {
    max-width: 400px;
  }
}
@media (max-width: 1290px) {
  .homepage__wazdan .news-section .news-container .news-wrapper .news__item .news {
    max-width: 370px;
  }
}
@media (max-width: 1024px) {
  .homepage__wazdan .news-section .news-container .news-wrapper .news__item .news {
    padding: 30px;
    min-height: 380px;
  }
}
@media (max-width: 576px) {
  .homepage__wazdan .news-section .news-container .news-wrapper .news__item .news {
    width: auto;
    max-width: 422px;
  }
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-title {
  margin-bottom: 12px;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-title a {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  padding: 15px 0px;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-category-wrapper {
  position: absolute;
  top: 34px;
  max-height: 40px;
  right: -2px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  border-radius: 8px 0px 0px 8px;
  background: #F3F8FC;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-category-wrapper p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-category-wrapper .img__wrapper {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-category-wrapper .img__wrapper img {
  height: 100%;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #3B3B3B;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .news-category-wrapper a.news-category-name:hover {
  text-decoration: none;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .description-wrapper .news-description p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .description-wrapper a {
  font-size: 20px;
  line-height: 26px;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .description-wrapper .news-btn {
  display: flex;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news .description-wrapper .news-btn a {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: var(--Red, linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news:hover {
  cursor: pointer;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: transform 0.3s ease-in-out;
}
.homepage__wazdan .news-section .news-container .news-wrapper .news__item .news:hover .news-btn {
  text-decoration: none;
}
.homepage__wazdan .joinus__section {
  padding: 120px 0;
  background-color: #fff;
}
.homepage__wazdan .joinus__section .joinus__wrapper {
  max-width: 880px;
  margin: auto;
}
.homepage__wazdan .joinus__section .joinus__wrapper .heading h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
}
@media (max-width: 1400px) {
  .homepage__wazdan .joinus__section .joinus__wrapper .heading h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.homepage__wazdan .joinus__section .joinus__wrapper .desc {
  margin: auto;
  margin-bottom: 32px;
  max-width: 565px;
  width: 100%;
}
.homepage__wazdan .joinus__section .joinus__wrapper .desc p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  opacity: 0;
  transition: 1.3s ease-in-out;
}
@media (max-width: 1400px) {
  .homepage__wazdan .joinus__section .joinus__wrapper .desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
.homepage__wazdan .joinus__section .joinus__wrapper .desc p span.non_break {
  white-space: nowrap;
}
.homepage__wazdan .joinus__section .joinus__wrapper .button__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 52px;
}
.homepage__wazdan .joinus__section .joinus__wrapper .button__wrapper a {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  opacity: 0;
  transition: 1.3s ease-in-out;
}
.homepage__wazdan .joinus__section .joinus__wrapper .button__wrapper a:hover {
  cursor: pointer;
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
}
.homepage__wazdan .joinus__section .joinus__wrapper .button__wrapper a:focus {
  border: none;
}
.homepage__wazdan .joinus__section .joinus__wrapper .button__wrapper a:focus-visible {
  border: none;
}
.homepage__wazdan .joinus__section .joinus__image__gallery .image__wrapper {
  background-color: black;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .homepage__wazdan .joinus__section .joinus__image__gallery .image__wrapper {
    pointer-events: none;
  }
}
.homepage__wazdan .joinus__section .joinus__image__gallery .image__wrapper:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
}
.homepage__wazdan .joinus__section .joinus__image__gallery .image__wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: 0.5s;
}
.homepage__wazdan .joinus__section .joinus__image__gallery .slick-dots {
  bottom: -50px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .joinus__section .joinus__image__gallery .slick-dots {
    bottom: -80px;
  }
}
.homepage__wazdan .joinus__section .joinus__image__gallery .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.homepage__wazdan .joinus__section .joinus__image__gallery .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.homepage__wazdan .joinus__section .joinus__image__gallery .slick-dots li button {
  height: 30px;
  width: 30px;
}
.homepage__wazdan .joinus__section .joinus__image__gallery .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.homepage__wazdan .joinus__section .joinus__image__gallery .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.homepage__wazdan .joinus__section .slick-list {
  margin: 0 -10px;
  padding: 0px 100px;
}
@media (max-width: 1024px) {
  .homepage__wazdan .joinus__section .slick-list {
    padding: 0px 50px;
  }
}
.homepage__wazdan .joinus__section .slick-list .slick-slide {
  margin: 0 10px;
}

.site-our-story .globalAward {
  display: none;
}

.site-our-story-11 .globalAward {
  display: none;
}

.our__story__wazdan .welcome__section {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: white;
  min-height: 100vh;
}
@media (min-width: 1921px) {
  .our__story__wazdan .welcome__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .our__story__wazdan .welcome__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .our__story__wazdan .welcome__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .our__story__wazdan .welcome__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .our__story__wazdan .welcome__section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .our__story__wazdan .welcome__section {
    flex-direction: column;
    margin-top: 58px;
  }
}
.our__story__wazdan .welcome__section .welocme__section__wrapper {
  margin: auto;
  display: flex;
  flex-basis: 100%;
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .wazdan__image {
  margin-left: 80px;
}
@media (max-width: 1024px) {
  .our__story__wazdan .welcome__section .welocme__section__wrapper .wazdan__image {
    margin-left: 0px;
    min-width: 300px;
    width: 100%;
  }
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 1920px) {
  .our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc {
    max-width: 700px;
  }
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc h2 {
  padding-bottom: 24px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
}
@media (max-width: 1400px) {
  .our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1024px) {
  .our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc h2 {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #191919;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc h3 {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  margin-bottom: 32px;
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc .typewrite__our__story {
  height: 61px;
}
.our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc .typewrite__our__story .wrap {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FF3D17;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1400px) {
  .our__story__wazdan .welcome__section .welocme__section__wrapper .welcome__section__desc .desc .typewrite__our__story .wrap {
    font-size: 34px;
    line-height: 36px;
  }
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper {
  position: relative;
}
@media (min-width: 1921px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper {
    padding: 60px 28px;
  }
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start {
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .arrow {
  top: 90%;
  left: 90%;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: fixed;
  display: none;
  border: 1px solid #fff;
  width: 44px;
  height: 44px;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .arrow a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .arrow:hover {
  border: 1px solid #FF3D17;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .arrow:active {
  background-color: #C43131;
  border: 1px solid #C43131;
  color: white;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .arrow:active svg path {
  fill: white;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .arrow svg {
  padding: 8px;
  width: 100%;
  height: 100%;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .arrow svg path {
  fill: #FF3D17;
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block {
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  color: white;
  padding: 15px;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block {
    padding: 20px 28px 80px 28px;
    min-height: inherit;
  }
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block .heading h5 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  text-align: center;
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block .heading h5 {
    font-size: 40px;
    line-height: 43px;
  }
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block h3 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #FFF;
  font-weight: 400;
  text-align: center;
  max-width: 600px;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__philosophy__section .our__philosophy__section__wrapper .our__philosophy__section__start .our__philosophy__section__block p {
    font-size: 20px;
    line-height: 26px;
  }
}
.our__story__wazdan .our__history__section {
  background-color: #fff;
}
@media (min-width: 1921px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper {
    padding: 60px 28px;
  }
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .heading {
  margin-bottom: 16px;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .heading h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 51px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .heading h4 {
    font-size: 30px;
    line-height: 38px;
  }
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .desc {
  max-width: 880px;
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .desc {
    margin-bottom: 60px;
  }
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .desc p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  max-width: 630px;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .desc p {
    font-size: 20px;
    line-height: 26px;
  }
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline {
  margin: auto;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  position: relative;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .line {
  width: 80%;
  position: absolute;
  display: block;
  height: 2px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  top: 37px;
  z-index: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider {
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .next-button {
    width: 14px;
  }
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .prev-button {
    width: 14px;
  }
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track {
  position: relative;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide {
  padding: 15px 0;
  opacity: 1;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide:first-child::before {
  content: "";
  width: 30% !important;
  left: -25% !important;
  display: block;
  position: absolute;
  background: white;
  height: 30px;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide:last-child::before {
  width: 30% !important;
  right: -25% !important;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide .slide {
  position: relative;
  z-index: 2;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide .slide .years {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  color: #191919;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  background: transparent;
  z-index: 3;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide .slide .years span {
  background-color: white;
  padding: 0 30px;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide .slide .event {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #191919;
  max-width: 250px;
  margin: auto;
  margin-top: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  height: 0px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide .slide .event {
    font-size: 15px;
    line-height: 19px;
  }
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide.slick-active {
  opacity: 1;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide.slick-current .years {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 51px;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide.slick-current .event {
  opacity: 1;
  height: auto;
}
.our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide:last-child::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 300px;
  background-color: #fff;
  right: -9%;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__history__section .our__history__section__wrapper .timeline .timeline__slider .slick-track .slick-slide:last-child::before {
    right: 0px;
  }
}
.our__story__wazdan .our__team__section {
  background: #F9F9F9;
  position: relative;
}
@media (min-width: 1921px) {
  .our__story__wazdan .our__team__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .our__story__wazdan .our__team__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__team__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .our__story__wazdan .our__team__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .our__story__wazdan .our__team__section {
    padding: 60px 28px;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__heading h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__heading h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__heading h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__desc p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  max-width: 630px;
  width: 100%;
  margin: 16px auto;
  margin-bottom: 52px;
  text-align: center;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__desc p {
    font-size: 20px;
    line-height: 26px;
    margin: 30px auto 45px auto;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__video {
  display: none;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__video video {
  width: 100%;
  object-fit: cover;
  background-position: center;
  max-height: 435px;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join {
  display: flex;
  align-content: center;
  justify-content: center;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join .our__team__join__button {
  width: fit-content;
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 52px;
  margin-bottom: 80px;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join .our__team__join__button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join .our__team__join__button {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join .our__team__join__button:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join .our__team__join__button:focus {
    border: none;
  }
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__join .our__team__join__button:focus-visible {
    border: none;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper {
  max-width: 1450px;
  margin: auto;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members {
  margin-top: 52px;
  gap: 32px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members {
    gap: 15px;
    width: 100%;
    margin: auto;
    margin-top: 52px;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member {
  width: 350px;
  text-align: center;
}
@media (max-width: 1600px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member {
    width: calc(50% - 15px);
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image {
  position: relative;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image .linkedin {
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #FF3D17;
  cursor: pointer;
}
@media only screen and (min-width: 1600px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image .linkedin {
    right: 45px;
  }
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image .linkedin {
    width: 48px;
    height: 48px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image .linkedin svg {
  width: 24px;
  fill: white;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image .linkedin:hover {
  background-color: white;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image .linkedin:active {
  background-color: #C43131;
  border: 1px solid #C43131;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image .linkedin:active svg {
  fill: white;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__image img.person__image {
  border-radius: 20px;
  max-width: 300px;
  max-height: 300px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__name {
  margin-top: 30px;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .inner_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5%;
  gap: 50px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  border-radius: 10px;
  height: 100%;
  width: 100%;
  max-width: 405px;
  max-height: 405px;
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .inner_wrapper .number {
  color: white;
  font-weight: 700;
  font-size: 100px;
  line-height: 128px;
  text-align: center;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .inner_wrapper .number {
    margin-bottom: 0;
    color: #FFF;
    font-size: 40px;
    line-height: 51px;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .inner_wrapper .number {
    font-size: 30px;
    line-height: 40px;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .desc {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .desc {
    width: 100%;
  }
}
.our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .desc p {
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: auto;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #FF3D17;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1400px) {
  .our__story__wazdan .our__team__section .our__team__section__wrapper .our__team__team__wrapper .team__members .more__employee .desc p {
    font-size: 20px;
    line-height: 26px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.timeline__slider {
  position: relative;
}
.timeline__slider .slick-arrow.slick-disabled {
  display: none !important;
}
.timeline__slider .next-button, .timeline__slider .prev-button {
  max-height: 44px;
  position: absolute;
  top: 50%;
  margin-top: 15px;
  z-index: 10;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: white;
  font-weight: 400;
  width: 68px;
  height: 68px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 0%;
  transition: 0.6s;
}
.timeline__slider .next-button:hover, .timeline__slider .prev-button:hover {
  transform: scale(0.85);
}
@media (max-width: 1024px) {
  .timeline__slider .next-button, .timeline__slider .prev-button {
    width: 48px;
    height: 48px;
  }
}
.timeline__slider .prev-button {
  left: 0;
}
.timeline__slider .next-button {
  right: 0;
}

.carousel__customised, .top__games__wrapper, .news-wrapper {
  /* the parent */
}
.carousel__customised .slick-slide, .top__games__wrapper .slick-slide, .news-wrapper .slick-slide {
  margin: 0 10px;
}
.carousel__customised .slick-list, .top__games__wrapper .slick-list, .news-wrapper .slick-list {
  margin: 0 -10px;
}

.carousel__testimonials .slick-list, .our__carousel .slick-list, .media__carousel .slick-list {
  overflow: visible;
}
.carousel__testimonials .slick-list .slick-slide, .our__carousel .slick-list .slick-slide, .media__carousel .slick-list .slick-slide {
  opacity: 0.5;
}
.carousel__testimonials .slick-list .slick-slide.slick-active, .our__carousel .slick-list .slick-slide.slick-active, .media__carousel .slick-list .slick-slide.slick-active {
  opacity: 1;
}

.news__wazdan p {
  margin-bottom: 0;
}
.news__wazdan .highlight__section {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.news__wazdan .highlight__section .news__container {
  max-width: 1362px;
  width: 100%;
  padding: 70px 50px 120px 50px;
}
@media (max-width: 1024px) {
  .news__wazdan .highlight__section .news__container {
    padding: 0px 25px 50px 25px;
  }
}
.news__wazdan .highlight__section .news__container .highlight__news {
  background-color: #FAFAFA;
  padding: 32px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
}
@media (max-width: 1024px) {
  .news__wazdan .highlight__section .news__container .highlight__news {
    display: block;
  }
}
.news__wazdan .highlight__section .news__container .highlight__news__image {
  max-width: 350px;
  padding-right: 32px;
}
.news__wazdan .highlight__section .news__container .highlight__news__image img {
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .news__wazdan .highlight__section .news__container .highlight__news__image {
    padding-top: 70px;
    padding-bottom: 30px;
    padding-right: 0px;
  }
}
.news__wazdan .highlight__section .news__container .highlight__news__date {
  margin-bottom: 16px;
}
.news__wazdan .highlight__section .news__container .highlight__news__title {
  margin-bottom: 16px;
}
.news__wazdan .highlight__section .news__container .highlight__news__title h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .news__wazdan .highlight__section .news__container .highlight__news__title h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .news__wazdan .highlight__section .news__container .highlight__news__title h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.news__wazdan .highlight__section .news__container .highlight__news__category {
  position: absolute;
  top: 34px;
  max-height: 55px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 5px 0px 0px 5px;
  background: #FFF;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
.news__wazdan .highlight__section .news__container .highlight__news__category p {
  margin: 0;
}
.news__wazdan .highlight__section .news__container .highlight__news__category .img__wrapper {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__wazdan .highlight__section .news__container .highlight__news__category .img__wrapper img {
  height: 34px;
}
.news__wazdan .highlight__section .news__container .highlight__news__category a.news-category-name {
  color: #191919;
  font-weight: bold;
}
.news__wazdan .highlight__section .news__container .highlight__news__tags {
  margin-bottom: 16px;
}
.news__wazdan .highlight__section .news__container .highlight__news__tags p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .news__wazdan .highlight__section .news__container .highlight__news__tags p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .news__wazdan .highlight__section .news__container .highlight__news__tags p {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .news__wazdan .highlight__section .news__container .highlight__news__tags p {
    font-size: 20px;
    line-height: 25px;
  }
}
.news__wazdan .highlight__section .news__container .btn__wrapper {
  display: flex;
}
.news__wazdan .highlight__section .news__container .btn__wrapper .highlight__news__btn {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #FF3D17;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
@media (max-width: 1400px) {
  .news__wazdan .highlight__section .news__container .btn__wrapper .highlight__news__btn {
    font-size: 20px;
    line-height: 26px;
  }
}
.news__wazdan .highlight__section .news__container .btn__wrapper .highlight__news__btn:active {
  color: #C43131;
}
.news__wazdan .menu__section {
  z-index: 9;
  position: relative;
}
.news__wazdan .menu__section .news__menu {
  padding: 0rem 1rem;
  background-color: #F9F9F9;
  z-index: 9;
  position: relative;
}
.news__wazdan .menu__section .news__menu .mobile__button {
  display: none;
}
@media (max-width: 1024px) {
  .news__wazdan .menu__section .news__menu .mobile__button {
    display: none;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 15px;
  }
}
.news__wazdan .menu__section .news__menu .mobile__button img {
  width: 28px;
  height: 28px;
}
.news__wazdan .menu__section .news__menu .mobile__button span {
  font-size: 20px;
  line-height: 26px;
}
.news__wazdan .menu__section .news__menu.fixed__news {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.news__wazdan .menu__section .news__menu nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  gap: 12px;
}
@media (max-width: 1024px) {
  .news__wazdan .menu__section .news__menu nav {
    flex-wrap: nowrap;
    height: 0px;
    transition: 0.5s;
    flex-direction: column;
    justify-content: flex-start;
  }
  .news__wazdan .menu__section .news__menu nav.active {
    height: fit-content;
  }
}
.news__wazdan .menu__section .news__menu nav a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
  margin: 24px 0px;
  height: 44px;
  gap: 12px;
  padding: 12px 24px;
}
.news__wazdan .menu__section .news__menu nav a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .news__wazdan .menu__section .news__menu nav a {
    border: 0px;
    box-shadow: none;
  }
}
.news__wazdan .menu__section .news__menu nav a:hover {
  text-decoration: unset;
  background-color: #6127ff;
  border-color: #6127ff;
}
.news__wazdan .menu__section .news__menu nav a:hover p {
  color: #fff;
}
.news__wazdan .menu__section .news__menu nav a:hover .img__wrapper {
  filter: invert(1);
}
.news__wazdan .menu__section .news__menu nav a .img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__wazdan .menu__section .news__menu nav a .img__wrapper img {
  height: 14px;
}
.news__wazdan .menu__section .news__menu nav a p {
  font-size: 16px;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .news__wazdan .menu__section .news__menu nav a p {
    display: block;
  }
}
@media (max-width: 1024px) {
  .news__wazdan .menu__section .news__menu nav a {
    border-left: none;
    padding: 15px;
    border: 1px solid #CDCDCD;
    margin: 0;
  }
  .news__wazdan .menu__section .news__menu nav a:last-child {
    border-bottom: 1px solid #CDCDCD;
  }
}
.news__wazdan .menu__section .news__menu nav .active {
  border-color: #6127ff;
  text-decoration: none;
  background-color: #6127ff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.news__wazdan .menu__section .news__menu nav .active p {
  color: #fff;
}
.news__wazdan .menu__section .news__menu nav .active .img__wrapper {
  filter: invert(1);
}
.news__wazdan .news__section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  background-color: #FAFAFA;
}
@media (max-width: 1024px) {
  .news__wazdan .news__section {
    padding: 15px;
    padding-top: 60px;
  }
}
.news__wazdan .news__section .news-container {
  max-width: 1440px;
}
.news__wazdan .news__section .news-container .news-wrapper {
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .news__wazdan .news__section .news-container .news-wrapper {
    padding-bottom: 60px;
  }
}
.news__wazdan .news__section .news-container .news-content {
  padding-bottom: 3rem;
}
.news__wazdan .news__section .news-container .news-content h2 {
  padding-bottom: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .news__wazdan .news__section .news-container .news-content h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.news__wazdan .news__section .news-container .news-content p {
  font-size: 30px;
  line-height: 2rem;
  text-align: center;
}
.news__wazdan .news__section .news-container .news-content p .bold-txt {
  font-weight: 700;
}
.news__wazdan .news__section .news-container .loadmore {
  display: flex;
  justify-content: center;
  cursor: pointer;
  width: fit-content;
  margin: auto;
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.news__wazdan .news__section .news-container .loadmore:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.news__wazdan .news__section .news-container .blog-posts {
  padding: 32px 0 52px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
  align-content: flex-end;
  justify-content: center;
}
@media (max-width: 1024px) {
  .news__wazdan .news__section .news-container .blog-posts {
    padding: 0;
    padding-bottom: 5rem;
  }
}
.news__wazdan .news__section .news-container .blog-posts .news {
  position: relative;
  width: 405px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: none;
  transition: transform 0.3s;
}
@media (max-width: 1024px) {
  .news__wazdan .news__section .news-container .blog-posts .news {
    max-width: 380px;
    width: 100%;
  }
}
.news__wazdan .news__section .news-container .blog-posts .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding-bottom: 12px;
  width: 100%;
}
.news__wazdan .news__section .news-container .blog-posts .news .news-title {
  padding-bottom: 12px;
  width: 100%;
}
.news__wazdan .news__section .news-container .blog-posts .news .news-title a {
  pointer-events: none;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
}
@media (max-width: 1400px) {
  .news__wazdan .news__section .news-container .blog-posts .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.news__wazdan .news__section .news-container .blog-posts .news .news-category-wrapper {
  position: absolute;
  top: 34px;
  max-height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  border-radius: 8px 0px 0px 8px;
  background: #F3F8FC;
}
.news__wazdan .news__section .news-container .blog-posts .news .news-category-wrapper p {
  margin: 0;
}
.news__wazdan .news__section .news-container .blog-posts .news .news-category-wrapper .img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__wazdan .news__section .news-container .blog-posts .news .news-category-wrapper .img__wrapper img {
  height: 24px;
}
.news__wazdan .news__section .news-container .blog-posts .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.news__wazdan .news__section .news-container .blog-posts .news .description-wrapper {
  overflow: hidden;
}
.news__wazdan .news__section .news-container .blog-posts .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.news__wazdan .news__section .news-container .blog-posts .news .description-wrapper .news-description p {
  margin: 0;
}
.news__wazdan .news__section .news-container .blog-posts .news .description-wrapper a {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .news__wazdan .news__section .news-container .blog-posts .news .description-wrapper a {
    font-size: 20px;
    line-height: 25px;
  }
}
.news__wazdan .news__section .news-container .blog-posts .news .description-wrapper .news-btn {
  width: fit-content;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.news__wazdan .news__section .news-container .blog-posts .news .description-wrapper .news-btn:hover {
  box-shadow: none;
}
.news__wazdan .news__section .news-container .blog-posts .news .description-wrapper .news-btn:active {
  color: #C43131;
}
.news__wazdan .news__section .news-container .blog-posts .news:hover {
  cursor: pointer;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transform: scale(0.97);
  transition: transform 0.3s ease-in-out;
}
.news__wazdan .media__partners {
  background: #FFF;
}
.news__wazdan .media__partners__wrapper {
  width: 100%;
  margin: 120px auto;
  padding: 1px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .news__wazdan .media__partners__wrapper {
    margin: 60px auto;
    padding: 0;
  }
}
.news__wazdan .media__partners__wrapper .heading h4 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .news__wazdan .media__partners__wrapper .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .news__wazdan .media__partners__wrapper .heading h4 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.news__wazdan .media__partners .slick-slide {
  margin: 10px;
}
.news__wazdan .media__partners .media__carousel {
  margin-top: 70px;
  padding-bottom: 30px;
}
.news__wazdan .media__partners .media__carousel .media__carousel__item {
  border-radius: 17px;
  background: #D4ECFF;
  padding: 40px 20px;
  min-height: 180px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.news__wazdan .media__partners .media__carousel .media__carousel__item img {
  max-height: 80px;
  height: 100%;
  width: 100%;
}

.news_page .news__wrapper {
  background-color: #fafafa;
  margin: 0 96px;
}
@media (max-width: 1024px) {
  .news_page .news__wrapper {
    padding-top: 80px;
    margin: 0 5%;
  }
}
.news_page .news__wrapper blockquote {
  padding-left: 30px;
  border-left: 5px solid #6127FF;
  margin-top: 35px;
  margin-bottom: 35px;
}
.news_page .news__wrapper a {
  color: #3B3B3B;
  text-decoration: underline;
  font-weight: 900;
}
.news_page .news__wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.news_page .news__wrapper p.paragraph-latam-news {
  line-height: 35px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.news_page .news__wrapper .cta-button-latam-news a {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.news_page .news__wrapper .lang_wrapper {
  padding-top: 30px;
}
.news_page .news__wrapper .lang_wrapper .polylang_langswitcher {
  display: flex;
  gap: 10px;
  list-style: none;
  justify-content: start;
}
@media (max-width: 768px) {
  .news_page .news__wrapper .lang_wrapper {
    padding-left: 7%;
  }
}
.news_page .news__wrapper .breadcrumbs {
  max-width: 100%;
  padding: 110px 0 0 0;
}
@media (max-width: 1024px) {
  .news_page .news__wrapper .breadcrumbs {
    padding: 100px 5% 36px 7%;
  }
}
.news_page .news__wrapper .post_content_section {
  padding: 0 0 120px 0;
  max-width: 616px;
  margin: auto;
}
@media (max-width: 1024px) {
  .news_page .news__wrapper .post_content_section {
    padding: 20px 60px;
  }
}
@media (max-width: 768px) {
  .news_page .news__wrapper .post_content_section {
    padding: 20px;
  }
}
.news_page .news__wrapper .post_content_section .post__intro {
  padding-top: 50px;
}
.news_page .news__wrapper .post_content_section .post__intro__date {
  margin-bottom: 16px;
}
.news_page .news__wrapper .post_content_section .post__intro__date p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .news_page .news__wrapper .post_content_section .post__intro__date p {
    margin-bottom: 0;
    color: #191919;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
}
.news_page .news__wrapper .post_content_section .post__intro__title {
  margin-bottom: 16px;
}
.news_page .news__wrapper .post_content_section .post__intro__title h1 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .news_page .news__wrapper .post_content_section .post__intro__title h1 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .news_page .news__wrapper .post_content_section .post__intro__title h1 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.news_page .news__wrapper .post_content_section .post__intro__category {
  position: absolute;
  top: 150px;
  max-height: 58px;
  right: 96px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 5px 0px 0px 5px;
  background: #FFF;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .news_page .news__wrapper .post_content_section .post__intro__category {
    top: 70px;
    right: 5%;
  }
}
.news_page .news__wrapper .post_content_section .post__intro__category p {
  margin: 0;
}
.news_page .news__wrapper .post_content_section .post__intro__category .img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_page .news__wrapper .post_content_section .post__intro__category .img__wrapper img {
  height: 34px;
}
.news_page .news__wrapper .post_content_section .post__intro__category a.news-category-name {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}
.news_page .news__wrapper .post_content_section .post__intro__tags {
  margin-bottom: 50px;
}
.news_page .news__wrapper .post_content_section .post__intro__tags p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .news_page .news__wrapper .post_content_section .post__intro__tags p {
    font-size: 20px;
    line-height: 25px;
  }
}
.news_page .news__wrapper .post_content_section .post_content {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .news_page .news__wrapper .post_content_section .post_content {
    font-size: 20px;
    line-height: 25px;
  }
}
.news_page .news__wrapper .post_content_section .post_content ul li {
  margin-left: 25px;
  font-size: 18px;
}
.news_page .read__more__section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 120px;
  background-color: #FFFFFF;
}
@media (max-width: 1024px) {
  .news_page .read__more__section {
    padding-top: 60px;
  }
}
.news_page .read__more__section .read__more__section__title {
  width: 100%;
  text-align: center;
  padding-bottom: 52px;
}
.news_page .read__more__section .read__more__section__title h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .news_page .read__more__section .read__more__section__title h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .news_page .read__more__section .read__more__section__title h3 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.news_page .read__more__section .news__wrapper__readmore {
  padding-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-content: flex-end;
  justify-content: center;
}
.news_page .read__more__section .news__wrapper__readmore .news {
  position: relative;
  width: 405px;
  background: #FAFAFA;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: none;
  transition: transform 0.3s;
}
@media (max-width: 1024px) {
  .news_page .read__more__section .news__wrapper__readmore .news {
    width: 330px;
  }
}
.news_page .read__more__section .news__wrapper__readmore .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding-bottom: 12px;
}
.news_page .read__more__section .news__wrapper__readmore .news .news-title {
  padding-bottom: 12px;
}
.news_page .read__more__section .news__wrapper__readmore .news .news-title a {
  pointer-events: none;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
}
@media (max-width: 1400px) {
  .news_page .read__more__section .news__wrapper__readmore .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.news_page .read__more__section .news__wrapper__readmore .news .news-category-wrapper {
  position: absolute;
  background-color: #FFFFFF;
  top: 32px;
  max-height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 5px 0px 0px 5px;
}
.news_page .read__more__section .news__wrapper__readmore .news .news-category-wrapper p {
  margin: 0;
}
.news_page .read__more__section .news__wrapper__readmore .news .news-category-wrapper .img__wrapper {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_page .read__more__section .news__wrapper__readmore .news .news-category-wrapper .img__wrapper img {
  height: 24px;
}
.news_page .read__more__section .news__wrapper__readmore .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.news_page .read__more__section .news__wrapper__readmore .news .description-wrapper {
  overflow: hidden;
}
.news_page .read__more__section .news__wrapper__readmore .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.news_page .read__more__section .news__wrapper__readmore .news .description-wrapper .news-description p {
  margin: 0;
}
.news_page .read__more__section .news__wrapper__readmore .news .description-wrapper a {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .news_page .read__more__section .news__wrapper__readmore .news .description-wrapper a {
    font-size: 20px;
    line-height: 25px;
  }
}
.news_page .read__more__section .news__wrapper__readmore .news .description-wrapper .news-btn {
  width: fit-content;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
.news_page .read__more__section .news__wrapper__readmore .news .description-wrapper .news-btn:hover {
  box-shadow: none;
}
.news_page .read__more__section .news__wrapper__readmore .news .description-wrapper .news-btn:active {
  color: #C43131;
}
.news_page .read__more__section .news__wrapper__readmore .news:hover {
  cursor: pointer;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: transform 0.3s ease-in-out;
}

.category__page {
  padding-top: 50px;
  background-color: #FAFAFA;
}
.category__page .news-container {
  max-width: 1440px;
  margin: auto;
  padding: 50px 20px;
}
@media (max-width: 1024px) {
  .category__page .news-container {
    padding: 10px 0px;
  }
}
.category__page .news-container .news__wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 16px;
  position: relative;
  z-index: 2;
  background-color: #FAFAFA;
}
@media (max-width: 1400px) {
  .category__page .news-container .news__wrapper {
    padding: 2rem;
  }
}
.category__page .news-container .news__wrapper .news {
  position: relative;
  width: 405px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: 2px solid #fff;
  transition: transform 0.3s;
}
@media (max-width: 1024px) {
  .category__page .news-container .news__wrapper .news {
    width: 330px;
  }
}
.category__page .news-container .news__wrapper .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding-bottom: 12px;
  width: 100%;
}
.category__page .news-container .news__wrapper .news .news-title {
  padding-bottom: 12px;
  width: 100%;
}
.category__page .news-container .news__wrapper .news .news-title a {
  pointer-events: none;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
}
@media (max-width: 1400px) {
  .category__page .news-container .news__wrapper .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.category__page .news-container .news__wrapper .news .news-category-wrapper {
  position: absolute;
  background-color: #FAFAFA;
  top: 32px;
  max-height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 5px 0px 0px 5px;
}
.category__page .news-container .news__wrapper .news .news-category-wrapper p {
  margin: 0;
}
.category__page .news-container .news__wrapper .news .news-category-wrapper .img__wrapper {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category__page .news-container .news__wrapper .news .news-category-wrapper .img__wrapper img {
  height: 24px;
}
.category__page .news-container .news__wrapper .news .news-category-wrapper .news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.category__page .news-container .news__wrapper .news .description-wrapper {
  overflow: hidden;
}
.category__page .news-container .news__wrapper .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.category__page .news-container .news__wrapper .news .description-wrapper .news-description p {
  margin: 0;
}
.category__page .news-container .news__wrapper .news .description-wrapper a {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .category__page .news-container .news__wrapper .news .description-wrapper a {
    font-size: 20px;
    line-height: 25px;
  }
}
.category__page .news-container .news__wrapper .news .description-wrapper .news-btn {
  width: fit-content;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.category__page .news-container .news__wrapper .news .description-wrapper .news-btn:hover {
  box-shadow: none;
  text-decoration: underline;
}
.category__page .news-container .news__wrapper .news:hover {
  cursor: pointer;
  border: 2px solid #E23535;
  transform: scale(0.97);
  transition: transform 0.3s ease-in-out;
}
.category__page .menu__section {
  z-index: 9;
  position: relative;
}
.category__page .menu__section .news__menu {
  padding-top: 50px;
  background-color: #F9F9F9;
  z-index: 9;
  position: relative;
}
.category__page .menu__section .news__menu .mobile__button {
  display: none;
}
@media (max-width: 1024px) {
  .category__page .menu__section .news__menu .mobile__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 15px;
  }
}
.category__page .menu__section .news__menu .mobile__button img {
  width: 28px;
  height: 28px;
}
.category__page .menu__section .news__menu .mobile__button span {
  font-size: 20px;
  line-height: 26px;
}
.category__page .menu__section .news__menu.fixed__news {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.category__page .menu__section .news__menu nav {
  display: flex;
  justify-content: center;
  overflow: hidden;
  gap: 12px;
}
@media (max-width: 1024px) {
  .category__page .menu__section .news__menu nav {
    gap: 0px;
    height: 0px;
    transition: 0.5s;
    flex-direction: column;
    justify-content: flex-start;
  }
  .category__page .menu__section .news__menu nav.active {
    height: calc(100vh - 40px);
  }
}
.category__page .menu__section .news__menu nav a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
  margin: 24px 0px;
  height: 44px;
  gap: 12px;
}
.category__page .menu__section .news__menu nav a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .category__page .menu__section .news__menu nav a {
    border: 0px;
    box-shadow: none;
  }
}
.category__page .menu__section .news__menu nav a.active {
  color: #FFF;
  border-color: #3B3B3B;
  text-decoration: none;
  background-color: #3B3B3B;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.category__page .menu__section .news__menu nav a.active .img__wrapper {
  filter: invert(1);
}
.category__page .menu__section .news__menu nav a:hover {
  text-decoration: unset;
}
.category__page .menu__section .news__menu nav a:hover p {
  color: #fff;
}
.category__page .menu__section .news__menu nav a:hover .img__wrapper {
  filter: invert(1);
}
.category__page .menu__section .news__menu nav a .img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.category__page .menu__section .news__menu nav a .img__wrapper img {
  width: 27px;
}
.category__page .menu__section .news__menu nav a p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .category__page .menu__section .news__menu nav a p {
    display: none;
  }
}
@media (max-width: 1024px) {
  .category__page .menu__section .news__menu nav a p {
    display: block;
  }
}
@media (max-width: 1024px) {
  .category__page .menu__section .news__menu nav a {
    border-left: none;
    padding: 15px;
    border: 1px solid #CDCDCD;
    margin: 0;
  }
  .category__page .menu__section .news__menu nav a:last-child {
    border-bottom: 1px solid #CDCDCD;
  }
}

#modals-container .vm--container .vm--overlay {
  background: rgba(0, 0, 0, 0.8392156863);
}
#modals-container .vm--container .vm--modal {
  background: #000;
}
@media (max-width: 1024px) {
  #modals-container .vm--container .vm--modal {
    left: 0 !important;
    max-width: 80vw;
    margin: auto;
  }
}
#modals-container .vm--container .game__modal {
  width: 100%;
  height: 100%;
}
#modals-container .vm--container .game__modal iframe {
  width: 100%;
  height: 100%;
}
#modals-container .vm--container .game__modal .close__modal {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}
#modals-container .vm--container .game__modal .close__modal svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication {
  z-index: 8 !important;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication p {
  color: #fff;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication .modal_iframe_age_veryfication_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a {
  cursor: pointer;
  display: block;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.age_veryfication_succes {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.age_veryfication_succes:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.age_veryfication_succes:focus {
  border: none;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.age_veryfication_succes:focus-visible {
  border: none;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.modal__close {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FF3D17;
  border-color: #FAFAFA;
  background-color: #FAFAFA;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.modal__close:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.modal__close:focus {
  border: none;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.modal__close:focus-visible {
  border: none;
}
#modals-container .vm--container .game__modal .modal_iframe_age_veryfication a.modal__close:before {
  content: "";
}

.wazadan__games {
  background-color: #fff;
}
.wazadan__games .wazadan__games {
  width: 100%;
}
.wazadan__games.open .games__header, .wazadan__games.open .catalog, .wazadan__games.open .description, .wazadan__games.open .features {
  display: none;
}
.wazadan__games.open .wazadan__games {
  width: 70vw;
  transition: 0.6s;
}
.wazadan__games.open .wazadan__games .games__filter {
  display: none;
}
.wazadan__games.open .wazadan__games .container.games__container {
  padding-bottom: 32px;
}
.wazadan__games .games__container {
  max-width: 1400px;
  width: 100%;
  display: block;
  margin: auto;
  max-width: 1800px;
  padding: 32px 0;
  padding-bottom: 70px;
}
.wazadan__games .games__header {
  background-color: #FAFAFA;
}
.wazadan__games .games__header .wrapper {
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .wazadan__games .games__header .wrapper {
    margin-top: 0px;
  }
}
.wazadan__games .games__header .wrapper .desc {
  width: 50%;
}
@media (max-width: 1024px) {
  .wazadan__games .games__header .wrapper .desc {
    width: 100%;
  }
}
.wazadan__games .games__header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .wazadan__games .games__header .wrapper .card__wrapper {
    display: none;
  }
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack {
  transform: translateY(100px);
  max-height: 270px;
  max-width: 405px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box {
  position: relative;
  transform: translateY(-100px);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card {
  background: #f7fffd;
  width: 405px;
  height: 304px;
  border-radius: 20px;
  transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
  cursor: pointer;
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card.hide {
  visibility: hidden;
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide) {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"] {
  transform: translate(calc(0 * 35px), calc(0 * -35px)) scale(calc(1 - 0.05 * 0));
  z-index: calc(6 - 0);
  opacity: calc(1 - 0.1 * 0);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"]:hover {
  transform: scale(0.95);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="1"] {
  transform: translate(calc(1 * 35px), calc(1 * -35px)) scale(calc(1 - 0.05 * 1));
  z-index: calc(6 - 1);
  opacity: calc(1 - 0.1 * 1);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="2"] {
  transform: translate(calc(2 * 35px), calc(2 * -35px)) scale(calc(1 - 0.05 * 2));
  z-index: calc(6 - 2);
  opacity: calc(1 - 0.1 * 2);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="3"] {
  transform: translate(calc(3 * 35px), calc(3 * -35px)) scale(calc(1 - 0.05 * 3));
  z-index: calc(6 - 3);
  opacity: calc(1 - 0.1 * 3);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="4"] {
  transform: translate(calc(4 * 35px), calc(4 * -35px)) scale(calc(1 - 0.05 * 4));
  z-index: calc(6 - 4);
  opacity: calc(1 - 0.1 * 4);
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .cards__box .card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .dot__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot:not(.active) {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  opacity: 0.5;
}
.wazadan__games .games__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot.active {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
@media (min-width: 1921px) {
  .wazadan__games .games__header {
    padding: 100px 96px;
    padding-bottom: 140px;
  }
}
@media (max-width: 1920px) {
  .wazadan__games .games__header {
    padding: 80px 96px;
    padding-bottom: 145px;
  }
}
@media (max-width: 1024px) {
  .wazadan__games .games__header {
    padding: 60px 60px;
    margin-top: 78px;
  }
}
@media (max-width: 768px) {
  .wazadan__games .games__header {
    padding: 48px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__games .games__header {
    padding: 40px 28px;
  }
}
.wazadan__games .games__header .games__header__title {
  padding-bottom: 15px;
  max-width: 670px;
}
.wazadan__games .games__header .games__header__title span {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
}
@media (max-width: 1400px) {
  .wazadan__games .games__header .games__header__title span {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1400px) {
  .wazadan__games .games__header .games__header__title span {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #191919;
  }
}
@media (max-width: 1400px) and (max-width: 1400px) {
  .wazadan__games .games__header .games__header__title span {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazadan__games .games__header h2 {
  max-width: 600px;
  margin-bottom: 32px;
}
.wazadan__games .games__header h2 small {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
}
.wazadan__games .games__header .games__counter .typewrite {
  height: 61px;
}
.wazadan__games .games__header .games__counter .typewrite .wrap {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .wazadan__games .games__header .games__counter .typewrite .wrap {
    font-size: 30px;
    line-height: 40px;
  }
}
.wazadan__games .games__list {
  transition: width 0.5s;
}
.wazadan__games .games__list .games__filter {
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  z-index: 999;
  padding: 24px 5% 24px 5%;
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .games__filter {
    padding: 40px;
    justify-content: flex-start;
  }
}
.wazadan__games .games__list .games__filter .country {
  margin-right: 50px;
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .games__filter .country {
    margin-right: 20px;
  }
}
.wazadan__games .games__list .games__filter .button_filter {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
  text-transform: capitalize;
  padding: 12px 24px;
  font-size: 16px !important;
}
.wazadan__games .games__list .games__filter .button_filter:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.wazadan__games .games__list .games__filter .button_filter.country {
  border: 0.5px solid #FF3D17;
  color: #FF3D17;
}
.wazadan__games .games__list .games__filter .button_filter.country:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: white;
}
.wazadan__games .games__list .games__filter .button_filter.country.active {
  background-color: #FF3D17;
  color: white;
  border: 1px solid #FF3D17;
}
.wazadan__games .games__list .games__filter .button_filter.country:active {
  background-color: #FF3D17;
  color: white;
  border: 1px solid #FF3D17;
}
.wazadan__games .games__list .games__filter .button_filter.country:focus {
  border: 1px solid #FF3D17;
}
.wazadan__games .games__list .games__filter .button_filter.country:disabled {
  background-color: #FF3D17;
  opacity: 0.4;
  color: #fff;
  cursor: default;
  border-color: gray;
  pointer-events: none;
}
.wazadan__games .games__list .games__filter .button_filter:disabled {
  background-color: gray;
  opacity: 0.4;
  color: #fff;
  cursor: default;
  border-color: gray;
  pointer-events: none;
}
.wazadan__games .games__list .games__filter .button_filter.active {
  border: 1px solid black;
  background-color: black;
  color: white;
}
.wazadan__games .games__list .games__filter .button_filter:focus {
  border: 1px solid black;
}
.wazadan__games .games__list .games__filter .wrapper {
  display: flex;
  align-items: center;
}
.wazadan__games .games__list .games__filter .wrapper p {
  display: flex;
  gap: 5px;
  position: relative;
  margin-bottom: 0;
}
.wazadan__games .games__list .games__filter .wrapper p:hover span, .wazadan__games .games__list .games__filter .wrapper p:hover i {
  color: #FF3D17;
}
.wazadan__games .games__list .games__filter .wrapper p:active span, .wazadan__games .games__list .games__filter .wrapper p:active i {
  color: #C43131;
}
.wazadan__games .games__list .games__filter .wrapper p span {
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: underline;
}
.wazadan__games .games__list .games__filter .wrapper p i {
  font-size: 30px;
  line-height: 1rem;
  color: black;
  padding: 2px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -3px;
  text-decoration: none;
}
.wazadan__games .games__list .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
}
.wazadan__games .games__list .games__filter__sidebar.open {
  right: 0;
}
.wazadan__games .games__list .games__filter__sidebar {
  height: 100%;
  width: 30vw;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -30vw;
  background-color: #FAFAFA;
  transition: 0.5s;
  background: #FAFAFA;
  box-shadow: 0px 8px 8px rgba(25, 25, 25, 0.15);
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .games__filter__sidebar {
    width: 100%;
    right: -100%;
  }
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top {
  display: flex;
  flex-wrap: wrap;
  padding: 36px 96px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CDCDCD;
  position: sticky;
  z-index: 1;
  top: 0;
  background-color: #191919;
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .games__filter__sidebar__wrapper__top {
    padding: 25px;
  }
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .reset__wrapper {
  position: relative;
  text-decoration: none;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .reset__wrapper .reset_btn {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .reset__wrapper .reset_btn:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #FF3D17;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .reset__wrapper .reset_btn:active {
  color: #C43131;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .reset__wrapper .selected__filter {
  background-color: #FF3D17;
  padding: 11px;
  border-radius: 50%;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
  position: absolute;
  top: -8px;
  right: -20px;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper a {
  text-decoration: none;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt {
  display: flex;
  gap: 5px;
  position: relative;
  margin-bottom: 0;
  color: white;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt:hover span, .wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt:hover i {
  color: #FF3D17;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt:active span, .wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt:active i {
  color: #C43131;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt span {
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: underline;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt i {
  color: white;
  font-size: 30px;
  line-height: 1rem;
  padding: 2px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 3px;
  text-decoration: none;
  transform: rotate(180deg);
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom {
  padding: 52px 96px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow-x: scroll;
  height: 90vh;
  align-content: flex-start;
}
@media (max-width: 1400px) {
  .wazadan__games .games__list .games__filter__sidebar__wrapper__bottom {
    padding: 32px;
  }
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom::-webkit-scrollbar {
  width: 5px;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 3px solid #191919;
}
@media (max-width: 1400px) {
  .wazadan__games .games__list .games__filter__sidebar__wrapper__bottom {
    padding: 28px;
  }
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter a {
    padding: 12px 24px;
  }
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter input:disabled a {
  background-color: gray;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter input:disabled + label a {
  background-color: gray;
  opacity: 0.4;
  color: #fff;
  cursor: default;
  border-color: gray;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter .selected__element a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
  color: #fff;
  background-color: #191919;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter .selected__element a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter .selected__element a {
    padding: 12px 24px;
  }
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter label {
  margin-bottom: 0;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .filter label:hover {
  cursor: pointer;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .category__name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 32px 0 16px 0;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom div:first-child .category__name {
  margin-top: 0;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter:focus {
  border: none;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter:focus-visible {
  border: none;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  cursor: pointer;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter {
  color: #191919;
  bottom: 34px;
  left: 10px;
  position: relative;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter:hover {
  color: #FF3D17;
  cursor: pointer;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter i {
  position: absolute;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__bottom .selectedFilter p {
  margin: 0;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end {
  display: none;
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .games__filter__sidebar__wrapper__end {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #CDCDCD;
    position: sticky;
    z-index: 1;
    bottom: 0;
    background-color: #fafafa;
  }
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .reset__wrapper {
  position: relative;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .reset__wrapper .reset_btn {
  color: #191919;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .reset__wrapper .reset_btn:hover {
  color: #FF3D17;
  cursor: pointer;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .reset__wrapper .selected__filter {
  background-color: #FF3D17;
  padding: 15px;
  border-radius: 50%;
  font-size: 15px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
  position: absolute;
  top: -15px;
  right: -30px;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .close_btn, .wazadan__games .games__list .games__filter__sidebar__wrapper__end .results {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .close_btn:hover, .wazadan__games .games__list .games__filter__sidebar__wrapper__end .results:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .close_btn:focus, .wazadan__games .games__list .games__filter__sidebar__wrapper__end .results:focus {
  border: none;
}
.wazadan__games .games__list .games__filter__sidebar__wrapper__end .close_btn:focus-visible, .wazadan__games .games__list .games__filter__sidebar__wrapper__end .results:focus-visible {
  border: none;
}
.wazadan__games .games__list .tab .gamesWrapper .no-result {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
}
.wazadan__games .games__list .tab .gamesWrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-items: start;
  list-style: none;
  justify-content: center;
  gap: 32px 16px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .wazadan__games .games__list .tab .gamesWrapper ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}
@media (max-width: 991.98px) {
  .wazadan__games .games__list .tab .gamesWrapper ul {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    gap: 28px 16px;
  }
}
.wazadan__games .games__list .tab .gamesWrapper ul li {
  width: 100%;
  max-width: 404px;
}
@media (max-width: 1400px) {
  .wazadan__games .games__list .tab .gamesWrapper ul li {
    max-width: 296px;
  }
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .tab .gamesWrapper ul li {
    max-width: 320px;
  }
}
.wazadan__games .games__list .tab .gamesWrapper ul li .not-active img {
  opacity: 0.7;
  -webkit-filter: brightness(50%);
}
.wazadan__games .games__list .tab .gamesWrapper ul li .not-active .gameTitle, .wazadan__games .games__list .tab .gamesWrapper ul li .not-active .gameTeaser, .wazadan__games .games__list .tab .gamesWrapper ul li .not-active .releaseDate {
  opacity: 0.7;
}
.wazadan__games .games__list .tab .gamesWrapper ul li .not-active .imgWrapper:hover {
  transform: scale(1);
  cursor: default;
}
.wazadan__games .games__list .tab .gamesWrapper ul li .imgWrapper {
  position: relative;
  transition: transform 0.4s ease-in-out;
  transition: 0.3s;
}
.wazadan__games .games__list .tab .gamesWrapper ul li .imgWrapper .gameCategory {
  position: absolute;
  padding: 8px 16px;
  top: 24px;
  left: 0;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.wazadan__games .games__list .tab .gamesWrapper ul li .imgWrapper .upcomingLabel {
  position: absolute;
  padding: 8px 16px;
  top: 24px;
  left: 0;
  background: #FAFAFA;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.wazadan__games .games__list .tab .gamesWrapper ul li .imgWrapper img {
  border-radius: 20px;
  width: 100%;
}
.wazadan__games .games__list .tab .gamesWrapper ul li .imgWrapper .playGame {
  display: none;
}
.wazadan__games .games__list .tab .gamesWrapper ul li .imgWrapper:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.wazadan__games .games__list .tab .gamesWrapper ul p {
  line-height: 1rem;
  padding-top: 12px;
  margin: 0;
  color: #191919;
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .tab .gamesWrapper ul p {
    padding-top: 8px;
  }
}
.wazadan__games .games__list .tab .gamesWrapper ul a {
  text-decoration: none;
}
.wazadan__games .games__list .tab .gamesWrapper ul .gameTitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  padding-top: 16px;
}
@media (max-width: 1400px) {
  .wazadan__games .games__list .tab .gamesWrapper ul .gameTitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__games .games__list .tab .gamesWrapper ul .releaseDate {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .wazadan__games .games__list .tab .gamesWrapper ul .releaseDate {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1921px) {
  .wazadan__games .games__list .tab .gamesWrapper ul .gameTeaser {
    margin-bottom: 0;
    color: #191919;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
}
@media (max-width: 1920px) {
  .wazadan__games .games__list .tab .gamesWrapper ul .gameTeaser {
    margin-bottom: 0;
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}
.wazadan__games .games__list .tab .gamesWrapper ul .exploreGame {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.wazadan__games .games__list .tab .gamesWrapper ul .exploreGame:hover {
  text-decoration: underline;
  color: #C43131;
}
.wazadan__games .games__list .tab .gamesWrapper .show__more__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  margin-left: auto;
  margin-right: auto;
}
.wazadan__games .games__list .tab .gamesWrapper .show__more__btn:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .wazadan__games .games__list .tab .gamesWrapper .show__more__btn {
    margin-top: 52px;
  }
}
@media (max-width: 1024px) {
  .wazadan__games .games__list .tab .gamesWrapper .show__more__btn {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .wazadan__games .games__list .tab .gamesWrapper .show__more__btn {
    margin-top: 36px;
  }
}
@media (min-width: 1921px) {
  .wazadan__games .games__list .tab .gamesWrapper .show__more__btn {
    margin-top: 68px;
  }
}
@media (min-width: 1921px) {
  .wazadan__games .catalog {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazadan__games .catalog {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazadan__games .catalog {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazadan__games .catalog {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__games .catalog {
    padding: 60px 28px;
  }
}
.wazadan__games .catalog__wrapper {
  background-color: #FAFAFA;
  padding: 52px 105px;
}
@media (max-width: 1024px) {
  .wazadan__games .catalog__wrapper {
    padding: 52px 30px;
  }
}
.wazadan__games .catalog__wrapper .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .wazadan__games .catalog__wrapper .content {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.wazadan__games .catalog__wrapper .content .desc p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .wazadan__games .catalog__wrapper .content .desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazadan__games .catalog__wrapper .content .button_wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  white-space: nowrap;
}
.wazadan__games .catalog__wrapper .content .button_wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__games .description {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
@media (min-width: 1921px) {
  .wazadan__games .description .description__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazadan__games .description .description__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazadan__games .description .description__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazadan__games .description .description__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__games .description .description__wrapper {
    padding: 60px 28px;
  }
}
.wazadan__games .description .description__wrapper .desc {
  max-width: 1038px;
  margin: auto;
}
.wazadan__games .description .description__wrapper .desc h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FFF;
  text-align: center;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1400px) {
  .wazadan__games .description .description__wrapper .desc h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (min-width: 1921px) {
  .wazadan__games .features__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazadan__games .features__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazadan__games .features__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazadan__games .features__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__games .features__wrapper {
    padding: 60px 28px;
  }
}
.wazadan__games .features__wrapper .heading {
  margin-bottom: 52px;
}
.wazadan__games .features__wrapper .heading h4 {
  text-align: center;
}
.wazadan__games .features__wrapper .heading h4 span {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .wazadan__games .features__wrapper .heading h4 span {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazadan__games .features__wrapper .features__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 24px;
  margin-bottom: 52px;
  max-width: 1440px;
  margin: auto;
}
.wazadan__games .features__wrapper .features__list .feature {
  font-size: 24px;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #E23535;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 120px;
  color: #E23535;
  padding: 16px 32px;
  transition: 0.2s ease-out;
  margin-bottom: 0;
}
.wazadan__games .features__wrapper .features__list .feature:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #fff;
}
.wazadan__games .features__wrapper .features__list .feature:active {
  background: #C43131;
}
.wazadan__games .features__wrapper .more {
  width: 100%;
  margin-bottom: 80px;
  margin-top: 52px;
}
.wazadan__games .features__wrapper .more p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .wazadan__games .features__wrapper .more p {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazadan__games .features__wrapper .content .desc {
  max-width: 616px;
  margin: auto;
}
.wazadan__games .features__wrapper .content .desc h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  text-align: center;
  margin-bottom: 32px;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1400px) {
  .wazadan__games .features__wrapper .content .desc h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__games .features__wrapper .content .button__wrapper {
  display: flex;
  justify-content: center;
}
.wazadan__games .features__wrapper .content .button__wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazadan__games .features__wrapper .content .button__wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__games .modal-dialog {
  width: auto;
  max-width: 960px;
}
.wazadan__games .modal-body {
  padding: 0;
}
.wazadan__games .modal-body button.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 50px;
  z-index: 9;
  color: #fff;
}
.wazadan__games .modal-body .container-fluid.playGame, .wazadan__games .modal-body .playGame.container-sm, .wazadan__games .modal-body .playGame.container-md, .wazadan__games .modal-body .playGame.container-lg, .wazadan__games .modal-body .playGame.container-xl {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1024px) {
  .wazadan__games .modal-body .container-fluid.playGame, .wazadan__games .modal-body .playGame.container-sm, .wazadan__games .modal-body .playGame.container-md, .wazadan__games .modal-body .playGame.container-lg, .wazadan__games .modal-body .playGame.container-xl {
    background-color: #050505;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wazadan__games .modal-body .section div.modal__iframe img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
@media screen and (max-width: 1400px) {
  .wazadan__games .modal-body .section div.modal__iframe img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
}
.wazadan__games .modal-body .section .modal__game-player {
  height: 600px !important;
}
.wazadan__games .modal-body .section .modal__game-player .button {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__games .modal-body .section .modal__game-player .button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__games .modal-body .section .modal__game-player .button:focus {
  border: none;
}
.wazadan__games .modal-body .section .modal__game-player .button:focus-visible {
  border: none;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe, .wazadan__games .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background: #000;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--mobile .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--landscape .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--mobile img {
  display: none;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--landscape img {
  display: none;
}
.wazadan__games .modal-body .section .modal_iframe_age_veryfication {
  display: none;
}
.wazadan__games .modal-body .section .modal__iframe {
  position: relative;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--desktop, .wazadan__games .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--desktop, .wazadan__games .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
.wazadan__games .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe, .wazadan__games .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication {
  z-index: 8 !important;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication p {
  color: #fff;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication .modal_iframe_age_veryfication_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a {
  cursor: pointer;
  display: block;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus {
  border: none;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus-visible {
  border: none;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.modal__close {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FF3D17;
  border-color: #FAFAFA;
  background-color: #FAFAFA;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.modal__close:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.modal__close:focus {
  border: none;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.modal__close:focus-visible {
  border: none;
}
.wazadan__games .modal-body .modal_iframe_age_veryfication a.modal__close:before {
  content: "";
}
.wazadan__games .section__boosting__features .boosting__features__wrapper {
  max-width: 1650px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 16px auto;
  justify-content: center;
}
@media (max-width: 1024px) {
  .wazadan__games .section__boosting__features .boosting__features__wrapper {
    margin: 16px;
    flex-wrap: wrap;
  }
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features {
  padding: 52px;
  padding-top: 0;
  min-width: 930px;
  text-align: center;
}
@media (max-width: 1024px) {
  .wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features {
    min-width: 100%;
    padding: 20px;
  }
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  .wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal {
  width: 100%;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .slick-slide {
  padding-bottom: 50px;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper {
  position: relative;
  padding: 0 8px;
}
@media (max-width: 1024px) {
  .wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper {
    padding: 0;
  }
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper .title {
  position: absolute;
  bottom: -50px;
  left: 35%;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper .title p {
  font-weight: 900;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper video {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  position: relative;
  max-width: 405px;
  width: 100%;
  border-radius: 20px;
  transition: transform 0.4s;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper video:hover {
  -webkit-transform: scale(0.97, 0.97);
  transform: scale(0.97) !important;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper video:hover .overlay {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper video:hover .overlay a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
  transition: transform 0s;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper video:hover .overlay a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper video:hover .overlay a:focus {
  border: none;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper video:hover .overlay a:focus-visible {
  border: none;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper .overlay {
  position: absolute;
  width: 100%;
  max-width: 398px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper .overlay .watch__video {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper .overlay .watch__video:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper .overlay .watch__video:focus {
  border: none;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-list .video__wrapper .overlay .watch__video:focus-visible {
  border: none;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-dots {
  bottom: -50px;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-dots li button {
  height: 15px;
  width: 15px;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.wazadan__games .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider__sisal .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.wazadan__games .am-section {
  padding: 80px 120px 100px 100px;
  background-color: #F5F5F5;
}
@media (max-width: 1400px) {
  .wazadan__games .am-section {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 1024px) {
  .wazadan__games .am-section {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 768px) {
  .wazadan__games .am-section {
    padding: 40px 20px 40px 20px;
  }
}
.wazadan__games .am-section .heading {
  max-width: 900px;
  margin: auto;
}
.wazadan__games .am-section .heading h2 {
  font-size: 47px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1400px) {
  .wazadan__games .am-section .heading h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .wazadan__games .am-section .heading h2 {
    font-size: 32px;
  }
}
.wazadan__games .am-section .team__members {
  margin-top: 82px;
  gap: 32px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .wazadan__games .am-section .team__members {
    gap: 15px;
    width: 100%;
    margin: auto;
    margin-top: 52px;
  }
}
.wazadan__games .am-section .team__members .member {
  width: 250px;
  text-align: center;
}
.wazadan__games .am-section .team__members .member .member__image {
  position: relative;
}
.wazadan__games .am-section .team__members .member .member__image .social {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 5px;
}
.wazadan__games .am-section .team__members .member .member__image .social .mail, .wazadan__games .am-section .team__members .member .member__image .social .linkedin, .wazadan__games .am-section .team__members .member .member__image .social .skype {
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #E23535;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FF3D17;
  cursor: pointer;
}
.wazadan__games .am-section .team__members .member .member__image .social .mail svg, .wazadan__games .am-section .team__members .member .member__image .social .linkedin svg, .wazadan__games .am-section .team__members .member .member__image .social .skype svg {
  width: 16px;
  fill: white;
}
.wazadan__games .am-section .team__members .member .member__image .social .mail:hover, .wazadan__games .am-section .team__members .member .member__image .social .linkedin:hover, .wazadan__games .am-section .team__members .member .member__image .social .skype:hover {
  background-color: white;
}
.wazadan__games .am-section .team__members .member .member__image .social .mail:hover svg, .wazadan__games .am-section .team__members .member .member__image .social .linkedin:hover svg, .wazadan__games .am-section .team__members .member .member__image .social .skype:hover svg {
  fill: #FF3D17;
}
.wazadan__games .am-section .team__members .member .member__image .social .mail:active, .wazadan__games .am-section .team__members .member .member__image .social .linkedin:active, .wazadan__games .am-section .team__members .member .member__image .social .skype:active {
  background-color: #C43131;
  border: 1px solid #C43131;
}
.wazadan__games .am-section .team__members .member .member__image .social .mail:active svg, .wazadan__games .am-section .team__members .member .member__image .social .linkedin:active svg, .wazadan__games .am-section .team__members .member .member__image .social .skype:active svg {
  fill: white;
}
.wazadan__games .am-section .team__members .member .member__image img.person__image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wazadan__games .am-section .team__members .member .member__name {
  margin-top: 30px;
}
.wazadan__games .am-section .team__members .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .wazadan__games .am-section .team__members .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .wazadan__games .am-section .team__members .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.wazadan__games .am-section .team__members .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .wazadan__games .am-section .team__members .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}

.why__wazdan__page .details__section {
  background: #FAFAFA;
}
.why__wazdan__page .details__section__wrapper {
  width: 100%;
  margin: auto;
  max-width: 1450px;
  margin-top: 84px;
  padding: 80px 96px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .details__section__wrapper {
    margin-top: 60px;
    padding: 60px 20px;
  }
}
@media (max-width: 1400px) {
  .why__wazdan__page .details__section__wrapper .heading {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .why__wazdan__page .details__section__wrapper .heading {
    margin-bottom: 30px;
  }
}
.why__wazdan__page .details__section__wrapper .heading h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  text-align: center;
  padding-bottom: 10px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .details__section__wrapper .heading h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1024px) {
  .why__wazdan__page .details__section__wrapper .heading h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.why__wazdan__page .details__section__wrapper .heading h2 {
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  max-width: 960px;
  margin: auto;
}
@media (max-width: 1024px) {
  .why__wazdan__page .details__section__wrapper .heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.why__wazdan__page .menu__section {
  margin: auto;
}
.why__wazdan__page .menu__section .menu__wrapper {
  padding: 52px 96px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .menu__section .menu__wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .why__wazdan__page .menu__section .menu__wrapper {
    padding: 52px 20px;
  }
}
.why__wazdan__page .menu__section .menu__wrapper .menu__button {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
  color: #191919;
  border-color: #191919;
  font-size: 22px;
  padding: 16px 50px;
  border-radius: 120px;
  line-height: 32px;
  width: 300px;
}
.why__wazdan__page .menu__section .menu__wrapper .menu__button:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.why__wazdan__page .menu__section .menu__wrapper .menu__button:active {
  border-color: #C43131;
  background-color: #C43131;
}
.why__wazdan__page .menu__section .menu__wrapper .menu__button:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
.why__wazdan__page .section__title {
  max-width: 1250px;
  background: #FAFAFA;
  border-radius: 20px;
  margin: auto;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__title {
    margin: 20px;
  }
}
.why__wazdan__page .section__title .more__title {
  padding: 24px;
}
.why__wazdan__page .section__title .more__title h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FF3D17;
  line-height: 50px !important;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__title .more__title h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__freshness {
  margin-bottom: 80px;
}
.why__wazdan__page .section__freshness .section__freshness__row {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 16px auto;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__freshness .section__freshness__row {
    flex-wrap: wrap;
    margin: 16px;
    flex-direction: column;
  }
}
.why__wazdan__page .section__freshness .section__freshness__row .freshness__counter {
  padding: 52px;
  background: #FAFAFA;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 52px;
}
.why__wazdan__page .section__freshness .section__freshness__row .freshness__counter .counter {
  text-align: center;
}
.why__wazdan__page .section__freshness .section__freshness__row .freshness__counter .counter h3 {
  font-weight: 700;
  font-size: 80px;
  line-height: 121px;
  color: #191919;
}
.why__wazdan__page .section__freshness .section__freshness__row .freshness__counter .counter .count::after {
  content: "+";
}
.why__wazdan__page .section__freshness .section__freshness__row .freshness__counter .counter h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__freshness .section__freshness__row .freshness__counter .counter h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  max-width: 930px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__freshness .section__freshness__row .top__performing {
    max-width: 100%;
    padding: 30px;
  }
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__freshness .section__freshness__row .top__performing h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__category {
  position: absolute;
  padding: 8px 16px;
  top: 20px;
  left: 0;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  z-index: 10;
  position: relative;
  max-width: 405px;
  width: 100%;
  border-radius: 20px;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image {
    max-width: 390px;
  }
}
@media (max-width: 1290px) {
  .why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image {
    max-width: 370px;
  }
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image:hover {
  -webkit-transform: scale(0.97, 0.97);
  transform: scale(0.97) !important;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image:hover .overlay {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image:hover .overlay a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
  transition: transform 0s;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image:hover .overlay a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image:hover .overlay a:focus {
  border: none;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image:hover .overlay a:focus-visible {
  border: none;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .game__image img {
  width: 100%;
  border-radius: 20px;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .slick-dots {
  bottom: -50px;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .slick-dots li button {
  height: 15px;
  width: 15px;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why__wazdan__page .section__freshness .section__freshness__row .top__performing .game__image__wrapper__why__wazdan .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.why__wazdan__page .section__freshness .section__freshness__row .mobile__design {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  min-width: 930px;
  text-align: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__freshness .section__freshness__row .mobile__design {
    min-width: 100%;
  }
}
.why__wazdan__page .section__freshness .section__freshness__row .mobile__design h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__freshness .section__freshness__row .mobile__design h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__more__reliability {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 16px auto;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__more__reliability {
    flex-wrap: wrap;
    margin: 16px;
    flex-direction: column;
  }
}
.why__wazdan__page .section__more__reliability .compilance__markets {
  min-width: 930px;
  padding: 52px;
  background: #FAFAFA;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__more__reliability .compilance__markets {
    min-width: 100%;
  }
}
.why__wazdan__page .section__more__reliability .compilance__markets h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__more__reliability .compilance__markets h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__more__reliability .compilance__markets h3 {
    font-size: 30px;
  }
}
.why__wazdan__page .section__more__reliability .compilance__markets .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 700px;
  width: 100%;
}
.why__wazdan__page .section__more__reliability .compilance__markets .list .list__item {
  display: flex;
  flex-direction: column;
  max-width: 96px;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 14px 16px;
  border-radius: 8px;
}
.why__wazdan__page .section__more__reliability .compilance__markets .list .list__item .img__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.why__wazdan__page .section__more__reliability .compilance__markets .list .list__item .img__wrapper img {
  width: 68px;
}
.why__wazdan__page .section__more__reliability .compilance__markets .list .list__item p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #3B3B3B;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}
.why__wazdan__page .section__more__reliability .compilance__markets .list__more p {
  cursor: pointer;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.why__wazdan__page .section__more__reliability .compilance__markets .list__more p:hover {
  color: #FF3D17;
}
.why__wazdan__page .section__more__reliability .compilance__markets .list__more p:active {
  color: #C43131;
}
.why__wazdan__page .section__more__reliability .awards__winning {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  padding: 46px;
  background: #FAFAFA;
  border-radius: 20px;
  text-align: center;
}
.why__wazdan__page .section__more__reliability .awards__winning h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__more__reliability .awards__winning h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__more__reliability .awards__winning a {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.why__wazdan__page .section__more__reliability .awards__winning a:hover {
  color: #FF3D17;
}
.why__wazdan__page .section__more__reliability .awards__winning a:active {
  color: #C43131;
}
.why__wazdan__page .section__more__reliability .awards__winning .award__image {
  padding: 30px 0;
  max-width: 200px;
}
.why__wazdan__page .section__trusted__partner {
  max-width: 1250px;
  margin: auto;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__trusted__partner {
    margin: 16px;
  }
}
.why__wazdan__page .section__trusted__partner .trusted__partner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  gap: 52px;
  align-items: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__trusted__partner .trusted__partner {
    justify-content: center;
  }
}
.why__wazdan__page .section__trusted__partner .trusted__partner .title h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__trusted__partner .trusted__partner .title h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__trusted__partner .trusted__partner .years, .why__wazdan__page .section__trusted__partner .trusted__partner .partners, .why__wazdan__page .section__trusted__partner .trusted__partner .employees {
  text-align: center;
}
.why__wazdan__page .section__trusted__partner .trusted__partner .years h3, .why__wazdan__page .section__trusted__partner .trusted__partner .partners h3, .why__wazdan__page .section__trusted__partner .trusted__partner .employees h3 {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #191919;
}
.why__wazdan__page .section__trusted__partner .trusted__partner .years .count::after, .why__wazdan__page .section__trusted__partner .trusted__partner .partners .count::after, .why__wazdan__page .section__trusted__partner .trusted__partner .employees .count::after {
  content: "+";
}
.why__wazdan__page .section__trusted__partner .trusted__partner .years h5, .why__wazdan__page .section__trusted__partner .trusted__partner .partners h5, .why__wazdan__page .section__trusted__partner .trusted__partner .employees h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__trusted__partner .trusted__partner .years h5, .why__wazdan__page .section__trusted__partner .trusted__partner .partners h5, .why__wazdan__page .section__trusted__partner .trusted__partner .employees h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__effortless__partnership {
  max-width: 1250px;
  margin: auto;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__effortless__partnership {
    margin: 16px;
  }
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .team__image {
  display: flex;
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .team__image img {
  border-radius: 20px;
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .team__image video {
  border-radius: 20px;
  max-width: 600px;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .team__image iframe {
  top: 0;
  border-radius: 20px;
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 25px 96px;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership {
    padding: 30px;
  }
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 32px;
  font-size: 40px;
  text-align: left;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership .partnership__content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership .partnership__content h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership .partnership__content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__effortless__partnership .effortless__partnership__wrapper .effortless__partnership .partnership__content img {
  max-width: 47px;
}
.why__wazdan__page .section__reviews {
  max-width: 1250px;
  margin: auto;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__reviews {
    margin: 16px;
  }
}
.why__wazdan__page .section__reviews .section__reviews__wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__reviews .section__reviews__wrapper {
    flex-wrap: wrap;
  }
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews {
  flex: 1;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  max-width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__reviews .section__reviews__wrapper .reviews {
    max-width: 100%;
  }
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper {
  overflow: hidden;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .carousel__item {
  text-align: center;
  padding-bottom: 50px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .carousel__item .box__wrapper .name p {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .carousel__item .box__wrapper .opinion p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .carousel__item .box__wrapper .opinion p {
    font-size: 20px;
    line-height: 25px;
  }
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .carousel__item .box__wrapper .author {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .carousel__item .box__wrapper .author .author__name {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  border-right: 1px solid #191919;
  padding-right: 5px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .carousel__item .box__wrapper .author .author__op {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 5px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .slick-dots li button {
  height: 15px;
  width: 15px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .reviews .carousel__wrapper .carousel__testimonials .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards {
  flex: 1;
  padding: 52px;
  background: #FAFAFA;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards {
    min-width: 100%;
  }
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 330px;
  height: 200px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .list .list__item {
  display: flex;
  flex-wrap: wrap;
  height: 70px;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .list .list__item .img__wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .list .list__item .img__wrapper img {
  width: 68px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .list .list__item .bigger img {
  width: 140px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .list .list__item .smaller img {
  width: 45px;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .list .list__item p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #3B3B3B;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .gaming__list__more p {
  cursor: pointer;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .gaming__list__more p:hover {
  color: #FF3D17;
}
.why__wazdan__page .section__reviews .section__reviews__wrapper .gaming__standards .gaming__list__more p:active {
  color: #C43131;
}
.why__wazdan__page .section__impressive__growth {
  max-width: 1250px;
  margin: auto;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__impressive__growth {
    margin: 16px;
  }
}
.why__wazdan__page .section__impressive__growth .impressive__growth {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: center;
  gap: 50px;
  align-items: center;
}
.why__wazdan__page .section__impressive__growth .impressive__growth:nth-child(3) {
  content: "";
}
.why__wazdan__page .section__impressive__growth .impressive__growth .title h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__impressive__growth .impressive__growth .title h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__impressive__growth .impressive__growth .title h3 {
    text-align: center;
  }
}
.why__wazdan__page .section__impressive__growth .impressive__growth .years, .why__wazdan__page .section__impressive__growth .impressive__growth .partners, .why__wazdan__page .section__impressive__growth .impressive__growth .employees {
  text-align: center;
}
.why__wazdan__page .section__impressive__growth .impressive__growth .years h3, .why__wazdan__page .section__impressive__growth .impressive__growth .partners h3, .why__wazdan__page .section__impressive__growth .impressive__growth .employees h3 {
  font-weight: 700;
  font-size: 85px;
  line-height: 121px;
  color: #191919;
}
.why__wazdan__page .section__impressive__growth .impressive__growth .years .count::after, .why__wazdan__page .section__impressive__growth .impressive__growth .partners .count::after, .why__wazdan__page .section__impressive__growth .impressive__growth .employees .count::after {
  content: "%";
}
.why__wazdan__page .section__impressive__growth .impressive__growth .years h5, .why__wazdan__page .section__impressive__growth .impressive__growth .partners h5, .why__wazdan__page .section__impressive__growth .impressive__growth .employees h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__impressive__growth .impressive__growth .years h5, .why__wazdan__page .section__impressive__growth .impressive__growth .partners h5, .why__wazdan__page .section__impressive__growth .impressive__growth .employees h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 16px auto;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__boosting__features .boosting__features__wrapper {
    margin: 16px;
    flex-wrap: wrap;
  }
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  min-width: 930px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features {
    min-width: 100%;
    padding: 20px;
  }
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider {
  max-width: 826px;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .slick-slide {
  padding-bottom: 50px;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper {
  position: relative;
  padding: 0 8px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper {
    padding: 0;
    max-width: 300px;
    width: 100%;
  }
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper .title {
  position: absolute;
  bottom: -50px;
  left: 35%;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper .title p {
  font-weight: 900;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper video {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  position: relative;
  max-width: 405px;
  width: 100%;
  border-radius: 20px;
  transition: transform 0.4s;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper video:hover {
  -webkit-transform: scale(0.97, 0.97);
  transform: scale(0.97) !important;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper video:hover .overlay {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper video:hover .overlay a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
  transition: transform 0s;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper video:hover .overlay a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper video:hover .overlay a:focus {
  border: none;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper video:hover .overlay a:focus-visible {
  border: none;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper .overlay {
  position: absolute;
  width: 100%;
  max-width: 398px;
  border-radius: 20px;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper .overlay .watch__video {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper .overlay .watch__video:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper .overlay .watch__video:focus {
  border: none;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-list .video__wrapper .overlay .watch__video:focus-visible {
  border: none;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-dots {
  bottom: -50px;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-dots li button {
  height: 15px;
  width: 15px;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .boosting__features .boosting__features__slider .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .info__box {
  padding: 52px 32px;
  background: #FAFAFA;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .info__box h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  text-align: center;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__boosting__features .boosting__features__wrapper .info__box h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .info__box a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.why__wazdan__page .section__boosting__features .boosting__features__wrapper .info__box a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 16px auto;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper {
    margin: 16px;
    flex-wrap: wrap;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .info__box {
  padding: 52px 32px;
  background: #FAFAFA;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .info__box {
    width: 100%;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .info__box h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  text-align: center;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .info__box h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .info__box a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .info__box a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  min-width: 930px;
  text-align: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite {
    min-width: 100%;
    padding: 52px 10px;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider {
  max-width: 826px;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes {
  position: relative;
  padding: 0 8px;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box {
  max-width: 405px;
  min-height: 304px;
  width: 100%;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box {
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding: 8px;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 405px;
  min-height: 304px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-inner {
    transform-style: flat;
    flex-direction: column;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front, .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-back {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front, .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-back {
    -webkit-perspective: none;
    position: relative;
    height: auto;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front h4, .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-back h4 {
  font-weight: 600;
  margin: 10px;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front p, .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-back p {
  text-align: center;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .see_more, .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-back .see_more {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration-line: underline;
  cursor: pointer;
  border: none;
  background-color: transparent;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .see_more:hover, .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-back .see_more:hover {
  color: 191919;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box {
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  max-width: 405px;
  min-height: 340px;
  width: 100%;
  margin: auto;
  padding: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  border: 2px solid transparent;
  transition: 0.2s;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box:hover {
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transform: scale(0.97);
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box {
    padding: 30px;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box .img__wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box .img__wrapper {
    margin-bottom: 30px;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box .img__wrapper img {
  width: 142.59px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box .img__wrapper img {
    height: 115px;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box .heading h6 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin: 0;
  text-align: left;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box .heading h6 {
    font-size: 20px;
    line-height: 26px;
  }
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .box .flip-box .flip-box-front .feature__box .desc p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .slick-dots {
  bottom: -50px;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .slick-dots li button {
  height: 15px;
  width: 15px;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why__wazdan__page .section__customisation__suite .customisation__suite__wrapper .customisation__suite .customisation__suite__slider .boxes .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.why__wazdan__page .section__promotional__tools {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  margin: 16px auto 80px auto;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__promotional__tools {
    margin: 16px;
  }
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px 52px 100px 52px;
  text-align: center;
  width: 100%;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 54px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__promotional__tools .promotional__tools__wrapper h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .promotional__tools__slider {
  max-width: 810px;
  margin: auto;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .promotional__tools__slider .tools img {
  padding: 0 5px;
  border-radius: 20px;
  transition: 0.3s;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .promotional__tools__slider .tools img:hover {
  transform: scale(0.95);
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .slick-dots {
  bottom: -50px;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .slick-dots li button {
  height: 15px;
  width: 15px;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.why__wazdan__page .section__promotional__tools .promotional__tools__wrapper .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.why__wazdan__page .section__more__revenue {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  margin: 16px auto;
  justify-content: center;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__more__revenue {
    margin: 16px;
  }
}
.why__wazdan__page .section__more__revenue .more__revenue__wrapper {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 52px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__more__revenue .more__revenue__wrapper {
    flex-wrap: wrap;
    padding: 30px;
  }
}
.why__wazdan__page .section__more__revenue .more__revenue__wrapper .revenue__content h5 {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: left;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__more__revenue .more__revenue__wrapper .revenue__content h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
.why__wazdan__page .section__more__revenue .more__revenue__wrapper .revenue__content h3 {
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: left;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__more__revenue .more__revenue__wrapper .revenue__content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.why__wazdan__page .section__more__revenue .more__revenue__wrapper .revenue__banner {
  border-radius: 20px;
  max-width: 641px;
}
.why__wazdan__page .section__casinos {
  max-width: 1250px;
  margin: 16px auto 120px auto;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__casinos {
    margin: 16px;
  }
}
.why__wazdan__page .section__casinos .casinos__info__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .why__wazdan__page .section__casinos .casinos__info__wrapper {
    flex-wrap: wrap;
  }
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .casinos {
  flex: 1 1 0px;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .casinos h3 {
  font-weight: 700;
  font-size: 80px;
  line-height: 121px;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .casinos h5 {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__casinos .casinos__info__wrapper .casinos h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .casinos .count::after {
  content: "+";
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box {
  flex: 1 1 0px;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 52px;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .agregated h3 {
  font-weight: 700;
  font-size: 80px;
  line-height: 121px;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .agregated .count::after {
  content: "+";
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .agregated h5 {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .agregated h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .integrations h3 {
  font-weight: 700;
  font-size: 80px;
  line-height: 121px;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .integrations .count::after {
  content: "+";
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .integrations h5 {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__casinos .casinos__info__wrapper .info__box .integrations h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .offer {
  flex: 1 1 0px;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 52px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .offer h5 {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .why__wazdan__page .section__casinos .casinos__info__wrapper .offer h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .offer .offer__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.why__wazdan__page .section__casinos .casinos__info__wrapper .offer .offer__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

.site-mighty-symbols-diamonds-betsson .breadcrumbs.breadcrumbs__game {
  display: none;
}

.site-mighty-symbols-diamonds-betsson .cashdrop__section {
  display: none;
}

.site-mighty-symbols-diamonds-betsson .game__container {
  background-color: #191919 !important;
}

.site-mighty-symbols-diamonds-betsson .game__slider {
  background-color: rgba(25, 25, 25, 0.9803921569) !important;
}

.site-mighty-symbols-diamonds-betsson .wazdan__game .game__header .game__container .game__content .game__desc, .site-mighty-symbols-diamonds-betsson .wazdan__game .game__slider .heading h4, .site-mighty-symbols-diamonds-betsson .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .title, .site-mighty-symbols-diamonds-betsson .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .desc, .site-mighty-symbols-diamonds-betsson .wazdan__game .game__header .game__container .game__content .game__title {
  color: #fff !important;
}

.prev__post, .next__post {
  height: 100vh;
  top: 0;
  position: fixed;
  width: 80px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 1;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .prev__post, .next__post {
    display: none;
  }
}
.prev__post a, .next__post a {
  font-size: 40px;
  text-decoration: none;
  color: white;
  width: 100%;
  height: 100%;
  padding: 10px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.4);
  -ms-writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  text-align: center;
}
.prev__post a:hover, .next__post a:hover {
  text-decoration: none;
}
.prev__post:hover, .next__post:hover {
  opacity: 1;
}

.prev__post {
  left: 0;
}
.prev__post a {
  transform: rotate(180deg);
}

.next__post {
  right: 0;
}
.next__post a {
  transform: rotate(-360deg);
}

.wazdan__game {
  position: relative;
}
.wazdan__game .game__header {
  background-color: #FAFAFA;
}
.wazdan__game .game__header .game__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1921px) {
  .wazdan__game .game__header .game__container {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .game__header .game__container {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .game__header .game__container {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .game__header .game__container {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .game__header .game__container {
    padding: 60px 28px;
  }
}
.wazdan__game .game__header .game__container .game__image__gamepage {
  flex: 50%;
  text-align: center;
}
.wazdan__game .game__header .game__container .game__image__gamepage img {
  max-width: 600px;
  width: 100%;
  filter: drop-shadow(0px 2px 4px rgba(25, 25, 25, 0.15));
  border-radius: 20px;
}
.wazdan__game .game__header .game__container .game__content {
  flex: 50%;
  padding: 0 30px;
  padding-left: 120px;
}
@media (max-width: 1400px) {
  .wazdan__game .game__header .game__container .game__content {
    padding-left: 80px;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .game__header .game__container .game__content {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content {
    flex: 100%;
    padding-left: 0;
  }
}
.wazdan__game .game__header .game__container .game__content .game__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  max-width: 615px;
  margin: 0;
}
@media (max-width: 1400px) {
  .wazdan__game .game__header .game__container .game__content .game__title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content .game__title {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
    text-align: center;
    max-width: unset;
    margin-top: 20px;
  }
}
.wazdan__game .game__header .game__container .game__content .game__desc {
  color: #FFF;
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 24px;
  max-width: 615px;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content .game__desc {
    margin-bottom: 0;
    color: #3B3B3B;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    text-align: center;
    max-width: unset;
    padding-top: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .wazdan__game .game__header .game__container .game__content .game__desc {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .game__header .game__container .game__content #countdown {
  display: none;
  opacity: 0;
  transition: 1.3s;
}
.wazdan__game .game__header .game__container .game__content #countdown ul {
  gap: 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content #countdown ul {
    gap: 12px;
    justify-content: center;
  }
}
.wazdan__game .game__header .game__container .game__content #countdown ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wazdan__game .game__header .game__container .game__content #countdown ul li .countdown__box {
  background: #000;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  margin-bottom: 0;
  color: #FFF;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content #countdown ul li .countdown__box {
    font-size: 30px;
    line-height: 40px;
  }
}
.wazdan__game .game__header .game__container .game__content #countdown ul li #days {
  color: #FF3D17;
}
.wazdan__game .game__header .game__container .game__content #countdown ul li p {
  margin: 0;
  padding-top: 15px;
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1400px) {
  .wazdan__game .game__header .game__container .game__content #countdown ul li p {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .game__header .game__container .game__content .game__award img {
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  height: 20px;
  width: 20px;
}
.wazdan__game .game__header .game__container .game__content .game__award p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .wazdan__game .game__header .game__container .game__content .game__award p {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .game__header .game__container .game__content .game__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 32px 0;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content .game__buttons {
    justify-content: center;
  }
}
.wazdan__game .game__header .game__container .game__content .game__buttons .play__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}
.wazdan__game .game__header .game__container .game__content .game__buttons .play__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content .game__buttons .play__btn {
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .wazdan__game .game__header .game__container .game__content .game__buttons .play__btn {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .game__header .game__container .game__content .game__buttons .video__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
  cursor: pointer;
}
.wazdan__game .game__header .game__container .game__content .game__buttons .video__btn:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__container .game__content .game__buttons .video__btn {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .wazdan__game .game__header .game__container .game__content .game__buttons .video__btn {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .game__header .game__download {
  background-color: #FF3D17;
  width: 100%;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  z-index: 11;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__download {
    height: 60px;
    justify-content: flex-start;
    padding-left: 20px;
  }
}
.wazdan__game .game__header .game__download .download__btn {
  color: #FFF;
  text-decoration: underline;
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .wazdan__game .game__header .game__download .download__btn {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .game__header .game__download .download__btn:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .wazdan__game .game__header .game__download .download__btn {
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .wazdan__game .game__header .game__download .download__btn {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .game__header .game__download .hide__download__btn {
  position: absolute;
  right: 10vw;
  filter: invert(1);
}
.wazdan__game .game__header .game__download .hide__download__btn:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.wazdan__game .game__header .game__download .hide__download__btn img {
  height: 38px;
}
.wazdan__game .description__section {
  background-color: #191919;
  position: relative;
}
@media (min-width: 1921px) {
  .wazdan__game .description__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .description__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .description__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .description__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .description__section {
    padding: 60px 28px;
  }
}
.wazdan__game .description__section .description__section__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .wazdan__game .description__section .description__section__wrapper {
    padding: 60px 0;
  }
}
.wazdan__game .description__section .description__section__wrapper .heading {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .wazdan__game .description__section .description__section__wrapper .heading {
    margin-bottom: 40px;
  }
}
.wazdan__game .description__section .description__section__wrapper .heading h2 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FFF;
}
@media (max-width: 1400px) {
  .wazdan__game .description__section .description__section__wrapper .heading h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__game .description__section .description__section__wrapper .box {
  z-index: 1;
}
.wazdan__game .description__section .description__section__wrapper .box .input__wrapper {
  margin: 0 auto 0 auto;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
}
.wazdan__game .description__section .description__section__wrapper .box .input__wrapper .game__description {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: left;
  margin: auto;
  padding: 0 20px;
  column-count: 2;
  gap: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 700px;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1400px) {
  .wazdan__game .description__section .description__section__wrapper .box .input__wrapper .game__description {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .description__section .description__section__wrapper .box .input__wrapper .game__description p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .wazdan__game .description__section .description__section__wrapper .box .input__wrapper .game__description p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .description__section .description__section__wrapper .box .input__wrapper .game__description {
    column-count: 1;
  }
}
.wazdan__game .description__section .description__section__wrapper .images {
  position: absolute;
  width: 100%;
  background-color: transparent;
  height: 100%;
  top: 0;
  left: 0;
}
.wazdan__game .description__section .description__section__wrapper .images .img__top img {
  position: absolute;
  width: fit-content;
  top: -220px;
  right: 0;
  max-width: 350px;
  transition: 0.2s;
}
@media (max-width: 1024px) {
  .wazdan__game .description__section .description__section__wrapper .images .img__top img {
    width: 30%;
    top: -100px;
  }
}
.wazdan__game .description__section .description__section__wrapper .images .img__bottom img {
  position: absolute;
  width: fit-content;
  max-width: 350px;
  bottom: -170px;
  left: 0px;
  transition: 0.2s;
}
@media (max-width: 1024px) {
  .wazdan__game .description__section .description__section__wrapper .images .img__bottom img {
    width: 30%;
    bottom: -100px;
  }
}
.wazdan__game .description__section .description__section__wrapper .flex__wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  overflow: hidden;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.wazdan__game .description__section .description__section__wrapper .flex__wrapper .img__left {
  height: 70%;
}
.wazdan__game .description__section .description__section__wrapper .flex__wrapper .img__left img {
  height: 100%;
  margin-left: auto;
  display: block;
  display: none;
}
@media (max-width: 1024px) {
  .wazdan__game .description__section .description__section__wrapper .flex__wrapper .img__left {
    display: none;
  }
}
.wazdan__game .description__section .description__section__wrapper .flex__wrapper .img__right {
  height: 70%;
}
.wazdan__game .description__section .description__section__wrapper .flex__wrapper .img__right img {
  height: 100%;
  display: none;
}
@media (max-width: 1024px) {
  .wazdan__game .description__section .description__section__wrapper .flex__wrapper .img__right {
    display: none;
  }
}
.wazdan__game .section__game__info {
  padding: 5%;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info {
    background: none !important;
  }
}
.wazdan__game .section__game__info .game__wrapper {
  display: block;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper:last-child .col__first {
  border-bottom: unset;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper:last-child .col__first {
    border-bottom: 1px solid #CDCDCD;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper:last-child .col__second {
  border-bottom: unset;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper p {
  margin-bottom: 0;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 20%;
  padding: 20px;
  border-bottom: 1px solid #CDCDCD;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__first {
    width: 100%;
    border-radius: 10px 10px 0 0;
    margin-top: 30px;
    justify-content: center;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__first h3 {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__first h3 {
    text-align: center;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
  padding: 20px;
  border-bottom: 1px solid #CDCDCD;
  position: relative;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second {
    width: 100%;
    padding: 20px;
    border-radius: 0 0 10px 10px;
    justify-content: center;
    box-shadow: 0px 2px 2px rgba(25, 25, 25, 0.15);
    gap: 20px;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .clickable {
  text-decoration: underline;
  cursor: pointer;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__info {
    justify-content: center;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__info .info {
  color: #FF3D17;
  border-right: 1px solid #000;
  padding: 0 20px;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__info .info a {
  color: #191919;
  text-decoration: underline;
  font-weight: 900;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__info .info:last-child {
  border-right: 1px solid transparent;
  border-left: unset;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__info .info {
    margin-bottom: 0;
    color: #191919;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    border-left: none;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .availability {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .availability {
    justify-content: center;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .availability span {
  border-right: 1px solid black;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .availability span:last-of-type {
  border: none;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .availability p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 20px;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper {
    justify-content: center;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
  border-right: 1px solid black;
  cursor: default;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink.clickable {
  cursor: pointer;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink.unclicable {
  cursor: default;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink {
    position: static;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink img {
  width: 48px;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink p.second {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .game__feature__wrapper .uwfLink:last-of-type {
  border: none;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .markets {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 16px;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .markets {
    width: 100%;
    justify-content: center;
    padding-bottom: 30px;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .markets img {
  max-height: 46px;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .show__markets {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 20%;
}
@media (max-width: 768px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .show__markets {
    width: 30%;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .show__markets .show__more__markets {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .supported {
  display: flex;
  gap: 20px;
  padding: 0 20px;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .supported:first-child {
  border-right: 2px solid #CDCDCD;
  padding-left: 16px;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .supported:first-child {
    border-right: none;
    margin-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .supported {
    padding: 0;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .supported .platform {
  text-align: center;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .supported .platform p {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .language__wrapper {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
}
@media (max-width: 768px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .language__wrapper {
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .show__more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 20%;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .show__more {
    width: 100%;
    padding-top: 30px;
  }
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .show__more .show__more__btn {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.wazdan__game .section__game__info .game__wrapper .row__wrapper .col__second .lang__text {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.wazdan__game .games_ca {
  display: none;
}
@media (min-width: 1921px) {
  .wazdan__game .games_ca {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .games_ca {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .games_ca {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .games_ca {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .games_ca {
    padding: 60px 28px;
  }
}
.wazdan__game .games_ca h2 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .wazdan__game .games_ca h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__game .games_ca .assets_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 50px;
  margin-top: 50px;
}
.wazdan__game .games_ca .assets_wrapper a {
  max-width: 300px;
  width: 100%;
}
.wazdan__game .games_ca .assets_wrapper a:hover {
  text-decoration: none;
}
.wazdan__game .games_ca .assets_wrapper .asset {
  display: flex;
  flex-direction: column;
  align-items: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.wazdan__game .games_ca .assets_wrapper .asset img {
  width: 100%;
  border-radius: 10px;
  height: auto;
}
.wazdan__game .games_ca .assets_wrapper .asset h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
  font-size: 18px;
  width: 100%;
  padding-top: 25px;
  text-align: center;
  margin: 0;
}
@media (max-width: 1024px) {
  .wazdan__game .games_ca .assets_wrapper .asset h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__game .games_ca .assets_wrapper .asset p {
  width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
  text-align: center;
  margin: 0;
}
.wazdan__game .game__slider {
  background: #fff;
}
@media (min-width: 1921px) {
  .wazdan__game .game__slider {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .game__slider {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .game__slider {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .game__slider {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .game__slider {
    padding: 60px 28px;
  }
}
.wazdan__game .game__slider .heading {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .heading {
    margin-bottom: 40px;
  }
}
.wazdan__game .game__slider .heading h2 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .wazdan__game .game__slider .heading h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__game .game__slider .slick_container {
  width: 100%;
  margin: auto;
  position: relative;
}
@media (max-width: 1400px) {
  .wazdan__game .game__slider .slick_container {
    width: 100%;
  }
}
.wazdan__game .game__slider .slick_container .slick-current .game_feature .content {
  opacity: 0;
  -webkit-animation: fadeIn 1.3s forwards;
  animation: fadeIn 1.3s forwards;
}
.wazdan__game .game__slider .slick_container .slick-dotted.slick-slider {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .slick-dotted.slick-slider {
    margin-bottom: 30px;
  }
}
.wazdan__game .game__slider .slick_container .single__game__slider .slick-dots {
  bottom: -90px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slick-dots {
    margin-bottom: 10px;
    bottom: -50px;
  }
}
.wazdan__game .game__slider .slick_container .single__game__slider .slick-dots li button {
  width: 15px;
  height: 15px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  opacity: 0.6;
  border-radius: 50%;
  color: transparent;
}
.wazdan__game .game__slider .slick_container .single__game__slider .slick-dots li button::before {
  content: "";
}
.wazdan__game .game__slider .slick_container .single__game__slider .slick-dots li.slick-active button {
  opacity: 1;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .images {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .images {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .images img {
  width: 100%;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(25, 25, 25, 0.15));
  max-width: 500px;
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .images img.slick_image {
  max-width: 500px;
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .images .video, .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .images video {
  width: 100%;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(25, 25, 25, 0.15));
  max-width: 600px;
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
  padding-left: 120px;
}
@media (max-width: 1400px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content {
    padding-left: 80px;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0 0 0;
    align-items: center;
  }
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .title {
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  overflow: hidden;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .title {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .title {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
  }
}
.wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .desc {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .desc {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .desc {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .game__slider .slick_container .single__game__slider .slide .game_feature .content .desc {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.wazdan__game .banner__section {
  background-size: cover;
  background-position: right center;
  position: relative;
}
.wazdan__game .banner__section__wrapper {
  padding-top: 3%;
  position: absolute;
  top: 0;
  width: 50%;
  padding-top: 3%;
  padding-left: 96px;
}
@media (max-width: 1024px) {
  .wazdan__game .banner__section__wrapper {
    width: 100%;
  }
}
.wazdan__game .banner__section__wrapper.staticBG {
  position: relative;
}
@media (min-width: 1921px) {
  .wazdan__game .banner__section__wrapper.staticBG {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .banner__section__wrapper.staticBG {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .banner__section__wrapper.staticBG {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .banner__section__wrapper.staticBG {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .banner__section__wrapper.staticBG {
    padding: 60px 28px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .banner__section__wrapper {
    padding-left: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .banner__section__wrapper {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .banner__section__wrapper {
    padding-left: 28px;
  }
}
.wazdan__game .banner__section__wrapper .content {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .wazdan__game .banner__section__wrapper .content {
    max-width: 700px;
  }
}
.wazdan__game .banner__section__wrapper .content.baner {
  background-color: transparent;
  padding: 0;
}
.wazdan__game .banner__section__wrapper .content .heading {
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .wazdan__game .banner__section__wrapper .content .heading {
    margin-bottom: calc(20px + 10 * (100vw - 576px) / 1344);
  }
}
@media screen and (min-width: 1920px) {
  .wazdan__game .banner__section__wrapper .content .heading {
    margin-bottom: 30px;
  }
}
.wazdan__game .banner__section__wrapper .content .heading h3 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FFF;
  line-height: calc(24px + 16 * (100vw - 576px) / 1344);
}
@media (max-width: 1400px) {
  .wazdan__game .banner__section__wrapper .content .heading h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__game .banner__section__wrapper .content .heading h3 {
  font-size: 24px;
}
@media screen and (min-width: 576px) {
  .wazdan__game .banner__section__wrapper .content .heading h3 {
    font-size: calc(24px + 16 * (100vw - 576px) / 1344);
    line-height: calc(24px + 16 * (100vw - 576px) / 1344 + 8px);
  }
}
@media screen and (min-width: 1920px) {
  .wazdan__game .banner__section__wrapper .content .heading h3 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .banner__section__wrapper .content .heading h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) and (min-width: 576px) {
  .wazdan__game .banner__section__wrapper .content .heading h3 {
    font-size: calc(28px + 8 * (100vw - 576px) / 192);
    line-height: calc(28px + 8 * (100vw - 576px) / 192 + 8px);
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .wazdan__game .banner__section__wrapper .content .heading h3 {
    font-size: 36px;
  }
}
.wazdan__game .banner__section__wrapper .content .desc {
  margin-bottom: 20px;
}
.wazdan__game .banner__section__wrapper .content .desc {
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .wazdan__game .banner__section__wrapper .content .desc {
    margin-bottom: calc(20px + 10 * (100vw - 576px) / 1344);
  }
}
@media screen and (min-width: 1920px) {
  .wazdan__game .banner__section__wrapper .content .desc {
    margin-bottom: 30px;
  }
}
.wazdan__game .banner__section__wrapper .content .desc p {
  margin-bottom: 0;
  color: white;
}
.wazdan__game .banner__section__wrapper .content .desc p {
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .wazdan__game .banner__section__wrapper .content .desc p {
    font-size: calc(22px + 4 * (100vw - 1024px) / 896);
    line-height: calc(22px + 4 * (100vw - 1024px) / 896 + 8px);
  }
}
@media screen and (min-width: 1920px) {
  .wazdan__game .banner__section__wrapper .content .desc p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .banner__section__wrapper .content .desc p {
    line-height: 26px;
  }
}
.wazdan__game .banner__section__wrapper .content .download__btn {
  display: flex;
}
.wazdan__game .banner__section__wrapper .content .download__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  cursor: pointer;
  line-height: unset;
}
.wazdan__game .banner__section__wrapper .content .download__btn a:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.wazdan__game .banner__section__wrapper .content .download__btn a {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .wazdan__game .banner__section__wrapper .content .download__btn a {
    font-size: calc(14px + 4 * (100vw - 1024px) / 896);
    line-height: calc(14px + 4 * (100vw - 1024px) / 896 + 8px);
  }
}
@media screen and (min-width: 1920px) {
  .wazdan__game .banner__section__wrapper .content .download__btn a {
    font-size: 18px;
  }
}
.wazdan__game .cashdrop__section {
  background-color: white;
}
@media (min-width: 1921px) {
  .wazdan__game .cashdrop__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .cashdrop__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .cashdrop__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .cashdrop__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .cashdrop__section {
    padding: 60px 28px;
  }
}
.wazdan__game .cashdrop__section__wrapper {
  display: flex;
  gap: 120px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .wazdan__game .cashdrop__section__wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.wazdan__game .cashdrop__section__wrapper .content {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  padding: 40px;
  justify-content: center;
  max-width: 700px;
}
.wazdan__game .cashdrop__section__wrapper .content.baner {
  background-color: transparent;
  padding: 0;
}
@media (max-width: 1024px) {
  .wazdan__game .cashdrop__section__wrapper .content {
    width: 100%;
    padding: 0px;
  }
}
.wazdan__game .cashdrop__section__wrapper .content .heading {
  margin-bottom: 40px;
}
.wazdan__game .cashdrop__section__wrapper .content .heading h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .wazdan__game .cashdrop__section__wrapper .content .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__game .cashdrop__section__wrapper .content .desc {
  margin-bottom: 40px;
}
.wazdan__game .cashdrop__section__wrapper .content .desc p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .wazdan__game .cashdrop__section__wrapper .content .desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .cashdrop__section__wrapper .content .download__btn {
  display: flex;
}
.wazdan__game .cashdrop__section__wrapper .content .download__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}
.wazdan__game .cashdrop__section__wrapper .content .download__btn a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazdan__game .cashdrop__section__wrapper .image__wrapper {
  width: calc(50% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .wazdan__game .cashdrop__section__wrapper .image__wrapper {
    width: 100%;
  }
}
.wazdan__game .cashdrop__section__wrapper .image__wrapper img {
  border-radius: 20px;
  max-width: 600px;
}
.wazdan__game .similar__games__section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #FAFAFA;
}
@media (min-width: 1921px) {
  .wazdan__game .similar__games__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .similar__games__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .similar__games__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .similar__games__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .similar__games__section {
    padding: 60px 28px;
  }
}
.wazdan__game .similar__games__section .similar__games__wrapper {
  max-width: 1300px;
}
@media (max-width: 1400px) {
  .wazdan__game .similar__games__section .similar__games__wrapper {
    max-width: 924px;
  }
}
.wazdan__game .similar__games__section .similar__games__wrapper__title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
@media (max-width: 1400px) {
  .wazdan__game .similar__games__section .similar__games__wrapper__title {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .wazdan__game .similar__games__section .similar__games__wrapper__title {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
    padding-bottom: 40px;
  }
}
.wazdan__game .similar__games__section .similar__games__wrapper .similar__games {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .wazdan__game .similar__games__section .similar__games__wrapper .similar__games {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .similar__games__section .similar__games__wrapper .similar__games {
    max-width: 360px;
  }
}
.wazdan__game .similar__games__section .similar__games__wrapper .similar__games .game {
  max-width: 400px;
  width: 100%;
  padding: 10px;
  transition: 0.3s;
}
.wazdan__game .similar__games__section .similar__games__wrapper .similar__games .game a:hover {
  text-decoration: none;
}
.wazdan__game .similar__games__section .similar__games__wrapper .similar__games .game img {
  width: 100%;
  filter: drop-shadow(0px 8px 8px rgba(25, 25, 25, 0.15));
  border-radius: 20px;
}
.wazdan__game .similar__games__section .similar__games__wrapper .similar__games .game:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.wazdan__game .additional__info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1921px) {
  .wazdan__game .additional__info {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__game .additional__info {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__game .additional__info {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__game .additional__info {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__game .additional__info {
    padding: 60px 28px;
  }
}
.wazdan__game .additional__info .additional__info__wrapper {
  max-width: 1300px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  background: -webkit-linear-gradient(#333, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wazdan__game .additional__info .additional__info__wrapper h3 {
  text-align: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  .wazdan__game .additional__info .additional__info__wrapper h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__game .additional__info .additional__info__wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.wazdan__game .additional__info .open {
  -webkit-line-clamp: inherit;
  -webkit-text-fill-color: inherit;
}
.wazdan__game .additional__info .moreless__button {
  color: #FF3D17;
  cursor: pointer;
  font-weight: 700;
  padding-top: 30px;
}
.wazdan__game .modal-body {
  padding: 0;
}
.wazdan__game .modal-body button.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 50px;
  z-index: 9;
  color: #fff;
}
.wazdan__game .modal-body .container-fluid.playGame, .wazdan__game .modal-body .playGame.container-sm, .wazdan__game .modal-body .playGame.container-md, .wazdan__game .modal-body .playGame.container-lg, .wazdan__game .modal-body .playGame.container-xl {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1024px) {
  .wazdan__game .modal-body .container-fluid.playGame, .wazdan__game .modal-body .playGame.container-sm, .wazdan__game .modal-body .playGame.container-md, .wazdan__game .modal-body .playGame.container-lg, .wazdan__game .modal-body .playGame.container-xl {
    background-color: #050505;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wazdan__game .modal-body .section div.modal__iframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .wazdan__game .modal-body .section div.modal__iframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.wazdan__game .modal-body .section .modal__game-player {
  height: 600px !important;
  width: 80vw !important;
}
.wazdan__game .modal-body .section .modal__game-player .button {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazdan__game .modal-body .section .modal__game-player .button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazdan__game .modal-body .section .modal__game-player .button:focus {
  border: none;
}
.wazdan__game .modal-body .section .modal__game-player .button:focus-visible {
  border: none;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe, .wazdan__game .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background: #000;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--mobile .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--landscape .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--mobile img {
  display: none;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--landscape img {
  display: none;
}
.wazdan__game .modal-body .section .modal_iframe_age_veryfication {
  display: none;
}
.wazdan__game .modal-body .section .modal__iframe {
  position: relative;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--desktop, .wazdan__game .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--desktop, .wazdan__game .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
.wazdan__game .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe, .wazdan__game .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background-size: cover;
  width: 100%;
  height: 100%;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication {
  z-index: 8 !important;
  text-align: center;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication p {
  color: #fff;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication .modal_iframe_age_veryfication_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 40px;
  border-radius: 25px;
  width: 500px;
  transition: 1s;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a {
  cursor: pointer;
  display: block;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus {
  border: none;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus-visible {
  border: none;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.modal__close {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FF3D17;
  border-color: #FAFAFA;
  background-color: #FAFAFA;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.modal__close:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.modal__close:focus {
  border: none;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.modal__close:focus-visible {
  border: none;
}
.wazdan__game .modal-body .modal_iframe_age_veryfication a.modal__close:before {
  content: "";
}

#wazadan__awards {
  transition: width 0.5s;
}

.wazadan__awards .awards__container {
  max-width: 1400px;
  width: 100%;
  display: block;
  margin: auto;
  max-width: 1440px;
}
.wazadan__awards .awards__header {
  background-color: #FAFAFA;
  min-height: 650px;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header {
    min-height: fit-content;
  }
}
.wazadan__awards .awards__header .wrapper {
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header .wrapper {
    margin-top: 0px;
  }
}
.wazadan__awards .awards__header .wrapper .desc {
  width: 50%;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header .wrapper .desc {
    width: 100%;
  }
}
.wazadan__awards .awards__header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header .wrapper .card__wrapper {
    display: none;
  }
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack {
  transform: translateY(100px);
  max-height: 250px;
  max-width: 405px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box {
  position: relative;
  transform: translateY(-100px);
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card {
  background-color: #fff;
  width: 405px;
  height: 304px;
  border-radius: 20px;
  transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
  cursor: pointer;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card.hide {
  visibility: hidden;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide) {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"] {
  transform: translate(calc(0 * 35px), calc(0 * -35px)) scale(calc(1 - 0.05 * 0));
  z-index: calc(6 - 0);
  opacity: calc(1 - 0.1 * 0);
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="1"] {
  transform: translate(calc(1 * 35px), calc(1 * -35px)) scale(calc(1 - 0.05 * 1));
  z-index: calc(6 - 1);
  opacity: calc(1 - 0.1 * 1);
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="2"] {
  transform: translate(calc(2 * 35px), calc(2 * -35px)) scale(calc(1 - 0.05 * 2));
  z-index: calc(6 - 2);
  opacity: calc(1 - 0.1 * 2);
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="3"] {
  transform: translate(calc(3 * 35px), calc(3 * -35px)) scale(calc(1 - 0.05 * 3));
  z-index: calc(6 - 3);
  opacity: calc(1 - 0.1 * 3);
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="4"] {
  transform: translate(calc(4 * 35px), calc(4 * -35px)) scale(calc(1 - 0.05 * 4));
  z-index: calc(6 - 4);
  opacity: calc(1 - 0.1 * 4);
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card img {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .cards__box .card .award__name {
  margin-top: -35px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-weight: 700;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .dot__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot:not(.active) {
  background: #EF9090;
}
.wazadan__awards .awards__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot.active {
  background-color: #FF3D17;
}
@media (min-width: 1921px) {
  .wazadan__awards .awards__header {
    padding: 100px 96px;
    padding-bottom: 125px;
  }
}
@media (max-width: 1920px) {
  .wazadan__awards .awards__header {
    padding: 80px 96px;
    padding-bottom: 125px;
  }
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header {
    padding: 60px 60px;
    margin-top: 58px;
  }
}
@media (max-width: 768px) {
  .wazadan__awards .awards__header {
    padding: 48px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__awards .awards__header {
    padding: 40px 28px;
  }
}
.wazadan__awards .awards__header .games__header__title {
  padding-bottom: 15px;
  max-width: 670px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__header .games__header__title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header .games__header__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #191919;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .wazadan__awards .awards__header .games__header__title {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazadan__awards .awards__header h2 {
  max-width: 670px;
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
  font-weight: 500;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__header h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
.wazadan__awards .awards__header .games__counter .typewrite {
  height: 61px;
}
.wazadan__awards .awards__header .games__counter .typewrite .wrap {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__header .games__counter .typewrite .wrap {
    font-size: 30px;
    line-height: 40px;
  }
}
.wazadan__awards .awards__list {
  transition: width 0.5s;
}
.wazadan__awards .awards__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-items: start;
  list-style: none;
  justify-content: center;
  gap: 32px 16px;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 80px;
}
.wazadan__awards .awards__list ul .no-result {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list ul {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 60px 20px;
  }
}
@media (max-width: 768px) {
  .wazadan__awards .awards__list ul li {
    width: 100%;
  }
}
.wazadan__awards .awards__list ul li .award {
  position: relative;
  width: 400px;
  min-height: 330px;
  height: 100%;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 32px;
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list ul li .award {
    min-height: 350px;
    width: 100%;
  }
}
.wazadan__awards .awards__list ul li .award .imgWrapper {
  max-width: 130px;
  margin: auto;
  width: 100%;
}
.wazadan__awards .awards__list ul li .award .awardContent {
  width: 100%;
}
.wazadan__awards .awards__list ul li .award .kind {
  position: absolute;
  top: 32px;
  max-height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 5px 0px 0px 5px;
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  font-size: 14px;
}
.wazadan__awards .awards__list ul li .award .nominee {
  background: #191919;
}
.wazadan__awards .awards__list ul li .award .winner {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
.wazadan__awards .awards__list ul li .award .awardTitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 12px;
  width: 100%;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__list ul li .award .awardTitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__awards .awards__list ul li .award .awardYear {
  margin: 12px 0;
  width: 100%;
}
.wazadan__awards .awards__list ul li .award .awardDonor {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
  margin: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list ul li .award .awardDonor {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list ul li .award .awardDonor {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list ul li .award {
    flex-wrap: wrap;
    justify-content: center;
  }
  .wazadan__awards .awards__list ul li .award .awardTitle, .wazadan__awards .awards__list ul li .award .awardYear, .wazadan__awards .awards__list ul li .award .awardDonor {
    text-align: center;
  }
}
.wazadan__awards .awards__list .show__more__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}
.wazadan__awards .awards__list .show__more__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__awards .awards__list .show__more__btn:hover {
  background-color: #FF3D17;
  color: #fff;
}
.wazadan__awards .awards__list .show__more__btn:active {
  background-color: #C43131;
  color: #fff;
}
@media (max-width: 1920px) {
  .wazadan__awards .awards__list .show__more__btn {
    margin-top: 52px;
    margin-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .show__more__btn {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .wazadan__awards .awards__list .show__more__btn {
    margin-top: 36px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1921px) {
  .wazadan__awards .awards__list .show__more__btn {
    margin-top: 68px;
    margin-bottom: 80px;
  }
}
.wazadan__awards .awards__list .awards__filter {
  background-color: #fff;
  padding: 24px 96px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  z-index: 999;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .awards__filter {
    justify-content: center;
  }
}
.wazadan__awards .awards__list .awards__filter__button {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: black;
  top: -3px;
}
.wazadan__awards .awards__list .awards__filter__button i {
  font-size: 30px;
  line-height: 1rem;
  color: black;
  padding: 2px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -3px;
}
.wazadan__awards .awards__list .awards__filter__button:hover {
  transition: 0.3s;
}
.wazadan__awards .awards__list .awards__filter__button:hover i {
  color: #FF3D17;
}
.wazadan__awards .awards__list .awards__filter__button:active i {
  color: #C43131;
}
.wazadan__awards .awards__list .awards__filter p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  width: fit-content;
}
.wazadan__awards .awards__list .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.wazadan__awards .awards__list .awards__filter__sidebar.open {
  right: 0;
}
.wazadan__awards .awards__list .awards__filter__sidebar {
  height: 100%;
  width: 30vw;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -30vw;
  background-color: #FAFAFA;
  overflow-x: hidden;
  transition: 0.5s;
  background: #FAFAFA;
}
.wazadan__awards .awards__list .awards__filter__sidebar::-webkit-scrollbar {
  width: 5px;
}
.wazadan__awards .awards__list .awards__filter__sidebar::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 3px solid #191919;
}
@media (max-width: 991.98px) {
  .wazadan__awards .awards__list .awards__filter__sidebar {
    width: 100%;
    right: -100%;
  }
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top {
  display: flex;
  flex-wrap: wrap;
  padding: 36px 96px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CDCDCD;
  position: sticky;
  z-index: 1;
  top: 0;
  background-color: #191919;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top {
    padding: 32px;
  }
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top h3 {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn .count, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn .count {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn .close__txt, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn .close__txt {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  text-decoration: underline;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn .close__txt:hover, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn .close__txt:hover {
  text-decoration: underline;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn .close__icon, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn .close__icon {
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn .close__icon i, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn .close__icon i {
  font-size: 26px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  position: relative;
  top: 3px;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn .close__icon i:hover, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn .close__icon i:hover {
  color: #C43131;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn .close__icon i:active, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn .close__icon i:active {
  color: #C43131;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn:hover, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn:hover {
  color: #FF3D17;
  cursor: pointer;
  text-decoration: none;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .reset_btn:active, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__top .close_btn:active {
  color: #C43131;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom {
  padding: 52px 96px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom {
    padding: 32px;
  }
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .awards__category {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
  margin: 32px 0 16px 0;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .awards__category {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter .selected__element a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
  color: #fff;
  background-color: #191919;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter .selected__element a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter label {
  margin: 0;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter label:hover {
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter label #inlineCheckbox1 a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter label #inlineCheckbox1 a:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter label #inlineCheckbox1 a:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter:first-child div:first-child > label > a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter:first-child div:first-child > label > a:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter:first-child div:first-child > label > a:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter:first-child div:first-child > label > a:hover {
  color: #fff;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter:first-child .selected__element:first-child > label > a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
  color: #fff;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter:first-child .selected__element:first-child > label > a:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .filter:first-child .selected__element:first-child > label > a:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter:focus {
  border: none;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter:focus-visible {
  border: none;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter {
  color: #191919;
  bottom: 34px;
  left: 10px;
  position: relative;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter:hover {
  color: #FF3D17;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter i {
  position: absolute;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__bottom .selectedFilter p {
  margin: 0;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end {
  display: none;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .reset_btn {
  color: #191919;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .close_btn, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .results {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .close_btn:hover, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .results:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .close_btn:focus, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .results:focus {
  border: none;
}
.wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .close_btn:focus-visible, .wazadan__awards .awards__list .awards__filter__sidebar__wrapper__end .results:focus-visible {
  border: none;
}
.wazadan__awards .awards__list {
  transition: width 0.5s;
}
.wazadan__awards .awards__list .button_filter_winner {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
  color: #fff;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%) !important;
}
.wazadan__awards .awards__list .button_filter_winner:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__awards .awards__list .button_filter_winner:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__awards .awards__list .button_filter_winner.active {
  color: #FFF;
  background-color: #C43131;
  color: #fff;
}
.wazadan__awards .awards__list .button_filter {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
  margin-right: 40px;
}
.wazadan__awards .awards__list .button_filter:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .button_filter {
    margin-right: 0;
  }
}
.wazadan__awards .awards__list .button_filter.active {
  color: #FFF;
  background-color: #3B3B3B;
}
.wazadan__awards .awards__list .awards__filter {
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  z-index: 999;
  padding: 24px 5% 24px 5%;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .awards__filter {
    padding: 40px;
  }
}
.wazadan__awards .awards__list .awards__filter .button_filter_winner {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px !important;
}
.wazadan__awards .awards__list .awards__filter .button_filter_winner:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter .button_filter_winner:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__awards .awards__list .awards__filter .button_filter_winner.active {
  color: #fff;
}
.wazadan__awards .awards__list .awards__filter .button_filter {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
  padding: 12px 24px;
  font-size: 16px !important;
}
.wazadan__awards .awards__list .awards__filter .button_filter:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.wazadan__awards .awards__list .awards__filter .button_filter.country {
  border: 0.5px solid #FF3D17;
  color: #FF3D17;
}
.wazadan__awards .awards__list .awards__filter .button_filter.country:hover {
  background-color: #FF3D17;
  color: white;
}
.wazadan__awards .awards__list .awards__filter .button_filter.country.active {
  background-color: #FF3D17;
  color: white;
  border: 1px solid #FF3D17;
}
.wazadan__awards .awards__list .awards__filter .button_filter.country:active {
  background-color: #FF3D17;
  color: white;
  border: 1px solid #FF3D17;
}
.wazadan__awards .awards__list .awards__filter .button_filter.country:focus {
  border: 1px solid #FF3D17;
}
.wazadan__awards .awards__list .awards__filter .button_filter.country:disabled {
  background-color: #FF3D17;
  opacity: 0.4;
  color: #fff;
  cursor: default;
  border-color: gray;
  pointer-events: none;
}
.wazadan__awards .awards__list .awards__filter .button_filter:disabled {
  background-color: gray;
  opacity: 0.4;
  color: #fff;
  cursor: default;
  border-color: gray;
  pointer-events: none;
}
.wazadan__awards .awards__list .awards__filter .button_filter.active {
  border: 1px solid black;
  background-color: black;
  color: white;
}
.wazadan__awards .awards__list .awards__filter .button_filter:focus {
  border: 1px solid black;
}
.wazadan__awards .awards__list .awards__filter .wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wazadan__awards .awards__list .awards__filter .wrapper p {
  color: #000;
  cursor: pointer;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
}
.wazadan__awards .awards__list .awards__filter .wrapper p:hover {
  text-decoration: underline;
}
.wazadan__awards .awards__list .awards__filter .wrapper .games__filter__button {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: black;
  top: -3px;
}
.wazadan__awards .awards__list .awards__filter .wrapper .games__filter__button i {
  font-size: 30px;
  line-height: 1rem;
  color: black;
  padding: 2px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wazadan__awards .awards__list .awards__filter .wrapper .games__filter__button:hover {
  background-color: #FAFAFA;
  transition: 0.3s;
}
.wazadan__awards .awards__list .awards__filter .wrapper .games__filter__button:hover i {
  color: #C43131;
}
.wazadan__awards .awards__list .awards__filter .wrapper .games__filter__button:active {
  border: 1px solid #C43131;
  background-color: #C43131;
}
.wazadan__awards .awards__list .awards__filter .wrapper .games__filter__button:active i {
  color: #FFF;
}
.wazadan__awards .awards__list .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
}
.wazadan__awards .awards__list .games__filter__sidebar.open {
  right: 0;
}
.wazadan__awards .awards__list .games__filter__sidebar {
  height: 100%;
  width: 30vw;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -30vw;
  background-color: #FAFAFA;
  transition: 0.5s;
  background: #FAFAFA;
  box-shadow: 0px 8px 8px rgba(25, 25, 25, 0.15);
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .games__filter__sidebar {
    width: 100%;
    right: -100%;
  }
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top {
  display: flex;
  flex-wrap: wrap;
  padding: 25px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CDCDCD;
  position: sticky;
  z-index: 1;
  top: 0;
  background-color: #FF3D17;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .reset__wrapper {
  position: relative;
  text-decoration: none;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .reset__wrapper .reset_btn {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .reset__wrapper .reset_btn:hover {
  text-decoration: underline;
  cursor: pointer;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .reset__wrapper .selected__filter {
  background-color: #FF3D17;
  padding: 11px;
  border-radius: 50%;
  font-size: 16px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
  position: absolute;
  top: -8px;
  right: -20px;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper a {
  text-decoration: none;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__txt:hover {
  text-decoration: underline;
  cursor: pointer;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__icon {
  cursor: pointer;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__icon i {
  font-size: 24px;
  color: #FF3D17;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #FFF;
  border-radius: 50%;
  transform: rotate(180deg);
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  width: 34px;
  height: 34px;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__icon i:hover {
  color: #C43131;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__top .close__wrapper .close_btn .close__icon i:active {
  border: 1px solid #C43131;
  background-color: #C43131;
  color: #FFF;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom {
  padding: 47px 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  overflow-x: scroll;
  height: 90vh;
  align-content: flex-start;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom::-webkit-scrollbar {
  width: 5px;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 3px solid #191919;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom {
    padding: 28px;
  }
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter a {
    padding: 12px 24px;
  }
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter input:disabled a {
  background-color: gray;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter input:disabled + label a {
  background-color: gray;
  opacity: 0.4;
  color: #fff;
  cursor: default;
  border-color: gray;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter .selected__element a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
  color: #fff;
  background-color: #191919;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter .selected__element a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter .selected__element a {
    padding: 12px 24px;
  }
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter label {
  margin-bottom: 0;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .filter label:hover {
  cursor: pointer;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .category__name {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 24px;
  margin-bottom: 16px;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter:focus {
  border: none;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter:focus-visible {
  border: none;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  cursor: pointer;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter {
  color: #191919;
  bottom: 34px;
  left: 10px;
  position: relative;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter:hover {
  color: #FF3D17;
  cursor: pointer;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter i {
  position: absolute;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__bottom .selectedFilter p {
  margin: 0;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end {
  display: none;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .games__filter__sidebar__wrapper__end {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #CDCDCD;
    position: sticky;
    z-index: 1;
    bottom: 0;
    background-color: #fafafa;
  }
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .reset__wrapper {
  position: relative;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .reset__wrapper .reset_btn {
  color: #191919;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .reset__wrapper .reset_btn:hover {
  color: #FF3D17;
  cursor: pointer;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .reset__wrapper .selected__filter {
  background-color: #FF3D17;
  padding: 15px;
  border-radius: 50%;
  font-size: 15px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-decoration: none;
  position: absolute;
  top: -15px;
  right: -30px;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .close_btn, .wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .results {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .close_btn:hover, .wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .results:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .close_btn:focus, .wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .results:focus {
  border: none;
}
.wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .close_btn:focus-visible, .wazadan__awards .awards__list .games__filter__sidebar__wrapper__end .results:focus-visible {
  border: none;
}
@media (max-width: 1920px) {
  .wazadan__awards .awards__list .tab .gamesWrapper {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .tab .gamesWrapper {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .wazadan__awards .awards__list .tab .gamesWrapper {
    padding-bottom: 48px;
  }
}
@media (max-width: 576px) {
  .wazadan__awards .awards__list .tab .gamesWrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 1921px) {
  .wazadan__awards .awards__list .tab .gamesWrapper {
    padding-bottom: 100px;
  }
}
.wazadan__awards .awards__list .tab .gamesWrapper .no-result {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-items: start;
  list-style: none;
  justify-content: center;
  gap: 44px 16px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
}
@media (max-width: 991.98px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    gap: 28px 16px;
  }
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul li {
    max-width: 296px;
  }
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul li {
    max-width: 320px;
  }
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .not-active img {
  opacity: 0.7;
  -webkit-filter: brightness(50%);
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .not-active .gameTitle, .wazadan__awards .awards__list .tab .gamesWrapper ul li .not-active .gameTeaser, .wazadan__awards .awards__list .tab .gamesWrapper ul li .not-active .releaseDate {
  opacity: 0.7;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper {
  position: relative;
  transition: 0.3s;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper .gameCategory {
  position: absolute;
  padding: 8px 16px;
  top: 12px;
  left: 0;
  background: #FF3D17;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper .upcomingLabel {
  position: absolute;
  padding: 8px 16px;
  top: 12px;
  left: 0;
  background: #FAFAFA;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper img {
  border-radius: 10px;
  width: 100%;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper .playGame {
  display: none;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper:hover img {
  -webkit-filter: brightness(50%);
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper:hover a.playGame {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  top: 50%;
  transform: translateY(-50%);
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul li .imgWrapper:hover a.playGame:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul p {
  line-height: 1rem;
  padding-top: 12px;
  margin: 0;
  color: #191919;
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul p {
    padding-top: 8px;
  }
}
.wazadan__awards .awards__list .tab .gamesWrapper ul a {
  text-decoration: none;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul .gameTitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  padding-top: 16px;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul .gameTitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__awards .awards__list .tab .gamesWrapper ul .releaseDate {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul .releaseDate {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 1921px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul .gameTeaser {
    margin-bottom: 0;
    color: #191919;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
}
@media (max-width: 1920px) {
  .wazadan__awards .awards__list .tab .gamesWrapper ul .gameTeaser {
    margin-bottom: 0;
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}
.wazadan__awards .awards__list .tab .gamesWrapper ul .exploreGame {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.wazadan__awards .awards__list .tab .gamesWrapper ul .exploreGame:hover {
  text-decoration: underline;
  color: #C43131;
}
.wazadan__awards .awards__list .tab .gamesWrapper .show__more__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
  margin-left: auto;
  margin-right: auto;
}
.wazadan__awards .awards__list .tab .gamesWrapper .show__more__btn:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .wazadan__awards .awards__list .tab .gamesWrapper .show__more__btn {
    margin-top: 52px;
  }
}
@media (max-width: 1024px) {
  .wazadan__awards .awards__list .tab .gamesWrapper .show__more__btn {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .wazadan__awards .awards__list .tab .gamesWrapper .show__more__btn {
    margin-top: 36px;
  }
}
@media (min-width: 1921px) {
  .wazadan__awards .awards__list .tab .gamesWrapper .show__more__btn {
    margin-top: 68px;
  }
}

.privacy__wazdan__page {
  background-color: #fafafa;
  margin: 0 5%;
}
@media (max-width: 1024px) {
  .privacy__wazdan__page {
    padding-top: 50px;
  }
}
.privacy__wazdan__page .privacy__wazdan__wrapper {
  padding: 200px 0;
  max-width: 616px;
  margin: auto;
}
@media (max-width: 1024px) {
  .privacy__wazdan__page .privacy__wazdan__wrapper {
    padding: 50px 20px;
  }
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy h1 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  margin-bottom: 52px;
}
@media (max-width: 1400px) {
  .privacy__wazdan__page .privacy__wazdan__wrapper .privacy h1 {
    font-size: 34px;
    line-height: 36px;
  }
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 24px;
  margin-top: 52px;
}
@media (max-width: 1400px) {
  .privacy__wazdan__page .privacy__wazdan__wrapper .privacy h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy p {
  font-size: 18px;
  line-height: 27px;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy ol li {
  font-size: 18px;
  line-height: 27px;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy__title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 52px;
}
@media (max-width: 1400px) {
  .privacy__wazdan__page .privacy__wazdan__wrapper .privacy__title {
    font-size: 34px;
    line-height: 36px;
  }
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy__subtitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  padding-bottom: 24px;
}
@media (max-width: 1400px) {
  .privacy__wazdan__page .privacy__wazdan__wrapper .privacy__subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy__bold__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 52px;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  padding-bottom: 52px;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy a {
  color: #3B3B3B;
  text-decoration: underline;
  font-weight: 900;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy a:hover {
  color: #FF3D17;
}
.privacy__wazdan__page .privacy__wazdan__wrapper .privacy a:active {
  color: #C43131;
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
  position: relative;
}

.wpforms-error {
  width: 100% !important;
}

.modal__message {
  font-family: "DIN 2014";
}
.modal__message .modal-dialog {
  max-width: 826px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  .modal__message .modal-dialog {
    max-width: 100vw;
  }
}
.modal__message .dismiss__button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FAFAFA;
  filter: drop-shadow(0px 1px 3px rgba(25, 25, 25, 0.15));
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.modal__message .dismiss__button i {
  pointer-events: none;
  font-size: 1.5rem;
  color: #FF3D17;
}
.modal__message .modal__content__message {
  margin: auto;
  border: 2px solid #191919;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  overflow: hidden;
  margin-top: 120px;
}
.modal__message .modal__content__message .modal__body__message {
  padding: 52px 100px;
  position: relative;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message {
    padding: 15px;
  }
}
.modal__message .modal__content__message .modal__body__message .content .heading {
  margin-bottom: 16px;
}
.modal__message .modal__content__message .modal__body__message .content .heading h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  text-align: center;
  margin: 0;
}
@media (max-width: 1400px) {
  .modal__message .modal__content__message .modal__body__message .content .heading h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.modal__message .modal__content__message .modal__body__message .content .desc {
  margin-bottom: 32px;
}
.modal__message .modal__content__message .modal__body__message .content .desc p {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #3B3B3B;
  margin: 0;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .content .desc p {
    margin-top: 30px;
  }
}
.modal__message .modal__content__message .modal__body__message ul.nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message ul.nav {
    flex-wrap: nowrap;
    width: 100%;
    gap: 10px;
    justify-content: space-evenly;
  }
}
.modal__message .modal__content__message .modal__body__message ul.nav .nav-item a {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  text-align: center;
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  text-transform: none;
}
.modal__message .modal__content__message .modal__body__message ul.nav .nav-item a:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a {
    flex-direction: column;
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #12102B;
    background-color: #D4ECFF;
  }
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a:hover {
    cursor: pointer;
    border-color: #6127FF;
    background: #6127FF;
    text-decoration: none;
    color: #fff;
    transition: 0.2s ease-in;
  }
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a:focus {
    border: none;
  }
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a:focus-visible {
    border: none;
  }
}
.modal__message .modal__content__message .modal__body__message ul.nav .nav-item a.active {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.modal__message .modal__content__message .modal__body__message ul.nav .nav-item a.active:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a.active {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a.active:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a.active:focus {
    border: none;
  }
  .modal__message .modal__content__message .modal__body__message ul.nav .nav-item a.active:focus-visible {
    border: none;
  }
}
.modal__message .modal__content__message .modal__body__message ul.nav .nav-item a.active:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .desc {
  margin-bottom: 10px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .desc p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #191919;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .contact__person .img__wrapper {
  margin: auto;
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
  max-width: 232px;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .contact__person .img__wrapper:hover {
  transform: scale(0.97);
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .contact__person .button__wrapper {
  display: flex;
  justify-content: center;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .contact__person .button__wrapper a {
  color: #FF3D17;
  text-decoration: underline;
  font-weight: 700;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .reset {
  position: absolute;
  top: 20px;
  transform: translateY(-50%);
  right: 75px;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .reset {
    transform: inherit;
    top: 40px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .wpforms-field, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .wpforms-field {
  padding: 0px;
  margin-bottom: 16px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form {
  margin: auto;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  word-break: normal;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form label.wpforms-error, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form label.wpforms-error {
  font-size: 10px;
  line-height: 14px;
  color: #FF3D17 !important;
  padding: 6px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .wpforms-required-label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .wpforms-required-label {
  display: none !important;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name {
  display: inline-flex;
  align-items: center;
  gap: 0 24px;
  position: relative;
  max-width: 50%;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .reset {
  right: 45px;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .reset {
    right: 20px;
    top: 44px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small {
  display: flex;
  max-width: 75%;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small {
    gap: 0;
    row-gap: 20px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half {
  width: auto;
  margin-left: 0;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half {
    width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half:nth-child(2), .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half:nth-child(2) {
  margin-right: 24px;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half:nth-child(2), .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half:nth-child(2) {
    margin-right: 0px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name input {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  width: 220px;
  height: 45px;
  margin-right: 24px;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name input {
    width: 100%;
    margin-right: 0px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name input::placeholder, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name input::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name input:focus, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_name input:active, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_name input:active {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_textarea, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_textarea {
  padding: 0;
  position: relative;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_textarea .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_textarea .reset {
  right: 24px;
  top: 45%;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_textarea .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_textarea .reset {
    right: 20px;
    top: 50px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_textarea label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_textarea label {
  margin-bottom: 20px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_textarea textarea, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_textarea textarea {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  max-width: 780px;
  height: 100px;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 15px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_textarea textarea::placeholder, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_textarea textarea::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_textarea textarea:focus, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_textarea textarea:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from {
  display: inline-flex;
  align-items: center;
  column-gap: 24px;
  position: relative;
  flex-wrap: wrap;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    max-width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from .reset {
  right: 20px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from .wpforms-field-small {
  display: flex;
  max-width: 80%;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from .wpforms-field-small {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from .bmd-form-group, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from .bmd-form-group {
    display: block;
    width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from input {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  width: 238px;
  height: 45px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from input {
    width: 515px;
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from input {
    width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from input::placeholder, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from input::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_from input:focus, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_from input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form label[for=wpforms-42643-field_12], .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form label[for=wpforms-42643-field_12] {
  margin-bottom: 20px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=radio], .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox], .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio], .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  cursor: pointer;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=radio] + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio] + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] + label {
  background: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  pointer-events: none;
  height: 100%;
  display: block;
  padding: 10px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=radio]:checked + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox]:checked + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=radio]:checked + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=radio] + label:hover, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] + label:hover, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio]:checked + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox]:checked + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio]:checked + label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio] + label:hover, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] + label:hover {
  background-color: #FF3D17 !important;
  color: #ffffff !important;
  cursor: pointer !important;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form #wpforms-42643-field_12 li, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form #wpforms-42643-field_12 li {
  position: relative;
  border: 0.5px solid #FF3D17 !important;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  overflow: hidden !important;
  color: #FF3D17;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date {
  padding-top: 0px;
  display: flex;
  align-items: center;
  column-gap: 44px;
  flex-wrap: wrap;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date label, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date label {
  margin-bottom: 0px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small {
  display: flex;
  max-width: unset;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half {
  width: auto;
  margin-left: 0;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half {
    width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half:nth-child(2) input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half:nth-child(2) input {
  margin-right: 0;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half:nth-child(1) input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half:nth-child(1) input {
    margin-right: 0;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date input {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  width: 316px;
  height: 45px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date input {
    width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date input::placeholder, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date input::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_date input:focus, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_date input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 24px;
  position: relative;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat {
    display: block;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat .reset {
  right: 170px;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat .reset {
    right: 20px;
    top: 34px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat .wpforms-field-small, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat .wpforms-field-small {
  display: flex;
  max-width: 350px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat input {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  height: 45px;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 1024px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat input, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat input {
    width: 100%;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat input::placeholder, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat input::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .form_contact_repeat input:focus, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .form_contact_repeat input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .leave_email .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .leave_email .reset {
  right: 145px;
}
@media (max-width: 768px) {
  .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message form .leave_email .reset, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message form .leave_email .reset {
    right: 20px;
    top: 32px;
  }
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message .wpforms-submit-container, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message .wpforms-submit-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message .wpforms-submit-container .form__message__submit, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .form__message .wpforms-submit-container .form__message__submit:hover, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .privace__link, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .privace__link {
  font-size: 13px;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .privace__link a, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .privace__link a {
  color: black;
  font-weight: 700;
  text-decoration: underline;
}
.modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__call__wrapper .privace__link a:hover, .modal__message .modal__content__message .modal__body__message .tab-content .tab-pane .form__message__wrapper .privace__link a:hover {
  color: #FF3D17;
}

#modalWazCatalog .modal-dialog {
  max-width: 80vw;
}
@media (max-width: 1024px) {
  #modalWazCatalog .modal-dialog {
    max-width: 100%;
  }
}
#modalWazCatalog .modal-dialog .modal-content {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
#modalWazCatalog .modal-dialog .modal-body {
  padding: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  #modalWazCatalog .modal-dialog .modal-body {
    padding: 10px;
  }
}
#modalWazCatalog .modal-dialog .modal-body .catalogue__height {
  width: 100%;
  height: 80vh;
}
@media (max-width: 1024px) {
  #modalWazCatalog .modal-dialog .modal-body .catalogue__height {
    height: 300px;
  }
}
#modalWazCatalog .modal-dialog .modal-body .catalogue__height .gorilla {
  background-color: #fff;
}
#modalWazCatalog .modal-dialog .modal-body .dismiss__button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FAFAFA;
  filter: drop-shadow(0px 1px 3px rgba(25, 25, 25, 0.15));
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}
#modalWazCatalog .modal-dialog .modal-body .dismiss__button i {
  pointer-events: none;
  font-size: 1.5rem;
  color: #FF3D17;
}
#modalWazCatalog .modal-dialog .modal-body .button__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#modalWazCatalog .modal-dialog .modal-body .button__wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#modalWazCatalog .modal-dialog .modal-body .button__wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #modalWazCatalog .modal-dialog .modal-body .button__wrapper a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #modalWazCatalog .modal-dialog .modal-body .button__wrapper a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #modalWazCatalog .modal-dialog .modal-body .button__wrapper a:focus {
    border: none;
  }
  #modalWazCatalog .modal-dialog .modal-body .button__wrapper a:focus-visible {
    border: none;
  }
}

#modalCatalog .modal-dialog {
  max-width: 900px;
}
#modalCatalog .modal-dialog .modal-content {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
#modalCatalog .modal-dialog .modal-body {
  padding: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  #modalCatalog .modal-dialog .modal-body {
    padding: 15px;
  }
}
#modalCatalog .modal-dialog .modal-body .dismiss__button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #191919;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}
#modalCatalog .modal-dialog .modal-body .dismiss__button i {
  pointer-events: none;
  font-size: 1.2rem;
  color: white;
}
#modalCatalog .modal-dialog .modal-body .heading {
  margin-bottom: 45px;
  margin-top: 40px;
}
#modalCatalog .modal-dialog .modal-body .heading h4 {
  font-weight: 700;
  font-size: 50px;
  line-height: 64px;
  text-align: center;
}
@media (max-width: 1024px) {
  #modalCatalog .modal-dialog .modal-body .heading h4 {
    font-size: 30px;
    line-height: 38px;
  }
}
#modalCatalog .modal-dialog .modal-body .desc {
  margin-bottom: 45px;
}
#modalCatalog .modal-dialog .modal-body .desc p {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  #modalCatalog .modal-dialog .modal-body .desc p {
    font-size: 15px;
    line-height: 19px;
  }
}
#modalCatalog .modal-dialog .modal-body .button__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#modalCatalog .modal-dialog .modal-body .button__wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#modalCatalog .modal-dialog .modal-body .button__wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #modalCatalog .modal-dialog .modal-body .button__wrapper a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #modalCatalog .modal-dialog .modal-body .button__wrapper a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #modalCatalog .modal-dialog .modal-body .button__wrapper a:focus {
    border: none;
  }
  #modalCatalog .modal-dialog .modal-body .button__wrapper a:focus-visible {
    border: none;
  }
}

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background-color: white !important;
  border: none !important;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
}

#promoToolsForm .modal-dialog {
  max-width: 826px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  #promoToolsForm .modal-dialog {
    max-width: 100vw;
  }
}
#promoToolsForm .modal-dialog .modal-content {
  border-radius: 20px;
}
#promoToolsForm .modal-dialog .modal-content .modal-body {
  padding: 52px;
}
@media (max-width: 1024px) {
  #promoToolsForm .modal-dialog .modal-content .modal-body {
    padding: 25px;
  }
}
#promoToolsForm .modal-dialog .modal-content .dismiss__button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FAFAFA;
  filter: drop-shadow(0px 1px 3px rgba(25, 25, 25, 0.15));
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}
#promoToolsForm .modal-dialog .modal-content .dismiss__button i {
  pointer-events: none;
  font-size: 1.5rem;
  color: #FF3D17;
}
#promoToolsForm .modal-dialog .modal-content .heading {
  margin-bottom: 45px;
  margin-top: 40px;
}
#promoToolsForm .modal-dialog .modal-content .heading h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
}
@media (max-width: 1400px) {
  #promoToolsForm .modal-dialog .modal-content .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
#promoToolsForm .modal-dialog .modal-content .heading .tell__about {
  text-align: center;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .reset {
  position: absolute;
  top: 20px;
  transform: translateY(-50%);
  right: 75px;
}
@media (max-width: 768px) {
  #promoToolsForm .modal-dialog .modal-content .form__message__wrapper .reset {
    transform: inherit;
    top: 40px;
  }
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .wpforms-field {
  padding: 0px;
  margin-bottom: 16px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message input {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  height: 45px;
  margin-right: 24px;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 768px) {
  #promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message input {
    width: 100%;
    margin-right: 0px;
  }
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message input::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message input:active {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form {
  margin: auto;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  word-break: normal;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form label.wpforms-error {
  font-size: 10px;
  line-height: 14px;
  color: #FF3D17 !important;
  padding: 6px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .wpforms-required-label {
  display: none !important;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_name {
  position: relative;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_name .reset {
  right: 45px;
}
@media (max-width: 768px) {
  #promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_name .reset {
    right: 20px;
    top: 44px;
  }
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_textarea {
  padding: 0;
  position: relative;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_textarea .reset {
  right: 24px;
  top: 45%;
}
@media (max-width: 768px) {
  #promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_textarea .reset {
    right: 20px;
    top: 50px;
  }
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_textarea label {
  margin-bottom: 20px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_textarea textarea {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 15px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_textarea textarea::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_textarea textarea:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_from {
  position: relative;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_from .reset {
  right: 20px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_repeat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 24px;
  position: relative;
}
@media (max-width: 1024px) {
  #promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_repeat {
    display: block;
  }
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_repeat .reset {
  right: 170px;
}
@media (max-width: 768px) {
  #promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_repeat .reset {
    right: 20px;
    top: 34px;
  }
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .form_contact_repeat .wpforms-field-small {
  display: flex;
  max-width: 350px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .leave_email .reset {
  right: 145px;
}
@media (max-width: 768px) {
  #promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message form .leave_email .reset {
    right: 20px;
    top: 32px;
  }
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message .wpforms-submit-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: none;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .privace__link {
  max-width: 616px;
  margin: auto;
  font-size: 13px;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .privace__link a {
  color: black;
  font-weight: 700;
  text-decoration: underline;
}
#promoToolsForm .modal-dialog .modal-content .form__message__wrapper .privace__link a:hover {
  color: #FF3D17;
}
#promoToolsForm .modal-dialog .modal-content #promoButtonModal {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: auto;
}
#promoToolsForm .modal-dialog .modal-content #promoButtonModal:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F3F8FC;
  width: 100%;
  opacity: 0;
  z-index: 999999;
}
.cookie__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 5%;
}
@media (max-width: 1024px) {
  .cookie__policy {
    width: 100%;
  }
}
.cookie__policy p {
  margin-bottom: 0;
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cookie__policy p {
    text-align: center;
    font-size: 12px;
  }
}
.cookie__buttons {
  display: flex;
  gap: 16px;
}
@media (max-width: 1024px) {
  .cookie__buttons {
    width: 100%;
    order: -1;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.cookie__buttons > * {
  color: #3B3B3B;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
  font-size: 12px;
}
.cookie__buttons--accept {
  margin-right: 10px;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}
.cookie__buttons--accept:hover {
  color: #FF3D17;
}
@media (max-width: 1024px) {
  .cookie__buttons--accept {
    font-size: 12px;
  }
}
.cookie__buttons--more {
  margin-right: 20px;
  cursor: pointer;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
  padding: 0;
}
@media (max-width: 1024px) {
  .cookie__buttons--more {
    font-size: 12px;
  }
}
.cookie__buttons--more:hover {
  color: #FF3D17;
}

.container-drop {
  overflow: hidden;
}
.container-drop * html {
  scroll-behavior: smooth;
}
.container-drop *::selection {
  background: unset;
  color: #FF3D17;
}
.container-drop .welcome__section {
  min-height: 100vh;
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("./../../../../uploads/main_background_triangles_on_white.png");
  background-size: cover;
  padding: 5% 5%;
  display: flex;
  padding-top: 280px;
}
@media (max-width: 1024px) {
  .container-drop .welcome__section {
    background-image: unset;
    padding: 5% 0;
    padding-top: 200px;
  }
}
.container-drop .welcome__section .baner_column .logo {
  margin: auto;
  margin-bottom: 1.66rem;
}
.container-drop .welcome__section .baner_column .computer img {
  width: 100%;
  height: 100%;
}
.container-drop .welcome__section .heading h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 1024px) {
  .container-drop .welcome__section .heading h2 {
    font-size: 2rem;
  }
}
.container-drop .welcome__section .heading p {
  margin-top: 1.38rem;
  font-size: 1.15rem;
  line-height: 1;
}
.container-drop .welcome__section .explore h3 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}
.container-drop .welcome__section .explore p {
  margin-top: 1.38rem;
  font-size: 1.15rem;
  line-height: 1;
}
.container-drop .welcome__section .welcome_chart img {
  max-width: 400px;
  margin: auto;
  display: block;
  width: 100%;
}
.container-drop .benefits_section {
  background-color: #FF3D17;
  padding: 5% 0;
  background-size: cover;
  margin: 0;
  background-image: url("../../assets/images/main_background_triangles_on_red.png");
}
@media (max-width: 1024px) {
  .container-drop .benefits_section {
    background-size: contain;
  }
}
.container-drop .benefits_section *::selection {
  background: unset;
  color: #191919;
}
.container-drop .benefits_section .logo img {
  display: block;
  margin: auto;
}
.container-drop .benefits_section .heading h3 {
  text-align: center;
  font-weight: 800;
  font-size: 2.2rem;
  color: white;
  margin-top: 1.66rem;
}
.container-drop .benefits_section .paragraph {
  margin-bottom: 2.22rem;
}
.container-drop .benefits_section .paragraph p {
  text-align: center;
  color: white;
  font-size: 1.3rem;
  line-height: 1;
}
.container-drop .benefits_section .benefits_wrapper {
  max-width: 90%;
}
@media (max-width: 1024px) {
  .container-drop .benefits_section .benefits_wrapper {
    max-width: 100%;
  }
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(1) img {
  animation-delay: 0.25s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(2) img {
  animation-delay: 0.5s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(3) img {
  animation-delay: 0.75s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(4) img {
  animation-delay: 1s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(5) img {
  animation-delay: 1.25s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(6) img {
  animation-delay: 1.5s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(7) img {
  animation-delay: 1.75s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(8) img {
  animation-delay: 2s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(9) img {
  animation-delay: 2.25s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(10) img {
  animation-delay: 2.5s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item:nth-child(11) img {
  animation-delay: 2.75s;
}
.container-drop .benefits_section .benefits_wrapper .benefits_item img {
  max-width: 150px;
  width: 100%;
  display: block;
  margin: auto;
  animation: 5s infinite linear anim-loadingDot;
  transition: 1s;
}
@keyframes anim-loadingDot {
  20%, 100% {
    transform: scale(1);
  }
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2);
  }
}
.container-drop .benefits_section .benefits_wrapper .benefits_item p {
  color: white;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
}
.container-drop .game_section {
  background-color: #191919;
  min-height: 50vh;
  background-size: cover;
  padding: 5% 0 3% 0;
  background-image: url("../../assets/images/triangles/triangles_background.png");
}
@media (max-width: 1024px) {
  .container-drop .game_section {
    background-image: unset;
  }
}
.container-drop .game_section .heading h2 {
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1;
}
.container-drop .game_section .paragraph {
  margin-bottom: 3%;
}
.container-drop .game_section .paragraph p {
  font-size: 1.2rem;
  color: white;
  text-align: center;
  line-height: 1;
}
.container-drop .game_section .games_wraper {
  width: 100%;
  gap: 20px;
  margin: 50px 0;
}
.container-drop .game_section .games_wraper .games_item .item {
  max-width: 369px;
  max-height: 277px;
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  margin: 1.1rem 0;
}
.container-drop .game_section .games_wraper .games_item .item:hover .play_button {
  display: block;
}
.container-drop .game_section .games_wraper .games_item:hover .material-icons {
  display: block !important;
}
.container-drop .game_section .games_wraper .games_item .play_button {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 369px;
  max-height: 277px;
  text-decoration: none;
  color: white;
}
.container-drop .game_section .games_wraper .games_item .play_button .icon_wraper {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.container-drop .game_section .games_wraper .games_item .play_button .icon_wraper .material-icons {
  color: #fff;
  transform: matrix(1, 0, 0, 1, 0, 0);
  position: absolute;
  font-size: 4rem;
  line-height: 1rem;
  display: none;
  transition: all 0.2s ease-in-out;
}
.container-drop .game_section .games_wraper .games_item .play_button .icon_wraper .material-icons:hover {
  color: #FF3D17 !important;
  transform: scale(1.2);
}
.container-drop .game_section .games_wraper .games_item .play_button .icon_wraper .icon {
  font-size: 50px;
  font-family: "wazdan-icons";
  transition: 0.5s;
}
.container-drop .game_section .games_wraper .games_item .play_button .icon_wraper .icon:hover {
  color: #FF3D17;
}
.container-drop .game_section .button_section {
  margin-bottom: 50px;
}
.container-drop .game_section .button_section a {
  color: white;
  pointer-events: all;
  cursor: pointer;
  transition: 0.5s;
  box-shadow: 0px 5px 10px black;
  background-color: #FF3D17;
  font-size: 1.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  border: 3px solid #FF3D17;
  font-weight: 600;
  margin: auto;
  display: block;
  max-width: 230px;
  text-align: center;
}
.container-drop .game_section .button_section a::selection {
  background: unset;
  color: #191919;
}
.container-drop .game_section .button_section a:hover {
  text-decoration: none;
  color: #FF3D17;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .container-drop .row {
    margin: 0;
  }
}

.container_hold_the_jackpot .container-fluid, .container_hold_the_jackpot .container-sm, .container_hold_the_jackpot .container-md, .container_hold_the_jackpot .container-lg, .container_hold_the_jackpot .container-xl {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-right: 0rem;
  margin-left: 0rem;
}
.container_hold_the_jackpot .banner__section {
  margin-bottom: 1.1rem;
}
.container_hold_the_jackpot .banner__section .banner__section_container {
  margin-top: 85px;
}
@media (max-width: 1024px) {
  .container_hold_the_jackpot .banner__section .banner__section_container {
    margin-top: 60px;
  }
}
.container_hold_the_jackpot .banner__section img {
  width: 100%;
}
.container_hold_the_jackpot .game__section {
  margin: 30px 0;
  background: url("../images/hold_the_jackpot/main_background_triangles_on_white.png");
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center;
  max-width: 1800px;
  margin: auto;
}
.container_hold_the_jackpot .game__section .game__wrapper {
  gap: 25px;
  margin: 60px auto;
}
.container_hold_the_jackpot .game__section__column {
  padding: 0;
}
.container_hold_the_jackpot .game__section__column .game {
  width: 310px;
  overflow: hidden;
}
.container_hold_the_jackpot .game__section__column__img__container {
  position: relative;
  overflow: hidden;
  margin: auto;
  border-radius: 20px;
}
.container_hold_the_jackpot .game__section__column__img__container .game_label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.container_hold_the_jackpot .game__section__column__img__container .game_label img:hover {
  transform: scale(1.1);
}
.container_hold_the_jackpot .game__section__column__img__container .game_image_img {
  transition: 0.8s;
  margin: auto;
  display: block;
}
.container_hold_the_jackpot .game__section__column__img__container .game_image_img:hover {
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .container_hold_the_jackpot .game__section__column__img__container .game_image_img:hover {
    transform: scale(1);
  }
}
.container_hold_the_jackpot .game__section__column .game_name {
  text-decoration: none;
}
.container_hold_the_jackpot .game__section__column .game_name h3 {
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  color: #000;
  margin: 10px 0;
  font-weight: 800;
  transition: 0.8s;
  white-space: nowrap;
}
@media (max-width: 1550px) {
  .container_hold_the_jackpot .game__section__column .game_name h3 {
    font-size: 1.2rem;
  }
}
.container_hold_the_jackpot .game__section__column .game_name h3:hover {
  color: #FF3D17;
}
.container_hold_the_jackpot .game__section__column .game_button_readMore {
  background-color: #FF3D17;
  padding: 0.2rem 0.4rem;
  color: #fff;
  font-size: 1rem;
  margin: 0.55rem auto;
  border-radius: 10px;
  display: block;
  max-width: 160px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  border: 2px solid #FF3D17;
}
.container_hold_the_jackpot .game__section__column .game_button_readMore:hover {
  text-decoration: none;
  background-color: #fff;
  color: #FF3D17;
}
@media (orientation: landscape) {
  .container_hold_the_jackpot .hide-on-landscape {
    display: none;
  }
}
@media (orientation: portrait) {
  .container_hold_the_jackpot .hide-on-portrait {
    display: none;
  }
}

.container-lp p {
  color: #fff;
}
.container-lp ::selection {
  color: #FF3D17;
  background: transparent;
}
.container-lp .text {
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #fff;
}
.container-lp .text a {
  color: #FF3D17;
}
.container-lp .text-below-logo {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}
.container-lp .text-below-logo p {
  text-align: justify;
}
.container-lp .section-second {
  padding: 5rem 0;
  min-height: 100vh;
}
@media (max-width: 991.98px) {
  .container-lp .section-second {
    min-height: 50vh;
  }
}
.container-lp .section-second .slider_htj .slide {
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .container-lp .section-second .slider_htj .slide {
    padding: 0;
  }
}
.container-lp .section-second .slider_htj .slide .title {
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 40px;
  text-align: center;
  width: 200%;
  transform: translate(-25%);
}
@media (max-width: 1024px) {
  .container-lp .section-second .slider_htj .slide .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1368px) {
  .container-lp .section-second .slider_htj .slide .title {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
@media (max-width: 1024px) {
  .container-lp .section-second .slider_htj .slide .title {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .container-lp .section-second .slider_htj .slide .title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .container-lp .section-second .slider_htj .slide .title {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .container-lp .section-second .slider_htj .slide .title {
    font-size: 20px;
    line-height: 25px;
  }
}
.container-lp .section-second .slider_htj .slide .video {
  width: 100%;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 4px rgba(25, 25, 25, 0.15));
}
.container-lp .section-second .slider_htj .slide .desc {
  display: none;
}
.container-lp .section-second .slider_htj .slick-slide {
  opacity: 0.5;
  z-index: 1;
  position: relative;
  height: auto;
  margin: 0 10px;
}
.container-lp .section-second .slider_htj .slick-slide .title, .container-lp .section-second .slider_htj .slick-slide .subtitle, .container-lp .section-second .slider_htj .slick-slide .desc {
  color: #FFF;
  text-align: center;
}
.container-lp .section-second .slider_htj .slick-slide .title {
  font-weight: 700;
}
.container-lp .section-second .slider_htj .slick-slide .subtitle {
  font-size: 1.2rem;
}
.container-lp .section-second .slider_htj .slick-slide video, .container-lp .section-second .slider_htj .slick-slide img {
  width: 100%;
  margin: auto;
  display: block;
  border-radius: 10px;
}
@media (max-width: 1400px) {
  .container-lp .section-second .slider_htj .slick-slide video, .container-lp .section-second .slider_htj .slick-slide img {
    width: 100%;
  }
}
.container-lp .section-second .slider_htj .slick-slide.slick-center {
  opacity: 1;
  z-index: 2;
}
.container-lp .section-second .slider_htj .slick-slide.slick-center .desc {
  display: block;
  margin: auto;
  margin-top: 5rem;
  text-align: center;
  width: 200%;
  transform: translateX(-25%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .container-lp .section-second .slider_htj .slick-slide.slick-center .desc {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1350px) {
  .container-lp .section-second .slider_htj .slick-slide.slick-center .desc {
    width: 100%;
    transform: translateX(0%);
  }
}
@media (max-width: 1024px) {
  .container-lp .section-second .slider_htj .slick-slide.slick-center .desc {
    margin-top: 1rem;
    width: 100%;
    transform: translateX(0%);
  }
}
.container-lp .content-box {
  min-height: 100vh;
  padding: 2% 0;
}
.container-lp .section-third {
  min-height: 100vh;
}
.container-lp .section {
  background-size: cover;
}
.container-lp .section .video {
  height: 100vh;
  display: grid;
  align-items: center;
}
.container-lp .section .video #teaser-video {
  width: 100%;
  margin-top: 2rem;
}
.container-lp .section .video .btn-mute {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
}
.container-lp .section .video .btn-mute .btn-mute-txt {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
}
.container-lp .section .video .btn-mute .material-icons {
  font-size: 2rem;
}
.container-lp .section .video .btn-mute .material-icons:hover {
  color: #FF3D17;
}
.container-lp .section .video .custom-play-button {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border-color: transparent;
  color: #fff;
  margin: 3rem 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
}
.container-lp .section .video .custom-play-button:hover {
  color: #FF3D17;
}
.container-lp .section .triangle-background {
  background: url(./../../../../uploads/main_background_triangles.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
  background-position: center;
}
@media (max-width: 991.98px) {
  .container-lp .section .triangle-background {
    background: none;
  }
}
.container-lp .section .column-right img {
  display: block;
  margin: 0 auto;
  max-height: 200px;
}
.container-lp .section .column-left {
  text-align: center;
}
.container-lp .section .column-left .game-image {
  padding: 5%;
}
.container-lp .section .property {
  display: inline-flex;
  align-items: center;
}
.container-lp .section .property .property-icon-box {
  display: flex;
  justify-content: flex-end;
}
.container-lp .section .property .property-icon {
  max-width: 65px;
}
.container-lp .section .property .text > p {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 0;
  padding: 0;
}
.container-lp .section .text-below-property {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
}
.container-lp .section .column-right-play {
  text-align: center;
}
.container-lp .section .column-right-play .header-play-now {
  color: #fff;
  font-weight: 900;
}
.container-lp .section .column-right-play .desc-play-now {
  color: #fff;
}
.container-lp .section .column-right-play .btn-play {
  display: inline-flex;
  text-transform: uppercase;
  color: #fff;
  border: 3px solid #FF3D17;
  background-color: #FF3D17;
  border-radius: 10px;
  padding: 0.5rem 3rem;
  font-size: 2.5rem;
  font-weight: 600;
  cursor: pointer;
  pointer-events: all;
  transition: 0.5s;
  box-shadow: 0px 5px 10px #191919;
  text-decoration: none;
}
.container-lp .section .column-right-play .btn-play:hover {
  background-color: transparent;
  color: #FF3D17;
}
@media (max-width: 991.98px) {
  .container-lp .property-icon-box {
    justify-content: center !important;
  }
  .container-lp .custom-play-button {
    font-size: 1rem !important;
  }
  .container-lp .property {
    margin: 2% 0;
    padding: 0 5px 0 0;
  }
  .container-lp .text-below-logo p {
    padding: 10px;
  }
  .container-lp .btn-play {
    font-size: 1.5rem !important;
  }
  .container-lp .title {
    font-size: 1.5rem;
  }
  .container-lp .subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .container-lp .header-play-now {
    font-size: 2rem;
  }
  .container-lp .desc-play-now {
    font-size: 1rem;
  }
  .container-lp .text p {
    text-align: left;
  }
  .container-lp .section .column-right {
    margin-top: 1rem;
  }
  .container-lp .section .video {
    height: 100%;
  }
}

.site-header-landing {
  background: black;
}
.site-header-landing nav {
  display: flex;
  justify-content: center;
}
.site-header-landing nav img {
  max-width: 220px;
}

.site-total-casino .header-main, .site-total-casino #footer {
  display: none !important;
}

.wazadan__games__total__casino {
  background-color: #fff;
}
.wazadan__games__total__casino .games__header {
  padding: 60px 60px;
  background-color: #141436;
  color: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .wazadan__games__total__casino .games__header {
    margin-top: 58px;
  }
}
@media (max-width: 768px) {
  .wazadan__games__total__casino .games__header {
    padding: 48px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__games__total__casino .games__header {
    padding: 40px 28px;
  }
}
.wazadan__games__total__casino .games__header h1 {
  padding-top: 40px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
}
@media (max-width: 1400px) {
  .wazadan__games__total__casino .games__header h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1400px) {
  .wazadan__games__total__casino .games__header h1 {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #FFF;
  }
}
@media (max-width: 1400px) and (max-width: 1400px) {
  .wazadan__games__total__casino .games__header h1 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazadan__games__total__casino .games__header .total-casino-img {
  max-width: 300px;
}
.wazadan__games__total__casino .games__header .logo-box {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wazadan__games__total__casino .games__header .logo {
  height: 35px;
  margin-top: 37px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .wazadan__games__total__casino .games__header .logo {
    height: 21px;
    margin-top: 0px;
    margin-left: 0px;
  }
}
.wazadan__games__total__casino .games__section .game__list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-items: start;
  list-style: none;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 44px 16px;
  width: 100%;
  padding: 60px 20px;
}
.wazadan__games__total__casino .games__section .game__list .game {
  max-width: 400px;
  transition: 0.3s;
}
.wazadan__games__total__casino .games__section .game__list .game .game__image {
  position: relative;
}
.wazadan__games__total__casino .games__section .game__list .game .game__image:hover img {
  -webkit-filter: brightness(50%);
}
.wazadan__games__total__casino .games__section .game__list .game .game__image:hover a.playGame {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
  top: 50%;
  transform: translateY(-50%);
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
}
.wazadan__games__total__casino .games__section .game__list .game .game__image:hover a.playGame:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__games__total__casino .games__section .game__list .game .gameTitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  padding-top: 16px;
}
@media (max-width: 1400px) {
  .wazadan__games__total__casino .games__section .game__list .game .gameTitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__games__total__casino .games__section .game__list .game .gameTeaser {
  padding-top: 10px;
}
@media (max-width: 1920px) {
  .wazadan__games__total__casino .games__section .game__list .game .gameTeaser {
    margin-bottom: 0;
    color: #191919;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
}
@media (min-width: 1921px) {
  .wazadan__games__total__casino .games__section .game__list .game .gameTeaser {
    margin-bottom: 0;
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
  }
}
.wazadan__games__total__casino .games__section .game__list .game img {
  border-radius: 10px;
}
.wazadan__games__total__casino .games__section .game__list .game .playGame {
  display: none;
}
.wazadan__games__total__casino .games__section .game__list .game a:hover {
  text-decoration: none;
}

#ice2023 {
  width: 100vw;
  height: 100vh;
}

.mystery__container .mystery__header {
  background-color: #f9f5f4;
}
.mystery__container .mystery__header .mystery__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1921px) {
  .mystery__container .mystery__header .mystery__container {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .mystery__container .mystery__header .mystery__container {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .mystery__container .mystery__header .mystery__container {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .mystery__container .mystery__header .mystery__container {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .mystery__container .mystery__header .mystery__container {
    padding: 60px 28px;
  }
}
.mystery__container .mystery__header .mystery__container .mystery__image__gamepage {
  flex: 50%;
  text-align: center;
  margin-top: -70px;
}
@media (max-width: 768px) {
  .mystery__container .mystery__header .mystery__container .mystery__image__gamepage {
    margin-top: 0px;
  }
}
.mystery__container .mystery__header .mystery__container .mystery__image__gamepage img {
  max-width: 700px;
  width: 100%;
}
.mystery__container .mystery__header .mystery__container .mystery__content {
  flex: 50%;
  padding: 0 30px;
  padding-left: 120px;
}
@media (max-width: 1400px) {
  .mystery__container .mystery__header .mystery__container .mystery__content {
    padding-left: 80px;
  }
}
@media (max-width: 1024px) {
  .mystery__container .mystery__header .mystery__container .mystery__content {
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .mystery__container .mystery__header .mystery__container .mystery__content {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .mystery__container .mystery__header .mystery__container .mystery__content {
    flex: 100%;
    padding-left: 0;
  }
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  max-width: 615px;
  margin: 0;
}
@media (max-width: 1400px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1024px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__title {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
    text-align: center;
    max-width: unset;
    margin-top: 20px;
  }
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__desc {
  color: #FFF;
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 24px;
  max-width: 615px;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1024px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__desc {
    margin-bottom: 0;
    color: #3B3B3B;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    text-align: center;
    max-width: unset;
    padding-top: 20px;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__desc {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 32px 0;
}
@media (max-width: 1024px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons {
    justify-content: center;
  }
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .claim__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .claim__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .claim__btn {
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .claim__btn {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .terms__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
  cursor: pointer;
}
.mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .terms__btn:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .terms__btn {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .mystery__container .mystery__header .mystery__container .mystery__content .mystery__buttons .terms__btn {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .mystery__game {
  min-height: 100vh;
  padding: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .mystery__container .mystery__game {
    min-height: fit-content;
    padding: 50px 20px;
  }
}
.mystery__container .mystery__game .mystery__game__form__wrapper {
  position: relative;
}
.mystery__container .mystery__game .mystery__game__form__wrapper .ice__end__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 1400px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper .ice__end__title {
    font-size: 40px;
    line-height: 43px;
  }
}
.mystery__container .mystery__game .mystery__game__form__wrapper .ice__end__subtitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  text-align: center;
}
@media (max-width: 1400px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper .ice__end__subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.mystery__container .mystery__game .mystery__game__form__wrapper .ice__button__end {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
}
.mystery__container .mystery__game .mystery__game__form__wrapper .ice__button__end:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .mystery__game .mystery__game__form__wrapper input[data-key=code] {
  display: none !important;
}
.mystery__container .mystery__game .mystery__game__form__wrapper .mystery__video {
  width: 100%;
}
.mystery__container .mystery__game .mystery__game__form__wrapper h2.ice_code {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -54%);
}
@media (max-width: 1400px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper h2.ice_code {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1024px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper h2.ice_code {
    min-height: fit-content;
    padding: 50px 20px;
  }
}
.mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper {
    gap: 10px;
  }
}
.mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper h2.ice_code_black, .mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper .congrats__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper h2.ice_code_black, .mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper .congrats__title {
    font-size: 40px;
    line-height: 43px;
  }
}
.mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper .congrats__button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
}
.mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper .congrats__button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .mystery__game .mystery__game__form__wrapper .congrats__wrapper p {
  text-align: center;
}
.mystery__container .mystery__game .mystery__game__form__wrapper__wazdan {
  background-color: #fff;
  margin: auto;
  width: 100%;
  background-image: url(https://wazdan.wazdanep.com/wp-content/uploads/dropbg.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper__wazdan {
    background-size: cover;
  }
}
@media (max-width: 576px) {
  .mystery__container .mystery__game .mystery__game__form__wrapper__wazdan {
    background-image: unset;
  }
}
.mystery__container .mystery__game .mystery__game__form__wrapper__wazdan .mystery__iframe {
  width: 100%;
  width: 100%;
  height: 100%;
  min-height: 80vh;
  max-height: 90vh;
  border-radius: 20px;
  display: block;
  margin: auto;
  background: transparent;
}
.mystery__container .mystery__game .mystery__game__form__wrapper__wazdan .mystery__iframe body {
  background-color: transparent;
}
.mystery__container .mystery__game .mystery__game__form__wrapper {
  width: fit-content;
  padding: 5%;
  background: white;
  border-radius: 20px;
  margin: auto;
}
.mystery__container .mystery__game .form__banner {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .mystery__container .mystery__game .form__banner {
    font-size: 34px;
    line-height: 36px;
  }
}
.mystery__container .mystery__game .form__banner__button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  margin: auto;
}
.mystery__container .mystery__game .form__banner__button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .mystery__game .mystery__game__form {
  text-align: center;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register {
  max-width: fit-content;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-col-alt .um-center input[type=submit].um-button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-col-alt .um-center input[type=submit].um-button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .term__text {
  text-align: center;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .term__text .term__link {
  color: black;
  font-weight: 700;
  text-decoration: underline;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .term__text .term__link:hover {
  color: #FF3D17;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-text {
    display: block;
  }
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-text .um-field-label {
  margin: 0;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-text input {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B !important;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15) !important;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 15px;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-text input::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-text input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15) !important;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-text .um-field-error {
  width: 100%;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-user_email .um-field-area {
  width: 100%;
}
.mystery__container .mystery__game .mystery__game__form .um.um-register .um-form .um-field-label label {
  margin: 0;
  white-space: nowrap;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form input {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B !important;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15) !important;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 15px;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form input::placeholder {
  color: #808080;
  font-size: 16px;
  line-height: 16px;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15) !important;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form .term__link {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  margin: auto;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form label.wpforms-error {
  background-color: #FF3D17;
  color: #fff;
  padding: 6px;
  border-radius: 5px;
  font-size: 14px;
  margin: 5px 0;
}
.mystery__container .mystery__game .mystery__game__form .wpforms-form .wpforms-field-label {
  text-align: left;
}
.mystery__container .banner__section {
  background-size: cover;
  background-position: right center;
  position: relative;
}
@media (max-width: 768px) {
  .mystery__container .banner__section {
    min-height: 80vh;
  }
}
.mystery__container .banner__section.banerBG {
  background-image: url("https://wazdan.com/wp-content/uploads/MysteryBox_banner.jpg");
}
@media (max-width: 768px) {
  .mystery__container .banner__section.banerBG {
    background-image: url("https://wazdan.com/wp-content/uploads/MysteryBox_banner_mobile.jpg");
  }
}
.mystery__container .banner__section__wrapper {
  padding-top: 3%;
  position: absolute;
  top: 0;
  width: 50%;
  padding-top: 3%;
  padding-left: 96px;
}
@media (max-width: 1024px) {
  .mystery__container .banner__section__wrapper {
    width: 100%;
  }
}
.mystery__container .banner__section__wrapper.staticBG {
  position: relative;
}
@media (min-width: 1921px) {
  .mystery__container .banner__section__wrapper.staticBG {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .mystery__container .banner__section__wrapper.staticBG {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .mystery__container .banner__section__wrapper.staticBG {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .mystery__container .banner__section__wrapper.staticBG {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .mystery__container .banner__section__wrapper.staticBG {
    padding: 60px 28px;
  }
}
@media (max-width: 1400px) {
  .mystery__container .banner__section__wrapper {
    padding-left: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .mystery__container .banner__section__wrapper {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .mystery__container .banner__section__wrapper {
    padding-left: 28px;
  }
}
.mystery__container .banner__section__wrapper .content {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .mystery__container .banner__section__wrapper .content {
    max-width: 700px;
  }
}
.mystery__container .banner__section__wrapper .content.baner {
  background-color: transparent;
  padding: 0;
}
.mystery__container .banner__section__wrapper .content .heading {
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .mystery__container .banner__section__wrapper .content .heading {
    margin-bottom: calc(20px + 10 * (100vw - 576px) / 1344);
  }
}
@media screen and (min-width: 1920px) {
  .mystery__container .banner__section__wrapper .content .heading {
    margin-bottom: 30px;
  }
}
.mystery__container .banner__section__wrapper .content .heading h4 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FFF;
  line-height: calc(24px + 16 * (100vw - 576px) / 1344);
}
@media (max-width: 1400px) {
  .mystery__container .banner__section__wrapper .content .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.mystery__container .banner__section__wrapper .content .heading h4 {
  font-size: 24px;
}
@media screen and (min-width: 576px) {
  .mystery__container .banner__section__wrapper .content .heading h4 {
    font-size: calc(24px + 16 * (100vw - 576px) / 1344);
    line-height: calc(24px + 16 * (100vw - 576px) / 1344 + 8px);
  }
}
@media screen and (min-width: 1920px) {
  .mystery__container .banner__section__wrapper .content .heading h4 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .mystery__container .banner__section__wrapper .content .heading h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) and (min-width: 576px) {
  .mystery__container .banner__section__wrapper .content .heading h4 {
    font-size: calc(28px + 8 * (100vw - 576px) / 192);
    line-height: calc(28px + 8 * (100vw - 576px) / 192 + 8px);
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .mystery__container .banner__section__wrapper .content .heading h4 {
    font-size: 36px;
  }
}
.mystery__container .banner__section__wrapper .content .desc {
  margin-bottom: 20px;
}
.mystery__container .banner__section__wrapper .content .desc {
  margin-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .mystery__container .banner__section__wrapper .content .desc {
    margin-bottom: calc(20px + 10 * (100vw - 576px) / 1344);
  }
}
@media screen and (min-width: 1920px) {
  .mystery__container .banner__section__wrapper .content .desc {
    margin-bottom: 30px;
  }
}
.mystery__container .banner__section__wrapper .content .desc p {
  margin-bottom: 0;
  color: white;
}
.mystery__container .banner__section__wrapper .content .desc p {
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .mystery__container .banner__section__wrapper .content .desc p {
    font-size: calc(22px + 4 * (100vw - 1024px) / 896);
    line-height: calc(22px + 4 * (100vw - 1024px) / 896 + 8px);
  }
}
@media screen and (min-width: 1920px) {
  .mystery__container .banner__section__wrapper .content .desc p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .mystery__container .banner__section__wrapper .content .desc p {
    line-height: 26px;
  }
}
.mystery__container .banner__section__wrapper .content .contact__btn {
  display: flex;
}
.mystery__container .banner__section__wrapper .content .contact__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
  cursor: pointer;
  line-height: unset;
}
.mystery__container .banner__section__wrapper .content .contact__btn a:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.mystery__container .banner__section__wrapper .content .contact__btn a {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .mystery__container .banner__section__wrapper .content .contact__btn a {
    font-size: calc(14px + 4 * (100vw - 1024px) / 896);
    line-height: calc(14px + 4 * (100vw - 1024px) / 896 + 8px);
  }
}
@media screen and (min-width: 1920px) {
  .mystery__container .banner__section__wrapper .content .contact__btn a {
    font-size: 18px;
  }
}
.mystery__container .visit__section {
  background-color: white;
}
@media (min-width: 1921px) {
  .mystery__container .visit__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .mystery__container .visit__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .mystery__container .visit__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .mystery__container .visit__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .mystery__container .visit__section {
    padding: 60px 28px;
  }
}
.mystery__container .visit__section__wrapper {
  display: flex;
  gap: 120px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .mystery__container .visit__section__wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.mystery__container .visit__section__wrapper .content {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  padding: 40px;
  justify-content: center;
  max-width: 700px;
}
.mystery__container .visit__section__wrapper .content.baner {
  background-color: transparent;
  padding: 0;
}
@media (max-width: 1024px) {
  .mystery__container .visit__section__wrapper .content {
    width: 100%;
    padding: 0px;
  }
}
.mystery__container .visit__section__wrapper .content .heading {
  margin-bottom: 40px;
}
.mystery__container .visit__section__wrapper .content .heading h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .mystery__container .visit__section__wrapper .content .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.mystery__container .visit__section__wrapper .content .desc {
  margin-bottom: 40px;
}
.mystery__container .visit__section__wrapper .content .desc p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .mystery__container .visit__section__wrapper .content .desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .visit__section__wrapper .content .wrapper__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 32px 0;
}
.mystery__container .visit__section__wrapper .content .wrapper__btn .lets__talk__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}
.mystery__container .visit__section__wrapper .content .wrapper__btn .lets__talk__btn a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .mystery__container .visit__section__wrapper .content .wrapper__btn .lets__talk__btn a {
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .mystery__container .visit__section__wrapper .content .wrapper__btn .lets__talk__btn a {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .visit__section__wrapper .content .wrapper__btn .download__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
  cursor: pointer;
}
.mystery__container .visit__section__wrapper .content .wrapper__btn .download__btn a:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .mystery__container .visit__section__wrapper .content .wrapper__btn .download__btn a {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 700;
    width: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .mystery__container .visit__section__wrapper .content .wrapper__btn .download__btn a {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .visit__section__wrapper .image__wrapper {
  width: calc(50% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .mystery__container .visit__section__wrapper .image__wrapper {
    width: 100%;
  }
}
.mystery__container .visit__section__wrapper .image__wrapper img {
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
}
.mystery__container .description__section {
  background-color: #191919;
  position: relative;
}
@media (min-width: 1921px) {
  .mystery__container .description__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .mystery__container .description__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .mystery__container .description__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .mystery__container .description__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .mystery__container .description__section {
    padding: 60px 28px;
  }
}
.mystery__container .description__section .description__section__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .mystery__container .description__section .description__section__wrapper {
    padding: 60px 0;
  }
}
.mystery__container .description__section .description__section__wrapper .heading {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .mystery__container .description__section .description__section__wrapper .heading {
    margin-bottom: 40px;
  }
}
.mystery__container .description__section .description__section__wrapper .heading h4 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FFF;
}
@media (max-width: 1400px) {
  .mystery__container .description__section .description__section__wrapper .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.mystery__container .description__section .description__section__wrapper .box {
  z-index: 1;
}
.mystery__container .description__section .description__section__wrapper .box .input__wrapper {
  margin: 0 auto 0 auto;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
}
.mystery__container .description__section .description__section__wrapper .box .input__wrapper .game__description {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: left;
  margin: auto;
  padding: 0 20px;
  column-count: 2;
  gap: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 700px;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1400px) {
  .mystery__container .description__section .description__section__wrapper .box .input__wrapper .game__description {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .description__section .description__section__wrapper .box .input__wrapper .game__description p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .mystery__container .description__section .description__section__wrapper .box .input__wrapper .game__description p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .mystery__container .description__section .description__section__wrapper .box .input__wrapper .game__description {
    column-count: 1;
  }
}
.mystery__container .description__section .description__section__wrapper .images {
  position: absolute;
  width: 100%;
  background-color: transparent;
  height: 100%;
  top: 0;
  left: 0;
}
.mystery__container .description__section .description__section__wrapper .images .img__top img {
  position: absolute;
  width: 24%;
  top: -220px;
  right: 0;
  max-width: 350px;
  transition: 0.2s;
}
@media (max-width: 1024px) {
  .mystery__container .description__section .description__section__wrapper .images .img__top img {
    width: 30%;
    top: -100px;
  }
}
.mystery__container .description__section .description__section__wrapper .images .img__bottom img {
  position: absolute;
  width: 24%;
  max-width: 400px;
  bottom: -170px;
  left: 0px;
  transition: 0.2s;
}
@media (max-width: 1024px) {
  .mystery__container .description__section .description__section__wrapper .images .img__bottom img {
    width: 30%;
    bottom: -100px;
  }
}
.mystery__container .description__section .description__section__wrapper .flex__wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  overflow: hidden;
  justify-content: center;
  z-index: 10;
  pointer-events: none;
}
.mystery__container .description__section .description__section__wrapper .flex__wrapper .img__left {
  height: 70%;
}
.mystery__container .description__section .description__section__wrapper .flex__wrapper .img__left img {
  height: 100%;
  margin-left: auto;
  display: block;
  display: none;
}
@media (max-width: 1024px) {
  .mystery__container .description__section .description__section__wrapper .flex__wrapper .img__left {
    display: none;
  }
}
.mystery__container .description__section .description__section__wrapper .flex__wrapper .img__right {
  height: 70%;
}
.mystery__container .description__section .description__section__wrapper .flex__wrapper .img__right img {
  height: 100%;
  display: none;
}
@media (max-width: 1024px) {
  .mystery__container .description__section .description__section__wrapper .flex__wrapper .img__right {
    display: none;
  }
}
.mystery__container .see__us__section {
  background-color: #FF3D17;
}
@media (min-width: 1921px) {
  .mystery__container .see__us__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .mystery__container .see__us__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .mystery__container .see__us__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .mystery__container .see__us__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .mystery__container .see__us__section {
    padding: 60px 28px;
  }
}
.mystery__container .see__us__section .see__us__section__wrapper .heading {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .mystery__container .see__us__section .see__us__section__wrapper .heading {
    margin-bottom: 30px;
  }
}
.mystery__container .see__us__section .see__us__section__wrapper .heading h4 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FFF;
}
@media (max-width: 1400px) {
  .mystery__container .see__us__section .see__us__section__wrapper .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.mystery__container .see__us__section .see__us__section__wrapper .box {
  z-index: 1;
}
.mystery__container .see__us__section .see__us__section__wrapper .box .input__wrapper {
  margin: 0 auto 0 auto;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
}
.mystery__container .see__us__section .see__us__section__wrapper .box .input__wrapper .see__us__description {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: left;
  margin: auto;
  padding: 0 20px;
  column-count: 2;
  gap: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 700px;
  opacity: 0;
  transition: 1.3s;
}
@media (max-width: 1400px) {
  .mystery__container .see__us__section .see__us__section__wrapper .box .input__wrapper .see__us__description {
    font-size: 20px;
    line-height: 25px;
  }
}
.mystery__container .see__us__section .see__us__section__wrapper .box .input__wrapper .see__us__description p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .mystery__container .see__us__section .see__us__section__wrapper .box .input__wrapper .see__us__description p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .mystery__container .see__us__section .see__us__section__wrapper .box .input__wrapper .see__us__description {
    column-count: 1;
  }
}

.sbc__container > * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.sbc__container .sbc__header .wrapper {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .sbc__container .sbc__header .wrapper {
    margin-top: 0px;
  }
}
.sbc__container .sbc__header .wrapper .content {
  width: 50%;
}
@media (max-width: 1024px) {
  .sbc__container .sbc__header .wrapper .content {
    width: 100%;
  }
}
.sbc__container .sbc__header .wrapper .content .heading {
  margin-bottom: 24px;
}
.sbc__container .sbc__header .wrapper .content .heading h2 {
  color: #191919;
  font-weight: 700;
  font-size: 48px;
  line-height: 61px;
}
@media (max-width: 1024px) {
  .sbc__container .sbc__header .wrapper .content .heading h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.sbc__container .sbc__header .wrapper .content .desc {
  margin-bottom: 32px;
}
.sbc__container .sbc__header .wrapper .content .desc p {
  font-weight: 400;
  font-size: 31px;
  line-height: 40px;
  color: #3B3B3B;
}
@media (max-width: 1024px) {
  .sbc__container .sbc__header .wrapper .content .desc p {
    font-size: 26px;
    line-height: 36px;
  }
}
.sbc__container .sbc__header .wrapper .content .date p {
  font-weight: 700;
  font-size: 32px;
  line-height: 41px;
  color: #E23535;
}
@media (max-width: 1024px) {
  .sbc__container .sbc__header .wrapper .content .date p {
    font-size: 26px;
    line-height: 36px;
  }
}
.sbc__container .sbc__header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .sbc__container .sbc__header .wrapper .card__wrapper {
    display: none;
  }
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack {
  max-height: 270px;
  max-width: 405px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box {
  position: relative;
  transform: translateY(-100px);
}
@media (max-width: 1400px) {
  .sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box {
    transform: translate(-70px, -100px);
  }
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card {
  background: #f7fffd;
  width: 405px;
  height: 304px;
  border-radius: 20px;
  transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
  cursor: pointer;
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card.hide {
  visibility: hidden;
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide) {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"] {
  transform: translate(calc(0 * 35px), calc(0 * -35px)) scale(calc(1 - 0.05 * 0));
  z-index: calc(6 - 0);
  opacity: calc(1 - 0.1 * 0);
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"]:hover {
  transform: scale(0.95);
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="1"] {
  transform: translate(calc(1 * 35px), calc(1 * -35px)) scale(calc(1 - 0.05 * 1));
  z-index: calc(6 - 1);
  opacity: calc(1 - 0.1 * 1);
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="2"] {
  transform: translate(calc(2 * 35px), calc(2 * -35px)) scale(calc(1 - 0.05 * 2));
  z-index: calc(6 - 2);
  opacity: calc(1 - 0.1 * 2);
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="3"] {
  transform: translate(calc(3 * 35px), calc(3 * -35px)) scale(calc(1 - 0.05 * 3));
  z-index: calc(6 - 3);
  opacity: calc(1 - 0.1 * 3);
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="4"] {
  transform: translate(calc(4 * 35px), calc(4 * -35px)) scale(calc(1 - 0.05 * 4));
  z-index: calc(6 - 4);
  opacity: calc(1 - 0.1 * 4);
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot:not(.active) {
  background: #EF9090;
}
.sbc__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot.active {
  background-color: #FF3D17;
}
@media (min-width: 1921px) {
  .sbc__container .sbc__header {
    padding: 100px 96px;
    padding-bottom: 140px;
  }
}
@media (max-width: 1920px) {
  .sbc__container .sbc__header {
    padding: 80px 96px;
    padding-bottom: 145px;
  }
}
@media (max-width: 1024px) {
  .sbc__container .sbc__header {
    padding: 60px 60px;
    margin-top: 78px;
  }
}
@media (max-width: 768px) {
  .sbc__container .sbc__header {
    padding: 48px 40px;
  }
}
@media (max-width: 576px) {
  .sbc__container .sbc__header {
    padding: 40px 28px;
  }
}
.sbc__container .video__section .sectionWrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .sbc__container .video__section .sectionWrapper {
    margin: 20px;
  }
}
.sbc__container .video__section .sectionWrapper .videoWrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1400px) {
  .sbc__container .video__section .sectionWrapper .videoWrapper {
    width: 80%;
    margin: auto;
    border-radius: 26px 26px 0 0;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .sbc__container .video__section .sectionWrapper .videoWrapper {
    width: 100%;
  }
}
.sbc__container .video__section .sectionWrapper .videoWrapper:hover .pause_sbc {
  opacity: 1;
}
.sbc__container .video__section .sectionWrapper .videoWrapper .play_sbc, .sbc__container .video__section .sectionWrapper .videoWrapper .pause_sbc {
  position: absolute;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.75);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sbc__container .video__section .sectionWrapper .videoWrapper .pause_sbc {
  display: none;
  opacity: 0;
  font-size: 40px;
}
.sbc__container .video__section .sectionWrapper .videoWrapper video[poster] {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.sbc__container .video__section .sectionWrapper .content {
  width: 50%;
  background: #FFFDEB;
  padding: 66px;
  position: relative;
}
@media (max-width: 1400px) {
  .sbc__container .video__section .sectionWrapper .content {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .sbc__container .video__section .sectionWrapper .content {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .sbc__container .video__section .sectionWrapper .content {
    padding: 20px;
  }
}
.sbc__container .video__section .sectionWrapper .content .greetings {
  margin-bottom: 24px;
}
.sbc__container .video__section .sectionWrapper .content .greetings p {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sbc__container .video__section .sectionWrapper .content .greetings p {
    font-size: 28px;
    line-height: 30px;
  }
}
.sbc__container .video__section .sectionWrapper .content .desc p {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .sbc__container .video__section .sectionWrapper .content .desc p {
    font-size: 16px;
    line-height: 20px;
  }
}
.sbc__container .video__section .sectionWrapper .content .desc p span {
  font-weight: 700;
  color: #E23535;
}
.sbc__container .video__section .sectionWrapper .content .signature p {
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sbc__container .video__section .sectionWrapper .content .signature p {
    font-size: 32px;
    line-height: 34px;
  }
}
.sbc__container .video__section .sectionWrapper .content .parote {
  position: absolute;
  bottom: -60px;
  right: 50px;
}
@media (max-width: 1024px) {
  .sbc__container .video__section .sectionWrapper .content .parote {
    right: 0;
  }
}
@media (max-width: 768px) {
  .sbc__container .video__section .sectionWrapper .content .parote img {
    width: 150px;
  }
}
.sbc__container .gallery__section {
  padding: 20px;
}
.sbc__container .gallery__section .heading {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 70px auto 70px auto;
}
.sbc__container .gallery__section .heading h3 {
  font-weight: 600;
  font-size: 53px;
  line-height: 68px;
}
@media (max-width: 1024px) {
  .sbc__container .gallery__section .heading h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg-container.bwg-border-box {
  gap: 24px;
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg-container.bwg-border-box .bwg-item {
  position: relative;
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg-container.bwg-border-box .bwg-item .plus {
  position: absolute;
  bottom: 0%;
  right: 0%;
  font-size: 30px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%) scale(1);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 1;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  animation: scaleAnimation linear 1s;
  z-index: 999;
}
@keyframes scaleAnimation {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg-container.bwg-border-box .bwg-item .bwg-item0 {
  border-radius: 30px !important;
  overflow: hidden;
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg-container.bwg-border-box .bwg-item .bwg-item0 img {
  object-fit: cover;
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg_nav_cont_0 #bwg_load_0 {
  margin-top: 56px !important;
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg_nav_cont_0 #bwg_load_0 .bwg-a.bwg_load_btn {
  background: #FAFAFA !important;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15) !important;
  border-radius: 5px !important;
  border: 1px solid #FAFAFA !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #E23535 !important;
  padding: 12px 24px !important;
}
.sbc__container .gallery__section .galleryWrapper .galleryLightbox .bwg_nav_cont_0 #bwg_load_0 .bwg-a.bwg_load_btn:hover {
  border: 1px solid #E23535;
}
.sbc__container .share__section .sectionWrapper .heading {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 30px auto 70px auto;
}
.sbc__container .share__section .sectionWrapper .heading h3 {
  font-weight: 600;
  font-size: 53px;
  line-height: 68px;
  text-align: center;
}
@media (max-width: 1024px) {
  .sbc__container .share__section .sectionWrapper .heading h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.sbc__container .share__section .sectionWrapper .buttonsWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: center;
  margin-bottom: 70px;
}
.sbc__container .share__section .sectionWrapper .buttonsWrapper a {
  background: #FFFFFF;
  border: 1px solid #E23535;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 120px;
  font-size: 24px;
  line-height: 31px;
  padding: 16px 32px;
  color: #E23535;
  text-decoration: none;
}
.sbc__container .share__section .sectionWrapper .buttonsWrapper a.fat {
  font-weight: 700;
}
.sbc__container .crew__section {
  margin-bottom: 162px;
}
.sbc__container .crew__section .crewWrapper {
  margin: 0px 20px;
}
.sbc__container .crew__section .crewWrapper .heading {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 30px auto 60px auto;
  max-width: 1300px;
}
.sbc__container .crew__section .crewWrapper .heading h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
}
@media (max-width: 1024px) {
  .sbc__container .crew__section .crewWrapper .heading h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.sbc__container .crew__section .crewWrapper .boxsWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box {
  display: flex;
  gap: 10px;
  overflow: hidden;
  flex-direction: column;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .imgWrapper {
  position: relative;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .imgWrapper a {
  position: absolute;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
  padding: 10px;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .imgWrapper a:hover {
  background-color: #E23535;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .imgWrapper a.sbcContactForm {
  bottom: 10px;
  right: 60px;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box img {
  width: 250px;
  height: 250px;
  border-radius: 30px;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .content {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 10px 0px;
}
@media (max-width: 768px) {
  .sbc__container .crew__section .crewWrapper .boxsWrapper .box .content {
    width: 100%;
    padding: 0px;
  }
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .content .desc {
  text-align: center;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .content .desc .name p {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .sbc__container .crew__section .crewWrapper .boxsWrapper .box .content .desc .name p {
    font-size: 26px;
    line-height: 36px;
  }
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .content .desc .occupation p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .content .social {
  display: flex;
  gap: 10px;
  flex-direction: column;
  text-align: center;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .content .social a {
  text-decoration: none;
  color: black;
}
.sbc__container .crew__section .crewWrapper .boxsWrapper .box .content .social .mail {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #E23535;
}
.spider_popup_wrap {
  background-color: transparent !important;
}
.spider_popup_wrap .bwg_toggle_container {
  background-color: transparent;
}
.spider_popup_wrap .bwg_toggle_container i.bwg_toggle_btn {
  color: black;
}
.spider_popup_wrap .bwg_ctrl_btn_container {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spider_popup_wrap .bwg_ctrl_btn_container .linkedIn {
  margin-bottom: 5px;
  margin-left: 5px;
  cursor: pointer;
}
.spider_popup_wrap .bwg_ctrl_btn_container .bwg_ctrl_btn {
  color: black;
  font-size: 24px;
}
.spider_popup_wrap .bwg_ctrl_btn_container .bwg_facebook, .spider_popup_wrap .bwg_ctrl_btn_container .bwg_twitter, .spider_popup_wrap .bwg_ctrl_btn_container .bwg_pinterest, .spider_popup_wrap .bwg_ctrl_btn_container .bwg_tumblr {
  color: black;
}
.spider_popup_wrap .bwg_image_wrap {
  background-color: rgba(0, 0, 0, 0.4);
}

.casino__beats__container .header__section {
  min-height: 100vh;
}
@media only screen and (min-width: 1920px) {
  .casino__beats__container .header__section {
    min-height: auto;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section {
    min-height: auto;
  }
}
.casino__beats__container .header__section .header__section__wrapper {
  background-image: url("https://wazdan.com/wp-content/uploads/lp_bg_sea_1920_webp.webp");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 90px;
}
.casino__beats__container .header__section .header__section__wrapper .column__text {
  flex: 50%;
  text-align: center;
}
.casino__beats__container .header__section .header__section__wrapper .column__text .casino__beats__wrapper h2 {
  font-weight: 700;
  font-size: 74px;
  line-height: 94px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 13px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__text .casino__beats__wrapper h2 {
    font-size: 34px;
    line-height: 54px;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__text .casino__beats__wrapper img {
    max-width: 80%;
  }
}
.casino__beats__container .header__section .header__section__wrapper .column__image {
  flex: 50%;
  text-align: center;
  margin-bottom: -150px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image {
    flex: 100%;
  }
}
.casino__beats__container .header__section .header__section__wrapper .column__image img {
  max-height: 940px;
  max-width: 500px;
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image img {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image img {
    max-width: 200px;
    padding-top: 50px;
  }
}
.casino__beats__container .header__section .join__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding-bottom: 100px;
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .join__wrapper {
    width: auto;
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .header__section .join__wrapper {
    padding-bottom: 60px;
  }
}
.casino__beats__container .header__section .join__wrapper h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 82px;
  color: #000;
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .join__wrapper h2 {
    font-size: 44px;
    line-height: 48px;
    text-align: center;
    padding-bottom: 20px;
  }
}
.casino__beats__container .header__section .join__wrapper h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 55px;
  color: #D60000;
  margin: 0;
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .join__wrapper h3 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
}
.casino__beats__container .header__section .join__wrapper .date__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .join__wrapper .date__wrapper {
    flex-wrap: wrap;
  }
}
.casino__beats__container .form__section {
  display: flex;
  max-width: 1920px;
  margin: auto;
  flex-wrap: wrap;
}
.casino__beats__container .form__section .form__wrapper {
  display: none;
  flex-direction: column;
  justify-content: center;
  flex: 50%;
  padding: 100px;
  background-color: #D60000;
  background-image: url("https://wazdan.com/wp-content/uploads/lp_bg_letter_774_webp.webp");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1620px) {
  .casino__beats__container .form__section .form__wrapper {
    flex: 100%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .form__wrapper {
    padding: 60px 20px;
    background: #f3f3f3;
    order: 2;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 765px) {
  .casino__beats__container .form__section .form__wrapper {
    order: 2;
  }
}
.casino__beats__container .form__section .form__wrapper form {
  margin-bottom: 0;
}
.casino__beats__container .form__section .form__wrapper .wpforms-confirmation-container-full {
  background: #f3f3f3 !important;
  max-width: 350px;
}
@media only screen and (max-width: 1200px) and (min-width: 765px) {
  .casino__beats__container .form__section .form__wrapper .wpforms-confirmation-container-full {
    background: transparent !important;
  }
}
.casino__beats__container .form__section .form__wrapper label.wpforms-error {
  display: none !important;
}
.casino__beats__container .form__section .form__wrapper .form__header {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-size: 38px;
  line-height: 47px;
  text-align: center;
  padding-bottom: 20px;
}
.casino__beats__container .form__section .form__wrapper .wpforms-container {
  max-width: 600px;
  width: 100%;
}
.casino__beats__container .form__section .form__wrapper .wpforms-container label {
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 1600px) {
  .casino__beats__container .form__section .form__wrapper .wpforms-container {
    padding: 0;
  }
}
.casino__beats__container .form__section .form__wrapper .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
  display: grid;
  grid-template-columns: 105px auto;
  gap: 20px;
}
.casino__beats__container .form__section .form__wrapper .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field:last-child {
  display: block;
}
.casino__beats__container .form__section .form__wrapper #formApiErros {
  margin-top: 25px;
}
.casino__beats__container .form__section .form__wrapper #formApiErros p {
  font-weight: normal;
  font-style: italic;
  text-rendering: optimizeLegibility;
  color: red;
  font-size: 14px;
  line-height: 0.4;
  text-align: center;
  text-transform: capitalize;
}
.casino__beats__container .form__section .form__wrapper #sendTripButton {
  margin-top: 20px;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  background: #D60000;
  border-radius: 20px;
  width: 231px;
  height: 67px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none;
}
.casino__beats__container .form__section .form__wrapper #sendTripButton:hover {
  background-color: #fff;
  color: #d60000;
  border: 2px solid #d60000;
}
.casino__beats__container .form__section .form__wrapper .wpforms-submit-container {
  text-align: center;
  display: none;
}
.casino__beats__container .form__section .form__wrapper .wpforms-submit-container .wpforms-submit {
  margin-top: 20px;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  background: #D60000;
  border-radius: 20px;
  width: 231px;
  height: 67px;
  color: #fff;
}
.casino__beats__container .form__section .form__wrapper .wpforms-submit-container .wpforms-submit:hover {
  background-color: #fff;
  color: #d60000;
  border: 2px solid #d60000;
}
.casino__beats__container .form__section .form__wrapper .agree__txt {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #AFAFAF;
}
.casino__beats__container .form__section .counter__wrapper {
  flex: 50%;
  display: flex;
  flex-direction: column;
}
.casino__beats__container .form__section .counter__wrapper .counter {
  padding: 37px 100px;
  background: #EBEBEB;
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .counter {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter {
    background: #FFF;
    order: 2;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter .counter__text {
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  padding-bottom: 34px;
  margin: 0;
  text-align: center;
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul {
    gap: 20px 30px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul {
    gap: 10px 10px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li {
  text-align: center;
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li .countdown__box {
  font-weight: 700;
  font-size: 63px;
  line-height: 80px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li .countdown__box {
    font-size: 30px;
    line-height: 40px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #days {
  background: #D60000;
  border-radius: 5px;
  padding: 5px 15px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #days {
    padding: 10px 15px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #hours, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #minutes, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #seconds {
  background: #191919;
  border-radius: 5px;
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #hours, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #minutes, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #seconds {
    padding: 10px 15px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li p {
  font-weight: 600;
  font-size: 27px;
  line-height: 34px;
  margin: 0;
  padding-top: 13px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li p {
    font-size: 20px;
    line-height: 25px;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info {
  padding: 70px 80px;
  background: #FFFDEB;
  text-align: center;
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .text__info {
    padding: 70px 20px;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info p {
  font-size: 24px;
  line-height: 28px;
  text-align: justify;
  max-width: 668px;
  margin: auto;
}
@media (max-width: 1400px) {
  .casino__beats__container .form__section .counter__wrapper .text__info p {
    margin: auto;
  }
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .text__info p {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    padding-bottom: 20px;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info h4 {
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 47px;
}
@media (max-width: 1400px) {
  .casino__beats__container .form__section .counter__wrapper .text__info h4 {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .text__info h4 {
    text-align: left;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info h4:first-child {
  padding-bottom: 20px;
}
.casino__beats__container .form__section .counter__wrapper .text__info .image__wrapper {
  display: flex;
  justify-content: flex-end;
}
.casino__beats__container .form__section .counter__wrapper .text__info .image__wrapper img {
  margin-bottom: -120px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .text__info .image__wrapper img {
    margin-bottom: -50px;
    max-width: 140px;
  }
}
@media (min-width: 1921px) {
  .casino__beats__container .gallery__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .casino__beats__container .gallery__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .gallery__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .gallery__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .casino__beats__container .gallery__section {
    padding: 60px 28px;
  }
}
.casino__beats__container .gallery__section .gallery__wrapper {
  display: flex;
  gap: 33px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.casino__beats__container .gallery__section .gallery__wrapper img {
  max-width: 385px;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.casino__beats__container .contact__section {
  background: #F5F5F5;
}
@media (min-width: 1921px) {
  .casino__beats__container .contact__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .casino__beats__container .contact__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .contact__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .contact__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .casino__beats__container .contact__section {
    padding: 60px 28px;
  }
}
.casino__beats__container .contact__section .contact__wrapper h2 {
  font-weight: 600;
  font-size: 53px;
  line-height: 68px;
  text-align: center;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper h2 {
    font-size: 33px;
    line-height: 38px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person {
    gap: 20px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .image__wrapper img {
  width: 225px;
  height: auto;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper {
    text-align: center;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h4 {
  font-weight: 600;
  font-size: 37px;
  line-height: 47px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h4 {
    font-size: 27px;
    line-height: 37px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h5 {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h5 {
    font-size: 22px;
    line-height: 22px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper .social__wrapper {
  padding-top: 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper .social__wrapper {
    justify-content: center;
  }
}

main .headingSection {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
main .headingSection .top {
  position: relative;
}
main .headingSection .top .mainImage {
  width: 100vw;
  min-height: 100vh;
  object-fit: cover;
  object-position: left;
}
@media (max-width: 1024px) {
  main .headingSection .top .mainImage {
    object-position: center bottom;
  }
}
main .headingSection .top .sceondaryImage {
  position: absolute;
  bottom: 5%;
  right: 5%;
  max-height: 90%;
  max-width: 50%;
}
main .headingSection .top .line {
  position: absolute;
  height: 5px;
  background-color: #E23535;
  bottom: 5%;
  left: 34%;
  width: 60%;
}
@media (max-width: 1024px) {
  main .headingSection .top .line {
    left: 0%;
    width: 90%;
  }
}
main .headingSection .top .line .dotWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
main .headingSection .top .line .dotWrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #E23535;
  position: absolute;
  right: 0;
  transform: translate(50%, -50%);
  top: 50%;
}
main .headingSection .top .desc {
  max-width: 824px;
  position: absolute;
  top: 25%;
  left: 15%;
  padding-right: 50px;
  width: 100%;
}
@media (max-width: 1400px) {
  main .headingSection .top .desc {
    top: 150px;
    left: 60px;
  }
}
@media (max-width: 1024px) {
  main .headingSection .top .desc {
    top: 100px;
    left: 30px;
  }
}
@media (max-width: 768px) {
  main .headingSection .top .desc {
    left: 20px;
  }
}
main .headingSection .top .desc h1 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  main .headingSection .top .desc h1 {
    margin-bottom: 30px;
  }
}
main .headingSection .top .desc h1, main .headingSection .top .desc .big {
  color: white;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2;
}
@media (max-width: 1400px) {
  main .headingSection .top .desc h1, main .headingSection .top .desc .big {
    font-size: 36px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  main .headingSection .top .desc h1, main .headingSection .top .desc .big {
    font-size: 30px;
  }
}
main .headingSection .top .desc h1 span, main .headingSection .top .desc .big span {
  color: #E23535;
}
@media (max-width: 1024px) {
  main .headingSection .top .desc .big {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  main .headingSection .top .desc .big {
    margin-top: 30px;
  }
}
main .headingSection .top .desc .small {
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  color: white;
  position: relative;
  max-width: 459px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  main .headingSection .top .desc .small {
    line-height: 44px;
  }
}
main .headingSection .top .desc .small .ordinary {
  position: relative;
  z-index: 2;
}
main .headingSection .top .desc .small .fancy {
  background: url("https://wazdan.com/wp-content/uploads/line-1.png");
  background-size: cover;
  display: block;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 60px;
  transform: rotate(-3deg) translateX(45%);
  max-width: 327px;
  width: 100%;
  z-index: 1;
  font-family: "Handlee", cursive;
  font-size: 35px;
  background-position: left;
  text-align: left;
  padding: 0;
}
@media (max-width: 1024px) {
  main .headingSection .top .desc .small .fancy {
    position: static;
    transform: translateX(0);
    padding-left: 0;
  }
}
main .headingSection .top .desc a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  margin-top: 70px;
  font-size: 25px;
  line-height: 32px;
  text-align: center;
  padding: 18px 21px;
}
main .headingSection .top .desc a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1400px) {
  main .headingSection .top .desc a {
    font-size: 22px;
    line-height: 28px;
    padding: 10px 17px;
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  main .headingSection .top .desc a {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  main .headingSection .top .desc a {
    margin-top: 20px;
  }
}
main .headingSection .bottom {
  display: flex;
  position: relative;
  top: -10vh;
}
@media (max-width: 1400px) {
  main .headingSection .bottom {
    top: 0vh;
  }
}
@media (max-width: 1024px) {
  main .headingSection .bottom {
    flex-wrap: wrap;
  }
}
main .headingSection .bottom .mapWrapper {
  width: 50%;
}
@media (max-width: 1400px) {
  main .headingSection .bottom .mapWrapper {
    width: 100%;
  }
}
main .headingSection .bottom .mapWrapper .map {
  width: 80%;
  left: 15%;
  position: relative;
}
@media (max-width: 1400px) {
  main .headingSection .bottom .mapWrapper .map {
    left: unset;
    margin: auto;
    display: block;
    max-width: 600px;
    width: 100%;
  }
}
main .headingSection .bottom .desc {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px 20px;
}
@media (max-width: 1400px) {
  main .headingSection .bottom .desc {
    width: 100%;
    margin-bottom: 50px;
  }
}
main .headingSection .bottom .desc .standWrapper {
  text-align: center;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
main .headingSection .bottom .desc .standWrapper .stand {
  font-weight: 800;
  font-size: 60px;
  line-height: 77px;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  main .headingSection .bottom .desc .standWrapper .stand {
    font-size: 50px;
    line-height: 67px;
  }
}
@media (max-width: 1024px) {
  main .headingSection .bottom .desc .standWrapper .stand {
    font-size: 45px;
    line-height: 62px;
  }
}
main .headingSection .bottom .desc .standWrapper .stand img {
  margin-bottom: 10px;
  margin-right: 30px;
}
main .headingSection .bottom .desc .standWrapper .stand span {
  color: #E23535;
}
main .headingSection .bottom .desc .standWrapper .line {
  position: absolute;
  bottom: 0;
  width: 70%;
  height: 4px;
  background: black;
  margin: auto;
  transform: translateX(-50%);
  left: 50%;
}
main .headingSection .bottom .desc .standWrapper .line .squareWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
main .headingSection .bottom .desc .standWrapper .line .squareWrapper .square {
  background-color: black;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
}
main .headingSection .bottom .desc .standWrapper .line .squareWrapper .square:nth-child(1) {
  left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
main .headingSection .bottom .desc .standWrapper .line .squareWrapper .square:nth-child(2) {
  right: 0;
  transform: translate(50%, -50%) rotate(45deg);
}
main .headingSection .bottom .desc .date {
  font-weight: 800;
  font-size: 70px;
  line-height: 89px;
  text-align: center;
}
@media (max-width: 1400px) {
  main .headingSection .bottom .desc .date {
    font-size: 50px;
    line-height: 67px;
  }
}
@media (max-width: 1024px) {
  main .headingSection .bottom .desc .date {
    font-size: 45px;
    line-height: 62px;
  }
}
main .headingSection .bottom .desc .place {
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  color: #E23535;
  max-width: 535px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1400px) {
  main .headingSection .bottom .desc .place {
    font-size: 33px;
    line-height: 43px;
  }
}
@media (max-width: 1024px) {
  main .headingSection .bottom .desc .place {
    font-size: 30px;
    line-height: 40px;
  }
}
main .headingSection .bottom .desc .place .flag {
  margin-bottom: 10px;
  margin-left: 20px;
}
main .headingSection .bottom .arrowWrapper {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-20%);
  width: 80%;
}
@media (max-width: 1400px) {
  main .headingSection .bottom .arrowWrapper {
    display: none;
  }
}
main .why_u_need_us {
  background-color: #F5F5F5;
  background-image: url("https://wazdan.com/wp-content/uploads/okl_line-2.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
main .why_u_need_us_wrapper {
  max-width: 1344px;
  margin: auto;
  padding: 140px 20px;
}
@media (max-width: 1400px) {
  main .why_u_need_us_wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 1024px) {
  main .why_u_need_us_wrapper {
    padding: 80px 20px;
  }
}
main .why_u_need_us_wrapper .desc h4 {
  font-weight: 700;
  color: #E23535;
  margin-bottom: 40px;
  font-size: 32px;
}
main .why_u_need_us_wrapper .desc p {
  margin-bottom: 40px;
  font-size: 30px;
}
@media (max-width: 1024px) {
  main .why_u_need_us_wrapper .desc p {
    font-size: 26px;
  }
}
main .why_u_need_us_wrapper .desc p span.fancy {
  font-family: "Handlee", cursive;
}
main .why_u_need_us_wrapper .desc p span.bold {
  font-weight: 700;
}
main .why_u_need_us_wrapper .desc p span.red {
  color: #E23535;
}
main .what_is_integations {
  position: relative;
}
main .what_is_integations .headingWrapper {
  position: relative;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
main .what_is_integations .headingWrapper h3 {
  font-weight: 400;
  font-size: 64px;
  line-height: 85px;
  text-align: center;
}
@media (max-width: 1400px) {
  main .what_is_integations .headingWrapper h3 {
    font-size: 45px;
    line-height: 62px;
  }
}
@media (max-width: 1024px) {
  main .what_is_integations .headingWrapper h3 {
    font-size: 39px;
    line-height: 45px;
  }
}
main .what_is_integations .headingWrapper h3 span.red {
  color: #E23535;
}
main .what_is_integations .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  justify-content: center;
  align-items: center;
  margin-bottom: 110px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  main .what_is_integations .box_wrapper {
    margin-bottom: 60px;
  }
}
main .what_is_integations .box_wrapper .box {
  max-width: 264px;
  min-height: 275px;
  width: 100%;
  padding: 29px;
  background-color: #F5F5F5;
  border: 1px solid #E23535;
  border-radius: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  main .what_is_integations .box_wrapper .box {
    min-height: 230px;
  }
}
main .what_is_integations .box_wrapper .box img {
  margin-bottom: 31px;
}
main .what_is_integations .box_wrapper .box p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
main .what_is_integations .box_wrapper .box p span {
  font-weight: 700;
}
main .what_is_integations .box_wrapper .arrow {
  background-image: url("https://wazdan.com/wp-content/uploads/vectorBox.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 99px;
  height: 46px;
}
@media (max-width: 1550px) {
  main .what_is_integations .box_wrapper .arrow {
    display: none;
  }
}
main .what_is_integations .box_wrapper .arrow.roate {
  transform: rotate(180deg) scaleX(-1);
}
main .what_is_integations .outro {
  text-align: center;
  margin: 0 auto 120px auto;
  position: relative;
  max-width: 1400px;
  width: 100%;
}
@media (max-width: 1024px) {
  main .what_is_integations .outro {
    margin: 0 auto 60px auto;
  }
}
main .what_is_integations .outro h4 {
  font-size: 46px;
  line-height: 64px;
  padding: 20px;
}
@media (max-width: 1400px) {
  main .what_is_integations .outro h4 {
    font-size: 45px;
    line-height: 62px;
  }
}
@media (max-width: 1024px) {
  main .what_is_integations .outro h4 {
    font-size: 39px;
    line-height: 45px;
  }
}
main .what_is_integations .outro span.red {
  color: #E23535;
}
main .what_is_integations .outro .arrow {
  position: absolute;
  top: 100%;
  left: 73%;
  z-index: 1;
}
@media (max-width: 1024px) {
  main .what_is_integations .outro .arrow {
    display: none;
  }
}
main .formSection .formSectionWrapper .top {
  display: flex;
  flex-wrap: wrap;
  padding-top: 118px;
  padding-bottom: 118px;
  padding-right: 109px;
  background-color: #F5F5F5;
  position: relative;
}
@media (max-width: 1400px) {
  main .formSection .formSectionWrapper .top {
    padding-bottom: 100px;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .top {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
main .formSection .formSectionWrapper .top .tickets {
  width: 40%;
}
@media (max-width: 1400px) {
  main .formSection .formSectionWrapper .top .tickets {
    width: 100%;
  }
}
main .formSection .formSectionWrapper .top .tickets img {
  position: absolute;
  z-index: 1;
  max-width: 45%;
  top: -10vh;
}
@media (max-width: 1400px) {
  main .formSection .formSectionWrapper .top .tickets img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 500px;
    width: 100%;
    top: -5%;
  }
}
main .formSection .formSectionWrapper .top .formWrapper {
  width: 60%;
}
@media (max-width: 1400px) {
  main .formSection .formSectionWrapper .top .formWrapper {
    width: 100%;
  }
}
main .formSection .formSectionWrapper .top .formWrapper .desc {
  max-width: 1110px;
}
main .formSection .formSectionWrapper .top .formWrapper .desc p {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}
main .formSection .formSectionWrapper .top .formWrapper .desc p span.red {
  color: #E23535;
}
main .formSection .formSectionWrapper .top .formWrapper .desc p span.bold {
  font-weight: 700;
}
main .formSection .formSectionWrapper .top .formWrapper .form {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .top .formWrapper .form {
    flex-wrap: wrap;
    justify-content: center;
  }
}
main .formSection .formSectionWrapper .top .formWrapper .form #torontoButton {
  padding: 12px 24px;
  margin: 0;
  color: white;
  background: #E23535;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  border: 1px solid #E23535;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .top .formWrapper .form #torontoButton {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container {
  width: 100%;
  margin-bottom: 0;
}
main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form {
  gap: 20px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form {
    flex-direction: column;
    gap: 0;
    max-width: 600px;
    width: 90%;
    margin: auto;
  }
}
main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form .wpforms-field-container {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form .wpforms-field-container {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100% !important;
    gap: 0;
  }
}
main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form .wpforms-field-container .wpforms-field {
  width: 25% !important;
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form .wpforms-field-container .wpforms-field {
    width: 100% !important;
  }
}
main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form .wpforms-field-container input {
  width: 100%;
  display: block;
  max-width: 100%;
  background: #FFFFFF;
  height: 44px;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form .wpforms-submit-container {
  display: none;
  padding-top: 22px;
}
main .formSection .formSectionWrapper .top .formWrapper .form .wpforms-container form .wpforms-submit-container button {
  padding: 12px 24px;
  margin: 0;
  color: white;
  background: #E23535;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  border: 1px solid #E23535;
  font-weight: 700;
}
main .formSection .formSectionWrapper .top .formWrapper #formApiErros {
  display: flex;
  flex-wrap: wrap;
}
main .formSection .formSectionWrapper .top .formWrapper #formApiErros p {
  color: #E23535;
  font-family: "Handlee", cursive;
  font-size: 14px;
  line-height: 17px;
}
main .formSection .formSectionWrapper .top .formWrapper .privacy {
  font-family: "Handlee", cursive;
  color: #AFAFAF;
  font-size: 14px;
  line-height: 17px;
}
main .formSection .formSectionWrapper .bottom {
  background-color: #fff;
}
main .formSection .formSectionWrapper .bottom .steps {
  width: 100%;
  position: relative;
  top: -45px;
}
@media (max-width: 1621px) {
  main .formSection .formSectionWrapper .bottom .steps {
    top: -10px;
  }
}
main .formSection .formSectionWrapper .bottom .steps .stepsWrapper {
  background-color: #EDEDED;
  box-shadow: 5px -5px 14px rgba(0, 0, 0, 0.1);
  border-radius: 34px;
  margin: 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper {
    margin: 0 20px;
  }
}
main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step {
  padding: 110px;
  width: calc(33.3333333333% - 1px);
  position: relative;
  font-size: 18px;
  line-height: 23px;
  min-width: 500px;
}
@media (max-width: 1621px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step {
    padding: 60px;
    width: calc(50% - 1px);
    max-width: 600px;
  }
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step {
    width: 100%;
    padding: 60px 60px;
    min-width: unset;
  }
}
main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step:nth-child(1) {
  background-image: url("https://wazdan.com/wp-content/uploads/1-1.png");
  background-repeat: no-repeat;
  background-position: 90px 60px;
}
@media (max-width: 1621px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step:nth-child(1) {
    background-position: 20px 60px;
  }
}
main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step:nth-child(1)::before {
  content: "*";
  position: absolute;
  font-size: 34px;
  top: 50px;
  left: 70px;
  color: #7A7A7A;
}
main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step:nth-child(3) {
  background-image: url("https://wazdan.com/wp-content/uploads/2-1.png");
  background-repeat: no-repeat;
  background-position: 90px 60px;
}
@media (max-width: 1621px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step:nth-child(3) {
    background-position: 20px 60px;
  }
}
main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step:nth-child(5) {
  background-image: url("https://wazdan.com/wp-content/uploads/3.png");
  background-repeat: no-repeat;
  background-position: 90px 60px;
}
@media (max-width: 1621px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .step:nth-child(5) {
    background-position: 20px 60px;
  }
}
main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .separator {
  background-color: #CACACA;
  width: 1px;
  display: block;
  margin: 46px 0;
}
@media (max-width: 1620px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .separator {
    display: none;
  }
}
@media (max-width: 1024px) {
  main .formSection .formSectionWrapper .bottom .steps .stepsWrapper .separator {
    display: block;
    width: 80%;
    margin: 0px;
    height: 1px;
  }
}
main .undecided .undecidedWrapper {
  margin: auto;
  padding: 0 20px;
}
main .undecided .undecidedWrapper .heading {
  margin-bottom: 70px;
}
main .undecided .undecidedWrapper .heading h3 {
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
}
main .undecided .undecidedWrapper .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 72px;
  row-gap: 72px;
  align-items: center;
  justify-content: center;
  margin-bottom: 160px;
  position: relative;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper {
    margin-bottom: 60px;
    column-gap: 100px;
    row-gap: 100px;
  }
}
main .undecided .undecidedWrapper .box_wrapper .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: revert;
  justify-content: center;
  position: relative;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper .box {
    max-width: 400px;
  }
}
main .undecided .undecidedWrapper .box_wrapper .box .imgWrapper {
  width: 365px;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper .box .imgWrapper {
    width: 100%;
    max-width: 365px;
  }
}
main .undecided .undecidedWrapper .box_wrapper .box .imgWrapper img {
  width: 100%;
  margin: auto;
  display: block;
}
main .undecided .undecidedWrapper .box_wrapper .box .content {
  position: relative;
  padding: 47px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  min-height: 243px;
  border-radius: 24px;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper .box .content {
    padding: 20px;
    margin: 0 10px;
    max-width: 400px;
    width: 100%;
    position: static;
  }
}
main .undecided .undecidedWrapper .box_wrapper .box .content .logo {
  position: absolute;
  top: -20px;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper .box .content .logo {
    bottom: -20px;
    top: unset;
  }
}
main .undecided .undecidedWrapper .box_wrapper .box .content .desc {
  width: 366px;
  font-size: 23px;
  line-height: 29px;
}
main .undecided .undecidedWrapper .box_wrapper .box .content .desc span {
  font-weight: 700;
}
main .undecided .undecidedWrapper .box_wrapper .box .content .label {
  position: absolute;
  color: #E23535;
  transform: rotate(7deg);
  font-family: "Handlee", cursive;
  font-size: 33px;
  top: -10px;
  right: 2px;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper .box .content .label {
    bottom: -30px;
    top: unset;
  }
}
main .undecided .undecidedWrapper .box_wrapper .box .content .extra {
  position: absolute;
  bottom: -50px;
  font-size: 18px;
  line-height: 23px;
  width: 270px;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper .box .content .extra {
    bottom: -80px;
  }
}
main .undecided .undecidedWrapper .box_wrapper .arrow {
  position: absolute;
  bottom: -110px;
  left: 48%;
}
@media (max-width: 1024px) {
  main .undecided .undecidedWrapper .box_wrapper .arrow {
    display: none;
  }
}
main .undecided .undecidedWrapper .box_wrapper .arrow .arrowWrapper {
  background-image: url("https://wazdan.com/wp-content/uploads/vectorBox.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 46px;
  transform: rotate(200deg) scaleX(-1);
}
main .undecided .undecidedWrapper .box_wrapper .arrow .messageWrapper p {
  font-size: 23px;
  line-height: 31px;
  color: #E23535;
  font-family: "Handlee", cursive;
}
main .undecided .undecidedWrapper .line {
  margin: 56px;
  border: 1px solid #000000;
  margin-bottom: 98px;
}
main .talksection {
  margin: 0 20px;
}
main .talksection .heading {
  max-width: 1200px;
  margin: 0 auto 81px;
}
main .talksection .heading h3 {
  text-align: center;
  font-size: 53px;
  line-height: 68px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  main .talksection .heading h3 {
    font-size: 45px;
    line-height: 62px;
  }
}
@media (max-width: 1024px) {
  main .talksection .heading h3 {
    font-size: 39px;
    line-height: 45px;
  }
}
main .talksection .heading h3 span {
  color: #E23535;
  font-weight: 600;
}
main .talksection .boxWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 92px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 96px auto;
  max-width: 1600px;
}
@media (max-width: 1400px) {
  main .talksection .boxWrapper {
    margin: 20px 60px;
    gap: 60;
  }
}
@media (max-width: 1024px) {
  main .talksection .boxWrapper {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
    margin: 20px;
  }
}
main .talksection .boxWrapper .box {
  display: flex;
  align-items: center;
  gap: 51px;
  width: calc(50% - 51px);
}
@media (max-width: 1024px) {
  main .talksection .boxWrapper .box {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 24px;
    padding: 20px 10px;
  }
}
@media (max-width: 768px) {
  main .talksection .boxWrapper .box {
    width: auto;
  }
}
main .talksection .boxWrapper .box .imgWrapper {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  main .talksection .boxWrapper .box .imgWrapper {
    width: 100%;
  }
}
main .talksection .boxWrapper .box .imgWrapper img {
  width: 224px;
}
@media (max-width: 1024px) {
  main .talksection .boxWrapper .box .imgWrapper img {
    max-width: 300px;
    display: block;
    margin: auto;
    width: 100%;
  }
}
main .talksection .boxWrapper .box .content {
  max-width: 420px;
  width: 100%;
}
@media (max-width: 1024px) {
  main .talksection .boxWrapper .box .content {
    max-width: 300px;
    height: 100%;
  }
}
main .talksection .boxWrapper .box .content .name {
  font-weight: 700;
  font-size: 37px;
  margin-bottom: 0;
  line-height: 47px;
}
@media (max-width: 1400px) {
  main .talksection .boxWrapper .box .content .name {
    font-size: 30px;
    line-height: 40px;
  }
}
main .talksection .boxWrapper .box .content .ocupacy {
  color: #E23535;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 47px;
}
@media (max-width: 1400px) {
  main .talksection .boxWrapper .box .content .ocupacy {
    font-size: 20px;
    line-height: 23px;
  }
}
main .talksection .boxWrapper .box .content .social {
  display: flex;
  gap: 26px;
  margin-top: 27px;
}
main .talksection .boxWrapper .box .content .social .email, main .talksection .boxWrapper .box .content .social .linkedin {
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.cgs__container {
  padding-top: 83px;
}
.cgs__container .cgs__header {
  height: 364px;
  background: url("https://wazdan.com/wp-content/uploads/okl_line-2-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .cgs__container .cgs__header {
    min-height: 200px;
    padding: 50px 20px;
    background-size: cover;
  }
}
.cgs__container .cgs__header h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
}
@media (max-width: 1400px) {
  .cgs__container .cgs__header h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
.cgs__container .cgs__header h1 .red__txt {
  color: #FF3D17;
}
.cgs__container .cgs__header h1 .bold__txt {
  font-weight: 600;
}
.cgs__container .cgs__form {
  margin: auto;
  max-width: 1360px;
  padding: 100px 20px;
}
@media (max-width: 1024px) {
  .cgs__container .cgs__form {
    padding: 50px 20px;
  }
}
.cgs__container .cgs__form .cgs__content .fill__txt {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.cgs__container .cgs__form .cgs__content .form__txt {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .cgs__container .cgs__form .cgs__content .form__txt {
    font-size: 20px;
    line-height: 25px;
  }
}
.cgs__container .cgs__form h3.contact__text {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
}
.cgs__container .cgs__form .cgs__form__wrapper {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .cgs__container .cgs__form .cgs__form__wrapper {
    padding-top: 20px;
  }
}
.cgs__container .cgs__form .cgs__form__wrapper .wpforms-field .wpforms-field-label {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
  padding-bottom: 21px;
}
.cgs__container .cgs__form .cgs__form__wrapper .wpforms-field ::placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #808080;
}
.cgs__container .cgs__form .cgs__form__wrapper .wpforms-field input, .cgs__container .cgs__form .cgs__form__wrapper .wpforms-field select {
  background: #FFFFFF;
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.cgs__container .cgs__form .cgs__form__wrapper .wpforms-submit-container {
  display: none;
}
.cgs__container .cgs__form .cgs__form__wrapper #cgsIntegrationButton, .cgs__container .cgs__form .cgs__form__wrapper #cgsIntegrationButtonEs {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.cgs__container .cgs__form .cgs__form__wrapper #cgsIntegrationButton:hover, .cgs__container .cgs__form .cgs__form__wrapper #cgsIntegrationButtonEs:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.cgs__container .cgs__form .cgs__form__wrapper .wpforms-confirmation-container-full {
  border: 3px dashed #1CAF19 !important;
}
.cgs__container .cgs__form .cgs__form__wrapper .wpforms-confirmation-container-full p {
  color: #1CAF19;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
}
.cgs__container .cgs__form #cgsFormApiErros, .cgs__container .cgs__form #cgsFormApiErrosEs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 20px;
  padding: 20px 0;
}
.cgs__container .cgs__form #cgsFormApiErros p, .cgs__container .cgs__form #cgsFormApiErrosEs p {
  margin-bottom: 0;
  color: #E23535;
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .cgs__container .cgs__form #cgsFormApiErros p, .cgs__container .cgs__form #cgsFormApiErrosEs p {
    font-size: 16px;
    line-height: 20px;
  }
}

.site-igb-2023-diamond-adventure .globalAward {
  display: none;
}

.AMsterdam * {
  margin-bottom: 0;
  padding: 0;
  box-sizing: border-box;
}
.AMsterdam * h1, .AMsterdam * h2, .AMsterdam * h3, .AMsterdam * h4, .AMsterdam * h5, .AMsterdam * p, .AMsterdam * span {
  line-height: 1.2;
}
.AMsterdam * h1.red, .AMsterdam * h2.red, .AMsterdam * h3.red, .AMsterdam * h4.red, .AMsterdam * h5.red, .AMsterdam * p.red, .AMsterdam * span.red {
  color: #E23535;
}
.AMsterdam * h1.bold, .AMsterdam * h2.bold, .AMsterdam * h3.bold, .AMsterdam * h4.bold, .AMsterdam * h5.bold, .AMsterdam * p.bold, .AMsterdam * span.bold {
  font-weight: 700;
}
.AMsterdam .heading__section {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 0 !important;
}
@media (min-width: 1921px) {
  .AMsterdam .heading__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .AMsterdam .heading__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .AMsterdam .heading__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .heading__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .AMsterdam .heading__section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .heading__section {
    margin-top: 50px;
  }
}
.AMsterdam .heading__section .bg_wrapper .bg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 90%;
  object-position: center;
}
.AMsterdam .heading__section .content {
  position: relative;
  z-index: 1;
  margin: 5%;
}
@media (max-width: 1024px) {
  .AMsterdam .heading__section .content {
    margin: 0 0 40px 0;
  }
}
.AMsterdam .heading__section .content .content__wrapper {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1024px) {
  .AMsterdam .heading__section .content .content__wrapper {
    flex-direction: column;
  }
}
.AMsterdam .heading__section .content .content__wrapper .box.pngwing {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 1024px) {
  .AMsterdam .heading__section .content .content__wrapper .box.pngwing {
    margin: auto;
  }
}
.AMsterdam .heading__section .content .content__wrapper .box.pngwing .imgWrapper {
  position: relative;
}
.AMsterdam .heading__section .content .content__wrapper .box.pngwing .imgWrapper img {
  max-height: 78vh;
}
@media (max-width: 1024px) {
  .AMsterdam .heading__section .content .content__wrapper .box.pngwing .imgWrapper img {
    max-height: 50vh;
    margin-top: 50px;
    display: block;
    margin: 50px auto 0 auto;
  }
}
.AMsterdam .heading__section .content .content__wrapper .box.pngwing .imgWrapper .sparkles {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translateX(-100%);
}
.AMsterdam .heading__section .content .content__wrapper .box.pngwing .imgWrapper .sparkles .starShine {
  position: absolute;
}
.AMsterdam .heading__section .content .content__wrapper .box.text {
  max-width: 880px;
}
.AMsterdam .heading__section .content .content__wrapper .box.text .heading {
  margin-bottom: 17px;
}
.AMsterdam .heading__section .content .content__wrapper .box.text .heading h2 {
  font-size: 47px;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .AMsterdam .heading__section .content .content__wrapper .box.text .heading h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .heading__section .content .content__wrapper .box.text .heading h2 {
    font-size: 32px;
  }
}
.AMsterdam .heading__section .content .content__wrapper .box.text .desc {
  margin-bottom: 47px;
}
.AMsterdam .heading__section .content .content__wrapper .box.text .desc p {
  font-size: 40px;
}
@media (max-width: 1400px) {
  .AMsterdam .heading__section .content .content__wrapper .box.text .desc p {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .heading__section .content .content__wrapper .box.text .desc p {
    font-size: 30px;
  }
}
.AMsterdam .heading__section .content .content__wrapper .box.text .button {
  display: flex;
}
.AMsterdam .heading__section .content .content__wrapper .box.text .button a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-size: 25px;
  line-height: 36px;
  padding: 15px 26px;
}
.AMsterdam .heading__section .content .content__wrapper .box.text .button a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .AMsterdam .heading__section .content .content__wrapper .box.text .button a {
    font-size: 20px;
    padding: 10px;
  }
}
@keyframes shine {
  from {
    opacity: 1;
    rotate: 30deg;
  }
  to {
    opacity: 0;
    rotate: 180deg;
  }
}
.AMsterdam .date_section {
  padding: 0 20px;
}
.AMsterdam .date_section .wrapper {
  max-width: 1600px;
  margin: auto;
}
.AMsterdam .date_section .wrapper .date {
  margin-bottom: 82px;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .date {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .date_section .wrapper .date {
    margin-bottom: 20px;
  }
}
.AMsterdam .date_section .wrapper .date span {
  display: flex;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .AMsterdam .date_section .wrapper .date .space {
    display: none;
  }
}
.AMsterdam .date_section .wrapper .date h3 {
  display: flex;
  font-weight: 700;
  font-size: 46px;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .date h3 {
    gap: 40px;
    font-size: 40px;
  }
  .AMsterdam .date_section .wrapper .date h3 img {
    max-width: 70px;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .date_section .wrapper .date h3 {
    gap: 20px;
    font-size: 36px;
  }
  .AMsterdam .date_section .wrapper .date h3 img {
    max-width: 50px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .date_section .wrapper .date h3 {
    gap: 5px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
  }
  .AMsterdam .date_section .wrapper .date h3 img {
    max-width: 40px;
  }
}
.AMsterdam .date_section .wrapper .timetable {
  display: flex;
  gap: 50px;
  padding-top: 80px;
  margin-bottom: 70px;
  flex-wrap: wrap;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable {
    padding-top: 20px;
    gap: 20px;
  }
}
.AMsterdam .date_section .wrapper .timetable .box {
  gap: 27px;
  width: calc(25% - 54px);
  display: flex;
  position: relative;
}
.AMsterdam .date_section .wrapper .timetable .box:nth-last-of-type(1) .hour_wrapper .arrow {
  display: none;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable .box:nth-last-of-type(1) .hour_wrapper .arrow {
    display: flex;
  }
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable .box {
    width: calc(50% - 27px);
  }
}
@media (max-width: 1024px) {
  .AMsterdam .date_section .wrapper .timetable .box {
    width: 100%;
    gap: 0px;
    justify-content: center;
  }
}
.AMsterdam .date_section .wrapper .timetable .box .details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  width: 100%;
  position: absolute;
  bottom: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable .box .details {
    justify-content: flex-start;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .date_section .wrapper .timetable .box .details {
    gap: 10px;
  }
}
.AMsterdam .date_section .wrapper .timetable .box .details p {
  font-size: 22px;
  font-weight: 700;
  color: #D60000;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable .box .details p {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable .box .details {
    order: 1;
    position: static;
    align-items: center;
    margin-bottom: 0px;
  }
}
.AMsterdam .date_section .wrapper .timetable .box .details img {
  width: 60px;
}
.AMsterdam .date_section .wrapper .timetable .box .hour_wrapper {
  display: flex;
  width: 100%;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable .box .hour_wrapper {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .date_section .wrapper .timetable .box .hour_wrapper {
    margin-right: 15px;
    width: 300px;
  }
}
.AMsterdam .date_section .wrapper .timetable .box .hour_wrapper .hour {
  font-size: 46px;
  text-align: center;
}
@media (max-width: 1400px) {
  .AMsterdam .date_section .wrapper .timetable .box .hour_wrapper .hour {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .date_section .wrapper .timetable .box .hour_wrapper .hour {
    font-size: 30px;
  }
}
.AMsterdam .date_section .wrapper .timetable .box .hour_wrapper .arrow {
  background-color: #D60000;
  height: 4px;
  max-width: 164px;
  width: 100%;
  position: relative;
  display: flex;
}
.AMsterdam .date_section .wrapper .timetable .box .hour_wrapper .arrow::before {
  content: "";
  border-radius: 50px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #D60000;
}
.AMsterdam .date_section .wrapper .timetable .box .hour_wrapper .arrow::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #D60000;
}
.AMsterdam .date_section .wrapper .extra {
  position: relative;
  max-width: 1153px;
  margin: auto;
  margin-bottom: 128px;
}
@media (max-width: 1024px) {
  .AMsterdam .date_section .wrapper .extra {
    margin-bottom: 20px;
  }
}
.AMsterdam .date_section .wrapper .extra .starWrapper {
  position: absolute;
  left: -60px;
  top: -10px;
  transform: rotate(-5deg);
}
@media (max-width: 1024px) {
  .AMsterdam .date_section .wrapper .extra .starWrapper {
    left: 0px;
    top: -40px;
  }
}
.AMsterdam .date_section .wrapper .extra .starWrapper .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 1.2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #D60000;
  border-left: 0.3em solid transparent;
  font-size: 24px;
}
.AMsterdam .date_section .wrapper .extra .starWrapper .star:before, .AMsterdam .date_section .wrapper .extra .starWrapper .star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #D60000;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.AMsterdam .date_section .wrapper .extra .starWrapper .star:after {
  transform: rotate(35deg);
}
.AMsterdam .date_section .wrapper .extra p {
  font-size: 25px;
  text-align: center;
}
@media (max-width: 1024px) {
  .AMsterdam .date_section .wrapper .extra p {
    font-size: 18px;
  }
}
.AMsterdam .decription__section .sectionWrapper {
  display: flex;
  position: relative;
}
@media (max-width: 1024px) {
  .AMsterdam .decription__section .sectionWrapper {
    flex-wrap: wrap;
  }
}
.AMsterdam .decription__section .sectionWrapper .background {
  background-color: #F5F5F5;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 94%;
  transform: translate(0, -50%);
}
.AMsterdam .decription__section .sectionWrapper .content {
  position: relative;
  z-index: 1;
  width: 65%;
  padding: 114px 114px 114px 172px;
}
@media (max-width: 1400px) {
  .AMsterdam .decription__section .sectionWrapper .content {
    width: 100%;
    padding: 114px 114px 114px 60px;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .decription__section .sectionWrapper .content {
    padding: 120px 20px 20px 20px;
  }
}
.AMsterdam .decription__section .sectionWrapper .content .desc {
  max-width: 862px;
}
@media (max-width: 1400px) {
  .AMsterdam .decription__section .sectionWrapper .content .desc {
    width: 100%;
    max-width: unset;
  }
}
.AMsterdam .decription__section .sectionWrapper .content .desc h4 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .AMsterdam .decription__section .sectionWrapper .content .desc h4 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .decription__section .sectionWrapper .content .desc h4 {
    font-size: 26px;
  }
}
.AMsterdam .decription__section .sectionWrapper .content .desc p {
  font-size: 28px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .AMsterdam .decription__section .sectionWrapper .content .desc p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .decription__section .sectionWrapper .content .desc p {
    font-size: 22px;
  }
}
.AMsterdam .decription__section .sectionWrapper .sidebar {
  z-index: 1;
  height: 105%;
  width: 35%;
  top: -3%;
  right: 0;
  position: absolute;
  transition: 0.6s;
}
@media (max-width: 1400px) {
  .AMsterdam .decription__section .sectionWrapper .sidebar {
    width: 33vw;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .decription__section .sectionWrapper .sidebar {
    width: 100%;
    position: relative;
    padding: 25px;
  }
}
.AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 27px;
}
@media (max-width: 1024px) {
  .AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox {
  height: 33%;
  border-radius: 50px 0 0 50px;
  background-size: cover;
  background-position: left;
  position: relative;
}
@media (max-width: 1400px) {
  .AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox {
    right: -85%;
    transition: 0.3s;
  }
  .AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox:hover {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox {
    background-position: center;
    border-radius: 50px;
    background-size: cover;
    background-position: left;
    max-width: 450px;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    right: 0;
  }
}
.AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox:nth-child(1) {
  background-image: url("https://wazdan.com/wp-content/uploads/wide-shot-boats-body-water-near-buildings-christianshavn-copenhagen-denmark-1.jpg");
}
.AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox:nth-child(2) {
  background-image: url("https://wazdan.com/wp-content/uploads/creative-woman-is-holding-pliers-crystal-clear-quartz-it-1.png");
}
.AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox:nth-child(3) {
  background-image: url("https://wazdan.com/wp-content/uploads/cropped-woman-taking-snack-from-buffet-table.jpg");
}
.AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox .label {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .AMsterdam .decription__section .sectionWrapper .sidebar .imagesWrapper .imagebox .label {
    top: -20px;
    left: -20px;
    max-width: 71px;
    transform: translate(0, 0);
  }
}
.AMsterdam .stand__section {
  margin-top: 70px;
  margin-bottom: 40px;
}
.AMsterdam .stand__section .section__wrapper {
  padding: 20px 60px 20px 0;
}
@media (max-width: 1024px) {
  .AMsterdam .stand__section .section__wrapper {
    padding: 20px;
  }
}
.AMsterdam .stand__section .section__wrapper .heading {
  margin-bottom: 80px;
}
.AMsterdam .stand__section .section__wrapper .heading h3 {
  font-size: 47px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1400px) {
  .AMsterdam .stand__section .section__wrapper .heading h3 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .stand__section .section__wrapper .heading h3 {
    font-size: 32px;
  }
}
.AMsterdam .stand__section .section__wrapper .content {
  display: flex;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1024px) {
  .AMsterdam .stand__section .section__wrapper .content {
    flex-wrap: wrap;
  }
}
.AMsterdam .stand__section .section__wrapper .content .imgWrapper {
  max-width: 800px;
}
@media (max-width: 1024px) {
  .AMsterdam .stand__section .section__wrapper .content .imgWrapper {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .stand__section .section__wrapper .content .imgWrapper img {
    max-width: 400px;
    margin: auto;
    display: block;
  }
}
.AMsterdam .stand__section .section__wrapper .content .desc {
  width: 50%;
  max-width: 941px;
}
@media (max-width: 1024px) {
  .AMsterdam .stand__section .section__wrapper .content .desc {
    width: 100%;
  }
}
.AMsterdam .stand__section .section__wrapper .content .desc p {
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .AMsterdam .stand__section .section__wrapper .content .desc p {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .stand__section .section__wrapper .content .desc p {
    font-size: 22px;
  }
}
.AMsterdam .stand__section .section__wrapper .content .desc .extra {
  font-size: 27px;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .AMsterdam .stand__section .section__wrapper .content .desc .extra {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .stand__section .section__wrapper .content .desc .extra {
    font-size: 20px;
  }
}
.AMsterdam .am-section {
  padding: 80px 120px 100px 100px;
  background-color: #F5F5F5;
}
@media (max-width: 1400px) {
  .AMsterdam .am-section {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .am-section {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .am-section {
    padding: 40px 20px 40px 20px;
  }
}
.AMsterdam .am-section .heading {
  max-width: 900px;
  margin: auto;
}
.AMsterdam .am-section .heading h2 {
  font-size: 47px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1400px) {
  .AMsterdam .am-section .heading h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .AMsterdam .am-section .heading h2 {
    font-size: 32px;
  }
}
.AMsterdam .am-section .team__members {
  margin-top: 82px;
  gap: 32px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .AMsterdam .am-section .team__members {
    gap: 15px;
    width: 100%;
    margin: auto;
    margin-top: 52px;
  }
}
.AMsterdam .am-section .team__members .member {
  width: 250px;
  text-align: center;
}
.AMsterdam .am-section .team__members .member .member__image {
  position: relative;
}
.AMsterdam .am-section .team__members .member .member__image .social {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 5px;
}
.AMsterdam .am-section .team__members .member .member__image .social .mail, .AMsterdam .am-section .team__members .member .member__image .social .linkedin, .AMsterdam .am-section .team__members .member .member__image .social .skype {
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #E23535;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FF3D17;
  cursor: pointer;
}
.AMsterdam .am-section .team__members .member .member__image .social .mail svg, .AMsterdam .am-section .team__members .member .member__image .social .linkedin svg, .AMsterdam .am-section .team__members .member .member__image .social .skype svg {
  width: 16px;
  fill: white;
}
.AMsterdam .am-section .team__members .member .member__image .social .mail:hover, .AMsterdam .am-section .team__members .member .member__image .social .linkedin:hover, .AMsterdam .am-section .team__members .member .member__image .social .skype:hover {
  background-color: white;
}
.AMsterdam .am-section .team__members .member .member__image .social .mail:hover svg, .AMsterdam .am-section .team__members .member .member__image .social .linkedin:hover svg, .AMsterdam .am-section .team__members .member .member__image .social .skype:hover svg {
  fill: #FF3D17;
}
.AMsterdam .am-section .team__members .member .member__image .social .mail:active, .AMsterdam .am-section .team__members .member .member__image .social .linkedin:active, .AMsterdam .am-section .team__members .member .member__image .social .skype:active {
  background-color: #C43131;
  border: 1px solid #C43131;
}
.AMsterdam .am-section .team__members .member .member__image .social .mail:active svg, .AMsterdam .am-section .team__members .member .member__image .social .linkedin:active svg, .AMsterdam .am-section .team__members .member .member__image .social .skype:active svg {
  fill: white;
}
.AMsterdam .am-section .team__members .member .member__image img.person__image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.AMsterdam .am-section .team__members .member .member__name {
  margin-top: 30px;
}
.AMsterdam .am-section .team__members .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .AMsterdam .am-section .team__members .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .AMsterdam .am-section .team__members .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.AMsterdam .am-section .team__members .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .AMsterdam .am-section .team__members .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}

.site-igb-amsterdam-2023 .globalAward {
  display: none;
}

.igb_amsterdam .headingSection {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background: url("https://wazdan.com/wp-content/uploads/hero-image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.igb_amsterdam .headingSection .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 5%;
}
@media (max-width: 1400px) {
  .igb_amsterdam .headingSection .top {
    padding: 10% 5%;
  }
}
@media (max-width: 1024px) {
  .igb_amsterdam .headingSection .top {
    padding: 100px 5%;
  }
}
.igb_amsterdam .headingSection .top .hero_content {
  flex: 1;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1024px) {
  .igb_amsterdam .headingSection .top .hero_content {
    flex: auto;
    gap: 10px;
  }
}
.igb_amsterdam .headingSection .top .hero_content h1 {
  font-weight: 800;
  font-size: 46px;
  line-height: 119.6%;
  text-transform: uppercase;
}
.igb_amsterdam .headingSection .top .hero_content h1 span {
  color: #E23535;
}
@media (max-width: 1024px) {
  .igb_amsterdam .headingSection .top .hero_content h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.igb_amsterdam .headingSection .top .hero_content h2 {
  font-weight: 600;
  font-size: 38px;
  line-height: 119.6%;
  padding: 30px 0;
}
.igb_amsterdam .headingSection .top .hero_content h2 span {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .igb_amsterdam .headingSection .top .hero_content h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.igb_amsterdam .headingSection .top .hero_content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 32px;
}
.igb_amsterdam .headingSection .top .hero_content a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .igb_amsterdam .headingSection .top .hero_content a {
    font-size: 16px;
    line-height: 20px;
  }
}
.igb_amsterdam .headingSection .top .image_wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}
.igb_amsterdam .igb_date {
  padding: 5% 0 5% 5%;
  position: relative;
}
@media (max-width: 1024px) {
  .igb_amsterdam .igb_date {
    padding: 5%;
  }
}
.igb_amsterdam .igb_date .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .igb_amsterdam .igb_date .wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.igb_amsterdam .igb_date .wrapper .calendar img {
  width: 105px;
  height: 110px;
}
.igb_amsterdam .igb_date .wrapper .date_text {
  width: 100%;
}
.igb_amsterdam .igb_date .wrapper .date_text h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .igb_amsterdam .igb_date .wrapper .date_text h3 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .igb_amsterdam .igb_date .wrapper .date_text h3 {
    white-space: inherit;
    font-size: 24px;
    line-height: 27px;
  }
}
.igb_amsterdam .igb_date .wrapper .date_text h3 span {
  color: #E23535;
}
.igb_amsterdam .igb_date .wrapper .date_text .line_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .igb_amsterdam .igb_date .wrapper .date_text .line_wrapper {
    justify-content: center;
  }
}
.igb_amsterdam .igb_date .wrapper .date_text .line_wrapper .line {
  height: 4px;
  background-color: #D60000;
  width: 100%;
}
@media (max-width: 768px) {
  .igb_amsterdam .igb_date .wrapper .date_text .line_wrapper .line {
    display: none;
  }
}
.igb_amsterdam .igb_date .wrapper .date_text .line_wrapper .line .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.igb_amsterdam .igb_date .wrapper .date_text .line_wrapper .line .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  left: -20px;
  transform: translate(50%, -50%);
  top: 50%;
}
.igb_amsterdam .form_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.igb_amsterdam .form_section .form_text {
  flex: 1;
  background: #F5F5F5;
  width: 100%;
  padding: 5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .igb_amsterdam .form_section .form_text {
    flex: unset;
  }
}
.igb_amsterdam .form_section .form_text .bold {
  font-weight: 700;
}
.igb_amsterdam .form_section .form_text .italic {
  font-style: italic;
}
.igb_amsterdam .form_section .form_text .red {
  color: #E23535;
  font-weight: 700;
}
.igb_amsterdam .form_section .form_text h4 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 10px;
}
.igb_amsterdam .form_section .form_text p {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
}
.igb_amsterdam .form_section .form_text .wazdan_sign {
  text-align: right;
}
.igb_amsterdam .form_section .form_text .diamonds_1 {
  position: absolute;
  bottom: -10%;
  left: 5%;
}
@media (max-width: 1024px) {
  .igb_amsterdam .form_section .form_text .diamonds_1 {
    display: none;
  }
}
.igb_amsterdam .form_section .form_text .diamonds_2 {
  position: absolute;
  transform: translate(50%, -50%);
  top: 50%;
  right: 5%;
}
@media (max-width: 1024px) {
  .igb_amsterdam .form_section .form_text .diamonds_2 {
    display: none;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam {
  flex: 1;
  background: #EEEEEE;
  box-shadow: -2px 0px 14px rgba(0, 0, 0, 0.25);
  border-radius: 72px 0 0 72px;
  padding: 5%;
  margin: -50px 0 -50px -50px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .igb_amsterdam .form_section .form_igb_amsterdam {
    margin: 60px 15px;
    border-radius: 30px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam h3 {
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  color: #E23535;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam h5 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}
.igb_amsterdam .form_section .form_igb_amsterdam .accept_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .accept_txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
    display: block;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field.instant_integration {
  display: block;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .wpforms-field {
  display: block;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .select_hour > label {
  padding-bottom: 20px;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day label {
  padding-bottom: 20px;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul li {
  padding-right: 20px !important;
  border-right: 1px solid #000 !important;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul li {
    border: none !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul li:nth-child(4) {
  border-right: none !important;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul li input {
  display: none;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul li label:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul li label {
    padding: 7px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .meeting_day ul .wpforms-selected label {
  background-color: #191919;
  color: #ffffff;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .select_hour {
  display: block !important;
  opacity: 0.5;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .select_hour ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .select_hour ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .select_hour ul li {
  padding-right: 20px !important;
  border-right: 1px solid #e23535 !important;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .select_hour ul li {
    padding-right: 0px !important;
    border-right: none !important;
    margin-right: 0px !important;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-page-2 .select_hour ul li:nth-child(4n) {
  border-right: none !important;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container {
    padding-bottom: 0px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-label, .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-label-inline {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .next_button {
  padding-top: 30px;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .next_button button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .next_button button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .instant_integration ul li input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul li {
    padding-right: 0px !important;
    border-right: none !important;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul li input {
  display: none;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul li label:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul li label:active {
  border-color: #C43131;
  background-color: #C43131;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul li label {
    padding: 7px 17px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
  background-color: #E23535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .igb_amsterdam .form_section .form_igb_amsterdam .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
    padding: 7px 17px;
  }
}
.igb_amsterdam .form_section .form_igb_amsterdam #amsterdamButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
  display: none;
}
.igb_amsterdam .form_section .form_igb_amsterdam #amsterdamButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.igb_amsterdam .form_section .form_igb_amsterdam #formApiErros {
  display: flex;
  flex-wrap: wrap;
}
.igb_amsterdam .form_section .form_igb_amsterdam #formApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
.igb_amsterdam .discover_section {
  padding: 10% 20px 5% 20px;
}
.igb_amsterdam .discover_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  text-align: center;
  padding-bottom: 70px;
}
@media (max-width: 1400px) {
  .igb_amsterdam .discover_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.igb_amsterdam .discover_section .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 72px;
  row-gap: 72px;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .igb_amsterdam .discover_section .box_wrapper {
    margin-bottom: 50px;
  }
}
.igb_amsterdam .discover_section .box_wrapper .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .igb_amsterdam .discover_section .box_wrapper .box {
    gap: 30px;
  }
}
.igb_amsterdam .discover_section .box_wrapper .box .img_box {
  position: relative;
  width: 365px;
  z-index: 1;
}
.igb_amsterdam .discover_section .box_wrapper .box .img_box .ico {
  position: absolute;
  top: -30px;
  left: -30px;
}
@media (max-width: 768px) {
  .igb_amsterdam .discover_section .box_wrapper .box .img_box .ico {
    top: -30px;
    left: -10px;
  }
}
.igb_amsterdam .discover_section .box_wrapper .box .content {
  position: relative;
  padding: 47px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  min-height: 243px;
  border-radius: 0 26px 26px 0;
  margin-left: -10px;
}
@media (max-width: 768px) {
  .igb_amsterdam .discover_section .box_wrapper .box .content {
    margin: 10px;
    border-radius: 26px;
  }
}
.igb_amsterdam .discover_section .box_wrapper .box .content .logo {
  position: absolute;
  top: -13px;
}
.igb_amsterdam .discover_section .box_wrapper .box .content .desc {
  width: 366px;
  font-size: 21px;
  line-height: 25px;
}
.igb_amsterdam .discover_section .box_wrapper .box .content .desc p {
  margin: 0;
}
.igb_amsterdam .discover_section .box_wrapper .box .content .additional_text {
  position: absolute;
  bottom: -80px;
  font-size: 18px;
  line-height: 23px;
  width: 270px;
}
@media (max-width: 768px) {
  .igb_amsterdam .discover_section .box_wrapper .box .content .additional_text {
    bottom: 10px;
  }
}
.igb_amsterdam .contact_section .catalogue_wrapper {
  text-align: center;
  padding-bottom: 150px;
}
.igb_amsterdam .contact_section .catalogue_wrapper h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  padding-bottom: 36px;
}
@media (max-width: 1400px) {
  .igb_amsterdam .contact_section .catalogue_wrapper h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.igb_amsterdam .contact_section .catalogue_wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  margin: auto;
  text-transform: uppercase;
}
.igb_amsterdam .contact_section .catalogue_wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.igb_amsterdam .contact_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 1400px) {
  .igb_amsterdam .contact_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.igb_amsterdam .contact_section h2 .red {
  color: #E23535;
}
@media (max-width: 1024px) {
  .igb_amsterdam .contact_section h2 {
    padding-bottom: 50px;
  }
}
.igb_amsterdam .contact_section .contact__wrapper {
  max-width: 1450px;
  margin: auto;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members {
  padding-bottom: 100px;
  gap: 32px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .igb_amsterdam .contact_section .contact__wrapper .team__members {
    gap: 15px;
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
  }
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member {
  width: 300px;
  text-align: center;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image {
  position: relative;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #E23535;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #FF3D17;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
    width: 48px;
    height: 48px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image .linkedin svg {
  width: 24px;
  fill: white;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image .phone {
  position: absolute;
  bottom: 20px;
  right: 118px;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image .phone img {
  width: 43px;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image .mail {
  position: absolute;
  bottom: 20px;
  right: 70px;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image .mail img {
  width: 43px;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__image img.person__image {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__name {
  margin-top: 30px;
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .igb_amsterdam .contact_section .contact__wrapper .team__members .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}

.integration__container .integration__header {
  height: 364px;
  background: url("https://wazdan.com/wp-content/uploads/okl_line-2-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  padding-left: 5%;
  padding-top: 80px;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .integration__container .integration__header {
    min-height: 200px;
    padding: 50px 20px;
    background-size: cover;
  }
}
.integration__container .integration__header h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
}
@media (max-width: 1400px) {
  .integration__container .integration__header h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
.integration__container .integration__header h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .integration__container .integration__header h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.integration__container .integration__header h2 .red {
  color: #E23535;
}
.integration__container .integration__form {
  padding: 0 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-end;
}
.integration__container .integration__form .integration__content {
  flex: 1;
  padding: 50px 0;
}
.integration__container .integration__form .integration__content p {
  font-size: 26px;
  line-height: 30px;
  padding-top: 30px;
}
.integration__container .integration__form .integration__content .qr_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .integration__container .integration__form .integration__content .qr_box {
    flex-direction: column;
  }
}
.integration__container .integration__form .integration__content .qr_box img {
  max-width: 250px;
}
.integration__container .integration__form .integration__content .qr_box p {
  font-weight: 700;
  font-size: 44px;
  padding: 0;
}
.integration__container .integration__form .integration__content .qr_box a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  white-space: nowrap;
}
.integration__container .integration__form .integration__content .qr_box a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.integration__container .integration__form .img_tickets {
  flex: 1;
  margin-top: -400px;
  max-width: 600px;
}
@media (max-width: 1400px) {
  .integration__container .integration__form .img_tickets {
    max-width: fit-content;
  }
}
@media (max-width: 1024px) {
  .integration__container .integration__form .img_tickets {
    display: none;
  }
}

.integrationTimer__container .integration__header {
  height: 364px;
  background: url("https://wazdan.com/wp-content/uploads/okl_line-2-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  padding-top: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .integrationTimer__container .integration__header {
    min-height: 200px;
    padding: 50px 20px;
    background-size: cover;
  }
}
.integrationTimer__container .integration__header h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
}
@media (max-width: 1400px) {
  .integrationTimer__container .integration__header h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
.integrationTimer__container .integration__header h1 .red {
  color: #E23535;
}
.integrationTimer__container .integration__timer {
  padding: 5%;
}
.integrationTimer__container .integration__timer h3 {
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  max-width: 1100px;
  margin: auto;
}
.integrationTimer__container .integration__timer .instantClock:before,
.integrationTimer__container .integration__timer .countInstant:after {
  content: "";
  position: absolute;
}
.integrationTimer__container .integration__timer .clock-wrap {
  margin: auto;
  width: 240px;
  height: 240px;
  margin-top: 50px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
}
.integrationTimer__container .integration__timer .instantClock {
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  margin-top: -64px;
  margin-left: -100px;
  background-color: #feeff4;
}
.integrationTimer__container .integration__timer .instantClock:before {
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-left: -60px;
  border-radius: inherit;
  background-color: #E23535;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 3px rgba(255, 255, 255, 0.75) inset;
  /*border:1px solid rgba(255,255,255,.1);*/
}
.integrationTimer__container .integration__timer .countInstant {
  width: 100%;
  color: #fff;
  height: 100%;
  padding: 63px;
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
  position: absolute;
  text-align: center;
}
.integrationTimer__container .integration__timer .countInstant:after {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  position: relative;
}
.integrationTimer__container .integration__timer .countInstant.sec:after {
  content: "sec";
}
.integrationTimer__container .integration__timer .countInstant.min:after {
  content: "min";
}
.integrationTimer__container .integration__timer .action {
  margin: auto;
  max-width: 200px;
}
.integrationTimer__container .integration__timer .end_time {
  padding: 50px 20px;
}
.integrationTimer__container .integration__timer .end_time h3 {
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  max-width: 1100px;
  margin: auto;
  font-weight: 700;
}

.post-password-form {
  min-height: 100vh;
  padding: 10%;
}
.post-password-form p label {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .post-password-form p label {
    font-size: 20px;
    line-height: 25px;
  }
}
.post-password-form p:first-child {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 1400px) {
  .post-password-form p:first-child {
    font-size: 20px;
    line-height: 25px;
  }
}
.post-password-form p:nth-child(2) {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 20px;
}
.post-password-form p:nth-child(2) input[type=submit] {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.post-password-form p:nth-child(2) input[type=submit]:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}

.summer_camp__container > * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.summer_camp__container .sbc__header .wrapper {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .summer_camp__container .sbc__header .wrapper {
    margin-top: 0px;
  }
}
.summer_camp__container .sbc__header .wrapper .content {
  width: 50%;
}
@media (max-width: 1024px) {
  .summer_camp__container .sbc__header .wrapper .content {
    width: 100%;
  }
}
.summer_camp__container .sbc__header .wrapper .content .heading {
  margin-bottom: 24px;
}
.summer_camp__container .sbc__header .wrapper .content .heading h2 {
  color: #191919;
  font-weight: 700;
  font-size: 48px;
  line-height: 61px;
}
@media (max-width: 1024px) {
  .summer_camp__container .sbc__header .wrapper .content .heading h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.summer_camp__container .sbc__header .wrapper .content .desc {
  margin-bottom: 32px;
}
.summer_camp__container .sbc__header .wrapper .content .desc p {
  font-weight: 400;
  font-size: 31px;
  line-height: 40px;
  color: #3B3B3B;
}
@media (max-width: 1024px) {
  .summer_camp__container .sbc__header .wrapper .content .desc p {
    font-size: 26px;
    line-height: 36px;
  }
}
.summer_camp__container .sbc__header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .summer_camp__container .sbc__header .wrapper .card__wrapper {
    display: none;
  }
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack {
  max-height: 270px;
  max-width: 405px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box {
  position: relative;
  transform: translateY(-100px);
}
@media (max-width: 1400px) {
  .summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box {
    transform: translate(-70px, -100px);
  }
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card {
  background: transparent;
  width: 400px;
  height: 270px;
  border-radius: 20px;
  transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
  cursor: pointer;
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card.hide {
  visibility: hidden;
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide) {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"] {
  transform: translate(calc(0 * 35px), calc(0 * -35px)) scale(calc(1 - 0.05 * 0));
  z-index: calc(6 - 0);
  opacity: calc(1 - 0.1 * 0);
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"]:hover {
  transform: scale(0.95);
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="1"] {
  transform: translate(calc(1 * 35px), calc(1 * -35px)) scale(calc(1 - 0.05 * 1));
  z-index: calc(6 - 1);
  opacity: calc(1 - 0.1 * 1);
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="2"] {
  transform: translate(calc(2 * 35px), calc(2 * -35px)) scale(calc(1 - 0.05 * 2));
  z-index: calc(6 - 2);
  opacity: calc(1 - 0.1 * 2);
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="3"] {
  transform: translate(calc(3 * 35px), calc(3 * -35px)) scale(calc(1 - 0.05 * 3));
  z-index: calc(6 - 3);
  opacity: calc(1 - 0.1 * 3);
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="4"] {
  transform: translate(calc(4 * 35px), calc(4 * -35px)) scale(calc(1 - 0.05 * 4));
  z-index: calc(6 - 4);
  opacity: calc(1 - 0.1 * 4);
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .cards__box .card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot:not(.active) {
  background: #EF9090;
}
.summer_camp__container .sbc__header .wrapper .card__wrapper .card__stack .dot__wrapper .dot.active {
  background-color: #FF3D17;
}
@media (min-width: 1921px) {
  .summer_camp__container .sbc__header {
    padding: 100px 96px;
    padding-bottom: 140px;
  }
}
@media (max-width: 1920px) {
  .summer_camp__container .sbc__header {
    padding: 80px 96px;
    padding-bottom: 145px;
  }
}
@media (max-width: 1024px) {
  .summer_camp__container .sbc__header {
    padding: 60px 60px;
    margin-top: 78px;
  }
}
@media (max-width: 768px) {
  .summer_camp__container .sbc__header {
    padding: 48px 40px;
  }
}
@media (max-width: 576px) {
  .summer_camp__container .sbc__header {
    padding: 40px 28px;
  }
}
.summer_camp__container .video__section {
  margin-top: 86px;
}
.summer_camp__container .video__section .sectionWrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .summer_camp__container .video__section .sectionWrapper {
    margin: 20px;
  }
}
.summer_camp__container .video__section .sectionWrapper .videoWrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1400px) {
  .summer_camp__container .video__section .sectionWrapper .videoWrapper {
    width: 80%;
    margin: auto;
    border-radius: 26px 26px 0 0;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .summer_camp__container .video__section .sectionWrapper .videoWrapper {
    width: 100%;
  }
}
.summer_camp__container .video__section .sectionWrapper .videoWrapper:hover .pause_sbc {
  opacity: 1;
}
.summer_camp__container .video__section .sectionWrapper .videoWrapper .play_sbc, .summer_camp__container .video__section .sectionWrapper .videoWrapper .pause_sbc {
  position: absolute;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.75);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.summer_camp__container .video__section .sectionWrapper .videoWrapper .pause_sbc {
  display: none;
  opacity: 0;
  font-size: 40px;
}
.summer_camp__container .video__section .sectionWrapper .videoWrapper video[poster], .summer_camp__container .video__section .sectionWrapper .videoWrapper iframe[poster] {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.summer_camp__container .video__section .sectionWrapper .content {
  width: 50%;
  background: #fafafa;
  padding: 66px;
  position: relative;
}
@media (max-width: 1400px) {
  .summer_camp__container .video__section .sectionWrapper .content {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .summer_camp__container .video__section .sectionWrapper .content {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .summer_camp__container .video__section .sectionWrapper .content {
    padding: 20px;
  }
}
.summer_camp__container .video__section .sectionWrapper .content .desc h2 {
  color: #191919;
  font-weight: 700;
  font-size: 48px;
  line-height: 61px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .summer_camp__container .video__section .sectionWrapper .content .desc h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.summer_camp__container .video__section .sectionWrapper .content .desc p {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 1024px) {
  .summer_camp__container .video__section .sectionWrapper .content .desc p {
    font-size: 16px;
    line-height: 20px;
  }
}
.summer_camp__container .video__section .sectionWrapper .content .desc p span {
  font-weight: 700;
  color: #E23535;
}
.summer_camp__container .video__section .sectionWrapper .content .desc .m_top {
  margin-top: 24px;
}
.summer_camp__container .video__section .sectionWrapper .content .desc a {
  background: transparent;
  border: 1px solid #E23535;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 120px;
  font-size: 20px;
  line-height: 58px;
  padding: 8px 21px;
  color: #E23535;
  text-decoration: none;
}
.summer_camp__container .video__section .sectionWrapper .content .desc a:hover {
  background-color: #E23535;
  color: #fff;
}
.summer_camp__container .video__section .sectionWrapper .content .signature p {
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .summer_camp__container .video__section .sectionWrapper .content .signature p {
    font-size: 32px;
    line-height: 34px;
  }
}
.summer_camp__container .gallery__section {
  padding: 20px;
}
.summer_camp__container .gallery__section .heading {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 70px auto 70px auto;
}
.summer_camp__container .gallery__section .heading h3 {
  font-weight: 600;
  font-size: 53px;
  line-height: 68px;
}
@media (max-width: 1024px) {
  .summer_camp__container .gallery__section .heading h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.summer_camp__container .gallery__section .galleryWrapper {
  max-width: 1420px;
  margin: auto;
}
.summer_camp__container .gallery__section .galleryWrapper .nav {
  gap: 30px;
}
.summer_camp__container .gallery__section .galleryWrapper .nav .nav-link {
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
  border-radius: 50px;
  border: none;
}
.summer_camp__container .gallery__section .galleryWrapper .nav .nav-link:hover {
  color: #12102B;
  background: linear-gradient(270deg, #FF8112 -63.34%, #FFDC2B 0.18%, #FF8112 100.43%, #FFDC2B 151.64%);
}
.summer_camp__container .gallery__section .galleryWrapper .nav .active {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #12102B;
}
.summer_camp__container .gallery__section .galleryWrapper .nav-tabs {
  border-bottom: none;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .yt_movie {
  padding: 50px 15px 20px 15px;
  margin: auto;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .yt_movie iframe {
  min-height: 750px;
  border-radius: 30px;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper {
  padding-top: 50px;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 30px auto 70px auto;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .heading h3 {
  font-weight: 600;
  font-size: 53px;
  line-height: 68px;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .heading h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .heading p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
  max-width: 800px;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .heading p {
    font-size: 20px;
    line-height: 25px;
  }
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .buttonsWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: center;
  margin-bottom: 70px;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .buttonsWrapper a {
  background: #FFFFFF;
  border: 1px solid #E23535;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 120px;
  font-size: 24px;
  line-height: 31px;
  padding: 16px 32px;
  color: #E23535;
  text-decoration: none;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .buttonsWrapper a.fat {
  font-weight: 700;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .sectionWrapper .buttonsWrapper a:hover {
  color: #fff;
  background-color: #E23535;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg-container {
  width: 1420px !important;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg-container.bwg-border-box {
  gap: 24px;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg-container.bwg-border-box .bwg-item {
  position: relative;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg-container.bwg-border-box .bwg-item .plus {
  position: absolute;
  bottom: 0%;
  right: 0%;
  font-size: 30px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%) scale(1);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 1;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  animation: scaleAnimation linear 1s;
  z-index: 999;
}
@keyframes scaleAnimation {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg-container.bwg-border-box .bwg-item .bwg-item0 {
  border-radius: 30px !important;
  overflow: hidden;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg-container.bwg-border-box .bwg-item .bwg-item0 img {
  object-fit: cover;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_0 #bwg_load_0, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_0 #bwg_load_1, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_0 #bwg_load_2, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_1 #bwg_load_0, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_1 #bwg_load_1, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_1 #bwg_load_2, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_2 #bwg_load_0, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_2 #bwg_load_1, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_2 #bwg_load_2 {
  margin-top: 56px !important;
}
.summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_0 #bwg_load_0 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_0 #bwg_load_1 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_0 #bwg_load_2 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_1 #bwg_load_0 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_1 #bwg_load_1 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_1 #bwg_load_2 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_2 #bwg_load_0 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_2 #bwg_load_1 .bwg-a.bwg_load_btn, .summer_camp__container .gallery__section .galleryWrapper .tab-content .bwg_nav_cont_2 #bwg_load_2 .bwg-a.bwg_load_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%) !important;
  color: #12102B !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 12px 24px !important;
  border: none !important;
}
.summer_camp__container .download_section .sectionWrapper {
  padding-top: 50px;
}
.summer_camp__container .download_section .sectionWrapper .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin: 30px auto 70px auto;
}
.summer_camp__container .download_section .sectionWrapper .heading h3 {
  font-weight: 600;
  font-size: 53px;
  line-height: 68px;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .summer_camp__container .download_section .sectionWrapper .heading h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.summer_camp__container .download_section .sectionWrapper .heading p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
  max-width: 800px;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .summer_camp__container .download_section .sectionWrapper .heading p {
    font-size: 20px;
    line-height: 25px;
  }
}
.summer_camp__container .download_section .sectionWrapper .buttonsWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  justify-content: center;
  margin-bottom: 70px;
}
.summer_camp__container .download_section .sectionWrapper .buttonsWrapper .gallery {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 25px;
}
.summer_camp__container .download_section .sectionWrapper .buttonsWrapper .gallery img {
  max-width: 350px;
  width: 100%;
  border-radius: 20px;
}
.summer_camp__container .download_section .sectionWrapper .buttonsWrapper .gallery h3 {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.summer_camp__container .download_section .sectionWrapper .buttonsWrapper .gallery a {
  border: none;
  border-radius: 50px;
  font-size: 24px;
  line-height: 31px;
  padding: 16px 32px;
  text-decoration: none;
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #12102B;
}
.summer_camp__container .download_section .sectionWrapper .buttonsWrapper .gallery a.fat {
  font-weight: 700;
}
.summer_camp__container .download_section .sectionWrapper .buttonsWrapper .gallery a:hover {
  background: linear-gradient(270deg, #FF8112 -63.34%, #FFDC2B 0.18%, #FF8112 100.43%, #FFDC2B 151.64%);
  color: #12102B;
}

.spider_popup_wrap {
  background-color: transparent !important;
}
.spider_popup_wrap .bwg_toggle_container {
  background-color: transparent;
}
.spider_popup_wrap .bwg_toggle_container i.bwg_toggle_btn {
  color: black;
}
.spider_popup_wrap .bwg_ctrl_btn_container {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spider_popup_wrap .bwg_ctrl_btn_container .linkedIn {
  margin-bottom: 5px;
  margin-left: 5px;
  cursor: pointer;
}
.spider_popup_wrap .bwg_ctrl_btn_container .bwg_ctrl_btn {
  color: black;
  font-size: 24px;
}
.spider_popup_wrap .bwg_ctrl_btn_container .bwg_facebook, .spider_popup_wrap .bwg_ctrl_btn_container .bwg_twitter, .spider_popup_wrap .bwg_ctrl_btn_container .bwg_pinterest, .spider_popup_wrap .bwg_ctrl_btn_container .bwg_tumblr {
  color: black;
}
.spider_popup_wrap .bwg_image_wrap {
  background-color: rgba(0, 0, 0, 0.4);
}

.casino__beats__container .header__section {
  min-height: 100vh;
}
@media only screen and (min-width: 1920px) {
  .casino__beats__container .header__section {
    min-height: auto;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section {
    min-height: auto;
  }
}
.casino__beats__container .header__section .header__section__wrapper {
  background-image: url("https://wazdan.com/wp-content/uploads/lp_bg_sea_1920_webp.webp");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 90px;
}
.casino__beats__container .header__section .header__section__wrapper .column__text {
  flex: 50%;
  text-align: center;
}
.casino__beats__container .header__section .header__section__wrapper .column__text .casino__beats__wrapper h2 {
  font-weight: 700;
  font-size: 74px;
  line-height: 94px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 13px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__text .casino__beats__wrapper h2 {
    font-size: 34px;
    line-height: 54px;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__text .casino__beats__wrapper img {
    max-width: 80%;
  }
}
.casino__beats__container .header__section .header__section__wrapper .column__image {
  flex: 50%;
  text-align: center;
  margin-bottom: -150px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image {
    flex: 100%;
  }
}
.casino__beats__container .header__section .header__section__wrapper .column__image img {
  max-height: 940px;
  max-width: 500px;
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image img {
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .header__section__wrapper .column__image img {
    max-width: 200px;
    padding-top: 50px;
  }
}
.casino__beats__container .header__section .join__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding-bottom: 100px;
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .casino__beats__container .header__section .join__wrapper {
    width: auto;
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .header__section .join__wrapper {
    padding-bottom: 60px;
  }
}
.casino__beats__container .header__section .join__wrapper h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 82px;
  color: #000;
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .join__wrapper h2 {
    font-size: 44px;
    line-height: 48px;
    text-align: center;
    padding-bottom: 20px;
  }
}
.casino__beats__container .header__section .join__wrapper h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 55px;
  color: #D60000;
  margin: 0;
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .join__wrapper h3 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
}
.casino__beats__container .header__section .join__wrapper .date__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  .casino__beats__container .header__section .join__wrapper .date__wrapper {
    flex-wrap: wrap;
  }
}
.casino__beats__container .form__section {
  display: flex;
  max-width: 1920px;
  margin: auto;
  flex-wrap: wrap;
}
.casino__beats__container .form__section .form__wrapper {
  display: none;
  flex-direction: column;
  justify-content: center;
  flex: 50%;
  padding: 100px;
  background-color: #D60000;
  background-image: url("https://wazdan.com/wp-content/uploads/lp_bg_letter_774_webp.webp");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 1620px) {
  .casino__beats__container .form__section .form__wrapper {
    flex: 100%;
    order: 2;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .form__wrapper {
    padding: 60px 20px;
    background: #f3f3f3;
    order: 2;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 765px) {
  .casino__beats__container .form__section .form__wrapper {
    order: 2;
  }
}
.casino__beats__container .form__section .form__wrapper form {
  margin-bottom: 0;
}
.casino__beats__container .form__section .form__wrapper .wpforms-confirmation-container-full {
  background: #f3f3f3 !important;
  max-width: 350px;
}
.casino__beats__container .form__section .form__wrapper .wpforms-confirmation-container-full p {
  font-family: "Kalam", cursive;
}
@media only screen and (max-width: 1200px) and (min-width: 765px) {
  .casino__beats__container .form__section .form__wrapper .wpforms-confirmation-container-full {
    background: transparent !important;
  }
}
.casino__beats__container .form__section .form__wrapper label.wpforms-error {
  display: none !important;
}
.casino__beats__container .form__section .form__wrapper .form__header {
  font-family: "Kalam", cursive;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-size: 38px;
  line-height: 47px;
  text-align: center;
  padding-bottom: 20px;
}
.casino__beats__container .form__section .form__wrapper .wpforms-container {
  max-width: 600px;
  width: 100%;
}
.casino__beats__container .form__section .form__wrapper .wpforms-container label {
  font-family: "Kalam", cursive;
  font-weight: normal;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 1600px) {
  .casino__beats__container .form__section .form__wrapper .wpforms-container {
    padding: 0;
  }
}
.casino__beats__container .form__section .form__wrapper .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
  display: grid;
  grid-template-columns: 105px auto;
  gap: 20px;
}
.casino__beats__container .form__section .form__wrapper .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field:last-child {
  display: block;
}
.casino__beats__container .form__section .form__wrapper #formApiErros {
  margin-top: 25px;
}
.casino__beats__container .form__section .form__wrapper #formApiErros p {
  font-family: "Kalam", cursive;
  font-weight: normal;
  font-style: italic;
  text-rendering: optimizeLegibility;
  color: red;
  font-size: 14px;
  line-height: 0.4;
  text-align: center;
  text-transform: capitalize;
}
.casino__beats__container .form__section .form__wrapper #sendTripButton {
  margin-top: 20px;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  background: #D60000;
  border-radius: 20px;
  width: 231px;
  height: 67px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none;
}
.casino__beats__container .form__section .form__wrapper #sendTripButton:hover {
  background-color: #fff;
  color: #d60000;
  border: 2px solid #d60000;
}
.casino__beats__container .form__section .form__wrapper .wpforms-submit-container {
  text-align: center;
  display: none;
}
.casino__beats__container .form__section .form__wrapper .wpforms-submit-container .wpforms-submit {
  margin-top: 20px;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  background: #D60000;
  border-radius: 20px;
  width: 231px;
  height: 67px;
  color: #fff;
}
.casino__beats__container .form__section .form__wrapper .wpforms-submit-container .wpforms-submit:hover {
  background-color: #fff;
  color: #d60000;
  border: 2px solid #d60000;
}
.casino__beats__container .form__section .form__wrapper .agree__txt {
  font-family: "Kalam", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #AFAFAF;
}
.casino__beats__container .form__section .counter__wrapper {
  flex: 50%;
  display: flex;
  flex-direction: column;
}
.casino__beats__container .form__section .counter__wrapper .counter {
  padding: 37px 100px;
  background: #EBEBEB;
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .counter {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter {
    background: #FFF;
    order: 2;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter .counter__text {
  font-weight: 600;
  font-size: 40px;
  line-height: 51px;
  padding-bottom: 34px;
  margin: 0;
  text-align: center;
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul {
    gap: 20px 30px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul {
    gap: 10px 10px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li {
  text-align: center;
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li .countdown__box {
  font-weight: 700;
  font-size: 63px;
  line-height: 80px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li .countdown__box {
    font-size: 30px;
    line-height: 40px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #days {
  background: #D60000;
  border-radius: 5px;
  padding: 5px 15px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #days {
    padding: 10px 15px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #hours, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #minutes, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #seconds {
  background: #191919;
  border-radius: 5px;
  padding: 5px 10px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #hours, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #minutes, .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li #seconds {
    padding: 10px 15px;
  }
}
.casino__beats__container .form__section .counter__wrapper .counter #countdown ul li p {
  font-weight: 600;
  font-size: 27px;
  line-height: 34px;
  margin: 0;
  padding-top: 13px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .counter #countdown ul li p {
    font-size: 20px;
    line-height: 25px;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info {
  padding: 70px 80px;
  background: #FFFDEB;
  text-align: center;
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .text__info {
    padding: 70px 20px;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info p {
  font-size: 24px;
  line-height: 28px;
  text-align: justify;
  max-width: 668px;
  margin: auto;
}
@media (max-width: 1400px) {
  .casino__beats__container .form__section .counter__wrapper .text__info p {
    margin: auto;
  }
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .text__info p {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    padding-bottom: 20px;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info h4 {
  font-family: "Kalam", cursive;
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 47px;
}
@media (max-width: 1400px) {
  .casino__beats__container .form__section .counter__wrapper .text__info h4 {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .casino__beats__container .form__section .counter__wrapper .text__info h4 {
    text-align: left;
  }
}
.casino__beats__container .form__section .counter__wrapper .text__info h4:first-child {
  padding-bottom: 20px;
}
.casino__beats__container .form__section .counter__wrapper .text__info .image__wrapper {
  display: flex;
  justify-content: flex-end;
}
.casino__beats__container .form__section .counter__wrapper .text__info .image__wrapper img {
  margin-bottom: -120px;
}
@media (max-width: 768px) {
  .casino__beats__container .form__section .counter__wrapper .text__info .image__wrapper img {
    margin-bottom: -50px;
    max-width: 140px;
  }
}
@media (min-width: 1921px) {
  .casino__beats__container .gallery__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .casino__beats__container .gallery__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .gallery__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .gallery__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .casino__beats__container .gallery__section {
    padding: 60px 28px;
  }
}
.casino__beats__container .gallery__section .gallery__wrapper {
  display: flex;
  gap: 33px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.casino__beats__container .gallery__section .gallery__wrapper img {
  max-width: 385px;
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.casino__beats__container .contact__section {
  background: #F5F5F5;
}
@media (min-width: 1921px) {
  .casino__beats__container .contact__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .casino__beats__container .contact__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .casino__beats__container .contact__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .casino__beats__container .contact__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .casino__beats__container .contact__section {
    padding: 60px 28px;
  }
}
.casino__beats__container .contact__section .contact__wrapper h2 {
  font-weight: 600;
  font-size: 53px;
  line-height: 68px;
  text-align: center;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper h2 {
    font-size: 33px;
    line-height: 38px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person {
    gap: 20px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .image__wrapper img {
  width: 225px;
  height: auto;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper {
    text-align: center;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h4 {
  font-weight: 600;
  font-size: 37px;
  line-height: 47px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h4 {
    font-size: 27px;
    line-height: 37px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h5 {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper h5 {
    font-size: 22px;
    line-height: 22px;
  }
}
.casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper .social__wrapper {
  padding-top: 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 1024px) {
  .casino__beats__container .contact__section .contact__wrapper .contact__person .details__wrapper .social__wrapper {
    justify-content: center;
  }
}

#media_partnership .section_header {
  background-color: rgba(0, 0, 0, 0.7294117647);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1921px) {
  #media_partnership .section_header {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .section_header {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .section_header {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .section_header {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .section_header {
    padding: 60px 28px;
  }
}
#media_partnership .section_header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
#media_partnership .section_header #mediaVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
#media_partnership .section_header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#media_partnership .section_header .wrapper .desc {
  width: 50%;
}
@media (max-width: 1024px) {
  #media_partnership .section_header .wrapper .desc {
    width: 100%;
  }
}
#media_partnership .section_header .wrapper .desc .headings .header__title {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  text-align: center;
}
@media (max-width: 1400px) {
  #media_partnership .section_header .wrapper .desc .headings .header__title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .section_header .wrapper .desc .headings .header__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #FFF;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  #media_partnership .section_header .wrapper .desc .headings .header__title {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .section_header .wrapper .desc .headings h2 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 40px;
  line-height: 51px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  #media_partnership .section_header .wrapper .desc .headings h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .section_header .wrapper .desc .headings h2 {
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
@media (max-width: 1400px) and (max-width: 1400px) {
  #media_partnership .section_header .wrapper .desc .headings h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .section_header .wrapper .desc .headings .header__button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  margin: auto;
}
#media_partnership .section_header .wrapper .desc .headings .header__button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .section_header .wrapper .desc .form {
  max-width: 616px;
  margin: auto;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  #media_partnership .section_header .wrapper .desc .form {
    max-width: 616px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .section_header .wrapper .desc .form {
    max-width: 444px;
  }
}
#media_partnership .section_header .wrapper .desc .form .wpforms-field-container {
  width: 100%;
}
#media_partnership .section_header .wrapper .desc .form #newsletterButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: auto;
  margin-bottom: 30px;
}
#media_partnership .section_header .wrapper .desc .form #newsletterButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .section_header .wrapper .desc .form .sending {
  opacity: 0.7;
}
#media_partnership .section_header .wrapper .desc .form .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
#media_partnership .section_header .wrapper .desc .form .hide {
  display: none;
}
#media_partnership .section_header .wrapper .desc .form #newsletterFormApiErros {
  display: flex;
  flex-wrap: wrap;
}
#media_partnership .section_header .wrapper .desc .form #newsletterFormApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
#media_partnership .section_header .wrapper .desc .form .business-email {
  padding-right: 12px;
  position: relative;
}
#media_partnership .section_header .wrapper .desc .form .business-email input {
  border: 1px solid #3B3B3B;
  border-radius: 5px;
  height: 46px;
  padding: 12px 24px;
}
#media_partnership .section_header .wrapper .desc .form .business-email .reset {
  position: absolute;
  top: 32px;
  transform: translateY(-50%);
  right: 34px;
}
#media_partnership .section_header .wrapper .desc .form .wpforms-container-full {
  margin: 0 auto;
  transform: translateX(20px);
}
@media (max-width: 768px) {
  #media_partnership .section_header .wrapper .desc .form .wpforms-container-full {
    transform: translateX(0px);
  }
}
#media_partnership .section_header .wrapper .desc .form .agree_text {
  margin-bottom: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
}
#media_partnership .section_header .wrapper .desc .form .agree_text a {
  margin-bottom: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-decoration: underline;
}
#media_partnership .section_header .wrapper .desc .form .agree_text a:hover {
  color: #FF3D17;
}
#media_partnership .section_header .wrapper .desc .form .agree_text a:active {
  color: #C43131;
}
#media_partnership .section_header .wrapper .desc .form .subscribe-btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  display: none;
}
#media_partnership .section_header .wrapper .desc .form .subscribe-btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #media_partnership .section_header .wrapper .desc .form .subscribe-btn {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
    display: none;
  }
  #media_partnership .section_header .wrapper .desc .form .subscribe-btn:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #media_partnership .section_header .wrapper .desc .form .subscribe-btn:focus {
    border: none;
  }
  #media_partnership .section_header .wrapper .desc .form .subscribe-btn:focus-visible {
    border: none;
  }
}
@media (max-width: 768px) {
  #media_partnership .section_header .wrapper .desc .form .subscribe-btn {
    margin: 0 auto 16px auto;
    display: none;
  }
}
#media_partnership .section_header .wrapper .desc .form .wpforms-error {
  padding: 10px;
}
#media_partnership .section_header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#media_partnership .section_header .wrapper .card__wrapper img {
  border-radius: 10px;
}
#media_partnership .section_gains {
  background-color: #fff;
}
@media (min-width: 1921px) {
  #media_partnership .section_gains {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .section_gains {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .section_gains {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .section_gains {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .section_gains {
    padding: 60px 28px;
  }
}
#media_partnership .section_gains .gains_section_header {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
#media_partnership .section_gains .gains_section_header h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  #media_partnership .section_gains .gains_section_header h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .section_gains .gains_section_header p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  #media_partnership .section_gains .gains_section_header p {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .section_gains .box_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 16px;
  max-width: 1250px;
  margin: auto;
  padding-top: 52px;
}
#media_partnership .section_gains .box_wrapper .box {
  width: 360px;
  min-height: 300px;
  background: #FAFAFA;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  #media_partnership .section_gains .box_wrapper .box {
    min-height: 300px;
  }
}
#media_partnership .section_gains .box_wrapper .box img {
  width: 90px;
  height: 90px;
  margin-bottom: 32px;
}
#media_partnership .section_gains .box_wrapper .box .box_title {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  padding-bottom: 12px;
}
@media (max-width: 1400px) {
  #media_partnership .section_gains .box_wrapper .box .box_title {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .section__benefits {
  background-color: #FAFAFA;
  text-align: center;
}
@media (min-width: 1921px) {
  #media_partnership .section__benefits {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .section__benefits {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .section__benefits {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .section__benefits {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .section__benefits {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .section__benefits {
    padding: 50px 20px;
  }
}
#media_partnership .section__benefits .benefits__heading {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  #media_partnership .section__benefits .benefits__heading {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .section__benefits .benefits__paragraph {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  max-width: 632px;
  margin: auto;
}
@media (max-width: 1400px) {
  #media_partnership .section__benefits .benefits__paragraph {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .section__benefits .benefits__description {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin: auto;
  gap: 0 50px;
}
@media (max-width: 1024px) {
  #media_partnership .section__benefits .benefits__description {
    grid-template-columns: 1fr;
  }
}
#media_partnership .section__benefits .benefits__description ul {
  list-style: none;
}
#media_partnership .section__benefits .benefits__description ul li {
  margin-bottom: 16px;
}
#media_partnership .section__benefits .benefits__description ul li .desc {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  flex-wrap: nowrap;
  text-align: left;
}
#media_partnership .section__benefits .benefits__description ul li .desc:before {
  content: "\e901";
  color: #E23535;
  font-size: 24px;
  font-family: "wazdan-icons";
}
#media_partnership .section__benefits .benefits__description ul li:not(:last-child) {
  margin-bottom: 16px;
}
#media_partnership .section__benefits .benefits__carousel__wrapper {
  padding-top: 52px;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container {
  max-width: 1350px;
  margin: auto;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .column_benefit {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  width: 195px;
  height: 175px;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .column_benefit img {
  max-width: 44px;
  width: 100%;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .column_benefit .benefit_desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
}
@media (max-width: 1024px) {
  #media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .column_benefit .benefit_desc {
    font-size: 20px;
    line-height: 26px;
  }
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .slick-slide {
  padding: 0px 8px;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .slick-dots {
  position: relative;
  padding-top: 30px;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li button {
  height: 15px;
  width: 15px;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: #E23535;
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
#media_partnership .section__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li.slick-active button::before {
  color: #FF3D17;
  opacity: 1;
}
#media_partnership .section_video {
  background: #fff;
}
@media (max-width: 1024px) {
  #media_partnership .section_video {
    padding: 20px;
  }
}
#media_partnership .section_video .sectionWrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #media_partnership .section_video .sectionWrapper {
    margin: 20px;
  }
}
#media_partnership .section_video .sectionWrapper .videoWrapper {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: -4px;
}
@media (max-width: 1400px) {
  #media_partnership .section_video .sectionWrapper .videoWrapper {
    width: 80%;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  #media_partnership .section_video .sectionWrapper .videoWrapper {
    width: 100%;
  }
}
#media_partnership .section_video .sectionWrapper .videoWrapper:hover .pause_sbc {
  opacity: 1;
}
#media_partnership .section_video .sectionWrapper .videoWrapper video[poster] {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
#media_partnership .section_video .sectionWrapper .videoWrapper .next-button {
  position: absolute;
  top: 45%;
  right: 5px;
  transition: 0.5s;
}
#media_partnership .section_video .sectionWrapper .videoWrapper .next-button:hover {
  transform: scale(0.8);
}
#media_partnership .section_video .sectionWrapper .videoWrapper .prev-button {
  position: absolute;
  top: 45%;
  left: 5px;
  z-index: 9;
  transition: 0.5s;
}
#media_partnership .section_video .sectionWrapper .videoWrapper .prev-button:hover {
  transform: scale(0.8);
}
#media_partnership .section_video .sectionWrapper .videoWrapper .slick-arrow {
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: none;
}
@media (max-width: 1024px) {
  #media_partnership .section_video .sectionWrapper .videoWrapper .slick-arrow {
    height: 15px;
    width: 15px;
  }
}
#media_partnership .section_video .sectionWrapper .videoWrapper .slick-list {
  height: 540px !important;
}
#media_partnership .section_video .sectionWrapper .videoWrapper .slick-slide {
  height: auto !important;
}
#media_partnership .section_video .sectionWrapper .content {
  width: 50%;
  background: #000;
  padding: 66px;
  position: relative;
}
@media (max-width: 1400px) {
  #media_partnership .section_video .sectionWrapper .content {
    width: 80%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  #media_partnership .section_video .sectionWrapper .content {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #media_partnership .section_video .sectionWrapper .content {
    padding: 20px;
  }
}
#media_partnership .section_video .sectionWrapper .content .desc h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  #media_partnership .section_video .sectionWrapper .content .desc h3 {
    font-size: 30px;
  }
}
#media_partnership .section_video .sectionWrapper .content .desc p {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}
@media (max-width: 1024px) {
  #media_partnership .section_video .sectionWrapper .content .desc p {
    font-size: 16px;
    line-height: 20px;
  }
}
#media_partnership .section_video .sectionWrapper .content .desc p span {
  font-weight: 700;
  color: #E23535;
}
#media_partnership .section_video .sectionWrapper .content .desc .m_top {
  margin-top: 24px;
}
#media_partnership .section_video .sectionWrapper .content .desc a {
  background: transparent;
  border: 1px solid #E23535;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 120px;
  font-size: 20px;
  line-height: 58px;
  padding: 8px 21px;
  color: #E23535;
  text-decoration: none;
}
#media_partnership .section_video .sectionWrapper .content .desc a:hover {
  background-color: #E23535;
  color: #fff;
}
#media_partnership .section_media_partners {
  background: #FAFAFA;
}
#media_partnership .section_media_partners .media__partners__wrapper {
  width: 100%;
}
@media (min-width: 1921px) {
  #media_partnership .section_media_partners .media__partners__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .section_media_partners .media__partners__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .section_media_partners .media__partners__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .section_media_partners .media__partners__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .section_media_partners .media__partners__wrapper {
    padding: 60px 28px;
  }
}
#media_partnership .section_media_partners .media__partners__wrapper .heading h4 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  #media_partnership .section_media_partners .media__partners__wrapper .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .section_media_partners .media__partners__wrapper .heading h4 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
#media_partnership .section_media_partners .media__carousel {
  margin-top: 70px;
  padding-bottom: 30px;
}
#media_partnership .section_media_partners .media__carousel__item {
  width: 100%;
}
#media_partnership .section_media_partners .media__carousel__item img {
  margin: auto;
  display: block;
  max-width: 80%;
}
#media_partnership .section_media_partners .media__carousel .slick-dots li button:before {
  font-size: 15px;
  color: #E23535;
}
#media_partnership .media_partner_steps_section {
  background-color: #FFF;
}
@media (min-width: 1921px) {
  #media_partnership .media_partner_steps_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .media_partner_steps_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .media_partner_steps_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .media_partner_steps_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .media_partner_steps_section {
    padding: 60px 28px;
  }
}
#media_partnership .media_partner_steps_section .media_partner_steps_title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
@media (max-width: 1400px) {
  #media_partnership .media_partner_steps_section .media_partner_steps_title {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper {
  margin: auto;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  position: relative;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .line {
  width: 80%;
  position: absolute;
  display: block;
  height: 1px;
  background-color: #E23535;
  top: 37px;
  z-index: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps {
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  #media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .next-button {
    width: 14px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .prev-button {
    width: 14px;
  }
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track {
  position: relative;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide {
  padding: 15px 0;
  opacity: 1;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide:first-child::before {
  content: "";
  width: 30% !important;
  left: -15% !important;
  display: block;
  position: absolute;
  background: #fff;
  height: 30px;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide:last-child::before {
  width: 30% !important;
  right: -15% !important;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step {
  position: relative;
  z-index: 2;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__count {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FF3D17;
  color: #D8292F;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  background: transparent;
  z-index: 3;
}
@media (max-width: 1400px) {
  #media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__count {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__count span {
  background-color: #fff;
  padding: 0 30px;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__title {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  max-width: 250px;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1400px) {
  #media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__title {
    font-size: 15px;
    line-height: 19px;
  }
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__icon {
  max-width: 44px;
  margin: auto;
  padding: 14px 0;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide .step .step__desc {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  padding: 0px 40px;
}
#media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide:last-child::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 300px;
  background-color: #fff;
  right: -9%;
}
@media (max-width: 1024px) {
  #media_partnership .media_partner_steps_section .media_partner_steps_wrapper .media_partner_steps .slick-track .slick-slide:last-child::before {
    right: 0px;
  }
}
#media_partnership .game__section {
  position: relative;
  background-color: #FAFAFA;
}
#media_partnership .game__section .game__section__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
}
@media (min-width: 1921px) {
  #media_partnership .game__section .game__section__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .game__section .game__section__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .game__section .game__section__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .game__section .game__section__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .game__section .game__section__wrapper {
    padding: 60px 28px;
  }
}
#media_partnership .game__section .game__section__wrapper .heading {
  margin-bottom: 16px;
}
#media_partnership .game__section .game__section__wrapper .heading h3 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  #media_partnership .game__section .game__section__wrapper .heading h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .game__section .game__section__wrapper .desc {
  margin: auto;
  margin-bottom: 52px;
  max-width: 632px;
}
@media (max-width: 1024px) {
  #media_partnership .game__section .game__section__wrapper .desc {
    margin-bottom: 60px;
  }
}
#media_partnership .game__section .game__section__wrapper .desc p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  #media_partnership .game__section .game__section__wrapper .desc p {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .game__section .game__section__wrapper .desc p span.non_break {
  white-space: nowrap;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper {
  display: flex;
  gap: 16px;
  margin: auto;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1440px;
  width: 100%;
  margin-bottom: 52px;
}
@media (max-width: 1024px) {
  #media_partnership .game__section .game__section__wrapper .game__image__wrapper {
    margin-bottom: 45px;
  }
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  z-index: 10;
  position: relative;
  max-width: 405px;
  width: 100%;
  box-shadow: 0px 8px 8px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  transition: transform 0.4s;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image .game__category {
  position: absolute;
  padding: 8px 16px;
  top: 20px;
  left: 0;
  background: #FF3D17;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 0px 10px 10px 0px;
  z-index: 1;
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  #media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image {
    max-width: 390px;
  }
}
@media (max-width: 1290px) {
  #media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image {
    max-width: 370px;
  }
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image:hover {
  -webkit-transform: scale(0.97, 0.97);
  transform: scale(0.97) !important;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
  transition: transform 0s;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a:focus {
  border: none;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image:hover .overlay a:focus-visible {
  border: none;
}
#media_partnership .game__section .game__section__wrapper .game__image__wrapper .game__image img {
  width: 100%;
  border-radius: 20px;
}
#media_partnership .game__section .game__section__wrapper .button__wrapper {
  display: flex;
  justify-content: center;
}
#media_partnership .game__section .game__section__wrapper .button__wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership .game__section .game__section__wrapper .button__wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #media_partnership .game__section .game__section__wrapper .button__wrapper a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #media_partnership .game__section .game__section__wrapper .button__wrapper a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #media_partnership .game__section .game__section__wrapper .button__wrapper a:focus {
    border: none;
  }
  #media_partnership .game__section .game__section__wrapper .button__wrapper a:focus-visible {
    border: none;
  }
}
#media_partnership .game__section .section__modal .modal-dialog {
  width: auto;
  max-width: 960px;
}
#media_partnership .game__section .section__modal .modal-body {
  padding: 0;
}
#media_partnership .game__section .section__modal .modal-body button.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 50px;
  z-index: 9;
  color: #fff;
}
#media_partnership .game__section .section__modal .modal-body .container-fluid.playGame, #media_partnership .game__section .section__modal .modal-body .playGame.container-sm, #media_partnership .game__section .section__modal .modal-body .playGame.container-md, #media_partnership .game__section .section__modal .modal-body .playGame.container-lg, #media_partnership .game__section .section__modal .modal-body .playGame.container-xl {
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 1024px) {
  #media_partnership .game__section .section__modal .modal-body .container-fluid.playGame, #media_partnership .game__section .section__modal .modal-body .playGame.container-sm, #media_partnership .game__section .section__modal .modal-body .playGame.container-md, #media_partnership .game__section .section__modal .modal-body .playGame.container-lg, #media_partnership .game__section .section__modal .modal-body .playGame.container-xl {
    background-color: #050505;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#media_partnership .game__section .section__modal .modal-body .section div.modal__iframe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  #media_partnership .game__section .section__modal .modal-body .section div.modal__iframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player {
  height: 600px !important;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player .button {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player .button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player .button:focus {
  border: none;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player .button:focus-visible {
  border: none;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe,
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background: #000;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--mobile .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--landscape .modal__iframe:not(.comingsoon) {
  background-position: center !important;
  background-size: cover !important;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--mobile img {
  display: none;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--landscape img {
  display: none;
}
#media_partnership .game__section .section__modal .modal-body .section .modal_iframe_age_veryfication {
  display: none;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__iframe {
  position: relative;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop,
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop,
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- {
  outline: solid 1px #000;
  display: block;
  max-width: 100%;
  background: #000;
}
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player--desktop .modal__iframe,
#media_partnership .game__section .section__modal .modal-body .section .modal__game-player.modal__game-player-- .modal__iframe {
  background-size: cover;
  width: 100%;
  height: 100%;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication {
  z-index: 8 !important;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication p {
  color: #fff;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication .modal_iframe_age_veryfication_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a {
  cursor: pointer;
  display: block;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus {
  border: none;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.age_veryfication_succes:focus-visible {
  border: none;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FF3D17;
  border-color: #FAFAFA;
  background-color: #FAFAFA;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:focus {
  border: none;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:focus-visible {
  border: none;
}
#media_partnership .game__section .section__modal .modal-body .modal_iframe_age_veryfication a.modal__close:before {
  content: "";
}
#media_partnership .discover_section {
  background-color: #FFF;
}
@media (min-width: 1921px) {
  #media_partnership .discover_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .discover_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .discover_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .discover_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .discover_section {
    padding: 60px 28px;
  }
}
#media_partnership .discover_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  text-align: center;
  padding-bottom: 70px;
}
@media (max-width: 1400px) {
  #media_partnership .discover_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .discover_section h2 {
    font-size: 34px;
    line-height: 38px;
  }
}
#media_partnership .discover_section .box_wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 72px;
  row-gap: 72px;
  align-items: center;
  justify-content: center;
  position: relative;
}
#media_partnership .discover_section .box_wrapper .box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  #media_partnership .discover_section .box_wrapper .box {
    gap: 30px;
    width: 100%;
  }
}
#media_partnership .discover_section .box_wrapper .box .img_box {
  position: relative;
  width: 365px;
  z-index: 1;
}
#media_partnership .discover_section .box_wrapper .box .img_box img {
  border-radius: 20px;
}
#media_partnership .discover_section .box_wrapper .box .content {
  position: relative;
  padding: 30px 47px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  min-height: 243px;
  border-radius: 0 26px 26px 0;
  margin-left: -10px;
  box-shadow: 0px 4px 8px rgba(25, 25, 25, 0.1);
}
@media (max-width: 768px) {
  #media_partnership .discover_section .box_wrapper .box .content {
    margin: 10px;
    border-radius: 26px;
    width: 100%;
    padding: 40px 20px;
    flex-direction: column;
  }
}
#media_partnership .discover_section .box_wrapper .box .content .logo {
  position: absolute;
  top: -18px;
}
#media_partnership .discover_section .box_wrapper .box .content .logo h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #media_partnership .discover_section .box_wrapper .box .content .logo h3 {
    font-size: 28px;
  }
}
#media_partnership .discover_section .box_wrapper .box .content .desc {
  width: 366px;
  font-size: 21px;
  line-height: 25px;
}
#media_partnership .discover_section .box_wrapper .box .content .desc h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #media_partnership .discover_section .box_wrapper .box .content .desc h3 {
    font-size: 28px;
  }
}
#media_partnership .discover_section .box_wrapper .box .content .desc p {
  margin: 0;
  font-size: 19px;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  #media_partnership .discover_section .box_wrapper .box .content .desc {
    width: 100%;
  }
}
#media_partnership .discover_section .box_wrapper .box .content .additional_text {
  position: absolute;
  bottom: -80px;
  font-size: 18px;
  line-height: 23px;
  width: 270px;
}
@media (max-width: 768px) {
  #media_partnership .discover_section .box_wrapper .box .content .additional_text {
    bottom: 10px;
  }
}
#media_partnership .news_section {
  background: #FAFAFA;
  position: relative;
}
@media (min-width: 1921px) {
  #media_partnership .news_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .news_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .news_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .news_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .news_section {
    padding: 60px 28px;
  }
}
#media_partnership .news_section .news-container .news-content {
  max-width: 632px;
  margin: auto;
}
#media_partnership .news_section .news-container .news-content h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  #media_partnership .news_section .news-container .news-content h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .news_section .news-container .news-content p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  #media_partnership .news_section .news-container .news-content p {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .news_section .news-container .newsletter {
  max-width: 616px;
  margin: auto;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  #media_partnership .news_section .news-container .newsletter {
    max-width: 616px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .news_section .news-container .newsletter {
    max-width: 444px;
  }
}
#media_partnership .news_section .news-container .newsletter .wpforms-field-container {
  width: 100%;
}
#media_partnership .news_section .news-container .newsletter #newsletterButton2 {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: auto;
  margin-bottom: 30px;
}
#media_partnership .news_section .news-container .newsletter #newsletterButton2:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .news_section .news-container .newsletter .sending {
  opacity: 0.7;
}
#media_partnership .news_section .news-container .newsletter .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
#media_partnership .news_section .news-container .newsletter .hide {
  display: none;
}
#media_partnership .news_section .news-container .newsletter #newsletter2FormApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
#media_partnership .news_section .news-container .newsletter .business-email {
  padding-right: 12px;
  position: relative;
}
#media_partnership .news_section .news-container .newsletter .business-email input {
  border: 1px solid #3B3B3B;
  border-radius: 5px;
  height: 46px;
  padding: 12px 24px;
}
#media_partnership .news_section .news-container .newsletter .business-email .reset {
  position: absolute;
  top: 32px;
  transform: translateY(-50%);
  right: 34px;
}
#media_partnership .news_section .news-container .newsletter .wpforms-container-full {
  margin: 0 auto;
  transform: translateX(20px);
}
@media (max-width: 768px) {
  #media_partnership .news_section .news-container .newsletter .wpforms-container-full {
    transform: translateX(0px);
  }
}
#media_partnership .news_section .news-container .newsletter .agree-text {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
}
#media_partnership .news_section .news-container .newsletter .agree-text a {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-decoration: underline;
}
#media_partnership .news_section .news-container .newsletter .agree-text a:hover {
  color: #FF3D17;
}
#media_partnership .news_section .news-container .newsletter .agree-text a:active {
  color: #C43131;
}
#media_partnership .news_section .news-container .newsletter .subscribe-btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  display: none;
}
#media_partnership .news_section .news-container .newsletter .subscribe-btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #media_partnership .news_section .news-container .newsletter .subscribe-btn {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #media_partnership .news_section .news-container .newsletter .subscribe-btn:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #media_partnership .news_section .news-container .newsletter .subscribe-btn:focus {
    border: none;
  }
  #media_partnership .news_section .news-container .newsletter .subscribe-btn:focus-visible {
    border: none;
  }
}
@media (max-width: 768px) {
  #media_partnership .news_section .news-container .newsletter .subscribe-btn {
    margin: 0 auto 16px auto;
  }
}
#media_partnership .news_section .news-container .newsletter .wpforms-error {
  padding: 10px;
}
#media_partnership .news_section .news-container .btn-news {
  display: flex;
  justify-content: center;
}
#media_partnership .news_section .news-container .btn-news a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership .news_section .news-container .btn-news a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #media_partnership .news_section .news-container .btn-news a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #media_partnership .news_section .news-container .btn-news a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #media_partnership .news_section .news-container .btn-news a:focus {
    border: none;
  }
  #media_partnership .news_section .news-container .btn-news a:focus-visible {
    border: none;
  }
}
#media_partnership .news_section .news-container .news-wrapper {
  max-width: 1336px;
  width: 100%;
  margin: auto;
  margin-bottom: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  #media_partnership .news_section .news-container .news-wrapper {
    margin-bottom: 45px;
  }
}
#media_partnership .news_section .news-container .news-wrapper .news__item {
  margin: 15px 0;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news {
  position: relative;
  width: 405px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  transition: transform 0.3s;
}
@media (max-width: 1400px) {
  #media_partnership .news_section .news-container .news-wrapper .news__item .news {
    max-width: 400px;
  }
}
@media (max-width: 1290px) {
  #media_partnership .news_section .news-container .news-wrapper .news__item .news {
    max-width: 370px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .news_section .news-container .news-wrapper .news__item .news {
    padding: 30px;
    min-height: 380px;
  }
}
@media (max-width: 576px) {
  #media_partnership .news_section .news-container .news-wrapper .news__item .news {
    width: auto;
    max-width: 422px;
  }
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-title {
  margin-bottom: 12px;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-title a {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  padding: 15px 0px;
  pointer-events: none;
}
@media (max-width: 1400px) {
  #media_partnership .news_section .news-container .news-wrapper .news__item .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-category-wrapper {
  position: absolute;
  top: 34px;
  max-height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 5px 0px 0px 5px;
  background: #FAFAFA;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-category-wrapper p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-category-wrapper .img__wrapper {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-category-wrapper .img__wrapper img {
  height: 100%;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #3B3B3B;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .news-category-wrapper a.news-category-name:hover {
  text-decoration: none;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .description-wrapper .news-description p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .description-wrapper a {
  font-size: 20px;
  line-height: 26px;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .description-wrapper .news-btn {
  display: flex;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news .description-wrapper .news-btn a {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news:hover {
  border: 2px solid #C43131;
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
}
#media_partnership .news_section .news-container .news-wrapper .news__item .news:hover .news-btn {
  text-decoration: none;
}
#media_partnership .contact_section {
  background-color: #fff;
}
@media (min-width: 1921px) {
  #media_partnership .contact_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .contact_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .contact_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .contact_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .contact_section {
    padding: 60px 28px;
  }
}
#media_partnership .contact_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 1400px) {
  #media_partnership .contact_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
#media_partnership .contact_section h2 .red {
  color: #E23535;
}
@media (max-width: 1024px) {
  #media_partnership .contact_section h2 {
    padding-bottom: 50px;
  }
}
#media_partnership .contact_section p {
  text-align: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  #media_partnership .contact_section p {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .contact_section .contact__wrapper {
  max-width: 1450px;
  margin: auto;
}
#media_partnership .contact_section .contact__wrapper .team__members {
  gap: 32px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1024px) {
  #media_partnership .contact_section .contact__wrapper .team__members {
    gap: 15px;
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
  }
}
#media_partnership .contact_section .contact__wrapper .team__members .member {
  width: 300px;
  text-align: center;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image {
  position: relative;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #E23535;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #FF3D17;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #media_partnership .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
    width: 48px;
    height: 48px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image .linkedin svg {
  width: 24px;
  fill: white;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image .phone {
  position: absolute;
  bottom: 20px;
  right: 118px;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image .phone img {
  width: 43px;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image .mail {
  position: absolute;
  bottom: 20px;
  right: 70px;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image .mail img {
  width: 43px;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__image img.person__image {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__name {
  margin-top: 30px;
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  #media_partnership .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  #media_partnership .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
#media_partnership .contact_section .contact__wrapper .team__members .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  #media_partnership .contact_section .contact__wrapper .team__members .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}
#media_partnership .question_section {
  background-color: #FFF;
}
@media (min-width: 1921px) {
  #media_partnership .question_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .question_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .question_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .question_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .question_section {
    padding: 60px 28px;
  }
}
#media_partnership .question_section .question_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1450px;
  margin: auto;
  justify-content: space-evenly;
  background: #fafafa;
  padding: 52px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  #media_partnership .question_section .question_wrapper {
    padding: 26px;
  }
}
#media_partnership .question_section .question_wrapper .question_content {
  max-width: 530px;
}
#media_partnership .question_section .question_wrapper .question_content h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  #media_partnership .question_section .question_wrapper .question_content h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .question_section .question_wrapper .question_content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  #media_partnership .question_section .question_wrapper .question_content p {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .question_section .question_wrapper .question_content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  text-decoration: none;
}
#media_partnership .question_section .question_wrapper .question_content a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .question_section .question_wrapper .img_wrapper {
  max-width: 450px;
  width: 100%;
}
#media_partnership .question_section .question_wrapper .img_wrapper img {
  border-radius: 20px;
}
#media_partnership .form_section {
  background: #FAFAFA;
}
@media (min-width: 1921px) {
  #media_partnership .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .form_section {
    padding: 60px 28px;
  }
}
#media_partnership .form_section .section_wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  gap: 122px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1400px) {
  #media_partnership .form_section .section_wrapper {
    gap: 80px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #media_partnership .form_section .section_wrapper {
    flex-flow: column-reverse;
  }
}
#media_partnership .form_section .section_wrapper .form_wrapper {
  max-width: 511px;
}
#media_partnership .form_section .section_wrapper .form_wrapper h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  #media_partnership .form_section .section_wrapper .form_wrapper h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .form_section .section_wrapper .form_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  #media_partnership .form_section .section_wrapper .form_wrapper p {
    font-size: 20px;
    line-height: 25px;
  }
}
#media_partnership .form_section .section_wrapper .form_wrapper .form .wpforms-container input[type=text],
#media_partnership .form_section .section_wrapper .form_wrapper .form .wpforms-container textarea,
#media_partnership .form_section .section_wrapper .form_wrapper .form .wpforms-container input[type=email] {
  background: #FFFFFF;
  border: 0.5px solid #191919;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container {
  padding-top: 52px;
  display: none;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
  margin: auto;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container .wpforms-submit:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form #requestButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: auto;
  margin-bottom: 30px;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form #requestButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form .sending {
  opacity: 0.7;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form .hide {
  display: none;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form #requestFormApiErros {
  display: flex;
  flex-wrap: wrap;
}
#media_partnership .form_section .section_wrapper .form_wrapper .form #requestFormApiErros p {
  color: #000;
  font-size: 14px;
  line-height: 17px;
}
#media_partnership .form_section .section_wrapper .img_wrapper {
  max-width: 600px;
  max-height: 600px;
  aspect-ratio: 1/1;
}
#media_partnership .form_section .section_wrapper .img_wrapper img {
  border-radius: 20px;
}
#media_partnership .form_section .section_wrapper .img_wrapper video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#media_partnership .form_section .section_wrapper .img_wrapper video[poster] {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
#media_partnership .social_section {
  background-color: #fff;
}
@media (min-width: 1921px) {
  #media_partnership .social_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership .social_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership .social_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership .social_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership .social_section {
    padding: 60px 28px;
  }
}
#media_partnership .social_section .social_box h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 1400px) {
  #media_partnership .social_section .social_box h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
#media_partnership .social_section .social_box ul {
  display: flex;
  list-style: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  #media_partnership .social_section .social_box ul {
    gap: 30px;
  }
}
#media_partnership .social_section .social_box ul li a svg {
  width: 70px;
  height: 70px;
  fill: #E23535;
}
#media_partnership .social_section .social_box ul li a svg:hover {
  fill: #191919;
}
@media (max-width: 768px) {
  #media_partnership .social_section .social_box ul li a svg {
    width: 45px;
    height: 45px;
  }
}

#media_partnership_acf .container {
  max-width: 1250px;
  margin: auto;
}
#media_partnership_acf .header_section {
  position: relative;
  min-height: 80vh;
}
@media (min-width: 1921px) {
  #media_partnership_acf .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .header_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .header_section .triangle_wrapper .triangle_left {
  position: absolute;
  bottom: -100px;
  left: 50px;
  z-index: 0;
}
@media (max-width: 1024px) {
  #media_partnership_acf .header_section .triangle_wrapper .triangle_left {
    display: none;
  }
}
#media_partnership_acf .header_section .triangle_wrapper .triangle_centered {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 0;
}
@media (max-width: 1024px) {
  #media_partnership_acf .header_section .triangle_wrapper .triangle_centered {
    display: none;
  }
}
#media_partnership_acf .header_section .content_wrapper {
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#media_partnership_acf .header_section .content_wrapper h1 {
  font-size: 67px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  max-width: 900px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .header_section .content_wrapper h1 {
    font-size: 42px;
  }
}
#media_partnership_acf .header_section .content_wrapper h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 510px;
}
#media_partnership_acf .header_section .content_wrapper h3 b {
  font-weight: 800;
}
@media (max-width: 1024px) {
  #media_partnership_acf .header_section .content_wrapper h3 {
    font-size: 20px;
  }
}
#media_partnership_acf .header_section .content_wrapper .form {
  max-width: 520px;
}
#media_partnership_acf .header_section .content_wrapper .form .sending {
  opacity: 0.7;
}
#media_partnership_acf .header_section .content_wrapper .form .hide {
  display: none;
}
#media_partnership_acf .header_section .content_wrapper .form .wpforms-error {
  color: #fff;
  padding: 10px;
}
#media_partnership_acf .header_section .content_wrapper .form .wpforms-container {
  margin: 0;
}
#media_partnership_acf .header_section .content_wrapper .form .wpforms-container .wpforms-field-container {
  width: 100%;
}
#media_partnership_acf .header_section .content_wrapper .form .wpforms-submit-container {
  width: 0;
}
#media_partnership_acf .header_section .content_wrapper .form #newsletterFormApiErros {
  display: flex;
  flex-wrap: wrap;
}
#media_partnership_acf .header_section .content_wrapper .form #newsletterFormApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
#media_partnership_acf .header_section .content_wrapper .form .newsletterButton {
  color: #fff;
  background-color: #000;
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
#media_partnership_acf .header_section .content_wrapper .form .subscribe-btn {
  display: none;
}
#media_partnership_acf .header_section .content_wrapper .form .business-email {
  position: relative;
}
#media_partnership_acf .header_section .content_wrapper .form .business-email input {
  border: 1px solid #000;
  border-radius: 70px;
  text-align: center;
  height: 70px;
  padding: 12px 24px;
  width: 100%;
  background-color: #CCE4FF;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#media_partnership_acf .header_section .content_wrapper .form .business-email input::placeholder {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .header_section .content_wrapper .form .business-email input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  #media_partnership_acf .header_section .content_wrapper .form .business-email input {
    font-size: 16px;
    height: 40px;
  }
}
#media_partnership_acf .header_section .content_wrapper .form .agree_text {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding-top: 25px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .header_section .content_wrapper .form .agree_text {
    font-size: 12px;
  }
}
#media_partnership_acf .header_section .content_wrapper .form .agree_text a {
  color: #fff;
  text-decoration: underline;
}
#media_partnership_acf .header_section .content_wrapper .form .agree_text a:hover {
  color: #000;
}
#media_partnership_acf .header_section .image_wrapper {
  max-width: 876px;
  position: absolute;
  bottom: -200px;
  right: 0px;
  z-index: 0;
}
@media (max-width: 1400px) {
  #media_partnership_acf .header_section .image_wrapper {
    display: none;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .header_section .image_wrapper {
    display: block;
    position: relative;
    bottom: 0px;
    margin-bottom: -50px;
  }
}
#media_partnership_acf .header_section .image_wrapper img {
  width: 100%;
}
#media_partnership_acf .section_gain {
  background-color: #12102B;
  color: #FFF;
}
@media (min-width: 1921px) {
  #media_partnership_acf .section_gain {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .section_gain {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .section_gain {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .section_gain {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .section_gain {
    padding: 60px 28px;
  }
}
#media_partnership_acf .section_gain .container .gain_desc {
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .section_gain .container .gain_desc {
    font-size: 20px;
  }
}
#media_partnership_acf .section_gain .container h3 {
  font-size: 48px;
  font-weight: 800;
  line-height: normal;
  padding: 46px 0;
}
@media (max-width: 1024px) {
  #media_partnership_acf .section_gain .container h3 {
    font-size: 27px;
  }
}
#media_partnership_acf .section_gain .container p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#media_partnership_acf .section_gain .container p a {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
#media_partnership_acf .section_gain .container .gain_list {
  list-style: none;
  padding-bottom: 45px;
}
#media_partnership_acf .section_gain .container .gain_list .list_item_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
#media_partnership_acf .section_gain .container .gain_list .list_item {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .section_gain .container .gain_list .list_item {
    font-size: 16px;
  }
}
#media_partnership_acf .section_gain .container p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .section_gain .container p {
    font-size: 20px;
  }
}
#media_partnership_acf .section_gain .container p a {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
@media (max-width: 1024px) {
  #media_partnership_acf .section_gain .container p a {
    font-size: 20px;
  }
}
#media_partnership_acf .section_gain .gain_slider {
  padding-top: 80px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .section_gain .gain_slider {
    padding-top: 10px;
  }
}
#media_partnership_acf .section_gain .gain_slider .gain_element {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  max-width: 300px;
}
#media_partnership_acf .section_gain .gain_slider .gain_element .ico_desc {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .section_gain .gain_slider .gain_element .ico_desc {
    font-size: 20px;
  }
}
#media_partnership_acf .promoted_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #FFF;
}
@media (min-width: 1921px) {
  #media_partnership_acf .promoted_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .promoted_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .promoted_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .promoted_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .promoted_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .promoted_section h3 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .promoted_section h3 {
    font-size: 26px;
  }
}
#media_partnership_acf .promoted_section .slick-slide {
  margin: 10px;
}
#media_partnership_acf .promoted_section .media__carousel {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .promoted_section .media__carousel {
    padding-top: 10px;
  }
}
#media_partnership_acf .promoted_section .media__carousel .media__carousel__item {
  border-radius: 17px;
  background: #D4ECFF;
  padding: 40px 20px;
  min-height: 180px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#media_partnership_acf .promoted_section .media__carousel .media__carousel__item img {
  max-height: 80px;
  height: 100%;
  width: 100%;
}
@media (min-width: 1921px) {
  #media_partnership_acf .engineer_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .engineer_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .engineer_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .engineer_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .engineer_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .engineer_section .container h3 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .engineer_section .container h3 {
    font-size: 26px;
  }
}
#media_partnership_acf .engineer_section .container .number_wrapper {
  max-width: 800px;
  margin: auto;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .engineer_section .container .number_wrapper {
    padding-top: 10px;
  }
}
#media_partnership_acf .engineer_section .container .number_wrapper .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .engineer_section .container .number_wrapper .wrapper {
    flex-direction: column;
    gap: 5px;
  }
}
#media_partnership_acf .engineer_section .container .number_wrapper .wrapper .number {
  -webkit-text-stroke-width: 3px !important;
  -webkit-text-stroke-color: #12102B !important;
  font-size: 144px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  min-width: 150px;
  color: transparent;
}
@media (max-width: 1024px) {
  #media_partnership_acf .engineer_section .container .number_wrapper .wrapper .number {
    font-size: 80px;
    min-width: fit-content;
  }
}
#media_partnership_acf .engineer_section .container .number_wrapper .wrapper .number_desc .title {
  color: #12102B;
  font-size: 41px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .engineer_section .container .number_wrapper .wrapper .number_desc .title {
    font-size: 30px;
    text-align: center;
  }
}
#media_partnership_acf .engineer_section .container .number_wrapper .wrapper .number_desc .desc {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .engineer_section .container .number_wrapper .wrapper .number_desc .desc {
    font-size: 20px;
    text-align: center;
  }
}
#media_partnership_acf .meetus_section {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1921px) {
  #media_partnership_acf .meetus_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .meetus_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .meetus_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .meetus_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .meetus_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .meetus_section h3 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .meetus_section h3 {
    font-size: 30px;
  }
}
#media_partnership_acf .meetus_section .desc {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .meetus_section .desc {
    font-size: 20px;
  }
}
#media_partnership_acf .meetus_section .people {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-top: 50px;
}
#media_partnership_acf .meetus_section .people .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
#media_partnership_acf .meetus_section .people .wrapper .person_image {
  position: absolute;
  top: -44px;
  left: 6px;
}
#media_partnership_acf .meetus_section .people .wrapper .people_name {
  padding: 10px 20px;
  border-radius: 50px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
#media_partnership_acf .meetus_section .people .wrapper .people_name a {
  color: #fff;
}
#media_partnership_acf .connect_section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 60px;
}
@media (min-width: 1921px) {
  #media_partnership_acf .connect_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .connect_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .connect_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .connect_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .connect_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  #media_partnership_acf .connect_section {
    flex-direction: column;
    gap: 20px;
  }
}
#media_partnership_acf .connect_section .desc_wrapper {
  max-width: 657px;
  width: 100%;
}
#media_partnership_acf .connect_section .desc_wrapper h3 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .connect_section .desc_wrapper h3 {
    font-size: 30px;
  }
}
#media_partnership_acf .connect_section .desc_wrapper p {
  color: #12102B;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .connect_section .desc_wrapper p {
    font-size: 20px;
  }
}
#media_partnership_acf .connect_section .desc_wrapper p strong {
  font-weight: 800;
}
#media_partnership_acf .connect_section .connect_img {
  border-radius: 50px;
  max-width: 700px;
  width: 100%;
}
@media (min-width: 1921px) {
  #media_partnership_acf .whywazdan_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .whywazdan_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .whywazdan_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .whywazdan_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .whywazdan_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .whywazdan_section h3 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .whywazdan_section h3 {
    font-size: 30px;
  }
}
#media_partnership_acf .whywazdan_section p {
  color: #12102B;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .whywazdan_section p {
    font-size: 20px;
  }
}
#media_partnership_acf .whywazdan_section .icons_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10%;
}
#media_partnership_acf .whywazdan_section .icons_wrapper .icon {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 300px;
  width: 100%;
}
@media (max-width: 1024px) {
  #media_partnership_acf .whywazdan_section .icons_wrapper .icon {
    max-width: 200px;
  }
}
#media_partnership_acf .whywazdan_section .icons_wrapper .icon img {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 1024px) {
  #media_partnership_acf .whywazdan_section .icons_wrapper .icon img {
    max-width: 180px;
  }
}
#media_partnership_acf .whywazdan_section .icons_wrapper .icon .icon_description {
  color: #12102B;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
}
@media (max-width: 1024px) {
  #media_partnership_acf .whywazdan_section .icons_wrapper .icon .icon_description {
    font-size: 20px;
  }
}
@media (min-width: 1921px) {
  #media_partnership_acf .game_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .game_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .game_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .game_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .game_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .game_section h3 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .game_section h3 {
    font-size: 30px;
  }
}
#media_partnership_acf .game_section p {
  color: #12102B;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 67px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .game_section p {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
#media_partnership_acf .game_section .game_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .game_section .game_wrapper {
    padding-bottom: 40px;
  }
}
#media_partnership_acf .game_section .game_wrapper .game {
  max-width: 390px;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .game_section .game_wrapper .game {
    max-width: 340px;
  }
}
#media_partnership_acf .game_section .game_wrapper .game a img {
  border-radius: 20px;
}
#media_partnership_acf .game_section .discover_btn {
  display: flex;
  margin: auto;
  padding: 15px 30px;
  border-radius: 30px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: fit-content;
}
#media_partnership_acf .game_section .discover_btn:hover {
  text-decoration: none;
}
#media_partnership_acf .experiences_section {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  #media_partnership_acf .experiences_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .experiences_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .experiences_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .experiences_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .experiences_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .experiences_section .triangle_top_left {
  position: absolute;
  top: -50px;
  left: 0px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .experiences_section .triangle_top_left {
    display: none;
  }
}
#media_partnership_acf .experiences_section .triangle_bottom_left {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  #media_partnership_acf .experiences_section .triangle_bottom_left {
    display: none;
  }
}
#media_partnership_acf .experiences_section .triangle_right {
  position: absolute;
  bottom: 20px;
  right: 0;
}
@media (max-width: 1024px) {
  #media_partnership_acf .experiences_section .triangle_right {
    display: none;
  }
}
#media_partnership_acf .experiences_section h3 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .experiences_section h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
#media_partnership_acf .experiences_section .list h3 {
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background: linear-gradient(90deg, #47FF60 18.98%, #2EFFE7 50%);
}
#media_partnership_acf .experiences_section .list p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding-bottom: 67px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .experiences_section .list p {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
#media_partnership_acf .news_section {
  background: #FAFAFA;
  position: relative;
}
@media (min-width: 1921px) {
  #media_partnership_acf .news_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .news_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .news_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .news_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .news_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .news_section .container .news-content h3 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .news-content h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
#media_partnership_acf .news_section .container .news-content p {
  color: #12102B;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 67px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .news-content p {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
#media_partnership_acf .news_section .container .newsletter .wpforms-container {
  margin: 0;
}
#media_partnership_acf .news_section .container .newsletter .wpforms-container .wpforms-field-container {
  width: 100%;
}
#media_partnership_acf .news_section .container .newsletter .wpforms-container .wpforms-field-container .wpforms-field {
  padding: 0;
}
#media_partnership_acf .news_section .container .newsletter .wpforms-submit-container {
  width: 0;
}
#media_partnership_acf .news_section .container .newsletter .reset {
  display: none;
}
#media_partnership_acf .news_section .container .newsletter .business-email {
  position: relative;
}
#media_partnership_acf .news_section .container .newsletter .business-email input {
  border: none;
  border-radius: 70px;
  text-align: center;
  height: 70px;
  padding: 12px 24px;
  width: 100%;
  background-color: #CCE4FF;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
#media_partnership_acf .news_section .container .newsletter .business-email input::placeholder {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .newsletter .business-email input::placeholder {
    height: 45px;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .newsletter .business-email input {
    height: 45px;
    font-size: 16px;
  }
}
#media_partnership_acf .news_section .container .newsletter #newsletterButton2 {
  color: #fff;
  background: linear-gradient(270deg, #FF76FF -63.34%, #FF3D17 0.18%, #FF76FF 100.43%, #FF3D17 151.64%);
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 50px;
  height: 70px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .newsletter #newsletterButton2 {
    height: 45px;
    font-size: 16px;
  }
}
#media_partnership_acf .news_section .container .newsletter .agree-text {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership_acf .news_section .container .newsletter .agree-text a {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .newsletter .agree-text a {
    font-size: 12px;
    line-height: normal;
  }
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .newsletter .agree-text {
    font-size: 12px;
    line-height: normal;
  }
}
#media_partnership_acf .news_section .container .newsletter .subscribe-btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  display: none;
}
#media_partnership_acf .news_section .container .newsletter .subscribe-btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#media_partnership_acf .news_section .container .newsletter .wpforms-error {
  padding: 10px;
}
#media_partnership_acf .news_section .container .btn-news {
  display: flex;
  justify-content: center;
}
#media_partnership_acf .news_section .container .btn-news a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#media_partnership_acf .news_section .container .btn-news a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .btn-news a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #media_partnership_acf .news_section .container .btn-news a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #media_partnership_acf .news_section .container .btn-news a:focus {
    border: none;
  }
  #media_partnership_acf .news_section .container .btn-news a:focus-visible {
    border: none;
  }
}
#media_partnership_acf .news_section .container .news-wrapper {
  max-width: 1336px;
  width: 100%;
  margin: auto;
  margin-bottom: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .news-wrapper {
    margin-bottom: 45px;
  }
}
#media_partnership_acf .news_section .container .news-wrapper .news__item {
  margin: 15px 0;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news {
  position: relative;
  width: 385px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: 2px solid #fff;
  transition: transform 0.3s;
}
@media (max-width: 1400px) {
  #media_partnership_acf .news_section .container .news-wrapper .news__item .news {
    max-width: 400px;
  }
}
@media (max-width: 1290px) {
  #media_partnership_acf .news_section .container .news-wrapper .news__item .news {
    max-width: 370px;
  }
}
@media (max-width: 1024px) {
  #media_partnership_acf .news_section .container .news-wrapper .news__item .news {
    padding: 30px;
    min-height: 380px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .news_section .container .news-wrapper .news__item .news {
    width: auto;
    max-width: 422px;
  }
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-title {
  margin-bottom: 12px;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-title a {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  padding: 15px 0px;
  pointer-events: none;
}
@media (max-width: 1400px) {
  #media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-category-wrapper {
  position: absolute;
  top: 34px;
  max-height: 40px;
  right: -2px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  border-radius: 8px 0px 0px 8px;
  background: #CCE4FF;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-category-wrapper p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-category-wrapper .img__wrapper {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-category-wrapper .img__wrapper img {
  height: 100%;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #3B3B3B;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .news-category-wrapper a.news-category-name:hover {
  text-decoration: none;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .description-wrapper .news-description p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .description-wrapper a {
  font-size: 20px;
  line-height: 26px;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .description-wrapper .news-btn {
  display: flex;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news .description-wrapper .news-btn a {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: var(--Red, linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news:hover {
  cursor: pointer;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: transform 0.3s ease-in-out;
}
#media_partnership_acf .news_section .container .news-wrapper .news__item .news:hover .news-btn {
  text-decoration: none;
}
@media (min-width: 1921px) {
  #media_partnership_acf .form_gaining_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #media_partnership_acf .form_gaining_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #media_partnership_acf .form_gaining_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #media_partnership_acf .form_gaining_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #media_partnership_acf .form_gaining_section {
    padding: 60px 28px;
  }
}
#media_partnership_acf .form_gaining_section .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .form_gaining_section .container {
    gap: 10px;
    justify-content: center;
  }
}
#media_partnership_acf .form_gaining_section .container .form_wrapper {
  max-width: 470px;
  width: 100%;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper h3 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  #media_partnership_acf .form_gaining_section .container .form_wrapper h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
#media_partnership_acf .form_gaining_section .container .form_wrapper p {
  color: #12102B;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 1024px) {
  #media_partnership_acf .form_gaining_section .container .form_wrapper p {
    font-size: 20px;
  }
}
#media_partnership_acf .form_gaining_section .container .form_wrapper form .wpforms-field-container input {
  border: none;
  border-radius: 20px;
  height: 70px;
  padding: 12px 24px;
  width: 100%;
  background-color: #CCE4FF;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper form .wpforms-field-container input::placeholder {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper form .wpforms-field-container textarea {
  border: none;
  border-radius: 20px;
  padding: 12px 24px;
  width: 100%;
  background-color: #CCE4FF;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper form .wpforms-field-container textarea::placeholder {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper form .wpforms-field-container .wpforms-error {
  color: #12102B;
  padding-top: 10px;
  text-align: center;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper form .wpforms-submit {
  display: none;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper .agree_text_newsletter {
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper .agree_text_newsletter a {
  color: #000;
  text-decoration: underline;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper button#requestButton {
  display: flex;
  border-radius: 50px;
  border: none;
  background: #12102B;
  color: #fff;
  padding: 15px 25px;
  margin: auto;
  margin-bottom: 30px;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper #requestFormApiErros {
  display: flex;
  flex-wrap: wrap;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper #requestFormApiErros p {
  color: #000;
  font-size: 14px;
  line-height: 17px;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper .sending {
  opacity: 0.7;
}
#media_partnership_acf .form_gaining_section .container .form_wrapper .hide {
  display: none;
}
#media_partnership_acf .form_gaining_section .container img {
  max-width: 700px;
  max-height: 700px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  #media_partnership_acf .form_gaining_section .container img {
    max-width: 460px;
  }
}

.sbc_barcelona_main_section .header_section {
  padding-bottom: 0 !important;
  margin-top: 86px;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  background: url("https://wazdan.com/wp-content/uploads/header_bcg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1921px) {
  .sbc_barcelona_main_section .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section .header_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_section {
    flex-direction: column;
    background-size: contain;
    background-position: top;
    padding: 25% 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .header_section {
    margin-top: 60px;
    padding: 25% 28px;
  }
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper {
  padding: 4%;
  flex: 3;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_section .hero_content_wrapper {
    padding: 0;
  }
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1145px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content {
    flex: auto;
    gap: 10px;
  }
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content .umbrella_mobile {
  display: none;
  max-width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content .umbrella_mobile {
    display: block;
  }
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h1 {
  font-weight: 800;
  font-size: 46px;
  line-height: 119.6%;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h1 span {
    padding-right: 150px;
  }
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h1 .jackpot_rain_logo {
  max-height: 80px;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h1 .jackpot_rain_logo {
    max-height: 70px;
    margin-top: 0px;
  }
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h2 .red {
  color: #E23535;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content h2 {
    font-size: 30px;
    line-height: 36px;
    padding: 30px 0;
  }
}
.sbc_barcelona_main_section .header_section .hero_content_wrapper .hero_content p {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  max-width: 968px;
}
.sbc_barcelona_main_section .header_second_section {
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_second_section {
    padding-bottom: 30px;
  }
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_second_section .mystery_box_wrapper {
    padding: 30px;
    flex-direction: column;
  }
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .line {
  height: 4px;
  background-color: #D60000;
  width: 70%;
  position: absolute;
  top: 40px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .line {
    display: none;
  }
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .line_second {
  height: 4px;
  background-color: #D60000;
  width: 70%;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .line_second {
    display: none;
  }
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .line_second .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .line_second .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .mystery_box_img {
  max-width: 360px;
  z-index: 1;
  padding-left: 5%;
}
@media only screen and (max-width: 1450px) {
  .sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .mystery_box_img {
    max-width: 260px;
  }
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_second_section .mystery_box_wrapper .mystery_box_img {
    display: none;
  }
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper p {
  color: #000;
  text-align: right;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  z-index: 1;
}
.sbc_barcelona_main_section .header_second_section .mystery_box_wrapper p .underline {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_second_section .mystery_box_wrapper p {
    text-align: left;
  }
}
.sbc_barcelona_main_section .header_second_section .umbrella_wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}
.sbc_barcelona_main_section .header_second_section .umbrella_wrapper img {
  position: absolute;
  bottom: 10%;
  right: 2%;
}
@media only screen and (max-width: 1450px) {
  .sbc_barcelona_main_section .header_second_section .umbrella_wrapper img {
    max-width: 30%;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section .header_second_section .umbrella_wrapper img {
    max-width: 35%;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .header_second_section .umbrella_wrapper img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .header_second_section .umbrella_wrapper img {
    display: block;
    position: static;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .header_second_section .umbrella_wrapper img {
    display: none;
  }
}
.sbc_barcelona_main_section .form_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sbc_barcelona_main_section .form_section .form_text {
  flex: 1;
  width: 100%;
  padding: 5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .form_section .form_text {
    flex: unset;
    padding: 30px;
  }
}
.sbc_barcelona_main_section .form_section .form_text .bold {
  font-weight: 700;
}
.sbc_barcelona_main_section .form_section .form_text .italic {
  font-style: italic;
  font-weight: 700;
}
.sbc_barcelona_main_section .form_section .form_text .red {
  color: #E23535;
  font-weight: 700;
}
.sbc_barcelona_main_section .form_section .form_text h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FF3D17;
  padding-bottom: 20px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .form_section .form_text h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sbc_barcelona_main_section .form_section .form_text p {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
}
.sbc_barcelona_main_section .form_section .form_text .bold {
  font-weight: 700;
  padding-top: 20px;
}
.sbc_barcelona_main_section .form_section .form_text .italic {
  font-style: italic;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona {
  flex: 1;
  background: #EEEEEE;
  box-shadow: -2px 0px 14px rgba(0, 0, 0, 0.25);
  border-radius: 72px 0 0 72px;
  padding: 3% 5%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona {
    margin: 15px;
    border-radius: 30px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-page-indicator {
  display: none;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .accept_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .accept_txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
    display: block;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field.instant_integration {
  display: block;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .wpforms-field {
  display: block;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour > label {
  padding-bottom: 20px;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day label {
  padding-bottom: 20px;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
  padding-right: 20px !important;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
  border-right: 1px solid #000 !important;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
    border: none !important;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
    border: none !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:nth-child(4) {
  border-right: none !important;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li input {
  display: none;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
    padding: 7px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul .wpforms-selected label {
  background-color: #191919;
  color: #ffffff;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
  padding-right: 20px !important;
  border-right: 1px solid #e23535 !important;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
    padding-right: 0px !important;
    border-right: none !important;
    margin-right: 0px !important;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li:nth-child(4n) {
  border-right: none !important;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container {
    padding-bottom: 0px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label, .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label-inline {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .next_button {
  padding-top: 30px;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .next_button button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .next_button button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .instant_integration ul li input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li {
    padding-right: 0px !important;
    border-right: none !important;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li input {
  display: none;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:active {
  border-color: #C43131;
  background-color: #C43131;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
    padding: 7px 17px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
  background-color: #E23535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
    padding: 7px 17px;
  }
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona #barcelonaButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
  display: none;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona #barcelonaButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .sending {
  opacity: 0.7;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona #formApiErros {
  display: flex;
  flex-wrap: wrap;
}
.sbc_barcelona_main_section .form_section .form_sbc_barcelona #formApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
.sbc_barcelona_main_section .leaderboard_section {
  padding-bottom: 0 !important;
  max-width: 80vw;
  margin: auto;
}
@media (min-width: 1921px) {
  .sbc_barcelona_main_section .leaderboard_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section .leaderboard_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .leaderboard_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .leaderboard_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section .leaderboard_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .leaderboard_section {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sbc_barcelona_main_section .leaderboard_section #nav-tabContent {
  max-height: 600px;
  overflow-y: scroll;
}
.sbc_barcelona_main_section .leaderboard_section .nav {
  justify-content: center;
  background: #000;
  gap: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
}
.sbc_barcelona_main_section .leaderboard_section .nav a {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 30px;
  border-radius: 20px 20px 0 0;
  border: 2px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .sbc_barcelona_main_section .leaderboard_section .nav a {
    padding: 10px 25px;
    width: 100%;
    height: 100%;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1924px) {
  .sbc_barcelona_main_section .leaderboard_section .nav a {
    font-size: 2rem;
    padding: 30px 50px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .leaderboard_section .nav a {
    width: 140px;
  }
}
.sbc_barcelona_main_section .leaderboard_section .nav a.active {
  color: #000;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.sbc_barcelona_main_section .leaderboard_section .nav .active {
  color: #000;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.sbc_barcelona_main_section .leaderboard_section .image_wrapper {
  background: rgb(25, 25, 25);
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.sbc_barcelona_main_section .leaderboard_section .image_wrapper img {
  width: 600px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .leaderboard_section .image_wrapper {
    width: 100%;
  }
}
.sbc_barcelona_main_section .leaderboard_section .table {
  background-color: #000;
  border-radius: 0 0 20px 20px;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .leaderboard_section .table {
    font-size: 16px;
  }
}
.sbc_barcelona_main_section .leaderboard_section .table thead th {
  color: #fff;
}
.sbc_barcelona_main_section .leaderboard_section .table button.replayBtn {
  color: #fff;
  background-color: transparent;
  border: none;
}
.sbc_barcelona_main_section .leaderboard_section .table button.replayBtn svg {
  height: 40px;
}
.sbc_barcelona_main_section .leaderboard_section #modalReplaySbc button.close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  filter: invert(1);
  z-index: 9;
  font-size: 35px;
}
.sbc_barcelona_main_section .movie_section {
  padding-bottom: 0 !important;
  max-width: 80vw;
  margin: auto;
}
@media (min-width: 1921px) {
  .sbc_barcelona_main_section .movie_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section .movie_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .movie_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .movie_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section .movie_section {
    padding: 60px 28px;
  }
}
.sbc_barcelona_main_section .movie_section .video_container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.sbc_barcelona_main_section .movie_section .video_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sbc_barcelona_main_section .schedule_section {
  padding-bottom: 0 !important;
}
@media (min-width: 1921px) {
  .sbc_barcelona_main_section .schedule_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section .schedule_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .schedule_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .schedule_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section .schedule_section {
    padding: 60px 28px;
  }
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper {
  padding: 7%;
  position: relative;
  border-left: 4px solid #e23535;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .line {
  height: 4px;
  background-color: #D60000;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .line .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .line .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .line_second {
  height: 4px;
  background-color: #D60000;
  width: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .line_second .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .line_second .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
  z-index: 1;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper h3 {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .schedule_section .schedule_wrapper h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper p {
  color: #000;
  font-size: 28px;
  font-weight: 400;
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .steps .step {
  display: flex;
  gap: 75px;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .schedule_section .schedule_wrapper .steps .step {
    flex-direction: column;
  }
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .steps .step .content h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FF3D17;
  font-size: 33px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .schedule_section .schedule_wrapper .steps .step .content h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sbc_barcelona_main_section .schedule_section .schedule_wrapper .steps .step .content p {
  font-size: 28px;
  font-weight: 400;
}
.sbc_barcelona_main_section .find_out {
  position: relative;
  background: url("https://wazdan.com/wp-content/uploads/image-iphone.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1921px) {
  .sbc_barcelona_main_section .find_out {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section .find_out {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .find_out {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .find_out {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section .find_out {
    padding: 60px 28px;
  }
}
@media only screen and (max-width: 1450px) {
  .sbc_barcelona_main_section .find_out {
    background-position: bottom right -150px;
  }
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .find_out {
    background: none;
  }
}
.sbc_barcelona_main_section .find_out .line {
  height: 4px;
  background-color: #D60000;
  width: 85%;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section .find_out .line {
    display: none;
  }
}
.sbc_barcelona_main_section .find_out .line .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sbc_barcelona_main_section .find_out .line .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  left: -20px;
  transform: translate(50%, -50%);
  top: 50%;
}
.sbc_barcelona_main_section .find_out .content_wrapper {
  max-width: 1000px;
  background-color: rgba(255, 255, 255, 0.7607843137);
}
@media only screen and (max-width: 1450px) {
  .sbc_barcelona_main_section .find_out .content_wrapper {
    max-width: 850px;
  }
}
.sbc_barcelona_main_section .find_out .content_wrapper h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .find_out .content_wrapper h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sbc_barcelona_main_section .find_out .content_wrapper img {
  padding: 25px 0;
}
.sbc_barcelona_main_section .find_out .content_wrapper .bold {
  color: #000;
  font-size: 28px;
  font-weight: 700;
}
.sbc_barcelona_main_section .find_out .content_wrapper p {
  color: #000;
  font-size: 28px;
  font-weight: 400;
}
.sbc_barcelona_main_section .contact_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  text-align: center;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .contact_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.sbc_barcelona_main_section .contact_section h2 .red {
  color: #E23535;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper {
  max-width: 1450px;
  margin: auto;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members {
  padding-bottom: 100px;
  gap: 32px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .contact_section .contact__wrapper .team__members {
    gap: 15px;
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
  }
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member {
  width: 300px;
  text-align: center;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image {
  position: relative;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #E23535;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #FF3D17;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
    width: 48px;
    height: 48px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image .linkedin svg {
  width: 24px;
  fill: white;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image .phone {
  position: absolute;
  bottom: 20px;
  right: 118px;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image .phone img {
  width: 43px;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image .mail {
  position: absolute;
  bottom: 20px;
  right: 70px;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image .mail img {
  width: 43px;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__image img.person__image {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__name {
  margin-top: 30px;
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section .contact_section .contact__wrapper .team__members .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}

.sbc_barcelona_main_section_end .header_section {
  padding-bottom: 0 !important;
  margin-top: 86px;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  background: url("https://wazdan.com/wp-content/uploads/header_bcg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1921px) {
  .sbc_barcelona_main_section_end .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section_end .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section_end .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section_end .header_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_section {
    flex-direction: column;
    background-size: contain;
    background-position: top;
    padding: 25% 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .header_section {
    margin-top: 60px;
    padding: 25% 28px;
  }
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper {
  padding: 4%;
  flex: 3;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_section .hero_content_wrapper {
    padding: 0;
  }
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1145px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content {
    flex: auto;
    gap: 10px;
  }
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content .umbrella_mobile {
  display: none;
  max-width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content .umbrella_mobile {
    display: block;
  }
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content h1 {
  font-weight: 800;
  font-size: 46px;
  line-height: 119.6%;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content h1 .red {
  color: #E23535;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content h1 span {
    padding-right: 150px;
  }
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content h2 .red {
  color: #E23535;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content h2 {
    font-size: 30px;
    line-height: 36px;
    padding: 30px 0;
  }
}
.sbc_barcelona_main_section_end .header_section .hero_content_wrapper .hero_content p {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  max-width: 968px;
}
.sbc_barcelona_main_section_end .header_section .umbrella_wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}
.sbc_barcelona_main_section_end .header_section .umbrella_wrapper img {
  position: absolute;
  bottom: 0;
  right: 2%;
}
@media only screen and (max-width: 1450px) {
  .sbc_barcelona_main_section_end .header_section .umbrella_wrapper img {
    max-width: 30%;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section_end .header_section .umbrella_wrapper img {
    max-width: 35%;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section_end .header_section .umbrella_wrapper img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_section .umbrella_wrapper img {
    display: block;
    position: static;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .header_section .umbrella_wrapper img {
    display: none;
  }
}
.sbc_barcelona_main_section_end .header_second_section {
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_second_section {
    padding-bottom: 30px;
  }
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper {
    padding: 30px;
    flex-direction: column;
  }
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .line {
  height: 4px;
  background-color: #D60000;
  width: 70%;
  position: absolute;
  top: 40px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .line {
    display: none;
  }
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .line_second {
  height: 4px;
  background-color: #D60000;
  width: 70%;
  position: absolute;
  bottom: 20px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .line_second {
    display: none;
  }
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .line_second .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .line_second .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .mystery_box_img {
  max-width: 360px;
  z-index: 1;
  padding-left: 5%;
}
@media only screen and (max-width: 1450px) {
  .sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .mystery_box_img {
    max-width: 260px;
  }
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper .mystery_box_img {
    display: none;
  }
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper p {
  color: #000;
  text-align: right;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  z-index: 1;
}
.sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper p .underline {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .header_second_section .mystery_box_wrapper p {
    text-align: left;
  }
}
.sbc_barcelona_main_section_end .form_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sbc_barcelona_main_section_end .form_section .form_text {
  flex: 1;
  width: 100%;
  padding: 5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .form_section .form_text {
    flex: unset;
    padding: 30px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_text .bold {
  font-weight: 700;
}
.sbc_barcelona_main_section_end .form_section .form_text .italic {
  font-style: italic;
  font-weight: 700;
}
.sbc_barcelona_main_section_end .form_section .form_text .red {
  color: #E23535;
  font-weight: 700;
}
.sbc_barcelona_main_section_end .form_section .form_text h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FF3D17;
  padding-bottom: 20px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section_end .form_section .form_text h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_text p {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
}
.sbc_barcelona_main_section_end .form_section .form_text .bold {
  font-weight: 700;
  padding-top: 20px;
}
.sbc_barcelona_main_section_end .form_section .form_text .italic {
  font-style: italic;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona {
  flex: 1;
  background: #EEEEEE;
  box-shadow: -2px 0px 14px rgba(0, 0, 0, 0.25);
  border-radius: 72px 0 0 72px;
  padding: 3% 5%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona {
    margin: 15px;
    border-radius: 30px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-page-indicator {
  display: none;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .accept_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .accept_txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
    display: block;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field.instant_integration {
  display: block;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .wpforms-field {
  display: block;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour > label {
  padding-bottom: 20px;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day label {
  padding-bottom: 20px;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
  padding-right: 20px !important;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
  border-right: 1px solid #000 !important;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
    border: none !important;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
    border: none !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:nth-child(4) {
  border-right: none !important;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li input {
  display: none;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
    padding: 7px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul .wpforms-selected label {
  background-color: #191919;
  color: #ffffff;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
  padding-right: 20px !important;
  border-right: 1px solid #e23535 !important;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
    padding-right: 0px !important;
    border-right: none !important;
    margin-right: 0px !important;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li:nth-child(4n) {
  border-right: none !important;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container {
    padding-bottom: 0px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label, .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label-inline {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .next_button {
  padding-top: 30px;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .next_button button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .next_button button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .instant_integration ul li input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li {
    padding-right: 0px !important;
    border-right: none !important;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li input {
  display: none;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:active {
  border-color: #C43131;
  background-color: #C43131;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
    padding: 7px 17px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
  background-color: #E23535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
    padding: 7px 17px;
  }
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona #barcelonaButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
  display: none;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona #barcelonaButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .sending {
  opacity: 0.7;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona #formApiErros {
  display: flex;
  flex-wrap: wrap;
}
.sbc_barcelona_main_section_end .form_section .form_sbc_barcelona #formApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
.sbc_barcelona_main_section_end .leaderboard_section {
  padding-bottom: 0 !important;
  max-width: 80vw;
  margin: auto;
}
@media (min-width: 1921px) {
  .sbc_barcelona_main_section_end .leaderboard_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section_end .leaderboard_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section_end .leaderboard_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .leaderboard_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section_end .leaderboard_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .leaderboard_section {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sbc_barcelona_main_section_end .leaderboard_section #nav-tabContent {
  max-height: 600px;
  overflow-y: scroll;
}
.sbc_barcelona_main_section_end .leaderboard_section .nav {
  justify-content: center;
  background: #000;
  gap: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
}
.sbc_barcelona_main_section_end .leaderboard_section .nav a {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 30px;
  border-radius: 20px 20px 0 0;
  border: 2px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .sbc_barcelona_main_section_end .leaderboard_section .nav a {
    padding: 10px 25px;
    width: 100%;
    height: 100%;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1924px) {
  .sbc_barcelona_main_section_end .leaderboard_section .nav a {
    font-size: 2rem;
    padding: 30px 50px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .leaderboard_section .nav a {
    width: 140px;
  }
}
.sbc_barcelona_main_section_end .leaderboard_section .nav a.active {
  color: #000;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.sbc_barcelona_main_section_end .leaderboard_section .nav .active {
  color: #000;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.sbc_barcelona_main_section_end .leaderboard_section .image_wrapper {
  background: rgb(25, 25, 25);
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.sbc_barcelona_main_section_end .leaderboard_section .image_wrapper img {
  width: 600px;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .leaderboard_section .image_wrapper {
    width: 100%;
  }
}
.sbc_barcelona_main_section_end .leaderboard_section .table {
  background-color: #000;
  border-radius: 0 0 20px 20px;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .sbc_barcelona_main_section_end .leaderboard_section .table {
    font-size: 16px;
  }
}
.sbc_barcelona_main_section_end .leaderboard_section .table thead th {
  color: #fff;
}
.sbc_barcelona_main_section_end .leaderboard_section .table button.replayBtn {
  color: #fff;
  background-color: transparent;
  border: none;
}
.sbc_barcelona_main_section_end .leaderboard_section .table button.replayBtn svg {
  height: 40px;
}
.sbc_barcelona_main_section_end .leaderboard_section #modalReplaySbc button.close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  filter: invert(1);
  z-index: 9;
  font-size: 35px;
}
.sbc_barcelona_main_section_end .schedule_section {
  padding-bottom: 0 !important;
}
@media (min-width: 1921px) {
  .sbc_barcelona_main_section_end .schedule_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_barcelona_main_section_end .schedule_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section_end .schedule_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_main_section_end .schedule_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_barcelona_main_section_end .schedule_section {
    padding: 60px 28px;
  }
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper {
  padding: 7%;
  position: relative;
  border-left: 4px solid #e23535;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .movie_section {
  max-width: 80vw;
  margin: auto;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .movie_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .movie_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .movie_section h2 .red {
  color: #E23535;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .movie_section .video_container {
  position: relative;
  width: 100%;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .movie_section .video_container video {
  width: 100%;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .line {
  height: 4px;
  background-color: #D60000;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .line .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .line .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .line_second {
  height: 4px;
  background-color: #D60000;
  width: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .line_second .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sbc_barcelona_main_section_end .schedule_section .schedule_wrapper .line_second .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
  z-index: 1;
}
.sbc_barcelona_main_section_end .contact_section {
  padding-bottom: 100px;
}
.sbc_barcelona_main_section_end .contact_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  text-align: center;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .sbc_barcelona_main_section_end .contact_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.sbc_barcelona_main_section_end .contact_section h2 .red {
  color: #E23535;
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg-container.bwg-border-box {
  gap: 24px;
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg-container.bwg-border-box .bwg-item {
  position: relative;
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg-container.bwg-border-box .bwg-item .plus {
  position: absolute;
  bottom: 0%;
  right: 0%;
  font-size: 30px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.75);
  transform: translate(-50%, -50%) scale(1);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: 1;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  animation: scaleAnimation linear 1s;
  z-index: 999;
}
@keyframes scaleAnimation {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg-container.bwg-border-box .bwg-item .bwg-item0 {
  border-radius: 30px !important;
  overflow: hidden;
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg-container.bwg-border-box .bwg-item .bwg-item0 img {
  object-fit: cover;
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg_nav_cont_0 #bwg_load_0 {
  margin-top: 56px !important;
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg_nav_cont_0 #bwg_load_0 .bwg-a.bwg_load_btn {
  background: #FAFAFA !important;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15) !important;
  border-radius: 5px !important;
  border: 1px solid #FAFAFA !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  color: #E23535 !important;
  padding: 12px 24px !important;
}
.sbc_barcelona_main_section_end .contact_section .galleryLightbox .bwg_nav_cont_0 #bwg_load_0 .bwg-a.bwg_load_btn:hover {
  border: 1px solid #E23535;
}

.sbc_barcelona_registration_form .form_section {
  margin-top: 86px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 5%;
  align-content: center;
  align-items: center;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona {
  flex: 1;
  background: #EEEEEE;
  box-shadow: -2px 0px 14px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 3% 5%;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
@media (max-width: 1024px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona {
    margin: 15px;
    border-radius: 30px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-page-indicator {
  display: none;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .accept_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .accept_txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
    display: block;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field.instant_integration {
  display: block;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .wpforms-field {
  display: block;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour > label {
  padding-bottom: 20px;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day label {
  padding-bottom: 20px;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
  padding-right: 20px !important;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
  border-right: 1px solid #000 !important;
}
@media (max-width: 1024px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
    border: none !important;
  }
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
    border: none !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:nth-child(4) {
  border-right: none !important;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li input {
  display: none;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
    padding: 7px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul .wpforms-selected label {
  background-color: #191919;
  color: #ffffff;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
  padding-right: 20px !important;
  border-right: 1px solid #e23535 !important;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
    padding-right: 0px !important;
    border-right: none !important;
    margin-right: 0px !important;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li:nth-child(4n) {
  border-right: none !important;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container {
    padding-bottom: 0px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label, .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label-inline {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .next_button {
  padding-top: 30px;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .next_button button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .next_button button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .instant_integration ul li input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li {
    padding-right: 0px !important;
    border-right: none !important;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li input {
  display: none;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:active {
  border-color: #C43131;
  background-color: #C43131;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
    padding: 7px 17px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
  background-color: #E23535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .sbc_barcelona_registration_form .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
    padding: 7px 17px;
  }
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona #barcelonaButtonForm {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona #barcelonaButtonForm:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .sending {
  opacity: 0.7;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona #formApiErros {
  display: flex;
  flex-wrap: wrap;
}
.sbc_barcelona_registration_form .form_section .form_sbc_barcelona #formApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}

.container-wazdan-tournament-trip ::selection {
  color: #E23535;
  background: transparent;
}
.container-wazdan-tournament-trip .background {
  background: url(./../images/lp-tournament/wazdan_lets_play_a_game_background.jpg) no-repeat;
  background-size: cover;
}
.container-wazdan-tournament-trip .section {
  min-height: 100vh;
  position: relative;
}
.container-wazdan-tournament-trip .section .slide > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  animation: slide 45s infinite;
  opacity: 0;
  overflow: hidden;
  background-repeat: repeat;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(2) {
  animation-delay: 5s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(3) {
  animation-delay: 10s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(4) {
  animation-delay: 15s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(5) {
  animation-delay: 20s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(6) {
  animation-delay: 25s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(7) {
  animation-delay: 30s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(8) {
  animation-delay: 35s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(9) {
  animation-delay: 40s;
}
.container-wazdan-tournament-trip .section .slide > div:nth-child(10) {
  animation-delay: 45s;
}
@keyframes slide {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}
.container-wazdan-tournament-trip .section .container {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5% 0;
}
.container-wazdan-tournament-trip .section .container .row {
  width: 100%;
  justify-content: center;
}
@media (max-width: 1024px) {
  .container-wazdan-tournament-trip .section .container {
    padding-top: 100px;
  }
}
.container-wazdan-tournament-trip .section .container .red-txt {
  color: #E23535;
}
.container-wazdan-tournament-trip .section .container .user-data {
  margin: 2rem 0;
  text-align: center;
  color: #fff;
}
.container-wazdan-tournament-trip .section .container .user-data h3 {
  color: #fff;
  font-size: 2rem;
}
.container-wazdan-tournament-trip .section .container .user-data h4 {
  color: #fff;
  font-weight: 800;
}
.container-wazdan-tournament-trip .section .container .user-data .results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
  column-gap: 3rem;
  justify-content: center;
}
.container-wazdan-tournament-trip .section .container .user-data .results p {
  color: #fff;
}
.container-wazdan-tournament-trip .section .container .user-data .results .bets-now {
  justify-self: end;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .user-data .results .bets-now {
    justify-self: center;
  }
}
.container-wazdan-tournament-trip .section .container .user-data .results .bets-target {
  justify-self: start;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .user-data .results .bets-target {
    justify-self: center;
  }
}
.container-wazdan-tournament-trip .section .container .user-data .results .box {
  background-color: rgba(0, 0, 0, 0.5019607843);
  min-width: 200px;
  border: 1px solid #766976;
  border-radius: 10px;
  margin: 20px 0;
}
.container-wazdan-tournament-trip .section .container .user-data .counter .countdown {
  display: flex;
  justify-content: space-between;
  margin: 2% auto 5% auto;
  width: 60%;
  min-width: 800px;
}
.container-wazdan-tournament-trip .section .container .user-data .counter .countdown .container {
  padding: 0;
}
.container-wazdan-tournament-trip .section .container .user-data .counter .countdown .container {
  position: relative;
}
.container-wazdan-tournament-trip .section .container .user-data .counter .countdown .container svg {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .user-data .counter .countdown .container svg {
    top: inherit;
    left: inherit;
  }
}
.container-wazdan-tournament-trip .section .container .user-data .counter .countdown .container .label {
  position: absolute;
  width: 100px;
  height: 65px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  text-align: center;
  display: flex;
  flex-direction: column;
}
.container-wazdan-tournament-trip .section .container .user-data .counter .countdown .container .label span:first-of-type {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.container-wazdan-tournament-trip .section .container .user-data .counter .countdown .container .label span:nth-of-type(2) {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .container-wazdan-tournament-trip .section .container .user-data .counter .countdown {
    flex-direction: column;
    align-items: center;
    height: 900px;
    width: auto;
    min-width: auto;
  }
}
.container-wazdan-tournament-trip .section .container .user-data #counter {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 5rem;
}
.container-wazdan-tournament-trip .section .container .user-data .update-info {
  text-transform: uppercase;
  color: #fff;
}
.container-wazdan-tournament-trip .section .container h4.user-data {
  font-weight: 600;
}
.container-wazdan-tournament-trip .section .container #progress {
  margin: 1.5rem auto;
  width: 50%;
  background-color: transparent;
  padding: 5px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container #progress {
    width: 100%;
  }
}
.container-wazdan-tournament-trip .section .container #progress .progress-box {
  border: 1px solid #a8a2a8;
  padding: 5px;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0.5019607843);
  overflow-x: hidden;
}
.container-wazdan-tournament-trip .section .container #myBar {
  background-color: #E23535;
  width: 0%;
  border-radius: 35px;
  max-width: 100%;
  color: #fff;
}
.container-wazdan-tournament-trip .section .container p#myBar {
  margin: 0;
}
.container-wazdan-tournament-trip .section .container .hero-content {
  text-align: center;
  margin-bottom: 5rem;
  padding: 20px;
  animation: title 3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-delay: 1s;
}
.container-wazdan-tournament-trip .section .container .hero-content h1.title {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .hero-content h1.title {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
.container-wazdan-tournament-trip .section .container .hero-content .img-join {
  max-width: 60%;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .hero-content .img-join {
    max-width: 100%;
  }
}
@-webkit-keyframes title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container-wazdan-tournament-trip .section .container .hero-content img {
  width: 100%;
}
.container-wazdan-tournament-trip .section .container .hero-content .img-lets-play {
  animation: img-lets-play 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
.container-wazdan-tournament-trip .section .container .hero-content .img-lets-play-mobile {
  display: none !important;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .hero-content .img-lets-play-mobile {
    display: block !important;
  }
  .container-wazdan-tournament-trip .section .container .hero-content .img-lets-play {
    display: none !important;
  }
}
@-webkit-keyframes img-lets-play {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes img-lets-play {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.container-wazdan-tournament-trip .section .container .arrows {
  position: absolute;
  bottom: 10%;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .arrows {
    bottom: 2%;
  }
}
.container-wazdan-tournament-trip .section .container .arrow i {
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  animation: fa-chevron-down 2s infinite;
}
@keyframes fa-chevron-down {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.container-wazdan-tournament-trip .section .container .details {
  list-style: none;
}
.container-wazdan-tournament-trip .section .container .details i {
  padding-right: 15px;
  font-size: 3rem;
  vertical-align: middle;
  color: #E23535;
  line-height: 1.3rem;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container .details {
    padding: 0;
  }
  .container-wazdan-tournament-trip .section .container .details i {
    font-size: 2rem;
  }
}
.container-wazdan-tournament-trip .section .container h2 {
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  padding: 1.5rem 0;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip .section .container h2 {
    font-size: 1.5rem;
  }
}
.container-wazdan-tournament-trip .section .container h3 {
  color: #fff;
  font-size: 2rem;
}
.container-wazdan-tournament-trip .section .container .text {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.container-wazdan-tournament-trip .section .container .info {
  font-size: 14px;
}
.container-wazdan-tournament-trip #second-section .slide > div {
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  animation: slide 45s infinite;
  opacity: 0;
  overflow: hidden;
  background-repeat: repeat-y;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(2) {
  animation-delay: 5s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(3) {
  animation-delay: 10s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(4) {
  animation-delay: 15s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(5) {
  animation-delay: 20s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(6) {
  animation-delay: 25s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(7) {
  animation-delay: 30s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(8) {
  animation-delay: 35s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(9) {
  animation-delay: 40s;
}
.container-wazdan-tournament-trip #second-section .slide > div:nth-child(10) {
  animation-delay: 45s;
}
@keyframes slide {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
}
.container-wazdan-tournament-trip #second-section .container .row {
  width: 100%;
  justify-content: center;
}
.container-wazdan-tournament-trip #second-section .winner-wrapper-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 5% 0;
}
.container-wazdan-tournament-trip #second-section .winner-wrapper-gallery .gallery-img {
  height: 200px;
  border-radius: 5px;
}
.container-wazdan-tournament-trip #second-section h2 {
  padding: 0.5rem;
  margin-bottom: 2px;
  font-size: 2.5rem;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament-trip #second-section {
    height: 100%;
  }
}

.container-wazdan-tournament ::selection {
  color: #E23535;
  background: transparent;
}
.container-wazdan-tournament .background {
  background-image: url("../images/lp-tournament/wazdan_lets_play_a_game_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.container-wazdan-tournament .section {
  height: 100vh;
  position: relative;
}
.container-wazdan-tournament .section .container {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.container-wazdan-tournament .section .container .row {
  width: 100%;
  justify-content: center;
}
.container-wazdan-tournament .section .container .hero-content h1.title {
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin-top: 5rem;
  animation: title 3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-delay: 1s;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament .section .container .hero-content h1.title {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
@-webkit-keyframes title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes title {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container-wazdan-tournament .section .container .hero-content img {
  width: 100%;
}
.container-wazdan-tournament .section .container .hero-content .img-lets-play {
  animation: img-lets-play 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
.container-wazdan-tournament .section .container .hero-content .img-lets-play-mobile {
  display: none !important;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament .section .container .hero-content .img-lets-play-mobile {
    display: block !important;
  }
  .container-wazdan-tournament .section .container .hero-content .img-lets-play {
    display: none !important;
  }
}
@-webkit-keyframes img-lets-play {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes img-lets-play {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.container-wazdan-tournament .section .container .arrows {
  position: absolute;
  bottom: 90px;
}
.container-wazdan-tournament .section .container .arrow i {
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  animation: fa-chevron-down 2s infinite;
}
@keyframes fa-chevron-down {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.container-wazdan-tournament .section .container .details {
  list-style: none;
}
.container-wazdan-tournament .section .container .details i {
  padding-right: 15px;
  font-size: 3rem;
  vertical-align: middle;
  color: #E23535;
  line-height: 1.3rem;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament .section .container .details {
    padding: 0;
  }
  .container-wazdan-tournament .section .container .details i {
    font-size: 2rem;
  }
}
.container-wazdan-tournament .section .container h2 {
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 2.5rem;
  padding: 1.5rem 0;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament .section .container h2 {
    font-size: 1.5rem;
  }
}
.container-wazdan-tournament .section .container .text {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
.container-wazdan-tournament .section .container .info {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .container-wazdan-tournament #second-section {
    height: 100%;
    padding: 5% 0;
  }
}

.site-sbc-summit-latinoamerica-2023 .globalAward {
  display: none;
}

.sbc_latinoamerica_main_section .header_section {
  padding-bottom: 0 !important;
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  background: url("https://wazdan.com/wp-content/uploads/header-background.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
}
@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section .header_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .header_section {
    flex-direction: column;
    background-size: contain;
    background-position: top;
    padding: 25% 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .header_section {
    margin-top: 60px;
    padding: 25% 28px;
  }
}
.sbc_latinoamerica_main_section .header_section .hero_content_wrapper {
  padding-top: 10%;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .header_section .hero_content_wrapper {
    padding: 0;
  }
}
.sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 1140px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content {
    flex: auto;
    gap: 10px;
  }
}
.sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content iframe {
  width: 100%;
  height: 645px;
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content iframe {
    height: 300px;
  }
}
.sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content .client_logo {
  max-width: 360px;
  width: 100%;
}
.sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content h1 {
  color: #E23535;
  text-align: center;
  font-family: Melted Monster;
  font-size: 90px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content h3 {
  color: #000;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 51.5px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content h3 {
    font-size: 30px;
    line-height: 36px;
    padding: 30px 0;
  }
}
.sbc_latinoamerica_main_section .header_section .hero_content_wrapper .hero_content video {
  max-width: 100%;
}
.sbc_latinoamerica_main_section .meeting_section {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section .meeting_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section .meeting_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .meeting_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .meeting_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section .meeting_section {
    padding: 60px 28px;
  }
}
.sbc_latinoamerica_main_section .meeting_section h2 {
  color: #000;
  font-family: Melted Monster;
  font-size: 60px;
  font-weight: 400;
  padding-bottom: 50px;
  text-align: center;
}
.sbc_latinoamerica_main_section .meeting_section h2 .red {
  color: #E23535;
  font-family: Melted Monster;
  font-size: 60px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section .meeting_section .ico_image {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .meeting_section .ico_image {
    display: none;
  }
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .meeting_section .content_wrapper {
    flex-direction: column;
  }
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .description_wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .description_wrapper p {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 30px;
  line-height: 1.2em;
  margin: 0;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .description_wrapper .red {
  color: #E23535;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper {
  flex: 1;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form {
  padding: 50px;
  background-color: #272727;
  margin-top: -17px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form {
    margin-top: -6px;
  }
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .latinoamerica_form .wpforms-field-label {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .latinoamerica_form .policy {
  color: #AFAFAF;
  font-size: 20px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .latinoamerica_form div.wpforms-container-full {
  margin: 0;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .latinoamerica_form .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .latinoamerica_form .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form #latinoamericaButton, .sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form #latinoamericaButtonEs {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form #latinoamericaButton:hover, .sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form #latinoamericaButtonEs:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
  display: grid;
  grid-template-columns: 180px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
    display: block;
  }
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field-html.latinoamerica_hallowen_checkbox {
  display: block;
}
.sbc_latinoamerica_main_section .meeting_section .content_wrapper .form_wrapper .form #formApiErrosLatino p {
  color: #fff;
}
.sbc_latinoamerica_main_section .instant_integration {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section .instant_integration {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section .instant_integration {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .instant_integration {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .instant_integration {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section .instant_integration {
    padding: 60px 28px;
  }
}
.sbc_latinoamerica_main_section .instant_integration .content_wrapper {
  padding-bottom: 60px;
  width: 100%;
}
.sbc_latinoamerica_main_section .instant_integration .content_wrapper h2 {
  color: #000;
  font-family: Melted Monster;
  font-size: 60px;
  font-weight: 400;
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .instant_integration .content_wrapper h2 {
    font-size: 36px;
  }
}
.sbc_latinoamerica_main_section .instant_integration .content_wrapper h2 .red {
  color: #E23535;
  font-family: Melted Monster;
  font-size: 60px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .instant_integration .content_wrapper h2 .red {
    font-size: 36px;
  }
}
.sbc_latinoamerica_main_section .instant_integration .content_wrapper p {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sbc_latinoamerica_main_section .instant_integration .content_wrapper p .red {
  color: #E23535;
}
.sbc_latinoamerica_main_section .instant_integration .steps {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .instant_integration .steps {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .instant_integration .steps {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .instant_integration .steps img.arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .instant_integration .steps img.arrow {
    display: block;
    transform: rotate(45deg);
  }
}
.sbc_latinoamerica_main_section .instant_integration .steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  border-radius: 18px;
  border: 1px solid #E23535;
  background: #272727;
  width: 230px;
  padding: 22px;
  text-align: center;
  gap: 25px;
}
.sbc_latinoamerica_main_section .instant_integration .steps .step p {
  color: #fff;
  text-transform: uppercase;
}
.sbc_latinoamerica_main_section .games_section {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section .games_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section .games_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .games_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .games_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section .games_section {
    padding: 60px 28px;
  }
}
.sbc_latinoamerica_main_section .games_section .content_wrapper {
  padding-bottom: 60px;
  max-width: 1422px;
  width: 100%;
  margin: auto;
}
.sbc_latinoamerica_main_section .games_section .content_wrapper h2 {
  color: #000;
  font-family: Melted Monster;
  font-size: 60px;
  font-weight: 400;
  padding-bottom: 50px;
  text-align: center;
}
.sbc_latinoamerica_main_section .games_section .content_wrapper h2 .red {
  color: #E23535;
  font-family: Melted Monster;
  font-size: 60px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section .games_section .content_wrapper p {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sbc_latinoamerica_main_section .games_section .content_wrapper p .red {
  color: #E23535;
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper {
  display: flex;
  gap: 16px;
  margin: auto;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1700px;
  width: 100%;
  margin-bottom: 52px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .games_section .game__image__wrapper {
    margin-bottom: 45px;
  }
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  z-index: 10;
  position: relative;
  max-width: 405px;
  width: 100%;
  box-shadow: 0px 8px 8px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image {
    max-width: 390px;
  }
}
@media (max-width: 1290px) {
  .sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image {
    max-width: 370px;
  }
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image:hover {
  -webkit-transform: scale(0.97, 0.97);
  transform: scale(0.97) !important;
  transition: transform 0.4s ease-in-out;
  cursor: pointer;
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image:hover .overlay {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image:hover .overlay a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
  transition: transform 0s;
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image:hover .overlay a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image:hover .overlay a:focus {
  border: none;
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image:hover .overlay a:focus-visible {
  border: none;
}
.sbc_latinoamerica_main_section .games_section .game__image__wrapper .game__image img {
  width: 100%;
  border-radius: 20px;
}
.sbc_latinoamerica_main_section .los_muertos_section {
  padding-bottom: 0 !important;
  max-width: 1690px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section .los_muertos_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section .los_muertos_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .los_muertos_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .los_muertos_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section .los_muertos_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .los_muertos_section {
    flex-direction: column;
  }
}
.sbc_latinoamerica_main_section .los_muertos_section .content_wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  width: 100%;
}
.sbc_latinoamerica_main_section .los_muertos_section .content_wrapper h2 {
  color: #000;
  font-family: Melted Monster;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .los_muertos_section .content_wrapper h2 {
    font-size: 45px;
  }
}
.sbc_latinoamerica_main_section .los_muertos_section .content_wrapper h2 .red {
  color: #E23535;
  font-family: Melted Monster;
  font-size: 60px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .los_muertos_section .content_wrapper h2 .red {
    font-size: 45px;
  }
}
.sbc_latinoamerica_main_section .los_muertos_section .content_wrapper p {
  color: #000;
  font-size: 27px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section .los_muertos_section img {
  flex: 1;
  max-width: 700px;
  width: 100%;
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .los_muertos_section img {
    max-width: 500px;
  }
}
.sbc_latinoamerica_main_section img.bcg_latino_img {
  max-width: 1690px;
  width: 100%;
  display: flex;
  margin: auto;
}
.sbc_latinoamerica_main_section .haloweendrop_section {
  padding-bottom: 0 !important;
  max-width: 1690px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 90px;
}
@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section .haloweendrop_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section .haloweendrop_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .haloweendrop_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .haloweendrop_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section .haloweendrop_section {
    padding: 60px 28px;
  }
}
.sbc_latinoamerica_main_section .haloweendrop_section h2 {
  color: #000;
  font-family: Melted Monster;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .haloweendrop_section h2 {
    font-size: 45px;
  }
}
.sbc_latinoamerica_main_section .haloweendrop_section h2 .red {
  color: #E23535;
  font-family: Melted Monster;
  font-size: 80px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .haloweendrop_section h2 .red {
    font-size: 45px;
  }
}
.sbc_latinoamerica_main_section .haloweendrop_section .content_wrapper {
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .haloweendrop_section .content_wrapper {
    flex-wrap: wrap;
  }
}
.sbc_latinoamerica_main_section .haloweendrop_section .content_wrapper .content {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
}
.sbc_latinoamerica_main_section .haloweendrop_section .content_wrapper .content p {
  color: #000;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.3em;
}
.sbc_latinoamerica_main_section .haloweendrop_section .content_wrapper .content p.bold {
  font-weight: 800;
  font-size: 30px;
}
.sbc_latinoamerica_main_section .haloweendrop_section .content_wrapper .img_wrapper img {
  max-width: 630px;
  width: 100%;
}
.sbc_latinoamerica_main_section .meetus_section {
  padding-bottom: 20% !important;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: url("https://wazdan.com/wp-content/uploads/meetus_bcg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section .meetus_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section .meetus_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section .meetus_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .meetus_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section .meetus_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .meetus_section {
    background: none;
  }
}
.sbc_latinoamerica_main_section .meetus_section h2 {
  color: #000;
  text-align: center;
  font-family: Melted Monster;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5%;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section .meetus_section h2 {
    font-size: 40px;
  }
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper {
  max-width: 855px;
  width: 100%;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form {
  padding: 50px;
  background-color: #272727;
  margin-top: -17px;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .latinoamerica_form .wpforms-field-label {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .latinoamerica_form .policy {
  color: #AFAFAF;
  font-size: 20px;
  font-weight: 400;
  padding-top: 50px;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .latinoamerica_form div.wpforms-container-full {
  margin: 0;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .latinoamerica_form .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .latinoamerica_form .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
  display: grid;
  grid-template-columns: 180px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
    display: block;
  }
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field-html.latinoamerica_hallowen_checkbox {
  display: block;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form #latinoamericaButtonSecond, .sbc_latinoamerica_main_section .meetus_section .form_wrapper .form #latinoamericaButtonSecondEs {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form #latinoamericaButtonSecond:hover, .sbc_latinoamerica_main_section .meetus_section .form_wrapper .form #latinoamericaButtonSecondEs:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_latinoamerica_main_section .meetus_section .form_wrapper .form #formApiErrosLatino p {
  color: #fff;
}

@media (min-width: 1921px) {
  .sbc_latinoamerica_main_section_meeting .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sbc_latinoamerica_main_section_meeting .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sbc_latinoamerica_main_section_meeting .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section_meeting .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sbc_latinoamerica_main_section_meeting .header_section {
    padding: 60px 28px;
  }
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content {
  text-align: center;
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h1 {
  color: #000;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 51.5px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h1 {
    font-size: 36px;
    line-height: 1.2rem;
  }
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h1 .red {
  color: #E23535;
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h2 {
  color: #000;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: 51.5px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h2 {
    font-size: 32px;
    line-height: 1.2rem;
  }
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h3 {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 51.5px;
  letter-spacing: 6px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h3 {
    font-size: 30px;
    line-height: 1.2rem;
  }
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h4 {
  color: #E23535;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
  line-height: 51.5px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .hero_content h4 {
    font-size: 26px;
    line-height: 1.2rem;
  }
}
.sbc_latinoamerica_main_section_meeting .header_section .hero_content_wrapper .movie video {
  max-width: 500px;
  width: 100%;
}
.sbc_latinoamerica_main_section_meeting .meetus_section {
  background-color: #272727;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper {
  flex: 1;
  max-width: 800px;
  width: 100%;
  margin: auto;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form {
  padding: 50px;
  margin-top: -17px;
}
@media (max-width: 1024px) {
  .sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form {
    margin-top: -6px;
  }
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .latinoamerica_form .wpforms-field-label {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .latinoamerica_form .policy {
  color: #AFAFAF;
  font-size: 20px;
  font-weight: 400;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .latinoamerica_form div.wpforms-container-full {
  margin: 0;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .latinoamerica_form .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .latinoamerica_form .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form #latinoamericaButtonSecond {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form #latinoamericaButtonSecond:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field {
    display: block;
  }
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-field-html.latinoamerica_hallowen_checkbox {
  display: block;
}
.sbc_latinoamerica_main_section_meeting .meetus_section .form_wrapper .form #formApiErrosLatinoSecond p {
  color: #fff;
}

.site-sigma-europe-2023 .globalAward {
  display: none;
}

.sigma_europe_section .header_section {
  padding-bottom: 3% !important;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
@media (min-width: 1921px) {
  .sigma_europe_section .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigma_europe_section .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigma_europe_section .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigma_europe_section .header_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .sigma_europe_section .header_section {
    flex-direction: column;
    background-size: contain;
    background-position: top;
    padding: 25% 60px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .header_section {
    margin-top: 60px;
    padding: 25% 28px;
  }
}
.sigma_europe_section .header_section .hero_content_wrapper {
  flex: 1;
}
@media (max-width: 1024px) {
  .sigma_europe_section .header_section .hero_content_wrapper {
    padding: 0;
  }
}
.sigma_europe_section .header_section .hero_content_wrapper .hero_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1145px;
}
@media (max-width: 1024px) {
  .sigma_europe_section .header_section .hero_content_wrapper .hero_content {
    flex: auto;
    gap: 10px;
  }
}
.sigma_europe_section .header_section .hero_content_wrapper .hero_content .umbrella_mobile {
  display: none;
  max-width: 80%;
  margin: auto;
}
@media (max-width: 768px) {
  .sigma_europe_section .header_section .hero_content_wrapper .hero_content .umbrella_mobile {
    display: block;
  }
}
.sigma_europe_section .header_section .hero_content_wrapper .hero_content h1 {
  font-weight: 800;
  font-size: 46px;
  line-height: 119.6%;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1024px) {
  .sigma_europe_section .header_section .hero_content_wrapper .hero_content h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .header_section .hero_content_wrapper .hero_content h1 span {
    padding-right: 150px;
  }
}
.sigma_europe_section .header_section .hero_content_wrapper .hero_content h1 .jackpot_rain_logo {
  max-height: 80px;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .sigma_europe_section .header_section .hero_content_wrapper .hero_content h1 .jackpot_rain_logo {
    max-height: 70px;
    margin-top: 0px;
  }
}
.sigma_europe_section .header_section .hero_content_wrapper .hero_content h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.sigma_europe_section .header_section .hero_content_wrapper .hero_content h2 .red {
  color: #E23535;
}
@media (max-width: 1024px) {
  .sigma_europe_section .header_section .hero_content_wrapper .hero_content h2 {
    font-size: 30px;
    line-height: 36px;
    padding: 30px 0;
  }
}
.sigma_europe_section .header_section .hero_content_wrapper .hero_content p {
  color: #E23535;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sigma_europe_section .header_section .umbrella_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.sigma_europe_section .header_section .umbrella_wrapper img {
  max-width: 700px;
  width: 100%;
}
.sigma_europe_section .form_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #F5F5F5;
}
.sigma_europe_section .form_section .form_text {
  flex: 1;
  width: 100%;
  padding: 5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .sigma_europe_section .form_section .form_text {
    flex: unset;
    padding: 30px;
  }
}
.sigma_europe_section .form_section .form_text .bold {
  font-weight: 700;
}
.sigma_europe_section .form_section .form_text .italic {
  font-style: italic;
  font-weight: 700;
}
.sigma_europe_section .form_section .form_text .red {
  color: #E23535;
  font-weight: 700;
}
.sigma_europe_section .form_section .form_text h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FF3D17;
  padding-bottom: 20px;
}
@media (max-width: 1400px) {
  .sigma_europe_section .form_section .form_text h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sigma_europe_section .form_section .form_text p {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
}
.sigma_europe_section .form_section .form_text .bold {
  font-weight: 700;
  padding-top: 20px;
}
.sigma_europe_section .form_section .form_text .italic {
  font-style: italic;
}
.sigma_europe_section .form_section .form_sbc_barcelona {
  flex: 1;
  padding: 3% 5%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .sigma_europe_section .form_section .form_sbc_barcelona {
    margin: 15px;
    border-radius: 30px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-page-indicator {
  display: none;
}
.sigma_europe_section .form_section .form_sbc_barcelona .accept_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #AFAFAF;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .accept_txt {
    font-size: 16px;
    line-height: 20px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field {
    display: block;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container.wpforms-inline-labels .wpforms-form .wpforms-page-1 .wpforms-field.instant_integration {
  display: block;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .wpforms-field {
  display: block;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour > label {
  padding-bottom: 20px;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day label {
  padding-bottom: 20px;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
  padding-right: 20px !important;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
  border-right: 1px solid #000 !important;
}
@media (max-width: 1024px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:not(:last-child) {
    border: none !important;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li {
    border: none !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li:nth-child(4) {
  border-right: none !important;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li input {
  display: none;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul li label {
    padding: 7px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .meeting_day ul .wpforms-selected label {
  background-color: #191919;
  color: #ffffff;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 600px;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
  padding-right: 20px !important;
  border-right: 1px solid #e23535 !important;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li {
    padding-right: 0px !important;
    border-right: none !important;
    margin-right: 0px !important;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-page-2 .select_hour ul li:nth-child(4n) {
  border-right: none !important;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container {
    padding-bottom: 0px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label, .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-label-inline {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  display: none;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .next_button {
  padding-top: 30px;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .next_button button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .next_button button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .instant_integration ul li input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li {
    padding-right: 0px !important;
    border-right: none !important;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li input {
  display: none;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label:active {
  border-color: #C43131;
  background-color: #C43131;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul li label {
    padding: 7px 17px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
  background-color: #E23535;
  color: #ffffff;
}
@media (max-width: 768px) {
  .sigma_europe_section .form_section .form_sbc_barcelona .wpforms-container .wpforms-field-radio ul .wpforms-selected label {
    padding: 7px 17px;
  }
}
.sigma_europe_section .form_section .form_sbc_barcelona #sigmaButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 30px;
  display: none;
}
.sigma_europe_section .form_section .form_sbc_barcelona #sigmaButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.sigma_europe_section .form_section .form_sbc_barcelona .sending {
  opacity: 0.7;
}
.sigma_europe_section .form_section .form_sbc_barcelona .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
.sigma_europe_section .form_section .form_sbc_barcelona #sigmaFormApiErros {
  display: flex;
  flex-wrap: wrap;
}
.sigma_europe_section .form_section .form_sbc_barcelona #sigmaFormApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
.sigma_europe_section .schedule_section {
  padding-bottom: 0 !important;
}
@media (min-width: 1921px) {
  .sigma_europe_section .schedule_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigma_europe_section .schedule_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigma_europe_section .schedule_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .schedule_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigma_europe_section .schedule_section {
    padding: 60px 28px;
  }
}
.sigma_europe_section .schedule_section .schedule_wrapper {
  padding: 7%;
  position: relative;
  border-left: 4px solid #e23535;
}
.sigma_europe_section .schedule_section .schedule_wrapper .line {
  height: 4px;
  background-color: #D60000;
  width: 95%;
  position: absolute;
  top: 0;
  left: 0;
}
.sigma_europe_section .schedule_section .schedule_wrapper .line .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sigma_europe_section .schedule_section .schedule_wrapper .line .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
}
.sigma_europe_section .schedule_section .schedule_wrapper .line_second {
  height: 4px;
  background-color: #D60000;
  width: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.sigma_europe_section .schedule_section .schedule_wrapper .line_second .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sigma_europe_section .schedule_section .schedule_wrapper .line_second .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  right: 0px;
  transform: translate(50%, -50%);
  top: 50%;
  z-index: 1;
}
.sigma_europe_section .schedule_section .schedule_wrapper h3 {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .sigma_europe_section .schedule_section .schedule_wrapper h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sigma_europe_section .schedule_section .schedule_wrapper p {
  color: #000;
  font-size: 28px;
  font-weight: 400;
}
.sigma_europe_section .schedule_section .schedule_wrapper .steps .step {
  display: flex;
  gap: 75px;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .sigma_europe_section .schedule_section .schedule_wrapper .steps .step {
    flex-direction: column;
  }
}
.sigma_europe_section .schedule_section .schedule_wrapper .steps .step .content h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FF3D17;
  font-size: 33px;
}
@media (max-width: 1400px) {
  .sigma_europe_section .schedule_section .schedule_wrapper .steps .step .content h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sigma_europe_section .schedule_section .schedule_wrapper .steps .step .content p {
  font-size: 28px;
  font-weight: 400;
}
.sigma_europe_section .find_out {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1921px) {
  .sigma_europe_section .find_out {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigma_europe_section .find_out {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigma_europe_section .find_out {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .find_out {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigma_europe_section .find_out {
    padding: 60px 28px;
  }
}
.sigma_europe_section .find_out .line {
  height: 4px;
  background-color: #D60000;
  width: 85%;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .sigma_europe_section .find_out .line {
    display: none;
  }
}
.sigma_europe_section .find_out .line .dot_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.sigma_europe_section .find_out .line .dot_wrapper .dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D60000;
  position: absolute;
  left: -20px;
  transform: translate(50%, -50%);
  top: 50%;
}
.sigma_europe_section .find_out .content_wrapper {
  max-width: 900px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7607843137);
}
@media only screen and (max-width: 1450px) {
  .sigma_europe_section .find_out .content_wrapper {
    max-width: 850px;
  }
}
.sigma_europe_section .find_out .content_wrapper h4 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 20px;
}
@media (max-width: 1400px) {
  .sigma_europe_section .find_out .content_wrapper h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
.sigma_europe_section .find_out .content_wrapper img {
  padding: 25px 0;
}
.sigma_europe_section .find_out .content_wrapper .bold {
  color: #000;
  font-size: 28px;
  font-weight: 700;
}
.sigma_europe_section .find_out .content_wrapper p {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  padding-bottom: 20px;
}
.sigma_europe_section .find_out .phone_wrapper img {
  width: 100%;
  position: relative;
  max-width: 600px;
  margin-bottom: -100px;
  z-index: 2;
}
.sigma_europe_section .map_section {
  padding-bottom: 0 !important;
}
@media (min-width: 1921px) {
  .sigma_europe_section .map_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigma_europe_section .map_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigma_europe_section .map_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .map_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigma_europe_section .map_section {
    padding: 60px 28px;
  }
}
.sigma_europe_section .map_section .map_wrapper {
  text-align: center;
}
.sigma_europe_section .map_section .map_wrapper img {
  border-radius: 20px;
}
.sigma_europe_section .contact_section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  text-align: center;
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 1400px) {
  .sigma_europe_section .contact_section h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
.sigma_europe_section .contact_section h2 .red {
  color: #E23535;
}
.sigma_europe_section .contact_section .contact__wrapper {
  max-width: 1450px;
  margin: auto;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members {
  padding-bottom: 100px;
  gap: 32px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sigma_europe_section .contact_section .contact__wrapper .team__members {
    gap: 15px;
    width: 100%;
    margin: auto;
    padding-bottom: 50px;
  }
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member {
  width: 300px;
  text-align: center;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image {
  position: relative;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #E23535;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #FF3D17;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image .linkedin {
    width: 48px;
    height: 48px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image .linkedin svg {
  width: 24px;
  fill: white;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image .phone {
  position: absolute;
  bottom: 20px;
  right: 118px;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image .phone img {
  width: 43px;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image .mail {
  position: absolute;
  bottom: 20px;
  right: 70px;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image .mail img {
  width: 43px;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__image img.person__image {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__name {
  margin-top: 30px;
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  .sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .sigma_europe_section .contact_section .contact__wrapper .team__members .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}
.sigma_europe_section .leaderboard_section {
  padding-bottom: 0 !important;
  max-width: 80vw;
  margin: auto;
}
@media (min-width: 1921px) {
  .sigma_europe_section .leaderboard_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigma_europe_section .leaderboard_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigma_europe_section .leaderboard_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .leaderboard_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigma_europe_section .leaderboard_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .sigma_europe_section .leaderboard_section {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sigma_europe_section .leaderboard_section #nav-tabContent {
  max-height: 600px;
  overflow-y: scroll;
}
.sigma_europe_section .leaderboard_section .nav {
  justify-content: center;
  background: #000;
  gap: 20px;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
}
.sigma_europe_section .leaderboard_section .nav a {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 30px;
  border-radius: 20px 20px 0 0;
  border: 2px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .sigma_europe_section .leaderboard_section .nav a {
    padding: 10px 25px;
    width: 100%;
    height: 100%;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1924px) {
  .sigma_europe_section .leaderboard_section .nav a {
    font-size: 2rem;
    padding: 30px 50px;
  }
}
@media (max-width: 768px) {
  .sigma_europe_section .leaderboard_section .nav a {
    width: 140px;
  }
}
.sigma_europe_section .leaderboard_section .nav a.active {
  color: #000;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.sigma_europe_section .leaderboard_section .nav .active {
  color: #000;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
}
.sigma_europe_section .leaderboard_section .image_wrapper {
  background: rgb(25, 25, 25);
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.sigma_europe_section .leaderboard_section .image_wrapper img {
  width: 600px;
}
@media (max-width: 1024px) {
  .sigma_europe_section .leaderboard_section .image_wrapper {
    width: 100%;
  }
}
.sigma_europe_section .leaderboard_section .table {
  background-color: #000;
  border-radius: 0 0 20px 20px;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .sigma_europe_section .leaderboard_section .table {
    font-size: 16px;
  }
}
.sigma_europe_section .leaderboard_section .table thead th {
  color: #fff;
}
.sigma_europe_section .leaderboard_section .table button.replayBtn {
  color: #fff;
  background-color: transparent;
  border: none;
}
.sigma_europe_section .leaderboard_section .table button.replayBtn svg {
  height: 40px;
}
.sigma_europe_section .leaderboard_section #modalReplaySbc button.close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  filter: invert(1);
  z-index: 9;
  font-size: 35px;
}

.us_integration_main {
  margin-top: 84px;
}
@media (max-width: 1024px) {
  .us_integration_main {
    margin-top: 60px;
  }
}
.us_integration_main .header_section {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  background: -webkit-linear-gradient(10deg, #E8E8E8 60%, #fff 60%);
  background: -o-linear-gradient(10deg, #E8E8E8 60%, #fff 60%);
  background: -moz-linear-gradient(10deg, #E8E8E8 60%, #fff 60%);
  background: linear-gradient(10deg, #E8E8E8 60%, #fff 60%);
}
@media (min-width: 1921px) {
  .us_integration_main .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .us_integration_main .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .us_integration_main .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .us_integration_main .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .us_integration_main .header_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .us_integration_main .header_section {
    gap: 40px;
  }
}
.us_integration_main .header_section h1 {
  color: #001C43;
  text-align: center;
  font-size: 54px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .us_integration_main .header_section h1 {
    font-size: 34px;
  }
}
.us_integration_main .header_section h1 .red {
  color: #E23535;
  font-size: 54px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .us_integration_main .header_section h1 .red {
    font-size: 34px;
  }
}
.us_integration_main .header_section .banner_img {
  max-width: 1200px;
  width: 100%;
}
.us_integration_main .form_section {
  background-color: #E8E8E8;
}
@media (min-width: 1921px) {
  .us_integration_main .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .us_integration_main .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .us_integration_main .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .us_integration_main .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .us_integration_main .form_section {
    padding: 60px 28px;
  }
}
.us_integration_main .form_section h2 {
  color: #001C43;
  text-align: center;
  font-size: 54px;
  font-weight: 800;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .us_integration_main .form_section h2 {
    padding-bottom: 50px;
    font-size: 34px;
    padding: 40px 0;
  }
}
.us_integration_main .form_section h2 .red {
  color: #E23535;
  font-size: 54px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .us_integration_main .form_section h2 .red {
    font-size: 34px;
  }
}
.us_integration_main .form_section .form {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.us_integration_main .form_section .form .wpforms-container {
  margin-top: 20px;
}
.us_integration_main .form_section .form .wpforms-container input[type=text], .us_integration_main .form_section .form .wpforms-container textarea, .us_integration_main .form_section .form .wpforms-container input[type=email] {
  background: #FFFFFF;
  border: 0.5px solid #191919;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.us_integration_main .form_section .form .wpforms-container .wpforms-field-label {
  color: var(--secondary-main-100, #191919);
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}
.us_integration_main .form_section .form .wpforms-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: auto;
}
.us_integration_main .form_section .form .wpforms-container .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.us_integration_main .form_section .form #usIntegrationButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: auto;
  display: none;
}
.us_integration_main .form_section .form #usIntegrationButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.us_integration_main .form_section .form .sending {
  opacity: 0.7;
}
.us_integration_main .form_section .form .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
.us_integration_main .form_section .form #usIntegrationFormApiErros {
  display: flex;
  flex-wrap: wrap;
}
.us_integration_main .form_section .form #usIntegrationFormApiErros p {
  color: #E23535;
  font-size: 14px;
  line-height: 17px;
}
.us_integration_main .why_wazdan_section {
  background-color: #fff;
}
@media (min-width: 1921px) {
  .us_integration_main .why_wazdan_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .us_integration_main .why_wazdan_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .us_integration_main .why_wazdan_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .us_integration_main .why_wazdan_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .us_integration_main .why_wazdan_section {
    padding: 60px 28px;
  }
}
.us_integration_main .why_wazdan_section h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 70px;
}
.us_integration_main .why_wazdan_section .why_wazdan_content {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 70px;
  max-width: 1100px;
  width: 100%;
  margin: auto;
}
.us_integration_main .why_wazdan_section .icons_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
}
.us_integration_main .why_wazdan_section .icons_wrapper .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 150px;
  border: 2px solid #E23535;
  border-radius: 20px;
  position: relative;
  padding: 40px 7px 15px 7px;
}
.us_integration_main .why_wazdan_section .icons_wrapper .icon img {
  max-width: 75px;
  width: 100%;
  position: absolute;
  top: -35px;
}
.us_integration_main .why_wazdan_section .icons_wrapper .icon h4 {
  font-size: 30px;
  font-weight: 700;
  color: #E23535;
}
.us_integration_main .why_wazdan_section .icons_wrapper .icon .ico_desc {
  text-align: center;
  line-height: 1.2rem;
  margin: 0;
}
.us_integration_main .games_section {
  padding-top: 0 !important;
}
@media (min-width: 1921px) {
  .us_integration_main .games_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .us_integration_main .games_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .us_integration_main .games_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .us_integration_main .games_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .us_integration_main .games_section {
    padding: 60px 28px;
  }
}
.us_integration_main .games_section .show_more {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 10px;
  cursor: pointer;
  margin: auto;
  display: none;
}
.us_integration_main .games_section .show_more:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.us_integration_main .games_section h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  padding-bottom: 70px;
}
.us_integration_main .games_section .games_desc {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin: auto;
  max-width: 1100px;
  width: 100%;
  padding-bottom: 70px;
}
.us_integration_main .games_section .games__wrapper {
  display: flex;
  max-width: 1400px;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: auto;
  padding-bottom: 50px;
}
.us_integration_main .games_section .games__wrapper .game__single {
  width: 300px;
  display: none;
}
.us_integration_main .games_section .games__wrapper .game__single .game .game__wrapper {
  text-decoration: none;
}
.us_integration_main .games_section .games__wrapper .game__single .game .game__wrapper .img__wrapper img {
  border-radius: 20px;
}
.us_integration_main .games_section .games__wrapper .game__single .game .game__wrapper .desc .name {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  padding-top: 16px;
}
.us_integration_main .games_section .games__wrapper .game__single .game .game__wrapper .desc .excerpt {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.site-christmas .globalAward {
  display: none;
}

.christmas_main_section .header_section {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 1921px) {
  .christmas_main_section .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .christmas_main_section .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .christmas_main_section .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .christmas_main_section .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .christmas_main_section .header_section {
    padding: 60px 28px;
  }
}
@media (max-width: 768px) {
  .christmas_main_section .header_section {
    margin-top: 60px;
  }
}
.christmas_main_section .header_section .content_wrapper {
  flex: 1;
  padding-left: 5%;
}
@media only screen and (max-width: 1200px) {
  .christmas_main_section .header_section .content_wrapper {
    flex: auto;
  }
}
.christmas_main_section .header_section .content_wrapper h1 {
  color: #E23535;
  font-size: 54px;
  font-weight: 700;
  padding-bottom: 40px;
  margin: 0;
}
@media (max-width: 1024px) {
  .christmas_main_section .header_section .content_wrapper h1 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
.christmas_main_section .header_section .content_wrapper h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 40px;
  margin: 0;
}
@media (max-width: 1024px) {
  .christmas_main_section .header_section .content_wrapper h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.christmas_main_section .header_section .content_wrapper p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .christmas_main_section .header_section .content_wrapper p {
    font-size: 18px;
  }
}
.christmas_main_section .header_section .image_wrapper {
  flex: 1;
  margin-bottom: -200px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (max-width: 1200px) {
  .christmas_main_section .header_section .image_wrapper {
    flex: auto;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .christmas_main_section .header_section .image_wrapper {
    flex: auto;
    margin-bottom: -100px;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
.christmas_main_section .header_section .image_wrapper img.board {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 768px) {
  .christmas_main_section .header_section .image_wrapper img.board {
    max-width: 150px;
  }
}
.christmas_main_section .header_section .image_wrapper img.santa {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .christmas_main_section .header_section .image_wrapper img.santa {
    max-width: 200px;
  }
}
.christmas_main_section .form_section {
  background: #E23535;
  color: #fff;
  text-align: center;
}
@media (min-width: 1921px) {
  .christmas_main_section .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .christmas_main_section .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .christmas_main_section .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .christmas_main_section .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .christmas_main_section .form_section {
    padding: 60px 28px;
  }
}
.christmas_main_section .form_section h2 {
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .christmas_main_section .form_section h2 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
.christmas_main_section .form_section h3 {
  font-size: 31px;
  font-weight: 400;
  padding-bottom: 60px;
  max-width: 1150px;
  margin: auto;
}
@media (max-width: 1024px) {
  .christmas_main_section .form_section h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.christmas_main_section .form_section .privacy {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-top: 45px;
}
@media (max-width: 1024px) {
  .christmas_main_section .form_section .privacy {
    font-size: 14px;
    padding-top: 20px;
  }
}
.christmas_main_section .form_section .privacy a {
  color: #fff;
  text-decoration: underline;
}
.christmas_main_section .form_section .form {
  display: inline-flex;
  gap: 50px;
  width: 900px;
}
@media (max-width: 1024px) {
  .christmas_main_section .form_section .form {
    flex-direction: column;
    width: 100%;
    gap: 0px;
  }
}
.christmas_main_section .form_section .form #newsletterButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
  font-size: 18px;
  color: #000;
  margin: auto;
}
.christmas_main_section .form_section .form #newsletterButton:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.christmas_main_section .form_section .form .sending {
  opacity: 0.7;
}
.christmas_main_section .form_section .form .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
.christmas_main_section .form_section .form .hide {
  display: none;
}
.christmas_main_section .form_section .form .wpforms-container {
  width: 100%;
}
.christmas_main_section .form_section .form .wpforms-container .wpforms-field-container {
  width: 100%;
}
.christmas_main_section .form_section .form .wpforms-container .wpforms-field {
  display: flex;
  padding-right: 2%;
  vertical-align: top;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}
.christmas_main_section .form_section .form .wpforms-container .wpforms-field .wpforms-field-label {
  width: 300px;
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.christmas_main_section .form_section .form .wpforms-container .wpforms-field .wpforms-required-label {
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .christmas_main_section .form_section .form .wpforms-container .wpforms-field {
    flex-direction: column;
  }
}
.christmas_main_section .form_section .form .wpforms-container input[type=text], .christmas_main_section .form_section .form .wpforms-container textarea, .christmas_main_section .form_section .form .wpforms-container input[type=email] {
  background: #FFFFFF;
  border: 0.5px solid #191919;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  height: 50px;
}
@media (max-width: 768px) {
  .christmas_main_section .form_section .form .wpforms-container input[type=text], .christmas_main_section .form_section .form .wpforms-container textarea, .christmas_main_section .form_section .form .wpforms-container input[type=email] {
    text-align: center;
  }
}
.christmas_main_section .form_section .form .wpforms-container input::placeholder {
  font-size: 21px;
}
.christmas_main_section .form_section .form .wpforms-container .wpforms-submit-container {
  display: none;
}
.christmas_main_section .form_section #newsletterFormApiErros {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.christmas_main_section .form_section #newsletterFormApiErros p {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
@media (min-width: 1921px) {
  .christmas_main_section .door_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .christmas_main_section .door_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .christmas_main_section .door_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .christmas_main_section .door_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .christmas_main_section .door_section {
    padding: 60px 28px;
  }
}
.christmas_main_section .door_section h2 {
  color: #E23535;
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .christmas_main_section .door_section h2 {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
.christmas_main_section .door_section h3 {
  color: #000;
  text-align: center;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 25px;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1024px) {
  .christmas_main_section .door_section h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
.christmas_main_section .door_section .door_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: flex-end;
}
@media only screen and (max-width: 1510px) {
  .christmas_main_section .door_section .door_wrapper {
    max-width: 900px;
    margin: auto;
  }
}
.christmas_main_section .door_section .door_wrapper .door img {
  height: auto;
  width: 300px;
}
.christmas_main_section .door_section .door_wrapper .door video {
  max-width: 300px;
  width: 300px;
  opacity: 0.3;
}
.christmas_main_section .door_section .door_wrapper .door video.active {
  opacity: 1;
}
@media (max-width: 768px) {
  .christmas_main_section .door_section .door_wrapper .door video {
    width: 100%;
  }
}
.christmas_main_section .door_section .door_wrapper .door a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  background: #9D2626;
  border-color: #9D2626;
  width: fit-content;
  margin: auto;
}
.christmas_main_section .door_section .door_wrapper .door a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.christmas_main_section .door_section .door_wrapper .door a svg {
  width: 40px;
  height: 30px;
  padding-right: 10px;
}
.christmas_main_section .door_section .door_wrapper .door a:hover svg path {
  fill: #E23535;
  transition: 0.5s;
}
.christmas_main_section .door_section .door_wrapper .door a.active {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  margin: auto;
}
.christmas_main_section .door_section .door_wrapper .door a.active:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}

#christmasDynamicModal_1 .modal-dialog, #christmasDynamicModal_2 .modal-dialog, #christmasDynamicModal_3 .modal-dialog, #christmasDynamicModal_4 .modal-dialog {
  max-width: 1000px;
}
#christmasDynamicModal_1 .modal-dialog .modal-content, #christmasDynamicModal_2 .modal-dialog .modal-content, #christmasDynamicModal_3 .modal-dialog .modal-content, #christmasDynamicModal_4 .modal-dialog .modal-content {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
  border-radius: 70px;
  position: relative;
}
#christmasDynamicModal_1 .modal-dialog .modal-content img.bow_img, #christmasDynamicModal_2 .modal-dialog .modal-content img.bow_img, #christmasDynamicModal_3 .modal-dialog .modal-content img.bow_img, #christmasDynamicModal_4 .modal-dialog .modal-content img.bow_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  margin: 0 auto;
  max-width: 300px;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content img.bow_img, #christmasDynamicModal_2 .modal-dialog .modal-content img.bow_img, #christmasDynamicModal_3 .modal-dialog .modal-content img.bow_img, #christmasDynamicModal_4 .modal-dialog .modal-content img.bow_img {
    display: none;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body {
  padding: 40px;
  background-color: #D9D9D9;
  border-radius: 70px;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body {
    padding: 15px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .dismiss__button, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .dismiss__button, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .dismiss__button, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .dismiss__button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #191919;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .dismiss__button i, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .dismiss__button i, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .dismiss__button i, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .dismiss__button i {
  pointer-events: none;
  font-size: 1.2rem;
  color: white;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper {
  display: flex;
  gap: 50px;
  flex-direction: row;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img {
  max-width: 556px;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .image_wrapper img {
    max-width: 150px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper {
  text-align: center;
  max-width: 400px;
  width: 100%;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1 {
  color: #000;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper h1 {
    font-size: 28px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img {
  max-height: 60px;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper img {
    max-height: 60px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p.strong, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p.strong, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p.strong, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p.strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper p {
    font-size: 16px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  margin: 30px auto;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus {
    border: none;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus-visible, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus-visible, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus-visible, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .gift_button:focus-visible {
    border: none;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 15px;
  padding: 15px 0;
}
@media (max-width: 768px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  margin: 0;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus {
    border: none;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus-visible, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus-visible, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus-visible, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .wrapper .content_wrapper .button_wrapper .gift_button:focus-visible {
    border: none;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .heading, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .heading, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .heading, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .heading {
  margin-bottom: 45px;
  margin-top: 40px;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .heading h4, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .heading h4, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .heading h4, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .heading h4 {
  color: #000;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .heading h4, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .heading h4, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .heading h4, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .heading h4 {
    font-size: 30px;
    line-height: 38px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .desc, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .desc, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .desc, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .desc {
  margin-bottom: 25px;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .desc p, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .desc p, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .desc p, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .desc p {
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .desc p, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .desc p, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .desc p, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .desc p {
    font-size: 15px;
    line-height: 19px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .button__wrapper, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .button__wrapper, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .button__wrapper, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .button__wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .button__wrapper a, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .button__wrapper a, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .button__wrapper a, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .button__wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .button__wrapper a:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .button__wrapper a:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .button__wrapper a:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .button__wrapper a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .button__wrapper a, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .button__wrapper a, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .button__wrapper a, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .button__wrapper a {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .button__wrapper a:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .button__wrapper a:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .button__wrapper a:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .button__wrapper a:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .button__wrapper a:focus, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .button__wrapper a:focus, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .button__wrapper a:focus, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .button__wrapper a:focus {
    border: none;
  }
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .button__wrapper a:focus-visible, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .button__wrapper a:focus-visible, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .button__wrapper a:focus-visible, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .button__wrapper a:focus-visible {
    border: none;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form {
  text-align: center;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form {
    flex-direction: column;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: auto;
  margin-bottom: 30px;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .newsletterPopupButton:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .sending, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .sending, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .sending, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .sending {
  opacity: 0.7;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .sending:hover, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .sending:hover, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .sending:hover, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .sending:hover {
  background-color: #E23535 !important;
  color: #ffffff !important;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .hide, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .hide, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .hide, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .hide {
  display: none;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container {
  width: 100%;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field-container, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field-container, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field-container, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field-container {
  width: 100%;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field {
  padding-right: 2%;
  vertical-align: top;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field .wpforms-field-label, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field .wpforms-field-label, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field .wpforms-field-label, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field .wpforms-field-label {
  width: 300px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: auto;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-field {
    flex-direction: column;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=text], #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container textarea, #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=email], #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=text], #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container textarea, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=email], #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=text], #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container textarea, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=email], #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=text], #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container textarea, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container input[type=email] {
  background: #FFFFFF;
  border: 0.5px solid #191919;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  margin: auto;
  width: 400px;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-submit-container, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-submit-container, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-submit-container, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .form .wpforms-container .wpforms-submit-container {
  display: none;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors p, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors p, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors p, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .newsletterPopupFormApiErrors p {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .privacy, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .privacy, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .privacy, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .privacy {
  color: #787878;
  font-size: 17px;
  font-weight: 400;
  padding-top: 25px;
  text-align: center;
  max-width: 520px;
  margin: auto;
}
@media (max-width: 1024px) {
  #christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .privacy, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .privacy, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .privacy, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .privacy {
    font-size: 14px;
    padding-top: 20px;
  }
}
#christmasDynamicModal_1 .modal-dialog .modal-content .modal-body .privacy a, #christmasDynamicModal_2 .modal-dialog .modal-content .modal-body .privacy a, #christmasDynamicModal_3 .modal-dialog .modal-content .modal-body .privacy a, #christmasDynamicModal_4 .modal-dialog .modal-content .modal-body .privacy a {
  color: #787878;
  text-decoration: underline;
}

.site-reinvent-the-triangle .globalAward {
  display: none;
}

.triangle_main_section * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.triangle_main_section img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.triangle_main_section header {
  position: fixed;
  top: 0;
  height: 60px;
  width: 100vw;
  background-color: #fff;
  left: 0;
  display: flex;
  justify-content: flex-start;
  padding: 0 20px;
  align-items: center;
  z-index: 10;
}
.triangle_main_section .wrapper_triangle_section {
  width: 100vw;
  position: relative;
  background: url("https://wazdan.com/wp-content/uploads/Rectangle-240.png");
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 20px;
}
.triangle_main_section .wrapper_triangle_section .triangles_wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.triangle_main_section .wrapper_triangle_section * {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.triangle_main_section .wrapper_triangle_section .heading {
  color: white;
  position: relative;
  max-width: 784px;
  width: 100%;
  margin: auto;
  margin-top: 110px;
  letter-spacing: -0.72px;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .heading {
    margin-top: 90px;
  }
}
.triangle_main_section .wrapper_triangle_section .heading h1 {
  margin-bottom: 20px;
  margin-left: -4px;
  color: #FFF;
  font-family: Poppins;
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.48px;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .heading h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.triangle_main_section .wrapper_triangle_section .heading h5 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .heading h5 {
    font-size: 18px;
  }
}
.triangle_main_section .wrapper_triangle_section .heading span {
  font-size: 18px;
  margin-top: 20px;
  display: block;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .heading span {
    font-size: 15px;
    margin-top: 10px;
  }
}
.triangle_main_section .wrapper_triangle_section .top_element {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 66%;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .top_element {
    width: 150%;
    top: -100px;
  }
  .triangle_main_section .wrapper_triangle_section .top_element img {
    width: 120%;
  }
}
@media (max-width: 768px) {
  .triangle_main_section .wrapper_triangle_section .top_element {
    width: 140%;
    top: 0;
  }
  .triangle_main_section .wrapper_triangle_section .top_element img {
    width: 120%;
    height: 300px;
  }
}
.triangle_main_section .wrapper_triangle_section .elements_container {
  transition: 1s;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .elements_container {
    height: 120px;
  }
}
.triangle_main_section .wrapper_triangle_section .elements_container .element {
  position: absolute;
  cursor: move;
  z-index: 1;
  width: 195.63px;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .elements_container .element {
    width: 115.52px;
  }
}
.triangle_main_section .wrapper_triangle_section .elements_container .element.static {
  z-index: 1;
  opacity: 0.6;
  cursor: auto;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .elements_container .element.static {
    display: none;
  }
}
.triangle_main_section .wrapper_triangle_section .elements_container .element.static img {
  max-height: 195.63px;
  object-fit: contain;
  opacity: 1;
  transition: 1s;
}
.triangle_main_section .wrapper_triangle_section .elements_container .element.static[data-static="1"] {
  top: 50%;
  left: 5%;
}
.triangle_main_section .wrapper_triangle_section .elements_container .element.static[data-static="2"] {
  top: 50%;
  left: 70%;
}
.triangle_main_section .wrapper_triangle_section .elements_container .element[data-triangle="1"] {
  top: 30%;
  left: 3%;
  rotate: 120deg;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .elements_container .element[data-triangle="1"] {
    top: 60%;
    left: 40%;
  }
}
.triangle_main_section .wrapper_triangle_section .elements_container .element[data-triangle="2"] {
  top: 20%;
  left: 80%;
  rotate: 65deg;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .elements_container .element[data-triangle="2"] {
    top: 65%;
    left: 0%;
  }
}
.triangle_main_section .wrapper_triangle_section .elements_container .element[data-triangle="3"] {
  top: 40%;
  left: 80%;
  rotate: -80deg;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .elements_container .element[data-triangle="3"] {
    top: 65%;
  }
}
.triangle_main_section .wrapper_triangle_section .elements_container .element.anim {
  transform: translateY(0);
  animation: float 6s ease-in-out infinite;
}
.triangle_main_section .wrapper_triangle_section .elements_container .element img {
  width: 195.63px;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .elements_container .element img {
    width: 115.52px;
  }
}
.triangle_main_section .wrapper_triangle_section .fancy {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 50px;
  pointer-events: none;
}
.triangle_main_section .wrapper_triangle_section .fancy .fancy_wrapper {
  max-width: 478px;
  width: 100%;
}
.triangle_main_section .wrapper_triangle_section .fancy p {
  font-weight: 700;
  font-size: 700;
  color: white;
}
.triangle_main_section .wrapper_triangle_section #containers {
  position: relative;
  top: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.triangle_main_section .wrapper_triangle_section #containers .containers_wrapper {
  max-width: 600px;
  display: flex;
  position: relative;
}
.triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .triangles {
  pointer-events: none;
  top: -2.5px;
  position: absolute;
  display: block;
  opacity: 0;
  width: 100%;
  max-width: 586.89px;
  transition: 0.8s;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .triangles {
    max-width: 346.56px;
  }
}
.triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .triangles img {
  width: 100%;
}
.triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .container img {
  width: 195.63px;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .container img {
    width: 115.52px;
  }
}
.triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .hint {
  position: absolute;
  width: 155px;
  left: -15%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  font-weight: 700;
  color: white;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .hint {
    display: none;
  }
}
.triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .hint img {
  width: 30px;
}
.triangle_main_section .wrapper_triangle_section #containers .containers_wrapper .hint p {
  color: #fff;
}
.triangle_main_section .wrapper_triangle_section .info {
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  font-weight: 500;
  pointer-events: none;
  min-height: 120px;
  max-width: 600px;
  width: 100%;
  margin: auto;
  margin-top: 20px;
  color: white;
}
@media (max-width: 1024px) {
  .triangle_main_section .wrapper_triangle_section .info {
    min-height: 100px;
  }
}
.triangle_main_section .wrapper_triangle_section .info .step {
  text-align: center;
  font-size: 18px;
  width: 396px;
  color: #fff;
}
.triangle_main_section .wrapper_triangle_section .info .done {
  margin: auto;
  margin-top: 0px;
}
.triangle_main_section .wrapper_triangle_section .info .done h4 {
  font-size: 55px;
  font-weight: 900;
  text-align: center;
  color: #4F07FF;
}
.triangle_main_section .wrapper_triangle_section .info .done .done_first_info {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 500px;
  padding: 20px 0;
  opacity: 0.77;
}
.triangle_main_section .wrapper_triangle_section .info .done .done_second_info {
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 500px;
  text-align: center;
  opacity: 0.77;
}
.triangle_main_section .form_section {
  padding: 20px;
  padding-top: 30px;
}
.triangle_main_section .form_section .undone_section, .triangle_main_section .form_section .done_section {
  width: 100%;
}
.triangle_main_section .form_section .pen {
  position: relative;
}
.triangle_main_section .form_section .pen img {
  position: relative;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.triangle_main_section .form_section .heading {
  width: 856px;
  margin: auto;
  width: 100%;
}
.triangle_main_section .form_section .heading h3 {
  color: #000;
  font-family: Poppins;
  font-size: 33px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.triangle_main_section .form_section .done_section {
  display: none;
}
.triangle_main_section .form_section .done_section .heading {
  width: 856px;
  margin: auto;
  width: 100%;
}
.triangle_main_section .form_section .done_section .heading h3 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.triangle_main_section .triangle_section {
  min-height: 50vh;
}
.triangle_main_section .form_section {
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1921px) {
  .triangle_main_section .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .triangle_main_section .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .triangle_main_section .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .triangle_main_section .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .triangle_main_section .form_section {
    padding: 60px 28px;
  }
}
.triangle_main_section .form_section .pen_img {
  position: absolute;
  top: -50px;
  left: auto;
  right: auto;
}
.triangle_main_section .form_section .loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.triangle_main_section .form_section .success_message {
  display: none;
  text-align: center;
  max-width: 500px;
  margin: 50px auto;
  background: linear-gradient(270deg, #5206FF 3.24%, #AE1FFD 95.14%);
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
}
.triangle_main_section .form_section .newsletter_success_message {
  display: none;
  background-color: #4CAF50;
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  margin: 30px auto 0 auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.triangle_main_section .form_section .triangle_form, .triangle_main_section .form_section .newsletter_form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 470px;
  width: 100%;
  padding-top: 50px;
  margin: auto;
}
.triangle_main_section .form_section .triangle_form input, .triangle_main_section .form_section .newsletter_form input {
  padding: 5px 15px;
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  border: none;
}
.triangle_main_section .form_section .triangle_form input:focus, .triangle_main_section .form_section .newsletter_form input:focus {
  outline: none;
}
.triangle_main_section .form_section .triangle_form ::placeholder, .triangle_main_section .form_section .newsletter_form ::placeholder {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
.triangle_main_section .form_section .triangle_form .person_icon, .triangle_main_section .form_section .newsletter_form .person_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/icon-_user1.svg") no-repeat left;
  background-size: 20px;
}
.triangle_main_section .form_section .triangle_form .email_icon, .triangle_main_section .form_section .newsletter_form .email_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/envelop1.svg") no-repeat left;
  background-size: 20px;
}
.triangle_main_section .form_section .triangle_form .calendar_icon, .triangle_main_section .form_section .newsletter_form .calendar_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/icon-_calendar1.svg") no-repeat left;
  background-size: 20px;
}
.triangle_main_section .form_section .triangle_form .border, .triangle_main_section .form_section .newsletter_form .border {
  height: 2px;
  width: 100%;
  background: #BEBEBE;
}
.triangle_main_section .form_section .triangle_form .date_wrapper, .triangle_main_section .form_section .newsletter_form .date_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.triangle_main_section .form_section .triangle_form .date_wrapper input, .triangle_main_section .form_section .newsletter_form .date_wrapper input {
  width: 100%;
}
.triangle_main_section .form_section .triangle_form .date_wrapper .arrow_date, .triangle_main_section .form_section .newsletter_form .date_wrapper .arrow_date {
  margin-right: 10px;
}
.triangle_main_section .form_section .triangle_form .choose_date, .triangle_main_section .form_section .newsletter_form .choose_date {
  display: none;
  border-radius: 0px 0px 5px 5px;
  background: #FFF;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.13);
  padding: 30px;
}
.triangle_main_section .form_section .triangle_form .choose_date .apply_meeting_btn, .triangle_main_section .form_section .newsletter_form .choose_date .apply_meeting_btn {
  border-radius: 14px;
  background: linear-gradient(270deg, #5206FF 3.24%, #AE1FFD 95.14%);
  width: 178px;
  height: 46px;
  width: 100%;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 5px 55px;
  margin: 30px auto;
}
.triangle_main_section .form_section .triangle_form .choose_date .date_label, .triangle_main_section .form_section .newsletter_form .choose_date .date_label {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
}
.triangle_main_section .form_section .triangle_form .choose_date .days, .triangle_main_section .form_section .newsletter_form .choose_date .days {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .triangle_main_section .form_section .triangle_form .choose_date .days, .triangle_main_section .form_section .newsletter_form .choose_date .days {
    gap: 5px;
  }
}
.triangle_main_section .form_section .triangle_form .choose_date .days label, .triangle_main_section .form_section .newsletter_form .choose_date .days label {
  border-radius: 12px;
  background: #F6EBF5;
  margin: 0px;
  padding: 7px 18px;
  color: #828282;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
@media (max-width: 1024px) {
  .triangle_main_section .form_section .triangle_form .choose_date .days label, .triangle_main_section .form_section .newsletter_form .choose_date .days label {
    padding: 4px 12px;
    text-align: center;
  }
}
.triangle_main_section .form_section .triangle_form .choose_date .days label:hover, .triangle_main_section .form_section .newsletter_form .choose_date .days label:hover {
  cursor: pointer;
}
.triangle_main_section .form_section .triangle_form .choose_date .days input, .triangle_main_section .form_section .newsletter_form .choose_date .days input {
  display: none;
}
.triangle_main_section .form_section .triangle_form .choose_date .days input[type=radio]:checked + label, .triangle_main_section .form_section .newsletter_form .choose_date .days input[type=radio]:checked + label {
  border-radius: 14px;
  background: linear-gradient(270deg, #5206FF 3.24%, #AE1FFD 95.14%);
  color: #fff;
}
.triangle_main_section .form_section .triangle_form .choose_date .hours, .triangle_main_section .form_section .newsletter_form .choose_date .hours {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 28px 20px;
  justify-content: flex-start;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .triangle_main_section .form_section .triangle_form .choose_date .hours, .triangle_main_section .form_section .newsletter_form .choose_date .hours {
    gap: 20px 5px;
  }
}
.triangle_main_section .form_section .triangle_form .choose_date .hours label, .triangle_main_section .form_section .newsletter_form .choose_date .hours label {
  color: #828282;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  border-radius: 14px;
  border: 1px solid #B3B3B3;
  margin: 0px;
  padding: 7px 18px;
  width: 65px;
}
@media (max-width: 576px) {
  .triangle_main_section .form_section .triangle_form .choose_date .hours label, .triangle_main_section .form_section .newsletter_form .choose_date .hours label {
    width: 63px;
  }
}
.triangle_main_section .form_section .triangle_form .choose_date .hours label:hover, .triangle_main_section .form_section .newsletter_form .choose_date .hours label:hover {
  cursor: pointer;
}
.triangle_main_section .form_section .triangle_form .choose_date .hours input, .triangle_main_section .form_section .newsletter_form .choose_date .hours input {
  display: none;
}
.triangle_main_section .form_section .triangle_form .choose_date .hours input[type=radio]:checked + label, .triangle_main_section .form_section .newsletter_form .choose_date .hours input[type=radio]:checked + label {
  border-radius: 14px;
  background: linear-gradient(270deg, #5206FF 3.24%, #AE1FFD 95.14%);
  color: #fff;
}
.triangle_main_section .form_section .triangle_form .agree_wrapper, .triangle_main_section .form_section .newsletter_form .agree_wrapper {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  .triangle_main_section .form_section .triangle_form .agree_wrapper, .triangle_main_section .form_section .newsletter_form .agree_wrapper {
    padding: 10px;
  }
}
.triangle_main_section .form_section .triangle_form .agree_wrapper label.agree_text, .triangle_main_section .form_section .newsletter_form .agree_wrapper label.agree_text {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 1024px) {
  .triangle_main_section .form_section .triangle_form .agree_wrapper label.agree_text, .triangle_main_section .form_section .newsletter_form .agree_wrapper label.agree_text {
    line-height: 1rem;
  }
}
.triangle_main_section .form_section .triangle_form .agree_wrapper input[type=checkbox], .triangle_main_section .form_section .newsletter_form .agree_wrapper input[type=checkbox] {
  accent-color: #AE1FFD;
  border-radius: 3px;
  border: 1px solid #AE1FFD;
}
.triangle_main_section .form_section .triangle_form .submit_btn, .triangle_main_section .form_section .newsletter_form .submit_btn {
  border-radius: 14px;
  background: linear-gradient(270deg, #5206FF 3.24%, #AE1FFD 95.14%);
  width: 178px;
  height: 46px;
  width: fit-content;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 1px 55px 5px 55px;
  margin: 30px auto;
  border: none;
}

.onlineGainingES .hero_section {
  position: relative;
  background-image: url("https://wazdan.com/wp-content/uploads/hergo_traingle_bcg.png"), linear-gradient(184deg, rgb(46, 255, 231) 19%, rgb(71, 255, 96) 84%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 86px;
}
@media (min-width: 1921px) {
  .onlineGainingES .hero_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingES .hero_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingES .hero_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .hero_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .hero_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .onlineGainingES .hero_section {
    margin-top: 56px;
  }
}
.onlineGainingES .hero_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.onlineGainingES .hero_section .wrapper h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  font-weight: 800;
  font-size: 67px;
  line-height: 83px;
  max-width: 869px;
  width: 100%;
}
@media (max-width: 1400px) {
  .onlineGainingES .hero_section .wrapper h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .hero_section .wrapper h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.onlineGainingES .hero_section .wrapper .btn_talk {
  border-radius: 50px;
  background: #FFB031;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #12102B;
  padding: 15px;
  max-width: 250px;
  width: 100%;
}
.onlineGainingES .hero_section .wrapper .btn_talk:hover {
  color: #fff;
  background-color: #12102B;
  text-decoration: none;
}
@media (max-width: 768px) {
  .onlineGainingES .hero_section .wrapper .btn_talk {
    font-size: 18px;
    padding: 7px;
    max-width: 200px;
  }
}
.onlineGainingES .hero_section .triangle_first {
  position: absolute;
  left: 50px;
  bottom: -100px;
  transition: 0.2s;
}
@media (max-width: 1400px) {
  .onlineGainingES .hero_section .triangle_first {
    display: none;
  }
}
.onlineGainingES .hero_section .triangle_sec {
  position: absolute;
  right: 450px;
  bottom: -80px;
  transition: 0.2s;
}
@media (max-width: 1400px) {
  .onlineGainingES .hero_section .triangle_sec {
    display: none;
  }
}
.onlineGainingES .hero_section .triangle_third {
  position: absolute;
  right: 50px;
  bottom: -100px;
  transition: 0.2s;
}
@media (max-width: 1400px) {
  .onlineGainingES .hero_section .triangle_third {
    display: none;
  }
}
@media (min-width: 1921px) {
  .onlineGainingES .game_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingES .game_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingES .game_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .game_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .game_section {
    padding: 60px 28px;
  }
}
.onlineGainingES .game_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.onlineGainingES .game_section .wrapper h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  font-size: 67px;
  line-height: 83px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1400px) {
  .onlineGainingES .game_section .wrapper h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .game_section .wrapper h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
.onlineGainingES .game_section .wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .onlineGainingES .game_section .wrapper p {
    font-size: 22px;
    line-height: 27px;
  }
}
.onlineGainingES .game_section .wrapper .game_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
}
.onlineGainingES .game_section .wrapper .game_wrapper a {
  max-width: 405px;
  max-height: 306px;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.onlineGainingES .game_section .wrapper .game_wrapper a:hover {
  transform: scale(0.97);
}
.onlineGainingES .game_section .wrapper .game_wrapper a .game_image {
  border-radius: 20px;
}
.onlineGainingES .game_section .wrapper .discover_btn {
  border-radius: 50px;
  background: linear-gradient(90deg, #FFD42B 0%, #FF8012 100%);
  color: #12102B;
  text-align: center;
  font-family: "Wazdan Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 40px;
  margin-top: 53px;
}
.onlineGainingES .game_section .wrapper .discover_btn:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
@media (max-width: 768px) {
  .onlineGainingES .game_section .wrapper .discover_btn {
    padding: 10px 31px;
    font-size: 18px;
  }
}
.onlineGainingES .math_section {
  position: relative;
  overflow: hidden;
  background-color: #12102B;
}
@media (min-width: 1921px) {
  .onlineGainingES .math_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingES .math_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingES .math_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .math_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .math_section {
    padding: 60px 28px;
  }
}
.onlineGainingES .math_section .math_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.onlineGainingES .math_section .math_section_wrapper svg.first_triangle {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingES .math_section .math_section_wrapper svg.first_triangle {
    display: none;
  }
}
.onlineGainingES .math_section .math_section_wrapper svg.second_triangle {
  position: absolute;
  top: -350px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingES .math_section .math_section_wrapper svg.second_triangle {
    display: none;
  }
}
.onlineGainingES .math_section .math_section_wrapper svg.third_triangle {
  position: absolute;
  bottom: -110px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingES .math_section .math_section_wrapper svg.third_triangle {
    display: none;
  }
}
.onlineGainingES .math_section .math_section_wrapper svg.fourth_triangle {
  position: absolute;
  bottom: -110px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingES .math_section .math_section_wrapper svg.fourth_triangle {
    display: none;
  }
}
.onlineGainingES .math_section .math_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .onlineGainingES .math_section .math_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .math_section .math_section_wrapper .third_section_title {
    font-size: 27px;
    line-height: 36px;
  }
}
.onlineGainingES .math_section .math_section_wrapper p.third_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  color: #fff;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingES .math_section .math_section_wrapper p.third_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.onlineGainingES .math_section .math_section_wrapper .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingES .math_section .math_section_wrapper .counters {
    justify-content: center;
  }
}
.onlineGainingES .math_section .math_section_wrapper .counters .counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .onlineGainingES .math_section .math_section_wrapper .counters .counter {
    align-items: center;
    flex-direction: column;
  }
}
.onlineGainingES .math_section .math_section_wrapper .counters .counter .number {
  font-weight: 800;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background: linear-gradient(270deg, #FFD42B -63.34%, #FF8012 0.18%, #FFD42B 100.43%, #FF8012 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .onlineGainingES .math_section .math_section_wrapper .counters .counter .number {
    font-size: 65px;
    line-height: 65px;
  }
}
.onlineGainingES .math_section .math_section_wrapper .counters .counter .description {
  color: #fff;
  font-size: 25px;
  line-height: 31px;
  font-weight: 200;
}
.onlineGainingES .math_section .math_section_wrapper .btn_wrapper {
  padding-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .onlineGainingES .math_section .math_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.onlineGainingES .math_section .math_section_wrapper .btn_wrapper .btn_learn_more {
  background: linear-gradient(90deg, #FFD42B 0%, #FF8012 100%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.onlineGainingES .math_section .math_section_wrapper .btn_wrapper .btn_learn_more:hover {
  color: #12102B;
  background: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .onlineGainingES .math_section .math_section_wrapper .btn_wrapper .btn_learn_more {
    padding: 10px 70px;
    font-size: 18px;
  }
}
@media (min-width: 1921px) {
  .onlineGainingES .data_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingES .data_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingES .data_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .data_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .data_section {
    padding: 60px 28px;
  }
}
.onlineGainingES .data_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.onlineGainingES .data_section .wrapper h2 {
  color: #000;
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .onlineGainingES .data_section .wrapper h2 {
    font-size: 27px;
  }
}
.onlineGainingES .data_section .wrapper .text_wrapper {
  padding: 50px 0;
}
.onlineGainingES .data_section .wrapper .text_wrapper .fourth_section_text {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingES .data_section .wrapper .text_wrapper .fourth_section_text {
    font-size: 20px;
    line-height: 30px;
  }
}
.onlineGainingES .data_section .wrapper h3 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.onlineGainingES .data_section .wrapper .counters {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingES .data_section .wrapper .counters {
    align-items: center;
    justify-content: center;
  }
}
.onlineGainingES .data_section .wrapper .counters .counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .onlineGainingES .data_section .wrapper .counters .counter {
    align-items: center;
    flex-direction: column;
  }
}
.onlineGainingES .data_section .wrapper .counters .counter .number {
  font-weight: 800;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .onlineGainingES .data_section .wrapper .counters .counter .number {
    font-size: 44px;
    line-height: 60px;
    padding: 0 5px;
  }
}
.onlineGainingES .data_section .wrapper .counters .counter .description {
  color: #000;
  font-size: 25px;
  line-height: 31px;
  font-weight: 200;
}
@media (max-width: 768px) {
  .onlineGainingES .data_section .wrapper .counters .counter .description {
    text-align: center;
  }
}
.onlineGainingES .grounding_section {
  padding: 140px 0;
  background-color: #D4ECFF;
}
@media (max-width: 1024px) {
  .onlineGainingES .grounding_section {
    padding: 120px 0;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .grounding_section {
    padding: 90px 0;
  }
}
.onlineGainingES .grounding_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 85px;
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .onlineGainingES .grounding_section .wrapper {
    padding-right: 20px;
    padding-left: 20px;
    gap: 30px;
  }
}
.onlineGainingES .grounding_section .wrapper h2 {
  color: #000;
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .onlineGainingES .grounding_section .wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingES .grounding_section .wrapper .text {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingES .grounding_section .wrapper .text {
    font-size: 24px;
    line-height: 34px;
  }
}
.onlineGainingES .grounding_section .wrapper .btn_meeting {
  padding: 14px 75px;
  border-radius: 50px;
  background: linear-gradient(90deg, #880CFF 0%, #3305FF 100%);
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.onlineGainingES .grounding_section .wrapper .btn_meeting:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
.onlineGainingES .grounding_section .image__gallery .image__wrapper {
  background-color: black;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .onlineGainingES .grounding_section .image__gallery .image__wrapper {
    pointer-events: none;
  }
}
.onlineGainingES .grounding_section .image__gallery .image__wrapper:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
}
.onlineGainingES .grounding_section .image__gallery .image__wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: 0.5s;
}
.onlineGainingES .grounding_section .image__gallery .slick-slide {
  margin: 0 10px;
  width: 350px;
}
.onlineGainingES .grounding_section .image__gallery .slick-dots {
  bottom: -50px;
}
@media (max-width: 1024px) {
  .onlineGainingES .grounding_section .image__gallery .slick-dots {
    bottom: -80px;
  }
}
.onlineGainingES .grounding_section .image__gallery .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.onlineGainingES .grounding_section .image__gallery .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.onlineGainingES .grounding_section .image__gallery .slick-dots li button {
  height: 30px;
  width: 30px;
}
.onlineGainingES .grounding_section .image__gallery .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.onlineGainingES .grounding_section .image__gallery .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.onlineGainingES .engineered_section {
  background-color: #12102B;
}
@media (min-width: 1921px) {
  .onlineGainingES .engineered_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingES .engineered_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingES .engineered_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .engineered_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .engineered_section {
    padding: 60px 28px;
  }
}
.onlineGainingES .engineered_section .engineered_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.onlineGainingES .engineered_section .engineered_section_wrapper h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingES .engineered_section .engineered_section_wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingES .engineered_section .engineered_section_wrapper p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingES .engineered_section .engineered_section_wrapper p {
    font-size: 25px;
  }
}
.onlineGainingES .engineered_section .engineered_section_wrapper .wrapper {
  display: flex;
  gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .onlineGainingES .engineered_section .engineered_section_wrapper .wrapper {
    justify-content: center;
  }
}
.onlineGainingES .form_section {
  background: linear-gradient(180deg, #880CFF 0%, #3305FF 100%);
}
@media (min-width: 1921px) {
  .onlineGainingES .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingES .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingES .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .form_section {
    padding: 60px 28px;
  }
}
.onlineGainingES .form_section .form_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .onlineGainingES .form_section .form_section_wrapper {
    gap: 20px;
  }
}
.onlineGainingES .form_section .form_section_wrapper h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingES .form_section .form_section_wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingES .form_section .form_section_wrapper p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingES .form_section .form_section_wrapper p {
    font-size: 25px;
  }
}
.onlineGainingES .form_section .form_section_wrapper .success_message {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.onlineGainingES .form_section .form_section_wrapper .disabled {
  opacity: 0.7;
}
.onlineGainingES .form_section .form_section_wrapper .loading {
  display: none;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.onlineGainingES .form_section .form_section_wrapper .gaining_form_ES {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.onlineGainingES .form_section .form_section_wrapper .gaining_form_ES input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.onlineGainingES .form_section .form_section_wrapper .gaining_form_ES ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.onlineGainingES .form_section .form_section_wrapper .gaining_form_ES .submit_btn {
  border-radius: 50px;
  padding: 20px;
  background: #FFB031;
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border: none;
}
.onlineGainingES .form_section .form_section_wrapper .gaining_form_ES .submit_btn:hover {
  color: #fff;
  background-color: #12102B;
  text-decoration: none;
}
.onlineGainingES .form_section .form_section_wrapper .agree_text p {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
.onlineGainingES .form_section .form_section_wrapper .agree_text p a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .onlineGainingES .form_section .form_section_wrapper .agree_text p {
    line-height: 1.3rem;
  }
}
.onlineGainingES .keep_abreast_section {
  background-color: #fff;
}
@media (min-width: 1921px) {
  .onlineGainingES .keep_abreast_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingES .keep_abreast_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingES .keep_abreast_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingES .keep_abreast_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .keep_abreast_section {
    padding: 60px 28px;
  }
}
.onlineGainingES .keep_abreast_section .section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.onlineGainingES .keep_abreast_section .section_wrapper h2 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingES .keep_abreast_section .section_wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingES .keep_abreast_section .section_wrapper .abreast_text {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .abreast_text {
    font-size: 25px;
  }
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper {
  max-width: 1336px;
  width: 100%;
  margin: auto;
  margin-bottom: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper {
    margin-bottom: 45px;
  }
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item {
  margin: 15px 0;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
  position: relative;
  width: 405px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: 2px solid #fff;
  transition: transform 0.3s;
}
@media (max-width: 1400px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    max-width: 400px;
  }
}
@media (max-width: 1290px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    max-width: 370px;
  }
}
@media (max-width: 1024px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    padding: 30px;
    min-height: 380px;
  }
}
@media (max-width: 576px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    width: auto;
    max-width: 422px;
  }
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-title {
  margin-bottom: 12px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-title a {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  padding: 15px 0px;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper {
  position: absolute;
  top: 34px;
  max-height: 40px;
  right: -2px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  border-radius: 8px 0px 0px 8px;
  background: #F3F8FC;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper .img__wrapper {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper .img__wrapper img {
  height: 100%;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #3B3B3B;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper a.news-category-name:hover {
  text-decoration: none;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-description p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper a {
  font-size: 20px;
  line-height: 26px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-btn {
  display: flex;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-btn a {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: var(--Red, linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-btn a:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news:hover {
  cursor: pointer;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: transform 0.3s ease-in-out;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .news__item .news:hover .news-btn {
  text-decoration: none;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-prev:before, .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-next:before {
  font-size: 30px;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-prev:before, .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-next:before {
    display: none;
  }
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-prev {
  left: -50px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-next {
  right: -40px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-dots {
  bottom: -50px;
}
@media (max-width: 1024px) {
  .onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-dots {
    bottom: -80px;
  }
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li button {
  height: 30px;
  width: 30px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.onlineGainingES .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.onlineGainingES .keep_abreast_section .section_wrapper .success_message_newsletter {
  display: none;
  color: #12102B;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .disabled_newsletter {
  opacity: 0.7;
}
.onlineGainingES .keep_abreast_section .section_wrapper .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.onlineGainingES .keep_abreast_section .section_wrapper .newsletter_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .newsletter_form input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  background-color: #CCE4FF;
}
.onlineGainingES .keep_abreast_section .section_wrapper .newsletter_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.onlineGainingES .keep_abreast_section .section_wrapper .newsletter_form .newsletter_submit_btn {
  border-radius: 50px;
  border: none;
  padding: 20px;
  background: linear-gradient(90deg, #FF76FF 0%, #FF3D17 100%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.onlineGainingES .keep_abreast_section .section_wrapper .newsletter_form .newsletter_submit_btn:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
.onlineGainingES .keep_abreast_section .section_wrapper .newsletter_form .agree_text_newsletter {
  text-align: center;
}
.onlineGainingES .keep_abreast_section .section_wrapper .newsletter_form .agree_text_newsletter a {
  color: #12102B;
  text-decoration: underline;
}

.onlineGainingPT .hero_section {
  position: relative;
  background-image: url("https://wazdan.com/wp-content/uploads/hergo_traingle_bcg_latam.png.png"), linear-gradient(180deg, #880CFF 0%, #3305FF 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 86px;
}
@media (min-width: 1921px) {
  .onlineGainingPT .hero_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingPT .hero_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingPT .hero_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .hero_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .hero_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .onlineGainingPT .hero_section {
    margin-top: 56px;
  }
}
.onlineGainingPT .hero_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.onlineGainingPT .hero_section .wrapper h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  font-weight: 800;
  font-size: 67px;
  line-height: 83px;
  max-width: 869px;
  width: 100%;
}
@media (max-width: 1400px) {
  .onlineGainingPT .hero_section .wrapper h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .hero_section .wrapper h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.onlineGainingPT .hero_section .wrapper .btn_talk {
  border-radius: 50px;
  background: #FFB031;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #12102B;
  padding: 15px;
  max-width: 250px;
  width: 100%;
}
.onlineGainingPT .hero_section .wrapper .btn_talk:hover {
  color: #fff;
  background-color: #12102B;
  text-decoration: none;
}
@media (max-width: 768px) {
  .onlineGainingPT .hero_section .wrapper .btn_talk {
    font-size: 18px;
    padding: 7px;
    max-width: 200px;
  }
}
.onlineGainingPT .hero_section .triangle_first {
  position: absolute;
  left: 50px;
  bottom: -100px;
  transition: 0.2s;
}
@media (max-width: 1400px) {
  .onlineGainingPT .hero_section .triangle_first {
    display: none;
  }
}
.onlineGainingPT .hero_section .triangle_sec {
  position: absolute;
  right: 450px;
  bottom: -80px;
  transition: 0.2s;
}
@media (max-width: 1400px) {
  .onlineGainingPT .hero_section .triangle_sec {
    display: none;
  }
}
.onlineGainingPT .hero_section .triangle_third {
  position: absolute;
  right: 50px;
  bottom: -100px;
  transition: 0.2s;
}
@media (max-width: 1400px) {
  .onlineGainingPT .hero_section .triangle_third {
    display: none;
  }
}
@media (min-width: 1921px) {
  .onlineGainingPT .game_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingPT .game_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingPT .game_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .game_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .game_section {
    padding: 60px 28px;
  }
}
.onlineGainingPT .game_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.onlineGainingPT .game_section .wrapper h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  font-size: 67px;
  line-height: 83px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1400px) {
  .onlineGainingPT .game_section .wrapper h2 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .game_section .wrapper h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
.onlineGainingPT .game_section .wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .onlineGainingPT .game_section .wrapper p {
    font-size: 22px;
    line-height: 27px;
  }
}
.onlineGainingPT .game_section .wrapper .game_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
}
.onlineGainingPT .game_section .wrapper .game_wrapper a {
  max-width: 405px;
  max-height: 306px;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.onlineGainingPT .game_section .wrapper .game_wrapper a:hover {
  transform: scale(0.97);
}
.onlineGainingPT .game_section .wrapper .game_wrapper a .game_image {
  border-radius: 20px;
}
.onlineGainingPT .game_section .wrapper .discover_btn {
  border-radius: 50px;
  background: linear-gradient(90deg, #FFD42B 0%, #FF8012 100%);
  color: #12102B;
  text-align: center;
  font-family: "Wazdan Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 40px;
  margin-top: 53px;
}
.onlineGainingPT .game_section .wrapper .discover_btn:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
@media (max-width: 768px) {
  .onlineGainingPT .game_section .wrapper .discover_btn {
    padding: 10px 31px;
    font-size: 18px;
  }
}
.onlineGainingPT .math_section {
  position: relative;
  overflow: hidden;
  background-color: #12102B;
}
@media (min-width: 1921px) {
  .onlineGainingPT .math_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingPT .math_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingPT .math_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .math_section {
    padding: 60px 28px;
  }
}
.onlineGainingPT .math_section .math_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.onlineGainingPT .math_section .math_section_wrapper svg.first_triangle {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingPT .math_section .math_section_wrapper svg.first_triangle {
    display: none;
  }
}
.onlineGainingPT .math_section .math_section_wrapper svg.second_triangle {
  position: absolute;
  top: -350px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingPT .math_section .math_section_wrapper svg.second_triangle {
    display: none;
  }
}
.onlineGainingPT .math_section .math_section_wrapper svg.third_triangle {
  position: absolute;
  bottom: -110px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingPT .math_section .math_section_wrapper svg.third_triangle {
    display: none;
  }
}
.onlineGainingPT .math_section .math_section_wrapper svg.fourth_triangle {
  position: absolute;
  bottom: -110px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .onlineGainingPT .math_section .math_section_wrapper svg.fourth_triangle {
    display: none;
  }
}
.onlineGainingPT .math_section .math_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  position: relative;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .onlineGainingPT .math_section .math_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section .math_section_wrapper .third_section_title {
    font-size: 27px;
    line-height: 36px;
  }
}
.onlineGainingPT .math_section .math_section_wrapper p.third_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  color: #fff;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section .math_section_wrapper p.third_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.onlineGainingPT .math_section .math_section_wrapper .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section .math_section_wrapper .counters {
    justify-content: center;
    align-items: center;
  }
}
.onlineGainingPT .math_section .math_section_wrapper .counters .counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section .math_section_wrapper .counters .counter {
    align-items: center;
    flex-direction: column;
  }
}
.onlineGainingPT .math_section .math_section_wrapper .counters .counter .number {
  font-weight: 800;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background: linear-gradient(270deg, #FFD42B -63.34%, #FF8012 0.18%, #FFD42B 100.43%, #FF8012 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section .math_section_wrapper .counters .counter .number {
    font-size: 65px;
    line-height: 65px;
  }
}
.onlineGainingPT .math_section .math_section_wrapper .counters .counter .description {
  color: #fff;
  font-size: 25px;
  line-height: 31px;
  font-weight: 200;
}
.onlineGainingPT .math_section .math_section_wrapper .btn_wrapper {
  padding-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section .math_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.onlineGainingPT .math_section .math_section_wrapper .btn_wrapper .btn_learn_more {
  background: linear-gradient(90deg, #FFD42B 0%, #FF8012 100%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.onlineGainingPT .math_section .math_section_wrapper .btn_wrapper .btn_learn_more:hover {
  color: #12102B;
  background: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .onlineGainingPT .math_section .math_section_wrapper .btn_wrapper .btn_learn_more {
    padding: 10px 70px;
    font-size: 18px;
  }
}
@media (min-width: 1921px) {
  .onlineGainingPT .data_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingPT .data_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingPT .data_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .data_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .data_section {
    padding: 60px 28px;
  }
}
.onlineGainingPT .data_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.onlineGainingPT .data_section .wrapper h2 {
  color: #000;
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .onlineGainingPT .data_section .wrapper h2 {
    font-size: 27px;
  }
}
.onlineGainingPT .data_section .wrapper .text_wrapper {
  padding: 50px 0;
}
.onlineGainingPT .data_section .wrapper .text_wrapper .fourth_section_text {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingPT .data_section .wrapper .text_wrapper .fourth_section_text {
    font-size: 20px;
    line-height: 30px;
  }
}
.onlineGainingPT .data_section .wrapper h3 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.onlineGainingPT .data_section .wrapper .counters {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingPT .data_section .wrapper .counters {
    align-items: center;
    justify-content: center;
  }
}
.onlineGainingPT .data_section .wrapper .counters .counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .onlineGainingPT .data_section .wrapper .counters .counter {
    align-items: center;
    flex-direction: column;
  }
}
.onlineGainingPT .data_section .wrapper .counters .counter .number {
  font-weight: 800;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 5px transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .onlineGainingPT .data_section .wrapper .counters .counter .number {
    font-size: 44px;
    line-height: 60px;
    padding: 0 5px;
  }
}
.onlineGainingPT .data_section .wrapper .counters .counter .description {
  color: #000;
  font-size: 25px;
  line-height: 31px;
  font-weight: 200;
}
@media (max-width: 768px) {
  .onlineGainingPT .data_section .wrapper .counters .counter .description {
    text-align: center;
  }
}
.onlineGainingPT .grounding_section {
  padding: 140px 0;
  background-color: #D4ECFF;
}
@media (max-width: 1024px) {
  .onlineGainingPT .grounding_section {
    padding: 120px 0;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .grounding_section {
    padding: 90px 0;
  }
}
.onlineGainingPT .grounding_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 85px;
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .onlineGainingPT .grounding_section .wrapper {
    padding-right: 20px;
    padding-left: 20px;
    gap: 30px;
  }
}
.onlineGainingPT .grounding_section .wrapper h2 {
  color: #000;
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .onlineGainingPT .grounding_section .wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingPT .grounding_section .wrapper .text {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  position: relative;
}
@media (max-width: 768px) {
  .onlineGainingPT .grounding_section .wrapper .text {
    font-size: 24px;
    line-height: 34px;
  }
}
.onlineGainingPT .grounding_section .wrapper .btn_meeting {
  padding: 14px 75px;
  border-radius: 50px;
  background: linear-gradient(90deg, #880CFF 0%, #3305FF 100%);
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.onlineGainingPT .grounding_section .wrapper .btn_meeting:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
.onlineGainingPT .grounding_section .image__gallery .image__wrapper {
  background-color: black;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .onlineGainingPT .grounding_section .image__gallery .image__wrapper {
    pointer-events: none;
  }
}
.onlineGainingPT .grounding_section .image__gallery .image__wrapper:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
}
.onlineGainingPT .grounding_section .image__gallery .image__wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: 0.5s;
}
.onlineGainingPT .grounding_section .image__gallery .slick-slide {
  margin: 0 10px;
  width: 350px;
}
.onlineGainingPT .grounding_section .image__gallery .slick-dots {
  bottom: -50px;
}
@media (max-width: 1024px) {
  .onlineGainingPT .grounding_section .image__gallery .slick-dots {
    bottom: -80px;
  }
}
.onlineGainingPT .grounding_section .image__gallery .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.onlineGainingPT .grounding_section .image__gallery .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.onlineGainingPT .grounding_section .image__gallery .slick-dots li button {
  height: 30px;
  width: 30px;
}
.onlineGainingPT .grounding_section .image__gallery .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.onlineGainingPT .grounding_section .image__gallery .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.onlineGainingPT .engineered_section {
  background-color: #12102B;
}
@media (min-width: 1921px) {
  .onlineGainingPT .engineered_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingPT .engineered_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingPT .engineered_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .engineered_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .engineered_section {
    padding: 60px 28px;
  }
}
.onlineGainingPT .engineered_section .engineered_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.onlineGainingPT .engineered_section .engineered_section_wrapper h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingPT .engineered_section .engineered_section_wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingPT .engineered_section .engineered_section_wrapper p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingPT .engineered_section .engineered_section_wrapper p {
    font-size: 25px;
  }
}
.onlineGainingPT .engineered_section .engineered_section_wrapper .wrapper {
  display: flex;
  gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .onlineGainingPT .engineered_section .engineered_section_wrapper .wrapper {
    justify-content: center;
  }
}
.onlineGainingPT .form_section {
  background: linear-gradient(180deg, #880CFF 0%, #3305FF 100%);
}
@media (min-width: 1921px) {
  .onlineGainingPT .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingPT .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingPT .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .form_section {
    padding: 60px 28px;
  }
}
.onlineGainingPT .form_section .form_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .onlineGainingPT .form_section .form_section_wrapper {
    gap: 20px;
  }
}
.onlineGainingPT .form_section .form_section_wrapper h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingPT .form_section .form_section_wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingPT .form_section .form_section_wrapper p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingPT .form_section .form_section_wrapper p {
    font-size: 25px;
  }
}
.onlineGainingPT .form_section .form_section_wrapper .success_message {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.onlineGainingPT .form_section .form_section_wrapper .disabled {
  opacity: 0.7;
}
.onlineGainingPT .form_section .form_section_wrapper .loading {
  display: none;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.onlineGainingPT .form_section .form_section_wrapper .gaining_form_PT {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.onlineGainingPT .form_section .form_section_wrapper .gaining_form_PT input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.onlineGainingPT .form_section .form_section_wrapper .gaining_form_PT ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.onlineGainingPT .form_section .form_section_wrapper .gaining_form_PT .submit_btn {
  border-radius: 50px;
  padding: 20px;
  background: #FFB031;
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  border: none;
}
.onlineGainingPT .form_section .form_section_wrapper .gaining_form_PT .submit_btn:hover {
  color: #fff;
  background-color: #12102B;
  text-decoration: none;
}
.onlineGainingPT .form_section .form_section_wrapper .agree_text p {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
.onlineGainingPT .form_section .form_section_wrapper .agree_text p a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .onlineGainingPT .form_section .form_section_wrapper .agree_text p {
    line-height: 1.3rem;
  }
}
.onlineGainingPT .keep_abreast_section {
  background-color: #fff;
}
@media (min-width: 1921px) {
  .onlineGainingPT .keep_abreast_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .onlineGainingPT .keep_abreast_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .onlineGainingPT .keep_abreast_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .onlineGainingPT .keep_abreast_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .keep_abreast_section {
    padding: 60px 28px;
  }
}
.onlineGainingPT .keep_abreast_section .section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper h2 {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper h2 {
    font-size: 38px;
  }
}
.onlineGainingPT .keep_abreast_section .section_wrapper .abreast_text {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .abreast_text {
    font-size: 25px;
  }
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper {
  max-width: 1336px;
  width: 100%;
  margin: auto;
  margin-bottom: 52px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper {
    margin-bottom: 45px;
  }
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item {
  margin: 15px 0;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
  position: relative;
  width: 405px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: 2px solid #fff;
  transition: transform 0.3s;
}
@media (max-width: 1400px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    max-width: 400px;
  }
}
@media (max-width: 1290px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    max-width: 370px;
  }
}
@media (max-width: 1024px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    padding: 30px;
    min-height: 380px;
  }
}
@media (max-width: 576px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news {
    width: auto;
    max-width: 422px;
  }
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-title {
  margin-bottom: 12px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-title a {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  padding: 15px 0px;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper {
  position: absolute;
  top: 34px;
  max-height: 40px;
  right: -2px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 16px;
  border-radius: 8px 0px 0px 8px;
  background: #F3F8FC;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper .img__wrapper {
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper .img__wrapper img {
  height: 100%;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #3B3B3B;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .news-category-wrapper a.news-category-name:hover {
  text-decoration: none;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-description p {
  margin: 0;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper a {
  font-size: 20px;
  line-height: 26px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-btn {
  display: flex;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-btn a {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: var(--Red, linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news .description-wrapper .news-btn a:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news:hover {
  cursor: pointer;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: transform 0.3s ease-in-out;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .news__item .news:hover .news-btn {
  text-decoration: none;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-prev:before, .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-next:before {
  font-size: 30px;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-prev:before, .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-next:before {
    display: none;
  }
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-prev {
  left: -50px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-next {
  right: -40px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-dots {
  bottom: -50px;
}
@media (max-width: 1024px) {
  .onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-dots {
    bottom: -80px;
  }
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li button {
  height: 30px;
  width: 30px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .news-wrapper .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .success_message_newsletter {
  display: none;
  color: #12102B;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .disabled_newsletter {
  opacity: 0.7;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .newsletter_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .newsletter_form input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  background-color: #CCE4FF;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .newsletter_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .newsletter_form .newsletter_submit_btn {
  border-radius: 50px;
  border: none;
  padding: 20px;
  background: linear-gradient(90deg, #FF76FF 0%, #FF3D17 100%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .newsletter_form .newsletter_submit_btn:hover {
  color: #fff;
  background: #12102B;
  text-decoration: none;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .newsletter_form .agree_text_newsletter {
  text-align: center;
}
.onlineGainingPT .keep_abreast_section .section_wrapper .newsletter_form .agree_text_newsletter a {
  color: #12102B;
  text-decoration: underline;
}

.pink_landing .hero_section {
  min-height: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.pink_landing .hero_section .hero_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding: 40px;
  padding-left: 0;
}
.pink_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 650px;
  position: absolute;
  top: 8%;
  left: 55%;
}
.pink_landing .hero_section .hero_wrapper .hero_title {
  background: var(--Linear, linear-gradient(98deg, #FF76FF 5.98%, #FF3D17 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 765px;
  width: 100%;
  font-weight: 800;
  font-size: 67px;
  line-height: 84.42px;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.pink_landing .hero_section .hero_wrapper .hero_text {
  max-width: 765px;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #12102B;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.pink_landing .hero_section .hero_wrapper .second_image {
  position: absolute;
  left: 0;
  z-index: 0;
  max-width: 180px;
  bottom: -60%;
}
.pink_landing .second_section {
  padding: 120px 96px;
  background-color: #12102B;
}
.pink_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.pink_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.pink_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pink_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper .list_item {
  color: #FFF;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  list-style: none;
  text-decoration: none;
}
.pink_landing .third_image {
  position: absolute;
  top: 18%;
  right: 0;
  max-width: 375px;
}
.pink_landing .third_section {
  position: relative;
  overflow: hidden;
  padding: 120px 96px;
}
.pink_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.pink_landing .third_section .third_section_wrapper .third_section_title {
  color: #FF4A71;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.pink_landing .fourth_image {
  position: absolute;
  top: 31%;
  left: 0;
  max-width: 200px;
  height: auto;
}
.pink_landing .fourth_section {
  background-color: linear-gradient(66deg, #FF76FF 15.25%, #FF3D17 84.75%);
  padding: 120px 96px;
}
.pink_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.pink_landing .fourth_section .fourth_section_wrapper h3 {
  color: #FFF;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
  margin-top: 80px;
}
.pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_desc .title {
  color: #FFF;
  font-family: "Wazdan Sans";
  font-size: 41px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_desc .desc {
  color: #FFF;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_image {
  max-width: 211px;
  margin-right: 80px;
}
.pink_landing .fifth_section {
  background: #12102B;
  padding: 120px 96px;
}
.pink_landing .fifth_section h3 {
  font-size: 48px;
  line-height: 51px;
  color: #fff;
  font-weight: 800;
  position: relative;
}
.pink_landing .fifth_section .fifth_section_wrapper {
  margin: auto;
  max-width: 1250px;
  width: 100%;
}
.pink_landing .fifth_section .fifth_section_wrapper p {
  color: #D9D9D9;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.pink_landing .fifth_section .fifth_section_wrapper a {
  color: #D9D9D9;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .pink_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
  .pink_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
  }
  .pink_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
  .pink_landing .hero_section .hero_wrapper .hero_text {
    font-size: 20px;
    line-height: 30px;
  }
  .pink_landing .hero_section .hero_wrapper .first_image {
    display: none;
  }
  .pink_landing .hero_section .hero_wrapper .second_image {
    max-width: 62px;
    top: 71%;
  }
  .pink_landing .second_section {
    padding: 60px 28px;
  }
  .pink_landing .second_section .second_section_wrapper .second_section_title {
    font-size: 30px;
    line-height: 36px;
  }
  .pink_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .pink_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper .list_item {
    font-size: 16px;
    line-height: 30px;
  }
  .pink_landing .third_section {
    padding: 60px 28px;
  }
  .pink_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 20px;
    text-align: center;
  }
  .pink_landing .third_image {
    max-width: 85px;
    top: 19%;
  }
  .pink_landing .fourth_section {
    padding: 60px 28px;
  }
  .pink_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 26px;
  }
  .pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper {
    flex-direction: column;
    gap: 5px;
  }
  .pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_image {
    margin: auto;
    display: flex;
    min-width: fit-content;
  }
  .pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .title {
    font-size: 30px !important;
    text-align: center;
  }
  .pink_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .desc {
    font-size: 20px !important;
    text-align: center;
  }
  .pink_landing .fourth_image {
    display: none;
  }
  .pink_landing .fifth_section {
    background-image: none !important;
    padding: 60px 28px;
  }
  .pink_landing .fifth_section h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .pink_landing .fifth_section .fifth_section_wrapper p {
    font-size: 22px;
  }
}
.pink_landing img.reason_image.wide {
  margin-left: 40px;
  margin-right: 110px !important;
}
@media (min-width: 1000px) and (max-width: 1800px) {
  .pink_landing .hero_section .hero_wrapper {
    padding-left: 40px;
  }
  .pink_landing .hero_section .hero_wrapper .first_image {
    max-width: 550px;
    top: 22%;
    left: 53%;
  }
  .pink_landing .hero_section .hero_wrapper .second_image {
    max-width: 100px;
    bottom: -45%;
  }
  .pink_landing .hero_section .hero_wrapper .hero_title {
    max-width: 520px;
  }
  .pink_landing .third_image {
    top: 24%;
    max-width: 174px;
  }
  .pink_landing .fourth_image {
    top: 36%;
    max-width: 85px !important;
  }
}

.valdrop_landing {
  background: #12102B;
  color: white;
}
.valdrop_landing .breadcrumbs {
  color: #fff;
}
.valdrop_landing .breadcrumbs a {
  color: #fff !important;
  display: none;
}
.valdrop_landing .breadcrumbs span {
  display: none;
}
.valdrop_landing .hero_section {
  min-height: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.valdrop_landing .hero_section .hero_wrapper {
  place-items: center;
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding: 40px;
  z-index: 5;
}
.valdrop_landing .hero_section .hero_wrapper .hero_title {
  padding-bottom: 30px;
  background: var(--Linear, linear-gradient(98deg, #FF5E89 5.98%, #FF8012 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 67px;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.valdrop_landing .hero_section .hero_wrapper .hero_text {
  max-width: 1250px;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Wazdan Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.valdrop_landing .hero_section .hero_wrapper .hero_title_reward {
  background: var(--Linear, linear-gradient(98deg, #FF5E89 5.98%, #FF8012 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 180px;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.valdrop_landing .hero_section .hero_wrapper .scroll_button {
  border: 0.5px solid #12102B;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 22px;
  margin-top: 20px;
  padding: 8px 32px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
  background: linear-gradient(270deg, #FF5E89 -63.34%, #FF8012 0.18%, #FF5E89 100.43%, #FF8012 151.64%);
  color: #000;
}
.valdrop_landing .second_section {
  padding: 80px 96px;
}
.valdrop_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 5;
}
.valdrop_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.valdrop_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 40%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
  max-width: 500px;
  width: 100%;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 20px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input, .valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 0px 20px;
  margin: 0px;
  border: white;
  height: 60px;
  text-align: center;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input::placeholder, .valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input::placeholder {
  font-size: 24px;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper .agree {
  font-size: 12px;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper .xmas_submit {
  display: none;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper #promoButtonFirst {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 22px;
  background-color: black;
  color: white;
  border: none;
  font-weight: 600;
}
.valdrop_landing .second_section .second_section_wrapper .form_wrapper #formApiErrors {
  color: red;
  font-size: 24px;
}
.valdrop_landing .section_award {
  padding: 80px 96px;
}
.valdrop_landing .section_award .award_section_title {
  padding-bottom: 40px;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
  place-self: center;
  margin-bottom: 30px;
  z-index: 5;
}
.valdrop_landing .section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  z-index: 5;
}
@media (max-width: 768px) {
  .valdrop_landing .section_award .section_wrapper {
    align-items: center;
  }
}
.valdrop_landing .section_award .section_wrapper .award {
  max-width: 260px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.valdrop_landing .section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.valdrop_landing .section_award .section_wrapper .middle {
  position: relative;
  top: -30px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .valdrop_landing .section_award .section_wrapper .middle {
    max-width: 260px;
    order: -1;
  }
}
.valdrop_landing .form_second_section {
  padding: 80px 0px 0px 0px;
  background-image: url("https://wazdan.com/wp-content/uploads/valentinvedroplp_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.valdrop_landing .form_second_section .section_wrapper {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  flex-direction: column;
}
.valdrop_landing .form_second_section .section_background {
  position: relative;
}
.valdrop_landing .form_second_section .section_background .form_section_container {
  padding-top: 180px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .valdrop_landing .form_second_section .section_background .form_section_container {
    margin: 0 40px;
    padding: 80px 0;
  }
}
.valdrop_landing .form_second_section .image_wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.valdrop_landing .form_second_section .form_heading {
  z-index: 4;
  padding: 40px 60px;
  border-radius: 20px 20px 0px 0px;
  z-index: 5;
}
@media (max-width: 768px) {
  .valdrop_landing .form_second_section .form_heading {
    padding: 0px;
  }
}
.valdrop_landing .form_second_section .form_heading h2 {
  font-size: 60px;
  color: #fff;
  margin: 0;
  font-weight: 800;
}
.valdrop_landing .form_second_section .form_wrapper {
  padding: 60px 60px;
  position-area: center;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  max-width: 1330px;
  gap: 40px;
  align-items: flex-start;
  border-radius: 0px 0px 20px 20px;
  z-index: 5;
  position: relative;
}
@media (max-width: 768px) {
  .valdrop_landing .form_second_section .form_wrapper {
    flex-direction: column;
    padding: 30px 0 20px 0;
  }
}
.valdrop_landing .form_second_section .form_wrapper .form_content {
  flex: 1;
  padding: 5px;
}
.valdrop_landing .form_second_section .form_wrapper .form_content p {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 768px) {
  .valdrop_landing .form_second_section .form_wrapper .form_content p {
    font-size: 20px;
  }
}
.valdrop_landing .form_second_section .form_wrapper .form_area {
  flex: 1;
  padding: 10px;
  text-align: center;
}
.valdrop_landing .form_second_section .form_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.valdrop_landing .form_second_section .form_wrapper .form_area .disabled {
  opacity: 0.7;
}
.valdrop_landing .form_second_section .form_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.valdrop_landing .form_second_section .form_wrapper .form_area input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.valdrop_landing .form_second_section .form_wrapper .form_area ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.valdrop_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter {
  color: #fff;
  background-color: #3305FF;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
}
.valdrop_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter:hover {
  background: #000 !important;
  text-decoration: none;
  cursor: pointer;
}
.valdrop_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  margin: 0;
}
.valdrop_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .valdrop_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .valdrop_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}
.valdrop_landing .third_section {
  padding: 80px 96px;
}
.valdrop_landing .third_section .balloon1 {
  position: absolute;
  top: 10%;
  left: 50px;
  width: 400px;
  pointer-events: none;
  animation: float 5s ease-in-out infinite;
  z-index: 5;
}
.valdrop_landing .third_section .balloon2 {
  position: absolute;
  top: 16%;
  right: 0px;
  width: 400px;
  pointer-events: none;
  animation: float 7s ease-in-out infinite;
  z-index: 5;
}
.valdrop_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 5;
}
.valdrop_landing .third_section .third_section_wrapper .third_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
}
.valdrop_landing .third_section .third_section_wrapper .video {
  border-radius: 20px;
  max-width: 800px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.valdrop_landing .fourth_section {
  padding: 80px 96px;
  position: relative;
  z-index: 5;
}
.valdrop_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
}
.valdrop_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.valdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  margin-bottom: 52px;
  max-width: 1440px;
  margin: auto;
  padding-bottom: 40px;
}
.valdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper .promo_tools {
  position: relative;
  overflow: hidden;
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  border-radius: 120px;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-color: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.valdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper .promo_tools::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #FF5E89, #FF8012);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: inherit;
  z-index: -1;
}
.valdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper .promo_tools:hover {
  color: #000;
}
.valdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper .promo_tools:hover::before {
  opacity: 1;
}
.valdrop_landing .fifth_section {
  padding: 80px 96px;
  position: relative;
  z-index: 5;
}
.valdrop_landing .fifth_section .fifth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.valdrop_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
}
.valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text {
  color: white;
  flex: 1;
  align-self: center;
}
.valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
  font-size: 55px;
  color: white;
  line-height: 1.2;
}
.valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
  font-size: 60px;
  padding-top: 30px;
  color: white;
  font-weight: bold;
}
.valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .role {
  font-size: 25px;
  color: white;
}
.valdrop_landing .fifth_section .fifth_section_wrapper .image_wrapper {
  position: relative;
  flex: 1;
}
.valdrop_landing .fifth_section .fifth_section_wrapper .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
.valdrop_landing .sixth_section {
  padding: 80px 96px;
  position: relative;
  z-index: 5;
}
.valdrop_landing .sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.valdrop_landing .sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}
.valdrop_landing .sixth_section .counter {
  display: flex;
}
.valdrop_landing .sixth_section .counter .mark {
  background: var(--Linear, linear-gradient(98deg, #FF5E89 5.98%, #FF8012 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 180px;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index: 1;
  padding: 0px;
}
.valdrop_landing .sixth_section .counter .count {
  background: var(--Linear, linear-gradient(98deg, #FF5E89 5.98%, #FF8012 94.42%));
  align-content: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 180px;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.valdrop_landing .slider_section {
  background-color: #D4ECFF;
  padding: 113px 0;
  display: flex;
  flex-direction: column;
}
.valdrop_landing .slider_section .network_slider {
  z-index: 5;
}
.valdrop_landing .slider_section .network_slider .slick-slide {
  padding: 0 10px;
}
.valdrop_landing .slider_section .network_slider .slick-slide img {
  border-radius: 38px;
  max-height: 384px;
  width: 100%;
  height: 100%;
}
.valdrop_landing .seventh_section {
  position: relative;
  text-align: center;
}
@media (min-width: 1921px) {
  .valdrop_landing .seventh_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .valdrop_landing .seventh_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .valdrop_landing .seventh_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .valdrop_landing .seventh_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .valdrop_landing .seventh_section {
    padding: 60px 28px;
  }
}
.valdrop_landing .seventh_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #12102b;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
.valdrop_landing .seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
  z-index: 5;
}
.valdrop_landing .seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  z-index: 5;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #FF5E89 5.98%, #ff7830 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #ff7830 5.98%, #FF8012 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-70px);
  }
}
@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@media only screen and (max-width: 768px) {
  .valdrop_landing .hero_section .hero_wrapper {
    padding: 40px 20px;
  }
  .valdrop_landing .hero_section .hero_wrapper .hero_title {
    font-size: 40px !important;
  }
  .valdrop_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 50px;
  }
  .valdrop_landing .hero_section .hero_wrapper .hero_text {
    font-size: 30px;
  }
  .valdrop_landing .third_section {
    padding: 40px 45px;
  }
  .valdrop_landing .third_section .balloon1, .valdrop_landing .third_section .balloon2 {
    display: none;
  }
  .valdrop_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
  }
  .valdrop_landing .section_award {
    padding: 40px 45px;
  }
  .valdrop_landing .section_award .award_section_title {
    font-size: 30px;
  }
  .valdrop_landing .section_award .section_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .valdrop_landing .section_award .section_wrapper .middle {
    top: 0px;
  }
  .valdrop_landing .second_section {
    padding: 40px 0px;
  }
  .valdrop_landing .second_section .second_section_wrapper .form1_bg {
    display: none;
  }
  .valdrop_landing .second_section .second_section_wrapper .form_wrapper {
    position: initial;
    transform: none;
    padding: 0px;
  }
  .valdrop_landing .second_section .second_section_wrapper .form_wrapper h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input, .valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 35px;
  }
  .valdrop_landing .second_section .second_section_wrapper .form_wrapper .xmas_submit {
    background: var(--Linear, linear-gradient(98deg, #FF5E89 5.98%, #FF8012 94.42%));
    color: black;
  }
  .valdrop_landing .fourth_section {
    padding: 40px 45px;
  }
  .valdrop_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
    font-size: 30px;
  }
  .valdrop_landing .fifth_section {
    padding: 40px 45px;
  }
  .valdrop_landing .fifth_section .fifth_section_title {
    font-size: 30px;
  }
  .valdrop_landing .fifth_section .fifth_section_wrapper {
    flex-direction: column;
  }
  .valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 20px;
  }
  .valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 30px;
    padding-top: 5px;
  }
  .valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_title {
    font-size: 25px;
  }
  .valdrop_landing .sixth_section {
    padding: 40px 45px;
  }
  .valdrop_landing .sixth_section .sixth_section_title {
    font-size: 30px;
  }
  .valdrop_landing .sixth_section .counter .count, .valdrop_landing .sixth_section .counter .mark {
    font-size: 50px;
  }
  .valdrop_landing .seventh_section {
    padding: 40px 20px;
  }
  .valdrop_landing .seventh_section::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: #12102b;
    transform: skewY(3deg);
    transform-origin: top left;
    z-index: 0;
  }
  .valdrop_landing .seventh_section .seventh_section_title {
    font-size: 30px;
  }
  .valdrop_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 21px;
  }
  .valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 21px;
  }
  .valdrop_landing .form_second_section {
    padding: 40px 0px;
  }
  .valdrop_landing .form_second_section .image_wrapper {
    display: none;
  }
  .valdrop_landing .form_second_section .form_heading {
    position: initial;
    transform: none;
  }
  .valdrop_landing .form_second_section .form_heading h2 {
    color: white;
    font-size: 30px;
  }
  .valdrop_landing .form_second_section .form_wrapper {
    position: initial;
    gap: 0px;
  }
  .valdrop_landing .form_second_section .form_wrapper .form_content {
    padding: 0px 45px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .valdrop_landing .form_second_section .form_wrapper .form_content {
    padding: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .valdrop_landing .form_second_section .form_wrapper .form_content p {
    color: white;
    font-weight: 400;
    font-size: 25px;
  }
  .valdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .valdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .valdrop_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 130px;
  }
  .valdrop_landing .section_award .section_wrapper {
    justify-content: center;
  }
  .valdrop_landing .section_award .section_wrapper .award {
    max-width: 300px;
    width: 100%;
  }
  .valdrop_landing .second_section {
    padding: 80px 0px;
  }
  .valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input, .valdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 120px;
  }
  .valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 35px;
  }
  .valdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 45px;
  }
  .valdrop_landing .sixth_section .counter .mark, .valdrop_landing .sixth_section .counter .count {
    font-size: 135px;
  }
  .valdrop_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 50px;
  }
  .valdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 50px;
  }
  .valdrop_landing .form_second_section .form_heading {
    top: 20%;
    left: 35%;
  }
  .valdrop_landing .form_second_section .form_wrapper {
    align-items: center;
    top: 35%;
    padding: 0px 50px;
  }
  .valdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .valdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 100px;
  }
}
.rio2025_landing {
  background: #12102B;
  color: white;
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.rio2025_landing .breadcrumbs {
  color: #fff;
}
.rio2025_landing .breadcrumbs a {
  color: #fff !important;
  display: none;
}
.rio2025_landing .breadcrumbs span {
  display: none;
}
.rio2025_landing .hero_section {
  margin-top: 60px;
  min-height: 600px;
  background-image: url("https://wazdan.com/wp-content/uploads/RIO_yellow-1.png");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .rio2025_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.rio2025_landing .hero_section .hero_wrapper {
  border-radius: 20px;
  max-width: 1550px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 60px;
  padding-left: 80px;
  margin: 60px auto;
}
.rio2025_landing .hero_section .hero_wrapper .text_section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rio2025_landing .hero_section .hero_wrapper .text_section img {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .rio2025_landing .hero_section .hero_wrapper {
    margin: 40px;
  }
}
.rio2025_landing .hero_section .hero_wrapper .scroll_button {
  border: 0.5px solid #12102B;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 22px;
  margin-top: 20px;
  padding: 8px 32px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
  background: #FFB031;
  color: #000;
  width: fit-content;
}
@media (max-width: 1290px) {
  .rio2025_landing .hero_section .hero_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .rio2025_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
  }
}
.rio2025_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 650px;
  top: 10%;
  left: 55%;
}
@media only screen and (max-width: 1600px) {
  .rio2025_landing .hero_section .hero_wrapper .first_image {
    position: static;
    width: 130%;
    max-width: 384px;
    overflow: visible;
    margin-bottom: -103px;
    margin-left: -35px;
  }
}
.rio2025_landing .hero_section .hero_wrapper .hero_title {
  max-width: 800px;
  width: 100%;
  font-size: 60px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .rio2025_landing .hero_section .hero_wrapper .hero_title {
    max-width: 675px;
  }
}
@media (max-width: 1400px) {
  .rio2025_landing .hero_section .hero_wrapper .hero_title {
    max-width: 475px;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.rio2025_landing .second_section {
  padding: 80px 96px;
}
.rio2025_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.rio2025_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.rio2025_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.rio2025_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.rio2025_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.rio2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.rio2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.rio2025_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}
.rio2025_landing .third_section {
  background-color: white;
}
@media (min-width: 1921px) {
  .rio2025_landing .third_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .rio2025_landing .third_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .rio2025_landing .third_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .third_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .rio2025_landing .third_section {
    padding: 60px 28px;
  }
}
.rio2025_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.rio2025_landing .third_section .third_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  color: #12102B;
  max-width: 700px;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .rio2025_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.rio2025_landing .third_section .third_section_wrapper p {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 39px;
  color: #12102B;
}
@media (max-width: 768px) {
  .rio2025_landing .third_section .third_section_wrapper p {
    font-size: 22px;
    line-height: 32px;
  }
}
.rio2025_landing .third_section .third_section_wrapper .success_message {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.rio2025_landing .third_section .third_section_wrapper .event_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.rio2025_landing .third_section .third_section_wrapper .event_form input {
  padding: 20px;
  margin: 10px;
  background-color: #D4ECFF;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.rio2025_landing .third_section .third_section_wrapper .event_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.rio2025_landing .third_section .third_section_wrapper .event_form .submit_btn {
  color: #fff;
  background: linear-gradient(184deg, rgb(255, 220, 43) 19%, rgb(255, 129, 18) 84%);
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
}
.rio2025_landing .third_section .third_section_wrapper .event_form .submit_btn:hover {
  background: #FF8112 !important;
  text-decoration: none;
  cursor: pointer;
}
.rio2025_landing .third_section .third_section_wrapper .event_form .wpforms-submit-container {
  place-self: center;
}
.rio2025_landing .third_section .third_section_wrapper .event_form_wrapper {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .third_section .third_section_wrapper .event_form_wrapper {
    flex-direction: column;
  }
}
.rio2025_landing .third_section .third_section_wrapper .event_form_wrapper p {
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .third_section .third_section_wrapper .event_form_wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .third_section .third_section_wrapper .event_form_wrapper .agree_text {
    font-size: 14px;
  }
}
.rio2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text {
  max-width: 600px;
  width: 100%;
  max-width: 600px;
  width: 100%;
}
.rio2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
    font-size: 30px;
  }
}
.rio2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form {
  width: 100%;
  max-width: 600px;
}
.rio2025_landing .third_section .third_section_wrapper .event_form_wrapper #formApiSucces p {
  background-color: #95ff95;
  padding: 20px;
  border-radius: 20px;
}
.rio2025_landing .third_section .third_section_wrapper .agree_text {
  color: #000;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
.rio2025_landing .third_section .third_section_wrapper .agree_text a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .rio2025_landing .third_section .third_section_wrapper .agree_text {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .third_section .third_section_wrapper .agree_text {
    font-size: 14px;
  }
}
.rio2025_landing .counter_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .rio2025_landing .counter_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .rio2025_landing .counter_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .rio2025_landing .counter_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .rio2025_landing .counter_section {
    padding: 60px 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .rio2025_landing .counter_section {
    padding: 70px 96px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.rio2025_landing .counter_section .counter_section_wrapper .counter_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  font-weight: 800;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 1400px) {
  .rio2025_landing .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .counter {
    padding-bottom: 20px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .counter .curr {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .counter .curr {
    font-size: 40px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .counter .count {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .counter .count {
    font-size: 40px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper p.counter_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper p.counter_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
  justify-self: center;
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
    font-size: 24px;
    line-height: 34px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .reasons {
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .reasons {
    flex-direction: column;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .reasons .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .reasons .counters {
    justify-content: left;
    padding: 10px 0px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
    align-items: center;
    flex-direction: row;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .btn_wrapper {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .rio2025_landing .counter_section .counter_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.rio2025_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more {
  color: #fff;
  background-color: #12102B;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.rio2025_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}
.rio2025_landing .game_section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.rio2025_landing .game_section .game_section_wrapper {
  width: 100%;
  margin: auto;
}
.rio2025_landing .game_section .game_section_wrapper .games {
  padding-top: 50px;
}
.rio2025_landing .game_section .game_section_wrapper h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .game_section .game_section_wrapper h3 {
    font-size: 30px;
  }
}
.rio2025_landing .game_section .game_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .rio2025_landing .game_section .game_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.rio2025_landing .game_section .game_section_wrapper .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}
.rio2025_landing .game_section .game_section_wrapper .slick-slide .game_image {
  border-radius: 20px;
}
.rio2025_landing .section_award {
  padding: 80px 96px;
}
.rio2025_landing .section_award .award_section_title {
  padding-bottom: 40px;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
  place-self: center;
  margin-bottom: 30px;
}
.rio2025_landing .section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .rio2025_landing .section_award .section_wrapper {
    align-items: center;
  }
}
.rio2025_landing .section_award .section_wrapper .award {
  max-width: 260px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.rio2025_landing .section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.rio2025_landing .section_award .section_wrapper .middle {
  position: relative;
  top: -30px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .rio2025_landing .section_award .section_wrapper .middle {
    max-width: 260px;
    order: -1;
  }
}
.rio2025_landing .form_second_section {
  padding: 80px 0px 0px 0px;
  background-image: url("https://wazdan.com/wp-content/uploads/RIO_yellow-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.rio2025_landing .form_second_section .section_wrapper {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  flex-direction: column;
}
.rio2025_landing .form_second_section .section_background {
  position: relative;
}
.rio2025_landing .form_second_section .section_background .form_section_container {
  padding-top: 180px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .rio2025_landing .form_second_section .section_background .form_section_container {
    margin: 0 40px;
    padding: 80px 0;
  }
}
.rio2025_landing .form_second_section .image_wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.rio2025_landing .form_second_section .form_heading {
  z-index: 4;
  background-color: #12102B;
  padding: 40px 60px;
  border-radius: 20px 20px 0px 0px;
}
.rio2025_landing .form_second_section .form_heading h2 {
  font-size: 50px;
  color: white;
  margin: 0;
  font-weight: 800;
}
@media (max-width: 768px) {
  .rio2025_landing .form_second_section .form_heading {
    padding: 30px;
  }
}
.rio2025_landing .form_second_section .form_wrapper {
  padding: 60px 60px;
  background-color: #12102B;
  position-area: center;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  max-width: 1330px;
  gap: 40px;
  align-items: flex-start;
  border-radius: 0px 0px 20px 20px;
}
@media (max-width: 768px) {
  .rio2025_landing .form_second_section .form_wrapper {
    flex-direction: column;
    padding: 30px;
  }
}
.rio2025_landing .form_second_section .form_wrapper .form_content {
  flex: 1;
  padding: 5px;
}
.rio2025_landing .form_second_section .form_wrapper .form_content p {
  font-size: 25px;
  font-weight: 400;
  color: white;
}
@media (max-width: 768px) {
  .rio2025_landing .form_second_section .form_wrapper .form_content p {
    font-size: 20px;
  }
}
.rio2025_landing .form_second_section .form_wrapper .form_area {
  flex: 1;
  padding: 10px;
  text-align: center;
}
.rio2025_landing .form_second_section .form_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.rio2025_landing .form_second_section .form_wrapper .form_area .disabled {
  opacity: 0.7;
}
.rio2025_landing .form_second_section .form_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.rio2025_landing .form_second_section .form_wrapper .form_area input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.rio2025_landing .form_second_section .form_wrapper .form_area ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.rio2025_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter {
  color: #fff;
  background: linear-gradient(184deg, rgb(255, 220, 43) 19%, rgb(255, 129, 18) 84%);
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
}
.rio2025_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter:hover {
  background: #FF8112 !important;
  text-decoration: none;
  cursor: pointer;
}
.rio2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  margin: 0;
}
.rio2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .rio2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}
.rio2025_landing .third_section {
  padding: 80px 96px;
}
.rio2025_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
}
.rio2025_landing .third_section .third_section_wrapper .third_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
}
.rio2025_landing .third_section .third_section_wrapper .video {
  border-radius: 20px;
  max-width: 800px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.rio2025_landing .fourth_section {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .rio2025_landing .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .rio2025_landing .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .rio2025_landing .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .rio2025_landing .fourth_section {
    padding: 60px 28px;
  }
}
.rio2025_landing .fourth_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #FFF;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
.rio2025_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.rio2025_landing .fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  font-weight: 800;
}
@media (max-width: 1400px) {
  .rio2025_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .rio2025_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.rio2025_landing .fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .rio2025_landing .fourth_section .fourth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 35px;
    justify-content: center;
  }
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 145px;
    width: 100%;
  }
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
@media (max-width: 1024px) {
  .rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  color: #191919;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.rio2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  color: #191919;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}
.rio2025_landing .fifth_section {
  padding: 80px 96px 30px 96px;
  background-attachment: fixed;
}
.rio2025_landing .fifth_section .fifth_section_title {
  max-width: 1250px;
  margin: auto;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.rio2025_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text {
  color: white;
  flex: 1;
  font-weight: 300;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper {
    padding-top: 50px;
  }
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper .btn_learn_more {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #000;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: linear-gradient(270deg, #FF8112 -63.34%, #FFDC2B 0.18%, #FF8112 100.43%, #FFDC2B 151.64%);
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
  font-size: 55px;
  color: white;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text {
  font-size: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text {
    font-size: 24px;
  }
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text strong {
  font-weight: 800;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul {
  margin-left: 30px;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul li {
  font-size: 30px;
  color: white;
  list-style: none;
  position: relative;
  padding-left: 25px;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul li::before {
  content: "•";
  font-size: 30px;
  padding-right: 20px;
  margin-left: -30px;
  background: linear-gradient(184deg, rgb(255, 220, 43) 19%, rgb(255, 129, 18) 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul li {
    font-size: 24px;
  }
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains {
  display: flex;
  flex-direction: column;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item {
  gap: 10px;
  display: flex;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item img {
  height: fit-content;
  place-self: center;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list {
  font-size: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list {
    font-size: 24px;
  }
}
.rio2025_landing .fifth_section .fifth_section_wrapper .image_wrapper {
  position: relative;
  flex: 1;
  min-height: 300px;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .image_wrapper .triangle_image {
  position: absolute;
  min-width: 700px;
  bottom: -35px;
  left: 5px;
  z-index: 2;
  pointer-events: none;
  max-width: 100%;
}
.rio2025_landing .fifth_section .fifth_section_wrapper .image_wrapper .mobile {
  display: none;
}
.rio2025_landing .sixth_section {
  padding: 80px 96px;
}
.rio2025_landing .sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.rio2025_landing .sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}
.rio2025_landing .seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.rio2025_landing .seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.rio2025_landing .seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}
@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@media only screen and (max-width: 768px) {
  .rio2025_landing .hero_section {
    padding-bottom: 40px;
  }
  .rio2025_landing .hero_section .hero_wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 70px 20px;
    margin: 40px;
  }
  .rio2025_landing .hero_section .hero_wrapper .hero_title {
    font-size: 36px !important;
    line-height: 1.2em;
  }
  .rio2025_landing .hero_section .hero_wrapper .first_image {
    padding-top: 30px;
  }
  .rio2025_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 50px;
  }
  .rio2025_landing .hero_section .hero_wrapper .hero_text {
    font-size: 30px;
  }
  .rio2025_landing .third_section {
    padding: 40px 45px;
  }
  .rio2025_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
  }
  .rio2025_landing .section_award {
    padding: 40px 45px;
  }
  .rio2025_landing .section_award .award_section_title {
    font-size: 30px;
  }
  .rio2025_landing .section_award .section_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .rio2025_landing .section_award .section_wrapper .middle {
    top: 0px;
  }
  .rio2025_landing .second_section {
    padding: 40px 0px;
  }
  .rio2025_landing .second_section .second_section_wrapper .form1_bg {
    display: none;
  }
  .rio2025_landing .second_section .second_section_wrapper .form_wrapper {
    position: initial;
    transform: none;
    padding: 0px;
  }
  .rio2025_landing .second_section .second_section_wrapper .form_wrapper h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .rio2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .rio2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 35px;
  }
  .rio2025_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
    background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
    color: black;
  }
  .rio2025_landing .fourth_section {
    padding: 40px 45px;
  }
  .rio2025_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
    font-size: 30px;
  }
  .rio2025_landing .fifth_section {
    padding: 40px 45px 30px 45px;
  }
  .rio2025_landing .fifth_section .fifth_section_title {
    font-size: 30px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 20px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 30px;
    padding-top: 5px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_title {
    font-size: 25px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .image_wrapper {
    min-height: 330px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .image_wrapper .triangle_image {
    min-width: auto;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .image_wrapper .desktop {
    display: none;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .image_wrapper .mobile {
    display: block;
  }
  .rio2025_landing .sixth_section {
    padding: 40px 45px;
  }
  .rio2025_landing .sixth_section .sixth_section_title {
    font-size: 30px;
  }
  .rio2025_landing .sixth_section .counter .count,
  .rio2025_landing .sixth_section .counter .mark {
    font-size: 50px;
  }
  .rio2025_landing .seventh_section {
    padding: 40px 20px;
  }
  .rio2025_landing .seventh_section .seventh_section_title {
    font-size: 30px;
  }
  .rio2025_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 21px;
  }
  .rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 21px;
  }
  .rio2025_landing .form_second_section {
    padding: 40px 0px;
  }
  .rio2025_landing .form_second_section .image_wrapper {
    display: none;
  }
  .rio2025_landing .form_second_section .form_heading {
    position: initial;
    transform: none;
  }
  .rio2025_landing .form_second_section .form_heading h2 {
    color: white;
    font-size: 30px;
  }
  .rio2025_landing .form_second_section .form_wrapper {
    position: initial;
    gap: 0px;
  }
  .rio2025_landing .form_second_section .form_wrapper .form_content p {
    color: white;
    font-weight: 400;
    font-size: 20px;
  }
  .rio2025_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .rio2025_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .rio2025_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 130px;
  }
  .rio2025_landing .section_award .section_wrapper {
    justify-content: center;
  }
  .rio2025_landing .section_award .section_wrapper .award {
    max-width: 300px;
    width: 100%;
  }
  .rio2025_landing .second_section {
    padding: 80px 0px;
  }
  .rio2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .rio2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 120px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 35px;
  }
  .rio2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 45px;
  }
  .rio2025_landing .sixth_section .counter .mark,
  .rio2025_landing .sixth_section .counter .count {
    font-size: 135px;
  }
  .rio2025_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 50px;
  }
  .rio2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 50px;
  }
  .rio2025_landing .form_second_section .form_heading {
    top: 20%;
    left: 35%;
  }
  .rio2025_landing .form_second_section .form_wrapper {
    align-items: center;
    top: 35%;
    padding: 0px 50px;
  }
  .rio2025_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .rio2025_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 100px;
  }
}
.americas_landing {
  background: #12102B;
  color: white;
}
.americas_landing .hero_section {
  margin-top: 60px;
  min-height: 600px;
  background-image: url("https://wazdan.com/wp-content/uploads/bcg-americas.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .americas_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.americas_landing .hero_section .hero_wrapper {
  border-radius: 20px;
  max-width: 1550px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  padding-left: 80px;
  margin: 60px auto;
}
.americas_landing .hero_section .hero_wrapper .text_section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.americas_landing .hero_section .hero_wrapper .text_section img {
  max-width: 400px;
  width: 100%;
}
.americas_landing .hero_section .hero_wrapper .text_info {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 768px) {
  .americas_landing .hero_section .hero_wrapper {
    margin: 40px;
  }
}
.americas_landing .hero_section .hero_wrapper .scroll_button {
  border: 0.5px solid #12102B;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 22px;
  margin-top: 20px;
  padding: 8px 32px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
  background: linear-gradient(184deg, rgb(255, 220, 43) 19%, rgb(255, 129, 18) 84%);
  color: #000;
  width: fit-content;
}
@media (max-width: 1290px) {
  .americas_landing .hero_section .hero_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .americas_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
.americas_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 650px;
  top: 10%;
  left: 55%;
}
.americas_landing .hero_section .hero_wrapper .hero_title {
  max-width: 800px;
  width: 100%;
  font-size: 60px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .americas_landing .hero_section .hero_wrapper .hero_title {
    max-width: 675px;
  }
}
@media (max-width: 1400px) {
  .americas_landing .hero_section .hero_wrapper .hero_title {
    max-width: 475px;
  }
}
@media (max-width: 768px) {
  .americas_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.americas_landing .second_section {
  padding: 80px 96px;
}
.americas_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.americas_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.americas_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.americas_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.americas_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.americas_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}
.americas_landing .third_section {
  background-color: white;
}
@media (min-width: 1921px) {
  .americas_landing .third_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .americas_landing .third_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .americas_landing .third_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .americas_landing .third_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .americas_landing .third_section {
    padding: 60px 28px;
  }
}
.americas_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.americas_landing .third_section .third_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  color: #12102B;
  max-width: 700px;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .americas_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .americas_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.americas_landing .third_section .third_section_wrapper p {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 39px;
  color: #12102B;
}
@media (max-width: 768px) {
  .americas_landing .third_section .third_section_wrapper p {
    font-size: 22px;
    line-height: 32px;
  }
}
.americas_landing .third_section .third_section_wrapper .success_message {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.americas_landing .third_section .third_section_wrapper .event_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.americas_landing .third_section .third_section_wrapper .event_form input {
  padding: 20px;
  margin: 10px;
  background-color: #D4ECFF;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.americas_landing .third_section .third_section_wrapper .event_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.americas_landing .third_section .third_section_wrapper .event_form .submit_btn {
  color: #fff;
  background: linear-gradient(184deg, rgb(255, 220, 43) 19%, rgb(255, 129, 18) 84%);
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
}
.americas_landing .third_section .third_section_wrapper .event_form .submit_btn:hover {
  background: #FF8112 !important;
  text-decoration: none;
  cursor: pointer;
}
.americas_landing .third_section .third_section_wrapper .event_form .wpforms-submit-container {
  place-self: center;
}
.americas_landing .third_section .third_section_wrapper .event_form_wrapper {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .americas_landing .third_section .third_section_wrapper .event_form_wrapper {
    flex-direction: column;
  }
}
.americas_landing .third_section .third_section_wrapper .event_form_wrapper p {
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .americas_landing .third_section .third_section_wrapper .event_form_wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .americas_landing .third_section .third_section_wrapper .event_form_wrapper .agree_text {
    font-size: 14px;
  }
}
.americas_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text {
  max-width: 600px;
  width: 100%;
  max-width: 600px;
  width: 100%;
}
.americas_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .americas_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
    font-size: 30px;
  }
}
.americas_landing .third_section .third_section_wrapper .event_form_wrapper .event_form {
  width: 100%;
  max-width: 600px;
}
.americas_landing .third_section .third_section_wrapper .event_form_wrapper #formApiSucces p {
  background-color: #95ff95;
  padding: 20px;
  border-radius: 20px;
}
.americas_landing .third_section .third_section_wrapper .agree_text {
  color: #000;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
.americas_landing .third_section .third_section_wrapper .agree_text a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .americas_landing .third_section .third_section_wrapper .agree_text {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .americas_landing .third_section .third_section_wrapper .agree_text {
    font-size: 14px;
  }
}
.americas_landing .counter_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .americas_landing .counter_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .americas_landing .counter_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .americas_landing .counter_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .americas_landing .counter_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .americas_landing .counter_section {
    padding: 60px 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .americas_landing .counter_section {
    padding: 70px 96px;
  }
}
.americas_landing .counter_section .counter_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.americas_landing .counter_section .counter_section_wrapper .counter_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  font-weight: 800;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 1400px) {
  .americas_landing .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .counter {
    padding-bottom: 20px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .counter .curr {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .counter .curr {
    font-size: 40px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .counter .count {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .counter .count {
    font-size: 40px;
  }
}
.americas_landing .counter_section .counter_section_wrapper p.counter_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 500;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper p.counter_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
  justify-self: center;
}
@media (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
    font-size: 24px;
    line-height: 34px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .reasons {
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .reasons {
    flex-direction: column;
  }
}
.americas_landing .counter_section .counter_section_wrapper .reasons .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .reasons .counters {
    justify-content: left;
    padding: 10px 0px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
    align-items: center;
    flex-direction: row;
  }
}
.americas_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .btn_wrapper {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .americas_landing .counter_section .counter_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.americas_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more {
  color: #fff;
  background-color: #12102B;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.americas_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}
.americas_landing .game_section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .americas_landing .game_section {
    padding: 80px 20px;
  }
}
.americas_landing .game_section .game_section_wrapper {
  width: 100%;
  margin: auto;
}
.americas_landing .game_section .game_section_wrapper .games {
  padding-top: 50px;
}
.americas_landing .game_section .game_section_wrapper h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .americas_landing .game_section .game_section_wrapper h3 {
    font-size: 30px;
  }
}
.americas_landing .game_section .game_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .americas_landing .game_section .game_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.americas_landing .game_section .game_section_wrapper .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}
.americas_landing .game_section .game_section_wrapper .slick-slide .game_image {
  border-radius: 20px;
}
.americas_landing .section_award {
  padding: 80px 96px;
}
.americas_landing .section_award .award_section_title {
  padding-bottom: 40px;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
  place-self: center;
  margin-bottom: 30px;
}
.americas_landing .section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .americas_landing .section_award .section_wrapper {
    align-items: center;
    flex-direction: column;
  }
}
.americas_landing .section_award .section_wrapper .award {
  max-width: 260px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.americas_landing .section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.americas_landing .section_award .section_wrapper .middle {
  position: relative;
  top: -30px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .americas_landing .section_award .section_wrapper .middle {
    max-width: 260px;
    order: -1;
  }
}
.americas_landing .form_second_section {
  padding: 80px 0px 0px 0px;
  background-image: url("https://wazdan.com/wp-content/uploads/miami-beach-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.americas_landing .form_second_section .section_wrapper {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  flex-direction: column;
}
.americas_landing .form_second_section .section_background {
  position: relative;
}
.americas_landing .form_second_section .section_background .form_section_container {
  padding-top: 180px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .americas_landing .form_second_section .section_background .form_section_container {
    margin: 0 40px;
    padding: 80px 0;
  }
}
.americas_landing .form_second_section .image_wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.americas_landing .form_second_section .form_heading {
  z-index: 4;
  background-color: #12102B;
  padding: 40px 60px;
  border-radius: 20px 20px 0px 0px;
}
.americas_landing .form_second_section .form_heading h2 {
  font-size: 50px;
  color: white;
  margin: 0;
  font-weight: 800;
}
@media (max-width: 768px) {
  .americas_landing .form_second_section .form_heading {
    padding: 30px;
    font-size: 30px;
  }
}
.americas_landing .form_second_section .form_wrapper {
  padding: 60px 60px;
  background-color: #12102B;
  position-area: center;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  max-width: 1330px;
  gap: 40px;
  align-items: flex-start;
  border-radius: 0px 0px 20px 20px;
}
@media (max-width: 768px) {
  .americas_landing .form_second_section .form_wrapper {
    flex-direction: column;
    padding: 30px;
  }
}
.americas_landing .form_second_section .form_wrapper .form_content {
  flex: 1;
  padding: 5px;
}
.americas_landing .form_second_section .form_wrapper .form_content p {
  font-size: 25px;
  font-weight: 400;
  color: white;
}
@media (max-width: 768px) {
  .americas_landing .form_second_section .form_wrapper .form_content p {
    font-size: 20px;
  }
}
.americas_landing .form_second_section .form_wrapper .form_area {
  flex: 1;
  padding: 10px;
  text-align: center;
}
.americas_landing .form_second_section .form_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.americas_landing .form_second_section .form_wrapper .form_area .disabled {
  opacity: 0.7;
}
.americas_landing .form_second_section .form_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.americas_landing .form_second_section .form_wrapper .form_area input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.americas_landing .form_second_section .form_wrapper .form_area ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.americas_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter {
  color: #fff;
  background: linear-gradient(184deg, rgb(255, 220, 43) 19%, rgb(255, 129, 18) 84%);
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
}
.americas_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter:hover {
  background: #FF8112 !important;
  text-decoration: none;
  cursor: pointer;
}
.americas_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  margin: 0;
}
.americas_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .americas_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .americas_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}
.americas_landing .third_section {
  padding: 20px;
}
.americas_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
}
.americas_landing .third_section .third_section_wrapper .third_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
}
.americas_landing .third_section .third_section_wrapper .video {
  border-radius: 20px;
  max-width: 800px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.americas_landing .fourth_section {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .americas_landing .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .americas_landing .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .americas_landing .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .americas_landing .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .americas_landing .fourth_section {
    padding: 60px 28px;
  }
}
.americas_landing .fourth_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #FFF;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
.americas_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.americas_landing .fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  font-weight: 800;
}
@media (max-width: 1400px) {
  .americas_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .americas_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.americas_landing .fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .americas_landing .fourth_section .fourth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 20px;
    justify-content: center;
  }
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 140px;
    width: 100%;
  }
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
@media (max-width: 1024px) {
  .americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  color: #191919;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.americas_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  color: #191919;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}
.americas_landing .fifth_section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("https://wazdan.com/wp-content/uploads/bcg-booth.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 1921px) {
  .americas_landing .fifth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .americas_landing .fifth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .americas_landing .fifth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .americas_landing .fifth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .americas_landing .fifth_section {
    padding: 60px 28px;
  }
}
.americas_landing .fifth_section .fifth_section_title {
  max-width: 1250px;
  margin: auto;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.americas_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  gap: 100px;
}
@media (max-width: 1024px) {
  .americas_landing .fifth_section .fifth_section_wrapper {
    flex-direction: column;
  }
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text {
  color: white;
  flex: 1;
  font-weight: 300;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper {
    padding-top: 50px;
  }
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper .btn_learn_more {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #000;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: linear-gradient(270deg, #FF8112 -63.34%, #FFDC2B 0.18%, #FF8112 100.43%, #FFDC2B 151.64%);
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
  font-size: 55px;
  color: white;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text {
  font-size: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text {
    font-size: 24px;
  }
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text strong {
  font-weight: 800;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul {
  margin-left: 30px;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul li {
  font-size: 30px;
  color: white;
  list-style: none;
  position: relative;
  padding-left: 25px;
  font-weight: 700;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul li::before {
  content: "•";
  font-size: 30px;
  padding-right: 20px;
  margin-left: -30px;
  background: linear-gradient(184deg, rgb(255, 220, 43) 19%, rgb(255, 129, 18) 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text ul li {
    font-size: 24px;
  }
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains {
  display: flex;
  flex-direction: column;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item {
  gap: 10px;
  display: flex;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item img {
  height: fit-content;
  place-self: center;
}
.americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list {
  font-size: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list {
    font-size: 24px;
  }
}
.americas_landing .fifth_section .fifth_section_wrapper .image_wrapper .triangle_image {
  margin-top: -50px;
}
.americas_landing .sixth_section {
  padding: 80px 96px;
}
.americas_landing .sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.americas_landing .sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}
.americas_landing .seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.americas_landing .seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.americas_landing .seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.americas_landing .seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.americas_landing .seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.americas_landing .seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}
@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@media only screen and (max-width: 768px) {
  .americas_landing .hero_section {
    padding-bottom: 40px;
  }
  .americas_landing .hero_section .hero_wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 70px 20px;
    margin: 40px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_title {
    font-size: 36px !important;
    line-height: 1.2em;
  }
  .americas_landing .hero_section .hero_wrapper .first_image {
    padding-top: 30px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 50px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_text {
    font-size: 30px;
  }
  .americas_landing .third_section {
    padding: 40px 45px;
  }
  .americas_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
  }
  .americas_landing .section_award {
    padding: 40px 45px;
  }
  .americas_landing .section_award .award_section_title {
    font-size: 30px;
  }
  .americas_landing .section_award .section_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .americas_landing .section_award .section_wrapper .middle {
    top: 0px;
  }
  .americas_landing .second_section {
    padding: 40px 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form1_bg {
    display: none;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper {
    position: initial;
    transform: none;
    padding: 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 35px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
    background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
    color: black;
  }
  .americas_landing .fourth_section {
    padding: 40px 45px;
  }
  .americas_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
    font-size: 30px;
  }
  .americas_landing .fifth_section {
    padding: 40px 45px 30px 45px;
  }
  .americas_landing .fifth_section .fifth_section_title {
    font-size: 30px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 20px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 30px;
    padding-top: 5px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_title {
    font-size: 25px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper {
    min-height: 330px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper .triangle_image {
    min-width: auto;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper .desktop {
    display: none;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper .mobile {
    display: block;
  }
  .americas_landing .sixth_section {
    padding: 40px 45px;
  }
  .americas_landing .sixth_section .sixth_section_title {
    font-size: 30px;
  }
  .americas_landing .sixth_section .counter .count,
  .americas_landing .sixth_section .counter .mark {
    font-size: 50px;
  }
  .americas_landing .seventh_section {
    padding: 40px 20px;
  }
  .americas_landing .seventh_section .seventh_section_title {
    font-size: 30px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 21px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 21px;
  }
  .americas_landing .form_second_section {
    padding: 40px 0px;
  }
  .americas_landing .form_second_section .image_wrapper {
    display: none;
  }
  .americas_landing .form_second_section .form_heading {
    position: initial;
    transform: none;
  }
  .americas_landing .form_second_section .form_heading h2 {
    color: white;
    font-size: 30px;
  }
  .americas_landing .form_second_section .form_wrapper {
    position: initial;
    gap: 0px;
  }
  .americas_landing .form_second_section .form_wrapper .form_content p {
    color: white;
    font-weight: 400;
    font-size: 20px;
  }
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .americas_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 130px;
  }
  .americas_landing .section_award .section_wrapper {
    justify-content: center;
  }
  .americas_landing .section_award .section_wrapper .award {
    max-width: 300px;
    width: 100%;
  }
  .americas_landing .second_section {
    padding: 80px 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 120px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 35px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 45px;
  }
  .americas_landing .sixth_section .counter .mark,
  .americas_landing .sixth_section .counter .count {
    font-size: 135px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 50px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 50px;
  }
  .americas_landing .form_second_section .form_heading {
    top: 20%;
    left: 35%;
  }
  .americas_landing .form_second_section .form_wrapper {
    align-items: center;
    top: 35%;
    padding: 0px 50px;
  }
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 100px;
  }
}
.asia_landing {
  background: #12102B;
  color: white;
}
.asia_landing .hero_section {
  margin-top: 60px;
  min-height: 600px;
  background-image: url("https://wazdan.com/wp-content/uploads/asia_bcg-v3.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .asia_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.asia_landing .hero_section .hero_wrapper {
  border-radius: 20px;
  max-width: 1550px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  padding-left: 80px;
  margin: 60px auto;
}
.asia_landing .hero_section .hero_wrapper .text_section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.asia_landing .hero_section .hero_wrapper .text_section img {
  max-width: 200px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .asia_landing .hero_section .hero_wrapper .text_section img {
    max-width: 150px;
  }
}
.asia_landing .hero_section .hero_wrapper .text_section .box {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .asia_landing .hero_section .hero_wrapper .text_section .box {
    flex-direction: column;
    align-items: start;
  }
}
.asia_landing .hero_section .hero_wrapper .text_section .box .text_info {
  font-size: 30px;
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  .asia_landing .hero_section .hero_wrapper {
    margin: 40px;
  }
}
.asia_landing .hero_section .hero_wrapper .scroll_button {
  border: 0.5px solid #12102B;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 22px;
  margin-top: 20px;
  padding: 8px 32px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
  background: linear-gradient(184deg, #2EFFE7, #47FF60);
  color: #000;
  width: fit-content;
}
@media (max-width: 1290px) {
  .asia_landing .hero_section .hero_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .asia_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
.asia_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 650px;
  top: 10%;
  left: 55%;
}
.asia_landing .hero_section .hero_wrapper .hero_title {
  max-width: 800px;
  width: 100%;
  font-size: 60px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .asia_landing .hero_section .hero_wrapper .hero_title {
    max-width: 675px;
  }
}
@media (max-width: 1400px) {
  .asia_landing .hero_section .hero_wrapper .hero_title {
    max-width: 475px;
  }
}
@media (max-width: 768px) {
  .asia_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.asia_landing .second_section {
  padding: 80px 96px;
}
.asia_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.asia_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.asia_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.asia_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.asia_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.asia_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.asia_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.asia_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}
.asia_landing .multidrop_section {
  background-color: rgba(0, 0, 0, 0.7294117647);
  min-height: 100vh;
  padding: 90px 0px;
  position: relative;
  overflow: hidden;
}
.asia_landing .multidrop_section #bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
}
.asia_landing .multidrop_section .multidrop_section_wrapper {
  max-width: 1650px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .event_form_text {
  width: 100%;
  text-align: center;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .event_form_text h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .asia_landing .multidrop_section .multidrop_section_wrapper .event_form_text h3 {
    font-size: 30px;
  }
}
.asia_landing .multidrop_section .multidrop_section_wrapper .event_form_text p {
  color: #FFF;
  text-align: center;
  font-size: 110px;
  font-weight: 800;
}
@media (max-width: 1024px) {
  .asia_landing .multidrop_section .multidrop_section_wrapper .event_form_text p {
    font-size: 40px;
  }
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
  min-height: 400px;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .img_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 20px;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .img_wrapper img {
  max-width: 450px;
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 20px;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .img_wrapper p {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-track {
  display: flex;
  align-items: center;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center {
  min-width: 650px;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center .img_wrapper {
  width: 100%;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center .img_wrapper img {
  max-width: 650px;
  width: 100%;
}
.asia_landing .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center p {
  font-size: 48px;
}

.third_section {
  background-color: white;
}
@media (min-width: 1921px) {
  .third_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .third_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .third_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .third_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .third_section {
    padding: 60px 28px;
  }
}
.third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.third_section .third_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  color: #12102B;
  max-width: 700px;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .third_section .third_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.third_section .third_section_wrapper p {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 39px;
  color: #12102B;
}
@media (max-width: 768px) {
  .third_section .third_section_wrapper p {
    font-size: 22px;
    line-height: 32px;
  }
}
.third_section .third_section_wrapper .success_message {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.third_section .third_section_wrapper .event_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.third_section .third_section_wrapper .event_form input {
  padding: 20px;
  margin: 10px;
  background-color: #D4ECFF;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.third_section .third_section_wrapper .event_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.third_section .third_section_wrapper .event_form .submit_btn {
  color: #fff;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
}
.third_section .third_section_wrapper .event_form .submit_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.third_section .third_section_wrapper .event_form .wpforms-submit-container {
  place-self: center;
}
.third_section .third_section_wrapper .event_form_wrapper {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  .third_section .third_section_wrapper .event_form_wrapper {
    flex-direction: column;
  }
}
.third_section .third_section_wrapper .event_form_wrapper p {
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .third_section .third_section_wrapper .event_form_wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .third_section .third_section_wrapper .event_form_wrapper .agree_text {
    font-size: 14px;
  }
}
.third_section .third_section_wrapper .event_form_wrapper .event_form_text {
  max-width: 750px;
  width: 100%;
}
.third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
    font-size: 30px;
  }
}
.third_section .third_section_wrapper .event_form_wrapper .event_form {
  width: 100%;
  max-width: 600px;
}
.third_section .third_section_wrapper .event_form_wrapper #formApiSucces p {
  background-color: #95ff95;
  padding: 20px;
  border-radius: 20px;
}
.third_section .third_section_wrapper .agree_text {
  color: #000;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
.third_section .third_section_wrapper .agree_text a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .third_section .third_section_wrapper .agree_text {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .third_section .third_section_wrapper .agree_text {
    font-size: 14px;
  }
}

.counter_section {
  position: relative;
  overflow: hidden;
  background: url("https://wazdan.com/wp-content/uploads/counter_background.jpg");
  background-size: cover;
}
@media (min-width: 1921px) {
  .counter_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .counter_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .counter_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .counter_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .counter_section {
    padding: 60px 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .counter_section {
    padding: 70px 96px;
  }
}
.counter_section .counter_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.counter_section .counter_section_wrapper .counter_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  font-weight: 800;
  padding-bottom: 10px;
  position: relative;
}
@media (max-width: 1400px) {
  .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.counter_section .counter_section_wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter {
    padding-bottom: 20px;
  }
}
.counter_section .counter_section_wrapper .counter .curr {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter .curr {
    font-size: 40px;
  }
}
.counter_section .counter_section_wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.counter_section .counter_section_wrapper .counter .count {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter .count {
    font-size: 40px;
  }
}
.counter_section .counter_section_wrapper p.counter_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 500;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper p.counter_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.counter_section .counter_section_wrapper .counter_section_under_counter {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
  justify-self: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter_section_under_counter {
    font-size: 24px;
    line-height: 34px;
  }
}
.counter_section .counter_section_wrapper .reasons {
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons {
    flex-direction: column;
  }
}
.counter_section .counter_section_wrapper .reasons .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters {
    justify-content: left;
    padding: 10px 0px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters .single_counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters .single_counter {
    align-items: center;
    flex-direction: row;
  }
}
.counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.counter_section .counter_section_wrapper .btn_wrapper {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more {
  color: #fff;
  background-color: #12102B;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}

.game_section {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background: url("https://wazdan.com/wp-content/uploads/counter_background.jpg");
  background-size: cover;
}
@media (max-width: 1024px) {
  .game_section {
    padding: 80px 20px;
  }
}
.game_section .game_section_wrapper {
  width: 100%;
  margin: auto;
}
.game_section .game_section_wrapper .games {
  padding-top: 50px;
}
.game_section .game_section_wrapper h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .game_section .game_section_wrapper h3 {
    font-size: 30px;
  }
}
.game_section .game_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  .game_section .game_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.game_section .game_section_wrapper .slick-slide {
  margin-right: 5px;
  margin-left: 5px;
}
.game_section .game_section_wrapper .slick-slide .game_image {
  border-radius: 20px;
}

.section_award {
  padding: 80px 96px;
}
.section_award .award_section_title {
  padding-bottom: 40px;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
  place-self: center;
  margin-bottom: 30px;
}
.section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .section_award .section_wrapper {
    align-items: center;
    flex-direction: column;
  }
}
.section_award .section_wrapper .award {
  max-width: 260px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.section_award .section_wrapper .middle {
  position: relative;
  top: -30px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .section_award .section_wrapper .middle {
    max-width: 260px;
    order: -1;
  }
}

.form_second_section {
  padding: 80px 0px 0px 0px;
  background-image: url("https://wazdan.com/wp-content/uploads/form_bcg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.form_second_section .section_wrapper {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  flex-direction: column;
}
.form_second_section .section_background {
  position: relative;
}
.form_second_section .section_background .form_section_container {
  padding-top: 180px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .form_second_section .section_background .form_section_container {
    margin: 0 40px;
    padding: 80px 0;
  }
}
.form_second_section .image_wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.form_second_section .form_heading {
  z-index: 4;
  background-color: #12102B;
  padding: 40px 60px;
  border-radius: 20px 20px 0px 0px;
}
@media (max-width: 768px) {
  .form_second_section .form_heading {
    padding: 30px;
  }
}
.form_second_section .form_heading h2 {
  font-size: 50px;
  color: white;
  margin: 0;
  font-weight: 800;
}
@media (max-width: 768px) {
  .form_second_section .form_heading h2 {
    font-size: 30px;
  }
}
.form_second_section .form_wrapper {
  padding: 60px 60px;
  background-color: #12102B;
  position-area: center;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  max-width: 1330px;
  gap: 40px;
  align-items: flex-start;
  border-radius: 0px 0px 20px 20px;
}
@media (max-width: 768px) {
  .form_second_section .form_wrapper {
    flex-direction: column;
    padding: 30px;
  }
}
.form_second_section .form_wrapper .form_content {
  flex: 1;
  padding: 5px;
}
.form_second_section .form_wrapper .form_content p {
  font-size: 25px;
  font-weight: 400;
  color: white;
}
@media (max-width: 768px) {
  .form_second_section .form_wrapper .form_content p {
    font-size: 20px;
  }
}
.form_second_section .form_wrapper .form_area {
  flex: 1;
  padding: 10px;
  text-align: center;
}
.form_second_section .form_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.form_second_section .form_wrapper .form_area .disabled {
  opacity: 0.7;
}
.form_second_section .form_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.form_second_section .form_wrapper .form_area input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.form_second_section .form_wrapper .form_area ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.form_second_section .form_wrapper .form_area .submit_btn_newsletter {
  color: #fff;
  background: linear-gradient(184deg, #2EFFE7, #47FF60);
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
}
.form_second_section .form_wrapper .form_area .submit_btn_newsletter:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.form_second_section .form_wrapper .form_area .agree_text_newsletter {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  margin: 0;
}
.form_second_section .form_wrapper .form_area .agree_text_newsletter a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}

.third_section {
  padding: 20px;
}
.third_section .third_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
}
.third_section .third_section_wrapper .third_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
}
.third_section .third_section_wrapper .video {
  border-radius: 20px;
  max-width: 800px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.fourth_section {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .fourth_section {
    padding: 60px 28px;
  }
}
.fourth_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #FFF;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
.fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  font-weight: 800;
}
@media (max-width: 1400px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 20px;
    justify-content: center;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 140px;
    width: 100%;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  color: #191919;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  color: #191919;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}

.fifth_section {
  background-image: url("https://wazdan.com/wp-content/uploads/visit_us-scaled.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (min-width: 1921px) {
  .fifth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .fifth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .fifth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .fifth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .fifth_section {
    padding: 60px 28px;
  }
}
.fifth_section .fifth_section_title {
  max-width: 1250px;
  margin: auto;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  gap: 100px;
}
@media (max-width: 1024px) {
  .fifth_section .fifth_section_wrapper {
    flex-direction: column;
  }
}
.fifth_section .fifth_section_wrapper .fifth_section_text {
  color: white;
  flex: 1;
  font-weight: 300;
}
.fifth_section .fifth_section_wrapper .fifth_section_text .first {
  font-size: 55px;
  color: white;
}
.fifth_section .fifth_section_wrapper .fifth_section_text .text {
  font-size: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .fifth_section .fifth_section_wrapper .fifth_section_text .text {
    font-size: 24px;
  }
}
.fifth_section .fifth_section_wrapper .fifth_section_text .text strong {
  font-weight: 800;
}
.fifth_section .fifth_section_wrapper .fifth_section_text ul {
  margin-left: 30px;
}
.fifth_section .fifth_section_wrapper .fifth_section_text ul li {
  font-size: 30px;
  color: white;
  list-style: none;
  position: relative;
  padding-left: 25px;
  font-weight: 700;
}
.fifth_section .fifth_section_wrapper .fifth_section_text ul li::before {
  content: "•";
  font-size: 30px;
  padding-right: 20px;
  margin-left: -30px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 768px) {
  .fifth_section .fifth_section_wrapper .fifth_section_text ul li {
    font-size: 24px;
  }
}
.fifth_section .fifth_section_wrapper .fifth_section_text .list_gains {
  display: flex;
  flex-direction: column;
}
.fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item {
  gap: 10px;
  display: flex;
}
.fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item img {
  height: fit-content;
  place-self: center;
}
.fifth_section .fifth_section_wrapper .fifth_section_text .list {
  font-size: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .fifth_section .fifth_section_wrapper .fifth_section_text .list {
    font-size: 24px;
  }
}
.fifth_section .fifth_section_wrapper .image_wrapper .triangle_image {
  margin-top: -50px;
}

.sixth_section {
  padding: 80px 96px;
}
.sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}

.seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}

@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@media only screen and (max-width: 768px) {
  .americas_landing .hero_section {
    padding-bottom: 40px;
  }
  .americas_landing .hero_section .hero_wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 70px 20px;
    margin: 40px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_title {
    font-size: 36px !important;
    line-height: 1.2em;
  }
  .americas_landing .hero_section .hero_wrapper .first_image {
    padding-top: 30px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 50px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_text {
    font-size: 30px;
  }
  .americas_landing .third_section {
    padding: 40px 45px;
  }
  .americas_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
  }
  .americas_landing .section_award {
    padding: 40px 45px;
  }
  .americas_landing .section_award .award_section_title {
    font-size: 30px;
  }
  .americas_landing .section_award .section_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .americas_landing .section_award .section_wrapper .middle {
    top: 0px;
  }
  .americas_landing .second_section {
    padding: 40px 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form1_bg {
    display: none;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper {
    position: initial;
    transform: none;
    padding: 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 35px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
    background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
    color: black;
  }
  .americas_landing .fourth_section {
    padding: 40px 45px;
  }
  .americas_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
    font-size: 30px;
  }
  .americas_landing .fifth_section {
    padding: 40px 45px 30px 45px;
  }
  .americas_landing .fifth_section .fifth_section_title {
    font-size: 30px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 20px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 30px;
    padding-top: 5px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_title {
    font-size: 25px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper {
    min-height: 330px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper .triangle_image {
    min-width: auto;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper .desktop {
    display: none;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .image_wrapper .mobile {
    display: block;
  }
  .americas_landing .sixth_section {
    padding: 40px 45px;
  }
  .americas_landing .sixth_section .sixth_section_title {
    font-size: 30px;
  }
  .americas_landing .sixth_section .counter .count,
  .americas_landing .sixth_section .counter .mark {
    font-size: 50px;
  }
  .americas_landing .seventh_section {
    padding: 40px 20px;
  }
  .americas_landing .seventh_section .seventh_section_title {
    font-size: 30px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 21px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 21px;
  }
  .americas_landing .form_second_section {
    padding: 40px 0px;
  }
  .americas_landing .form_second_section .image_wrapper {
    display: none;
  }
  .americas_landing .form_second_section .form_heading {
    position: initial;
    transform: none;
  }
  .americas_landing .form_second_section .form_heading h2 {
    color: white;
    font-size: 30px;
  }
  .americas_landing .form_second_section .form_wrapper {
    position: initial;
    gap: 0px;
  }
  .americas_landing .form_second_section .form_wrapper .form_content p {
    color: white;
    font-weight: 400;
    font-size: 20px;
  }
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .americas_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 130px;
  }
  .americas_landing .section_award .section_wrapper {
    justify-content: center;
  }
  .americas_landing .section_award .section_wrapper .award {
    max-width: 300px;
    width: 100%;
  }
  .americas_landing .second_section {
    padding: 80px 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 120px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 35px;
  }
  .americas_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 45px;
  }
  .americas_landing .sixth_section .counter .mark,
  .americas_landing .sixth_section .counter .count {
    font-size: 135px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 50px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 50px;
  }
  .americas_landing .form_second_section .form_heading {
    top: 20%;
    left: 35%;
  }
  .americas_landing .form_second_section .form_wrapper {
    align-items: center;
    top: 35%;
    padding: 0px 50px;
  }
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .americas_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 100px;
  }
}
.twogames_wrapper {
  padding: 150px 20px 20px 20px;
}
.twogames_wrapper .container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  padding-top: 5%;
}
.twogames_wrapper .container .gameImage {
  max-width: 350px;
  width: 100%;
}
.twogames_wrapper .container .gameImage a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.twogames_wrapper .container .gameImage a img {
  max-width: 350px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  transition: all 0.2s ease-out;
}
.twogames_wrapper .container .gameImage a img:hover {
  transform: scale(0.95);
}
.twogames_wrapper .container .gameImage a .game_title {
  font-weight: 600;
  font-size: 26px;
  color: #000;
  text-align: center;
}

#gameModalScratch .modal-content {
  padding: 0;
  background-color: #000;
}
#gameModalScratch .modal-content .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  filter: invert(1);
  z-index: 99999 !important;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
}
#gameModalScratch .modal-content .modal-body {
  border: 1px solid #646464;
}

.multidrop_lp .header_section {
  padding-bottom: 0 !important;
  position: relative;
  background-color: #12102B;
  display: flex;
  min-height: 100vh;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .multidrop_lp .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .multidrop_lp .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .multidrop_lp .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .multidrop_lp .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .multidrop_lp .header_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .header_section {
    min-height: 85vh;
  }
}
.multidrop_lp .header_section .triangle_bcg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .multidrop_lp .header_section .triangle_bcg {
    top: -50%;
    left: -100px;
  }
}
@media (max-width: 768px) {
  .multidrop_lp .header_section .triangle_bcg {
    top: -50%;
    left: -500px;
  }
}
.multidrop_lp .header_section .container {
  max-width: 1250px;
  margin: auto;
  z-index: 3;
  position: relative;
}
@media (max-width: 768px) {
  .multidrop_lp .header_section .container {
    margin: inherit;
    padding-top: 100px;
  }
}
.multidrop_lp .header_section .container .content {
  color: #fff;
  padding-bottom: 50px;
}
.multidrop_lp .header_section .container .content h1 {
  font-size: 69px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  .multidrop_lp .header_section .container .content h1 {
    font-size: 30px;
    line-height: 100%;
  }
}
.multidrop_lp .header_section .container .content h2 {
  font-size: 110px;
  font-style: normal;
  font-weight: 800;
  line-height: 132px;
}
@media (max-width: 1024px) {
  .multidrop_lp .header_section .container .content h2 {
    font-size: 50px;
    line-height: 100%;
  }
}
.multidrop_lp .header_section .container .content p {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 74px;
}
@media (max-width: 1024px) {
  .multidrop_lp .header_section .container .content p {
    font-size: 30px;
    line-height: 100%;
  }
}
.multidrop_lp .header_section .container .start_btn {
  border-radius: 50px;
  background: #12102B;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 40px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .multidrop_lp .header_section .container .start_btn {
    font-size: 20px;
    padding: 10px 30px;
    line-height: 100%;
  }
}
.multidrop_lp .header_section .crown_image {
  z-index: 2;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1400px) {
  .multidrop_lp .header_section .crown_image {
    max-width: 700px;
    width: 100%;
  }
}
.multidrop_lp .multidrop_section {
  background-color: rgba(0, 0, 0, 0.7294117647);
  min-height: 100vh;
  padding: 90px 0px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .multidrop_lp .multidrop_section {
    min-height: fit-content;
  }
}
.multidrop_lp .multidrop_section #bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper {
  max-width: 1650px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
}
@media (max-width: 1024px) {
  .multidrop_lp .multidrop_section .multidrop_section_wrapper {
    gap: 30px;
  }
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .event_form_text {
  width: 100%;
  text-align: center;
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .event_form_text h3 {
  color: #FFF;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .multidrop_lp .multidrop_section .multidrop_section_wrapper .event_form_text h3 {
    font-size: 32px;
  }
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .event_form_text p {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 768px) {
  .multidrop_lp .multidrop_section .multidrop_section_wrapper .event_form_text p {
    font-size: 24px;
  }
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .slots_text {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1024px) {
  .multidrop_lp .multidrop_section .multidrop_section_wrapper .slots_text {
    font-size: 20px;
  }
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
  min-height: 400px;
}
@media (max-width: 1024px) {
  .multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper {
    min-height: fit-content;
  }
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .img_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 20px;
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .img_wrapper img {
  max-width: 450px;
  transition: all 0.3s ease;
  width: 100%;
  border-radius: 20px;
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .img_wrapper p {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease;
  padding-top: 30px;
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-track {
  display: flex;
  align-items: center;
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center {
  min-width: 650px;
}
@media (max-width: 1024px) {
  .multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center {
    min-width: auto;
  }
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center .img_wrapper {
  width: 100%;
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center .img_wrapper img {
  max-width: 650px;
  width: 100%;
}
@media (max-width: 768px) {
  .multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center .img_wrapper img {
    max-width: 350px;
  }
}
.multidrop_lp .multidrop_section .multidrop_section_wrapper .multidrop_images_wrapper .slick-center p {
  font-size: 48px;
}
.multidrop_lp .multiplier_section {
  background-color: #12102B;
}
@media (min-width: 1921px) {
  .multidrop_lp .multiplier_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .multidrop_lp .multiplier_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .multidrop_lp .multiplier_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .multidrop_lp .multiplier_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .multidrop_lp .multiplier_section {
    padding: 60px 28px;
  }
}
.multidrop_lp .multiplier_section .container {
  max-width: 1250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.multidrop_lp .multiplier_section .container .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1290px) {
  .multidrop_lp .multiplier_section .container .wrapper {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .multiplier_section .container .wrapper {
    gap: 10px;
    justify-content: center;
  }
  .multidrop_lp .multiplier_section .container .wrapper:nth-child(2) {
    flex-direction: column-reverse;
  }
}
.multidrop_lp .multiplier_section .container .wrapper .text_box {
  max-width: 620px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1290px) {
  .multidrop_lp .multiplier_section .container .wrapper .text_box {
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .multiplier_section .container .wrapper .text_box {
    gap: 25px;
  }
}
.multidrop_lp .multiplier_section .container .wrapper .text_box img {
  width: 100%;
}
.multidrop_lp .multiplier_section .container .wrapper .text_box h3 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1024px) {
  .multidrop_lp .multiplier_section .container .wrapper .text_box h3 {
    font-size: 29px;
  }
}
.multidrop_lp .multiplier_section .container .wrapper .text_box p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1024px) {
  .multidrop_lp .multiplier_section .container .wrapper .text_box p {
    font-size: 19px;
  }
}
.multidrop_lp .multiplier_section .container .wrapper img {
  border-radius: 41px;
  max-width: 470px;
  width: 100%;
}
@media (max-width: 1400px) {
  .multidrop_lp .multiplier_section .container .wrapper img {
    max-width: 430px;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .multiplier_section .container .wrapper img {
    max-width: 200px;
  }
}
.multidrop_lp .section_award {
  background-color: #12102B;
  padding: 80px 96px;
}
@media (max-width: 1024px) {
  .multidrop_lp .section_award {
    padding: 80px 20px;
  }
}
.multidrop_lp .section_award .award_section_title {
  padding-bottom: 40px;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
  place-self: center;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .multidrop_lp .section_award .award_section_title {
    font-size: 30px;
    margin-bottom: 0px;
  }
}
.multidrop_lp .section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .multidrop_lp .section_award .section_wrapper {
    align-items: center;
    flex-direction: column;
  }
}
.multidrop_lp .section_award .section_wrapper .award {
  max-width: 260px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.multidrop_lp .section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.multidrop_lp .section_award .section_wrapper .middle {
  position: relative;
  top: -30px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .multidrop_lp .section_award .section_wrapper .middle {
    max-width: 260px;
    order: -1;
  }
}
.multidrop_lp .form_section {
  background-image: url("https://wazdan.com/wp-content/uploads/MightyWildPanther_background-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 1921px) {
  .multidrop_lp .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .multidrop_lp .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .multidrop_lp .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .multidrop_lp .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .multidrop_lp .form_section {
    padding: 60px 28px;
  }
}
.multidrop_lp .form_section .wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.multidrop_lp .form_section .wrapper .triangle_form {
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 768px) {
  .multidrop_lp .form_section .wrapper .triangle_form {
    left: auto;
    right: -100px;
    top: 10px;
  }
}
.multidrop_lp .form_section .wrapper .jaguar_image {
  max-width: 650px;
  width: 100%;
}
@media (max-width: 1400px) {
  .multidrop_lp .form_section .wrapper .jaguar_image {
    max-width: 550px;
    z-index: 1;
  }
}
.multidrop_lp .form_section .wrapper .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 200px;
}
@media (max-width: 1400px) {
  .multidrop_lp .form_section .wrapper .box {
    align-items: flex-end;
  }
}
.multidrop_lp .form_section .wrapper .box .form_wrapper {
  position: relative;
  z-index: 1;
}
.multidrop_lp .form_section .wrapper .box .form_wrapper h3 {
  color: #12102B;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .multidrop_lp .form_section .wrapper .box .form_wrapper h3 {
    font-size: 30px;
    text-align: center;
  }
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .event_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  max-width: 624px;
  width: 100%;
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .event_form input {
  width: 100%;
  padding: 15px 30px;
  background-color: #FFF;
  border-radius: 30px;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .multidrop_lp .form_section .wrapper .box .form_wrapper .event_form input {
    padding: 10px 25px;
    font-size: 20px;
  }
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .event_form ::placeholder {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .multidrop_lp .form_section .wrapper .box .form_wrapper .event_form ::placeholder {
    padding: 10px 25px;
    font-size: 20px;
  }
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .event_form .submit_btn {
  padding: 15px 35px;
  text-align: center;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #12102B;
  color: #FF8112;
  border: 2px solid #12102B;
  border: none;
  border-radius: 42px;
  min-width: 218px;
  width: fit-content;
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .event_form .submit_btn:hover {
  color: #12102B;
  background-color: transparent;
  border: 2px solid #12102B;
}
@media (max-width: 768px) {
  .multidrop_lp .form_section .wrapper .box .form_wrapper .event_form .submit_btn {
    padding: 10px 25px;
    font-size: 20px;
    min-width: 200px;
  }
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .event_form .agree_text {
  color: #12102B;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .event_form .agree_text a {
  color: #fff;
  text-decoration: underline;
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .success_message {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .disabled {
  opacity: 0.7;
}
.multidrop_lp .form_section .wrapper .box .form_wrapper .loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.multidrop_lp .form_section .wrapper .promotool_wrapper h2 {
  color: #FFF;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .multidrop_lp .form_section .wrapper .promotool_wrapper h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
.multidrop_lp .form_section .wrapper .promotool_wrapper .promotools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}
@media (max-width: 1024px) {
  .multidrop_lp .form_section .wrapper .promotool_wrapper .promotools {
    gap: 14px;
    justify-content: center;
  }
}
.multidrop_lp .form_section .wrapper .promotool_wrapper .promotools a {
  color: #FFF;
  text-align: center;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #FFF;
  background: #12102B;
  text-decoration: none;
  padding: 10px 30px;
}
@media (max-width: 1024px) {
  .multidrop_lp .form_section .wrapper .promotool_wrapper .promotools a {
    font-size: 16px;
    padding: 8px 14px;
  }
}
.multidrop_lp .form_section .wrapper .promotool_wrapper .promotools a:hover {
  border-radius: 50px;
  border: 1px solid #12102B;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
}
.multidrop_lp .slider_section {
  background-color: #D4ECFF;
  padding: 113px 0;
  display: flex;
  flex-direction: column;
}
.multidrop_lp .slider_section .wrapper {
  max-width: 1250px;
  margin: auto;
}
.multidrop_lp .slider_section .wrapper h3 {
  color: #12102B;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .multidrop_lp .slider_section .wrapper h3 {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
.multidrop_lp .slider_section .wrapper .counter {
  display: flex;
}
.multidrop_lp .slider_section .wrapper .counter .mark {
  background: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 180px;
  line-height: 1;
  color: #12102B;
  z-index: 1;
  padding: 0px;
}
@media (max-width: 1400px) {
  .multidrop_lp .slider_section .wrapper .counter .mark {
    font-size: 140px;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .slider_section .wrapper .counter .mark {
    font-size: 30px;
  }
}
.multidrop_lp .slider_section .wrapper .counter .count {
  background: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 180px;
  line-height: 1;
  color: #12102B;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .multidrop_lp .slider_section .wrapper .counter .count {
    font-size: 140px;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .slider_section .wrapper .counter .count {
    font-size: 30px;
    margin: 0 -60px;
  }
}
.multidrop_lp .slider_section .network_slider {
  z-index: 5;
}
.multidrop_lp .slider_section .network_slider .slick-slide {
  padding: 0 10px;
}
.multidrop_lp .slider_section .network_slider .slick-slide img {
  border-radius: 38px;
  max-height: 384px;
  width: 100%;
  height: 100%;
}
.multidrop_lp .technical_support {
  background-color: rgba(0, 0, 0, 0.7294117647);
  padding: 90px 0px;
  position: relative;
  overflow: hidden;
}
.multidrop_lp .technical_support .titles_slider {
  position: relative;
  min-height: 240px;
  overflow: hidden;
}
.multidrop_lp .technical_support .titles_slider h4 {
  position: absolute;
  width: 100%;
  margin: 0;
  text-align: center;
  top: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.multidrop_lp .technical_support .titles_slider h4.show {
  opacity: 1;
  transform: translateY(0%);
  z-index: 1;
}
.multidrop_lp .technical_support .titles_slider h4.hide {
  opacity: 0;
  transform: translateY(-100%);
  z-index: 0;
}
.multidrop_lp .technical_support #bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
}
.multidrop_lp .technical_support .wrapper {
  position: relative;
}
@media (min-width: 1921px) {
  .multidrop_lp .technical_support .wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .multidrop_lp .technical_support .wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .multidrop_lp .technical_support .wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .multidrop_lp .technical_support .wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .multidrop_lp .technical_support .wrapper {
    padding: 60px 28px;
  }
}
.multidrop_lp .technical_support .wrapper h3 {
  color: #FFF;
  text-align: center;
  font-family: "Wazdan Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .multidrop_lp .technical_support .wrapper h3 {
    font-size: 38px;
  }
}
.multidrop_lp .technical_support .wrapper h4 {
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 91px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .multidrop_lp .technical_support .wrapper h4 {
    font-size: 38px;
  }
}
@media (min-width: 1921px) {
  .multidrop_lp .am_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .multidrop_lp .am_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .multidrop_lp .am_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .multidrop_lp .am_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .multidrop_lp .am_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .am_section {
    padding-top: 0;
  }
}
.multidrop_lp .am_section .wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .multidrop_lp .am_section .wrapper {
    flex-direction: column-reverse;
  }
}
.multidrop_lp .am_section .wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 700px;
  width: 100%;
}
.multidrop_lp .am_section .wrapper .content p {
  color: #12102B;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.multidrop_lp .am_section .wrapper .content p .green {
  color: #2EFFE7;
}
@media (max-width: 1400px) {
  .multidrop_lp .am_section .wrapper .content p {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .am_section .wrapper .content p {
    font-size: 26px;
  }
}
.multidrop_lp .am_section .wrapper .content .am h3 {
  color: #12102B;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 153.3%;
}
@media (max-width: 1024px) {
  .multidrop_lp .am_section .wrapper .content .am h3 {
    font-size: 36px;
    line-height: 100%;
  }
}
.multidrop_lp .am_section .wrapper .content .am h4 {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 153.3%;
}
@media (max-width: 1024px) {
  .multidrop_lp .am_section .wrapper .content .am h4 {
    font-size: 16px;
    line-height: 100%;
  }
}
.multidrop_lp .am_section .wrapper .am_image {
  max-width: 500px;
  width: 100%;
  height: fit-content;
}
.multidrop_lp .contact_section {
  background-image: url("https://wazdan.com/wp-content/uploads/miami-beach-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 1921px) {
  .multidrop_lp .contact_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .multidrop_lp .contact_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .multidrop_lp .contact_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .multidrop_lp .contact_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .multidrop_lp .contact_section {
    padding: 60px 28px;
  }
}
.multidrop_lp .contact_section .wrapper {
  max-width: 1250px;
  margin: auto;
  border-radius: 34px;
  background: #12102B;
  padding: 70px 60px;
}
@media (max-width: 1024px) {
  .multidrop_lp .contact_section .wrapper {
    padding: 40px 20px;
  }
}
.multidrop_lp .contact_section .wrapper h3 {
  color: #FFF;
  font-size: 51px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 70px;
}
@media (max-width: 1024px) {
  .multidrop_lp .contact_section .wrapper h3 {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
.multidrop_lp .contact_section .wrapper .form_wrapper {
  display: flex;
  flex-direction: row;
  gap: 50px;
  flex-wrap: wrap;
  align-items: center;
}
.multidrop_lp .contact_section .wrapper .form_wrapper .content {
  max-width: 540px;
  width: 100%;
}
.multidrop_lp .contact_section .wrapper .form_wrapper .content h4 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}
@media (max-width: 1024px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .content h4 {
    font-size: 20px;
    line-height: normal;
  }
}
.multidrop_lp .contact_section .wrapper .form_wrapper .content p {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
}
@media (max-width: 1024px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .content p {
    font-size: 16px;
    line-height: normal;
  }
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form {
  max-width: 480px;
  width: 100%;
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second input {
  width: 100%;
  padding: 15px 30px;
  background-color: #FFF;
  border-radius: 30px;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second input {
    padding: 10px 25px;
    font-size: 20px;
  }
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second ::placeholder {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second ::placeholder {
    padding: 10px 25px;
    font-size: 20px;
  }
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second .submit_btn_second {
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  padding: 15px 35px;
  line-height: normal;
  border: none;
  border-radius: 42px;
  min-width: 218px;
  width: fit-content;
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
}
@media (max-width: 768px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second .submit_btn_second {
    padding: 10px 25px;
    font-size: 20px;
    min-width: 200px;
  }
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second .agree_text {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form .event_form_second .agree_text a {
  color: #fff;
  text-decoration: underline;
}
.multidrop_lp .contact_section .wrapper .form_wrapper .form .marlin_img {
  position: absolute;
  bottom: 2%;
  left: 2%;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 1400px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .form .marlin_img {
    max-width: 266px;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .form .marlin_img {
    bottom: -50px;
    left: -50px;
  }
}
@media (max-width: 1024px) {
  .multidrop_lp .contact_section .wrapper .form_wrapper .form .marlin_img {
    max-width: 200px;
    bottom: -30px;
    left: 0px;
  }
}
.multidrop_lp .contact_section .wrapper .form_wrapper .success_message_second {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.multidrop_lp .contact_section .wrapper .form_wrapper .loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.demogames_wrapper {
  padding: 150px 20px 20px 20px;
}
.demogames_wrapper .container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
}
.demogames_wrapper .container .gameImage {
  max-width: 350px;
  width: 100%;
}
.demogames_wrapper .container .gameImage a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.demogames_wrapper .container .gameImage a img {
  max-width: 350px;
  border-radius: 10px;
  width: 100%;
  height: auto;
  transition: all 0.2s ease-out;
}
.demogames_wrapper .container .gameImage a img:hover {
  transform: scale(0.95);
}
.demogames_wrapper .container .gameImage a .game_title {
  font-weight: 600;
  font-size: 26px;
  color: #000;
  text-align: center;
}

#gameModalScratch .modal-content {
  padding: 0;
  background-color: #000;
}
#gameModalScratch .modal-content .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  filter: invert(1);
  z-index: 99999 !important;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
}
#gameModalScratch .modal-content .modal-body {
  border: 1px solid #646464;
}

.lisbon_landing {
  background: #12102B;
  color: white;
}
.lisbon_landing #gameFrame {
  background: black;
  border: none;
}
.lisbon_landing .hero_section {
  margin-top: 60px;
  min-height: 100vh;
  background-image: url("https://wazdan.com/wp-content/uploads/hero_bcg-1.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.lisbon_landing .hero_section .hero_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  max-width: 1300px;
  width: 100%;
  position: relative;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .lisbon_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
@media (max-width: 1290px) {
  .lisbon_landing .hero_section .hero_wrapper {
    padding: 30px;
    padding-bottom: 100px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .text_section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.lisbon_landing .hero_section .hero_wrapper .text_section .hero_title {
  max-width: 460px;
  width: 100%;
  font-size: 60px;
  padding-bottom: 10px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .lisbon_landing .hero_section .hero_wrapper .text_section .hero_title {
    max-width: 475px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .text_section .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .text_section img {
  max-width: 400px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .lisbon_landing .hero_section .hero_wrapper .text_section img {
    max-width: 150px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .text_section .box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .lisbon_landing .hero_section .hero_wrapper .text_section .box {
    flex-direction: column;
    align-items: start;
  }
}
.lisbon_landing .hero_section .hero_wrapper .text_section .box .text_info {
  font-size: 39px;
  color: #fff;
  font-size: 39px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1400px) {
  .lisbon_landing .hero_section .hero_wrapper .text_section .box .text_info {
    font-size: 25px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .form_area {
  z-index: 1;
  max-width: 650px;
  width: 100%;
  flex: 1;
  padding: 45px 60px 150px 55px;
  text-align: center;
  border-radius: 34px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
}
@media (max-width: 1400px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area {
    padding: 30px 50px 150px 50px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area {
    padding: 25px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .form_area .form_description {
  color: #12102B;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area .form_description {
    font-size: 17px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.lisbon_landing .hero_section .hero_wrapper .form_area .disabled {
  opacity: 0.7;
}
.lisbon_landing .hero_section .hero_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.lisbon_landing .hero_section .hero_wrapper .form_area .event_form_newsletter input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area .event_form_newsletter input {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .form_area .event_form_newsletter ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area .event_form_newsletter ::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
  color: #fff;
  padding: 10px 20px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: 181.706px;
  height: 52.839px;
}
.lisbon_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter:hover {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
    font-size: 17px;
    font-weight: 500;
    width: 112px;
    height: 48px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 490px;
  width: 100%;
  margin: auto;
}
.lisbon_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}
.lisbon_landing .hero_section .hero_wrapper .panther_img {
  position: absolute;
  bottom: -100px;
  left: 200px;
  max-width: 539px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .lisbon_landing .hero_section .hero_wrapper .panther_img {
    position: initial;
    z-index: 1;
    margin-top: -85px;
    margin-bottom: -100px;
  }
}
.lisbon_landing .hero_section .coins_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.lisbon_landing .game_slider_section {
  position: relative;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section {
    display: none;
  }
}
.lisbon_landing .game_slider_section .slick-next:before {
  content: "";
}
.lisbon_landing .game_slider_section .slick-prev:before {
  content: "";
}
.lisbon_landing .game_slider_section .slick-prev,
.lisbon_landing .game_slider_section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.lisbon_landing .game_slider_section .slick-prev svg,
.lisbon_landing .game_slider_section .slick-next svg {
  width: 30px;
  height: auto;
}
.lisbon_landing .game_slider_section .slick-prev {
  left: 20px;
}
.lisbon_landing .game_slider_section .slick-next {
  right: 50px;
}
.lisbon_landing .game_slider_section .slick-prev:hover svg path,
.lisbon_landing .game_slider_section .slick-next:hover svg path {
  filter: brightness(1.2);
}
.lisbon_landing .game_slider_section .game_item {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
}
.lisbon_landing .game_slider_section .game_item .slide_title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  max-width: 600px;
  z-index: 1;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section .game_item .slide_title {
    display: none;
  }
}
.lisbon_landing .game_slider_section .game_item .wrapper {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section .game_item .wrapper {
    flex-direction: column;
  }
}
.lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 700px;
}
@media (max-width: 1400px) {
  .lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item {
    min-height: 614px;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item {
    min-height: 400px;
    align-items: center;
    justify-content: start;
  }
}
.lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item .character {
  max-width: 45vw;
  width: 100%;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item .character {
    max-width: 300px;
  }
}
.lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item .logo {
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item .logo {
    max-width: 300px;
  }
}
.lisbon_landing .game_slider_section .game_item .wrapper .wrapper_item .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.lisbon_landing .game_slider_section .slick-dots {
  bottom: 50px;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section .slick-dots {
    bottom: 20px;
  }
}
.lisbon_landing .game_slider_section .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.lisbon_landing .game_slider_section .slick-dots li.slick-active button:before {
  color: #FFC726;
}
.lisbon_landing .game_slider_section_mobile {
  display: none;
  position: relative;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section_mobile {
    display: block;
  }
}
.lisbon_landing .game_slider_section_mobile .slick-next:before {
  content: "";
}
.lisbon_landing .game_slider_section_mobile .slick-prev:before {
  content: "";
}
.lisbon_landing .game_slider_section_mobile .custom-arrow-mobile-prev,
.lisbon_landing .game_slider_section_mobile .custom-arrow-mobile-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.lisbon_landing .game_slider_section_mobile .custom-arrow-mobile-prev svg,
.lisbon_landing .game_slider_section_mobile .custom-arrow-mobile-next svg {
  width: 17px;
  height: auto;
}
.lisbon_landing .game_slider_section_mobile .slick-prev {
  left: 20px;
}
.lisbon_landing .game_slider_section_mobile .slick-next {
  right: 20px;
}
.lisbon_landing .game_slider_section_mobile .slick-next:before {
  color: #ffc726;
  opacity: 1;
}
.lisbon_landing .game_slider_section_mobile .slick-prev:before {
  color: #ffc726;
  opacity: 1;
}
.lisbon_landing .game_slider_section_mobile .slick-prev:hover svg path,
.lisbon_landing .game_slider_section_mobile .slick-next:hover svg path {
  filter: brightness(1.2);
}
.lisbon_landing .game_slider_section_mobile .game_item {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
}
.lisbon_landing .game_slider_section_mobile .game_item .slide_title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  font-size: 20px;
  max-width: 85%;
  margin: auto;
  text-align: center;
  z-index: 1;
}
.lisbon_landing .game_slider_section_mobile .game_item .wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section_mobile .game_item .wrapper {
    flex-direction: column;
  }
}
.lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 700px;
}
@media (max-width: 1400px) {
  .lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item {
    min-height: 614px;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item {
    min-height: 400px;
    align-items: center;
    justify-content: start;
  }
}
.lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .character {
  max-width: 45vw;
  width: 100%;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .character {
    max-width: 300px;
  }
}
.lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .logo {
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .logo {
    max-width: 300px;
  }
}
.lisbon_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.lisbon_landing .game_slider_section_mobile .slick-dots {
  bottom: 50px;
}
@media (max-width: 768px) {
  .lisbon_landing .game_slider_section_mobile .slick-dots {
    bottom: 20px;
  }
}
.lisbon_landing .game_slider_section_mobile .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.lisbon_landing .game_slider_section_mobile .slick-dots li.slick-active button:before {
  color: #FFC726;
}
.lisbon_landing .slick-dotted {
  margin-bottom: -20px !important;
}
.lisbon_landing .burning_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .lisbon_landing .burning_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .lisbon_landing .burning_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .lisbon_landing .burning_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .burning_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .lisbon_landing .burning_section {
    padding: 60px 28px;
  }
}
.lisbon_landing .burning_section #bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
}
.lisbon_landing .burning_section .wrapper {
  position: relative;
  z-index: 1;
}
.lisbon_landing .burning_section .wrapper .box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1350px;
  margin: auto;
  width: 100%;
}
.lisbon_landing .burning_section .wrapper .box .description {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 1400px) {
  .lisbon_landing .burning_section .wrapper .box .description {
    max-width: 600px;
  }
}
.lisbon_landing .burning_section .wrapper .box .description .section_title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .lisbon_landing .burning_section .wrapper .box .description .section_title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .burning_section .wrapper .box .description .section_title {
    font-size: 32px;
  }
}
.lisbon_landing .burning_section .wrapper .box .description p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1400px) {
  .lisbon_landing .burning_section .wrapper .box .description p {
    font-size: 18px;
  }
}
.lisbon_landing .burning_section .wrapper .box .description strong {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  .lisbon_landing .burning_section .wrapper .box .description strong {
    font-size: 18px;
  }
}
.lisbon_landing .burning_section .wrapper .box .scratch_img {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1400px) {
  .lisbon_landing .burning_section .wrapper .box .scratch_img {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .lisbon_landing .burning_section .wrapper .box .scratch_img {
    display: none;
  }
}
.lisbon_landing .burning_section .wrapper .scratch_img_mobile {
  display: none;
}
@media (max-width: 768px) {
  .lisbon_landing .burning_section .wrapper .scratch_img_mobile {
    display: block;
    margin: auto;
    padding-top: 50px;
    width: 100%;
  }
}
.lisbon_landing .burning_section .wrapper .games {
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .lisbon_landing .burning_section .wrapper .games {
    order: 2;
  }
}
.lisbon_landing .burning_section .wrapper .games .game {
  max-width: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .lisbon_landing .burning_section .wrapper .games .game {
    max-width: 120px;
  }
}
.lisbon_landing .burning_section .wrapper .games .game::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 30px;
}
.lisbon_landing .burning_section .wrapper .games .game .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.lisbon_landing .burning_section .wrapper .games .game:hover::before {
  opacity: 1;
}
.lisbon_landing .burning_section .wrapper .games .game:hover .play_game {
  opacity: 1;
  pointer-events: auto;
}
.lisbon_landing .second_section {
  padding: 80px 96px;
}
.lisbon_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.lisbon_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.lisbon_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.lisbon_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.lisbon_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.lisbon_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.lisbon_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.lisbon_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}

.counter_section {
  position: relative;
  overflow: hidden;
  background: url("https://wazdan.com/wp-content/uploads/counter_bcg.png"), linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1921px) {
  .counter_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .counter_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .counter_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .counter_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .counter_section {
    padding: 60px 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .counter_section {
    padding: 70px 96px;
  }
}
.counter_section .counter_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.counter_section .counter_section_wrapper .counter_section_title {
  color: #12102B;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.counter_section .counter_section_wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter {
    padding-bottom: 20px;
  }
}
.counter_section .counter_section_wrapper .counter .curr {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter .curr {
    font-size: 40px;
  }
}
.counter_section .counter_section_wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.counter_section .counter_section_wrapper .counter .count {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter .count {
    font-size: 40px;
  }
}
.counter_section .counter_section_wrapper p.counter_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 500;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper p.counter_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.counter_section .counter_section_wrapper .counter_section_under_counter {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
  justify-self: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter_section_under_counter {
    font-size: 24px;
    line-height: 34px;
  }
}
.counter_section .counter_section_wrapper .reasons {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons {
    flex-direction: column;
  }
}
.counter_section .counter_section_wrapper .reasons .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
  justify-content: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters {
    display: none;
    justify-content: left;
    padding: 10px 0px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters .single_counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 250px;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters .single_counter {
    align-items: center;
    flex-direction: row;
  }
}
.counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters_mobile {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px 10px;
  position: relative;
  justify-content: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters_mobile {
    display: flex;
    align-items: flex-start;
  }
}
.counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
  max-width: 160px;
  width: 100%;
  text-align: center;
}
.counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.counter_section .counter_section_wrapper .btn_wrapper {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more {
  color: #fff;
  background-color: #12102B;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
  text-decoration: none;
}
.counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}

.network_section {
  background: url("https://wazdan.com/wp-content/uploads/MightySymbolsJokers_background_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1921px) {
  .network_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .network_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .network_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .network_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .network_section {
    padding: 60px 28px;
  }
}
.network_section .wrapper {
  max-width: 1350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin: auto;
}
@media (max-width: 768px) {
  .network_section .wrapper {
    gap: 30px;
  }
}
.network_section .wrapper .title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .network_section .wrapper .title {
    font-size: 36px;
  }
}
.network_section .wrapper .count_text {
  background: linear-gradient(271deg, #FFDC2B 27.89%, #FF8112 72.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 110px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .network_section .wrapper .count_text {
    font-size: 81px;
  }
}
@media (max-width: 768px) {
  .network_section .wrapper .count_text {
    font-size: 36px;
  }
}
.network_section .wrapper .box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}
.network_section .wrapper .box .desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .network_section .wrapper .box .desc {
    align-items: center;
  }
}
.network_section .wrapper .box .desc h4 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .network_section .wrapper .box .desc h4 {
    font-size: 32px;
    font-weight: 600;
  }
}
.network_section .wrapper .box .desc p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .network_section .wrapper .box .desc p {
    font-size: 25px;
    text-align: center;
  }
}
.network_section .wrapper .box .desc a {
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 30px;
  width: fit-content;
  border-radius: 30px;
  text-decoration: none;
}
.network_section .wrapper .box .promo_tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}
@media (max-width: 768px) {
  .network_section .wrapper .box .promo_tools {
    align-items: center;
  }
}
.network_section .wrapper .box .promo_tools .logo {
  transition: transform 0.3s ease;
  max-width: 550px;
  height: 64px;
}
@media (max-width: 768px) {
  .network_section .wrapper .box .promo_tools .logo {
    height: 44px;
    width: 100%;
  }
}
.network_section .wrapper .box .promo_tools .logo:hover {
  filter: brightness(0) invert(1);
  transform: scale(1.05);
}

.upcoming_section {
  background-color: #fff;
}
@media (min-width: 1921px) {
  .upcoming_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .upcoming_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .upcoming_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .upcoming_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .upcoming_section {
    padding: 60px 28px;
  }
}
@media (max-width: 768px) {
  .upcoming_section {
    padding: 60px 0px;
  }
}
.upcoming_section .wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.upcoming_section .wrapper .title {
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: var(--Linear, linear-gradient(98deg, #880CFF 5.98%, #3305FF 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .upcoming_section .wrapper .title {
    padding: 0 28px;
  }
}
.upcoming_section .wrapper p {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .upcoming_section .wrapper p {
    padding: 0 28px;
  }
}
.upcoming_section .wrapper .campaigns {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.upcoming_section .wrapper .campaigns .slick-slide {
  padding: 30px;
}
@media (max-width: 768px) {
  .upcoming_section .wrapper .campaigns .slick-slide {
    padding: 15px;
  }
}
.upcoming_section .wrapper .campaigns img {
  max-width: 370px;
  width: 100%;
}

.section_award {
  position: relative;
}
@media (min-width: 1921px) {
  .section_award {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .section_award {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .section_award {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .section_award {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .section_award {
    padding: 60px 28px;
  }
}
.section_award::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #12102b;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
@media (max-width: 768px) {
  .section_award::after {
    display: none;
  }
}
.section_award .award_section_title {
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .section_award .award_section_title {
    font-size: 40px;
  }
}
.section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .section_award .section_wrapper {
    align-items: center;
    flex-direction: column;
  }
}
.section_award .section_wrapper .award {
  max-width: 365px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
@media (max-width: 768px) {
  .section_award .section_wrapper .award {
    max-width: 300px;
  }
}
.section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}

.fourth_section {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .fourth_section {
    padding: 60px 28px;
  }
}
.fourth_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #FFF;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
@media (max-width: 1024px) {
  .fourth_section::after {
    display: none;
  }
}
.fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  font-weight: 800;
}
@media (max-width: 1400px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper p {
    font-size: 20px;
    line-height: 30px;
  }
}
.fourth_section .fourth_section_wrapper .team_filters {
  padding: 50px 10px 0 10px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_filters {
    padding: 20px 0;
    gap: 10px;
  }
}
.fourth_section .fourth_section_wrapper .team_filters button.active {
  width: fit-content;
  border-radius: 50px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  border: none;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_filters button.active {
    font-size: 16px;
  }
}
.fourth_section .fourth_section_wrapper .team_filters button {
  width: fit-content;
  min-width: 110px;
  border-radius: 50px;
  border: 1px solid #12102B;
  background: #fff;
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  color: #12102B;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_filters button {
    font-size: 16px;
  }
}
.fourth_section .fourth_section_wrapper .show-more {
  display: flex;
  margin: auto;
  width: fit-content;
  border-radius: 50px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  border: none;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .show-more {
    font-size: 22px;
  }
}
.fourth_section .fourth_section_wrapper .show-more:hover {
  cursor: pointer;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 20px;
    justify-content: center;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .slick-dots li.slick-active button:before {
  color: #FFC726;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team a {
  text-decoration: none;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 140px;
    width: 100%;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
  margin-top: 50px;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  color: #191919;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  color: #191919;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}

@media (min-width: 1921px) {
  .trusted_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .trusted_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .trusted_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .trusted_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .trusted_section {
    padding: 60px 28px;
  }
}
.trusted_section .wrapper {
  max-width: 1255px;
  margin: auto;
}
.trusted_section .wrapper h2 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 95px;
}
@media (max-width: 1400px) {
  .trusted_section .wrapper h2 {
    font-size: 32px;
    padding-bottom: 25px;
  }
}
.trusted_section .wrapper .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 36px;
  justify-content: left;
}
@media (max-width: 1024px) {
  .trusted_section .wrapper .logos {
    justify-content: center;
    gap: 24px 24px;
  }
}
.trusted_section .wrapper .logos .box {
  max-width: 285px;
  width: 100%;
  background-color: #DFEAF8;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .trusted_section .wrapper .logos .box {
    max-width: 185px;
    height: 100px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .trusted_section .wrapper .logos .box {
    max-width: 155px;
    width: 100%;
    border-radius: 12px;
  }
}
.trusted_section .wrapper .logos .box .logo {
  width: fit-content;
}
.trusted_section .wrapper .logos .box .last {
  color: #000;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .trusted_section .wrapper .logos .box .last {
    font-size: 24px;
    line-height: 24px;
  }
}

.instant_section {
  background: url("https://wazdan.com/wp-content/uploads/scratch_bcg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1921px) {
  .instant_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .instant_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .instant_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .instant_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .instant_section {
    padding: 60px 28px;
  }
}
.instant_section .wrapper {
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: auto;
  justify-content: center;
}
.instant_section .wrapper .description {
  max-width: 450px;
  width: 100%;
}
.instant_section .wrapper .description .title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .instant_section .wrapper .description .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .instant_section .wrapper .description .title {
    font-size: 36px;
  }
}
.instant_section .wrapper .description .text {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1400px) {
  .instant_section .wrapper .description .text {
    font-size: 26px;
  }
}
.instant_section .wrapper .description .typewrite {
  font-size: 48px;
  height: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #FFDC2B;
}
@media (max-width: 1400px) {
  .instant_section .wrapper .description .typewrite {
    font-size: 26px;
  }
}
.instant_section .wrapper .scratch_img {
  max-width: 650px;
  width: 100%;
}
@media (max-width: 1400px) {
  .instant_section .wrapper .scratch_img {
    max-width: 550px;
  }
}

.sixth_section {
  padding: 80px 96px;
}
.sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}

.seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}

.last_section {
  margin-top: 60px;
  min-height: 100vh;
  background-image: url("https://wazdan.com/wp-content/uploads/last_bcg.png");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .last_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.last_section .last_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: auto;
  max-width: 1256px;
  width: 100%;
  position: relative;
  gap: 50px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper {
    margin: 40px;
  }
}
@media (max-width: 1290px) {
  .last_section .last_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .last_section .last_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
.last_section .last_wrapper .form_area {
  z-index: 5;
  max-width: 750px;
  width: 100%;
  flex: 1;
  padding: 45px 70px 150px 70px;
  text-align: left;
  border-radius: 34px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area {
    padding: 20px;
  }
}
.last_section .last_wrapper .form_area .content {
  z-index: 10;
}
.last_section .last_wrapper .form_area .form_description {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_description {
    font-size: 34px;
  }
}
.last_section .last_wrapper .form_area .form_description_second {
  color: #12102B;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_description_second {
    font-size: 30px;
    line-height: 36px;
  }
}
.last_section .last_wrapper .form_area .form_description_third {
  max-width: 520px;
  width: 100%;
}
.last_section .last_wrapper .form_area p {
  color: #12102B;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area p {
    font-size: 24px;
    line-height: 30px;
  }
}
.last_section .last_wrapper .form_area .form_button {
  border-radius: 50px;
  background: #12102B;
  color: #FF8012;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 20px 35px;
  text-decoration: none;
  z-index: 7;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_button {
    font-size: 15px;
    padding: 15px 30px;
  }
}
.last_section .last_wrapper .panther_img {
  position: absolute;
  bottom: -100px;
  right: 0;
  max-width: 800px;
  width: 100%;
  z-index: 0;
}
.last_section .coins_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}

@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@media only screen and (max-width: 768px) {
  .americas_landing .hero_section {
    padding-bottom: 40px;
  }
  .americas_landing .hero_section .hero_wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 20px 70px 20px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_title {
    font-size: 36px !important;
    line-height: 1.2em;
  }
  .americas_landing .hero_section .hero_wrapper .first_image {
    padding-top: 30px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 50px;
  }
  .americas_landing .hero_section .hero_wrapper .hero_text {
    font-size: 30px;
  }
  .americas_landing .section_award {
    padding: 40px 45px;
  }
  .americas_landing .section_award .award_section_title {
    font-size: 30px;
  }
  .americas_landing .section_award .section_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .americas_landing .section_award .section_wrapper .middle {
    top: 0px;
  }
  .americas_landing .second_section {
    padding: 40px 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form1_bg {
    display: none;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper {
    position: initial;
    transform: none;
    padding: 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 35px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
    background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
    color: black;
  }
  .americas_landing .fourth_section {
    padding: 40px 45px;
  }
  .americas_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
    font-size: 30px;
  }
  .americas_landing .sixth_section {
    padding: 40px 45px;
  }
  .americas_landing .sixth_section .sixth_section_title {
    font-size: 30px;
  }
  .americas_landing .sixth_section .counter .count,
  .americas_landing .sixth_section .counter .mark {
    font-size: 50px;
  }
  .americas_landing .seventh_section {
    padding: 40px 20px;
  }
  .americas_landing .seventh_section .seventh_section_title {
    font-size: 30px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 21px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 21px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .americas_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 130px;
  }
  .americas_landing .section_award .section_wrapper {
    justify-content: center;
  }
  .americas_landing .section_award .section_wrapper .award {
    max-width: 300px;
    width: 100%;
  }
  .americas_landing .second_section {
    padding: 80px 0px;
  }
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .americas_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 120px;
  }
  .americas_landing .sixth_section .counter .mark,
  .americas_landing .sixth_section .counter .count {
    font-size: 135px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 50px;
  }
  .americas_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 50px;
  }
}
#LisbonModal2025 .dismiss__button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.networkpromotion_landing {
  background: #12102B;
  color: white;
}
.networkpromotion_landing #gameFrame {
  background: black;
  border: none;
}
.networkpromotion_landing .hero_section {
  margin-top: 60px;
  min-height: 100vh;
  background-image: url("https://wazdan.com/wp-content/uploads/hereo-bg.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .networkpromotion_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.networkpromotion_landing .hero_section .hero_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  max-width: 1300px;
  width: 100%;
  position: relative;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .networkpromotion_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
@media (max-width: 1290px) {
  .networkpromotion_landing .hero_section .hero_wrapper {
    padding: 30px;
    padding-bottom: 100px;
  }
}
.networkpromotion_landing .hero_section .hero_wrapper .text_section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.networkpromotion_landing .hero_section .hero_wrapper .text_section .hero_title {
  width: 100%;
  font-size: 60px;
  padding-bottom: 10px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .hero_section .hero_wrapper .text_section .hero_title {
    max-width: 475px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .hero_section .hero_wrapper .text_section .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.networkpromotion_landing .hero_section .hero_wrapper .text_section .box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .networkpromotion_landing .hero_section .hero_wrapper .text_section .box {
    flex-direction: column;
    align-items: start;
  }
}
.networkpromotion_landing .hero_section .hero_wrapper .text_section .box .text_info {
  font-size: 39px;
  color: #fff;
  font-size: 39px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .hero_section .hero_wrapper .text_section .box .text_info {
    font-size: 25px;
  }
}
.networkpromotion_landing .hero_section .hero_wrapper .counter_hero .count_text {
  background: linear-gradient(271deg, #FFDC2B 27.89%, #FF8112 72.68%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 148px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .hero_section .hero_wrapper .counter_hero .count_text {
    font-size: 81px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .hero_section .hero_wrapper .counter_hero .count_text {
    font-size: 44px;
  }
}
.networkpromotion_landing .hero_section .hero_wrapper .counter_hero p {
  font-size: 39px;
  color: #fff;
  font-size: 39px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .hero_section .hero_wrapper .counter_hero p {
    font-size: 25px;
    text-align: left;
  }
}
.networkpromotion_landing .game_slider_section {
  position: relative;
}
.networkpromotion_landing .game_slider_section .slick-next:before {
  content: "";
}
.networkpromotion_landing .game_slider_section .slick-prev:before {
  content: "";
}
.networkpromotion_landing .game_slider_section .slick-prev,
.networkpromotion_landing .game_slider_section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.networkpromotion_landing .game_slider_section .slick-prev svg,
.networkpromotion_landing .game_slider_section .slick-next svg {
  width: 30px;
  height: auto;
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .slick-prev svg,
  .networkpromotion_landing .game_slider_section .slick-next svg {
    width: 20px;
  }
}
.networkpromotion_landing .game_slider_section .slick-prev {
  left: 20px;
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .slick-prev {
    left: 10px;
  }
}
.networkpromotion_landing .game_slider_section .slick-next {
  right: 50px;
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .slick-next {
    right: 10px;
  }
}
.networkpromotion_landing .game_slider_section .slick-prev:hover svg path,
.networkpromotion_landing .game_slider_section .slick-next:hover svg path {
  filter: brightness(1.2);
}
.networkpromotion_landing .game_slider_section .game_item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: overlay;
  padding-top: 20px;
  min-height: 750px;
  display: flex !important;
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .game_item {
    background-position: calc(50% - 300px) center !important;
  }
}
.networkpromotion_landing .game_slider_section .game_item .wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1100px;
  margin-left: 100px;
}
@media (min-width: 1921px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper {
    padding: 60px 28px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper {
    margin-left: 0;
    padding: 60px 50px;
  }
}
.networkpromotion_landing .game_slider_section .game_item .wrapper .slide_title {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  z-index: 1;
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper .slide_title {
    font-size: 30px;
  }
}
.networkpromotion_landing .game_slider_section .game_item .wrapper .subtitle {
  font-weight: 600;
}
.networkpromotion_landing .game_slider_section .game_item .wrapper p {
  color: #FFF;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .networkpromotion_landing .game_slider_section .game_item .wrapper p {
    font-size: 20px;
  }
}
.networkpromotion_landing .game_slider_section .slick-dots {
  bottom: 50px;
}
.networkpromotion_landing .game_slider_section .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.networkpromotion_landing .game_slider_section .slick-dots li.slick-active button:before {
  color: #FFC726;
}
.networkpromotion_landing .promotools_section {
  position: relative;
}
.networkpromotion_landing .promotools_section .slick-next:before {
  content: "";
}
.networkpromotion_landing .promotools_section .slick-prev:before {
  content: "";
}
.networkpromotion_landing .promotools_section .slick-prev,
.networkpromotion_landing .promotools_section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.networkpromotion_landing .promotools_section .slick-prev svg,
.networkpromotion_landing .promotools_section .slick-next svg {
  width: 30px;
  height: auto;
}
@media (max-width: 768px) {
  .networkpromotion_landing .promotools_section .slick-prev svg,
  .networkpromotion_landing .promotools_section .slick-next svg {
    width: 20px;
  }
}
.networkpromotion_landing .promotools_section .slick-prev {
  left: 20px;
}
@media (max-width: 768px) {
  .networkpromotion_landing .promotools_section .slick-prev {
    left: 10px;
  }
}
.networkpromotion_landing .promotools_section .slick-next {
  right: 50px;
}
@media (max-width: 768px) {
  .networkpromotion_landing .promotools_section .slick-next {
    right: 10px;
  }
}
.networkpromotion_landing .promotools_section .slick-prev:hover svg path,
.networkpromotion_landing .promotools_section .slick-next:hover svg path {
  filter: brightness(1.2);
}
.networkpromotion_landing .promotools_section .promotools_item {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
  min-height: 750px;
  display: flex !important;
  justify-content: center;
}
.networkpromotion_landing .promotools_section .promotools_item .wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1450px;
  align-items: center;
  gap: 50px;
}
@media (min-width: 1921px) {
  .networkpromotion_landing .promotools_section .promotools_item .wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .networkpromotion_landing .promotools_section .promotools_item .wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .networkpromotion_landing .promotools_section .promotools_item .wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .promotools_section .promotools_item .wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .networkpromotion_landing .promotools_section .promotools_item .wrapper {
    padding: 60px 28px;
  }
}
.networkpromotion_landing .promotools_section .promotools_item .wrapper img {
  width: fit-content;
}
.networkpromotion_landing .promotools_section .promotools_item .wrapper a {
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 30px;
  width: fit-content;
  border-radius: 30px;
  text-decoration: none;
}
.networkpromotion_landing .promotools_section .promotools_item .wrapper .slide_title {
  color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  z-index: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .networkpromotion_landing .promotools_section .promotools_item .wrapper .slide_title {
    font-size: 30px;
  }
}
.networkpromotion_landing .promotools_section .promotools_item .wrapper p {
  color: #FFF;
  font-size: 39px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media (max-width: 768px) {
  .networkpromotion_landing .promotools_section .promotools_item .wrapper p {
    font-size: 24px;
  }
}
.networkpromotion_landing .promotools_section .slick-dots {
  bottom: 50px;
}
.networkpromotion_landing .promotools_section .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.networkpromotion_landing .promotools_section .slick-dots li.slick-active button:before {
  color: #FFC726;
}
.networkpromotion_landing .games_section .slick-next:before {
  content: "";
}
.networkpromotion_landing .games_section .slick-prev:before {
  content: "";
}
.networkpromotion_landing .games_section .slick-prev,
.networkpromotion_landing .games_section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.networkpromotion_landing .games_section .slick-prev svg,
.networkpromotion_landing .games_section .slick-next svg {
  width: 30px;
  height: auto;
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .slick-prev svg,
  .networkpromotion_landing .games_section .slick-next svg {
    width: 20px;
  }
}
.networkpromotion_landing .games_section .slick-prev {
  left: 20px;
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .slick-prev {
    left: 10px;
  }
}
.networkpromotion_landing .games_section .slick-next {
  right: 50px;
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .slick-next {
    right: 10px;
  }
}
.networkpromotion_landing .games_section .slick-prev:hover svg path,
.networkpromotion_landing .games_section .slick-next:hover svg path {
  filter: brightness(1.2);
}
.networkpromotion_landing .games_section .slick-dots {
  bottom: 50px;
}
.networkpromotion_landing .games_section .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.networkpromotion_landing .games_section .slick-dots li.slick-active button:before {
  color: #FFC726;
}
.networkpromotion_landing .games_section .wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
  min-height: 750px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .wrapper {
    padding: 25px;
  }
}
.networkpromotion_landing .games_section .wrapper .box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1350px;
  margin: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .wrapper .box {
    margin: 0;
  }
}
.networkpromotion_landing .games_section .wrapper .box .description {
  text-align: center;
  width: 100%;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .games_section .wrapper .box .description {
    max-width: 600px;
  }
}
.networkpromotion_landing .games_section .wrapper .box .description .section_title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .games_section .wrapper .box .description .section_title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .wrapper .box .description .section_title {
    font-size: 32px;
  }
}
.networkpromotion_landing .games_section .wrapper .box .description p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .games_section .wrapper .box .description p {
    font-size: 18px;
  }
}
.networkpromotion_landing .games_section .wrapper .games {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .wrapper .games {
    padding: 25px 0;
  }
}
.networkpromotion_landing .games_section .wrapper .games .game {
  max-width: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .networkpromotion_landing .games_section .wrapper .games .game {
    max-width: 120px;
  }
}
.networkpromotion_landing .games_section .wrapper .games .game img {
  border-radius: 32px;
}
.networkpromotion_landing .games_section .wrapper .games .game::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 30px;
}
.networkpromotion_landing .games_section .wrapper .games .game .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.networkpromotion_landing .games_section .wrapper .games .game:hover::before {
  opacity: 1;
}
.networkpromotion_landing .games_section .wrapper .games .game:hover .play_game {
  opacity: 1;
  pointer-events: auto;
}
.networkpromotion_landing .games_section .wrapper p {
  padding: 50px 0;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .networkpromotion_landing .games_section .wrapper p {
    padding: 0;
    font-size: 16px;
  }
}
.networkpromotion_landing .slick-dotted {
  margin-bottom: -20px !important;
}
.networkpromotion_landing .burning_section {
  position: relative;
  overflow: hidden;
  min-height: 70vh;
}
@media (min-width: 1921px) {
  .networkpromotion_landing .burning_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .networkpromotion_landing .burning_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .networkpromotion_landing .burning_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .burning_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .networkpromotion_landing .burning_section {
    padding: 60px 28px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .burning_section {
    min-height: 50vh;
  }
}
.networkpromotion_landing .burning_section #bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
}
.networkpromotion_landing .burning_section .wrapper {
  position: relative;
  z-index: 1;
}
.networkpromotion_landing .burning_section .wrapper .box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1350px;
  margin: auto;
  width: 100%;
}
.networkpromotion_landing .burning_section .wrapper .box .description {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .burning_section .wrapper .box .description {
    max-width: 600px;
  }
}
.networkpromotion_landing .burning_section .wrapper .box .description .section_title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .networkpromotion_landing .burning_section .wrapper .box .description .section_title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .networkpromotion_landing .burning_section .wrapper .box .description .section_title {
    font-size: 40px;
    text-align: center;
  }
}
.networkpromotion_landing .burning_section .wrapper .box .description h3 {
  text-align: center;
  font-size: 91px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .networkpromotion_landing .burning_section .wrapper .box .description h3 {
    font-size: 32px;
  }
}
.networkpromotion_landing .second_section {
  padding: 80px 96px;
}
.networkpromotion_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.networkpromotion_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.networkpromotion_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.networkpromotion_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.networkpromotion_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.networkpromotion_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.networkpromotion_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.networkpromotion_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}

.networkPromotion_section {
  background-color: #D4ECFF;
}
@media (min-width: 1921px) {
  .networkPromotion_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .networkPromotion_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .networkPromotion_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .networkPromotion_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .networkPromotion_section {
    padding: 60px 28px;
  }
}
.networkPromotion_section .wrapper {
  max-width: 1350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin: auto;
}
@media (max-width: 768px) {
  .networkPromotion_section .wrapper {
    gap: 30px;
  }
}
.networkPromotion_section .wrapper .title {
  color: #12102B;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .networkPromotion_section .wrapper .title {
    font-size: 26px;
  }
}
.networkPromotion_section .wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .networkPromotion_section .wrapper .counter {
    padding-bottom: 20px;
  }
}
.networkPromotion_section .wrapper .counter .curr {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .networkPromotion_section .wrapper .counter .curr {
    font-size: 40px;
  }
}
.networkPromotion_section .wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .networkPromotion_section .wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.networkPromotion_section .wrapper .counter .count {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .networkPromotion_section .wrapper .counter .count {
    font-size: 40px;
  }
}
.networkPromotion_section .wrapper .box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}
.networkPromotion_section .wrapper .box .desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .networkPromotion_section .wrapper .box .desc {
    align-items: center;
  }
}
.networkPromotion_section .wrapper .box .desc h4 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .networkPromotion_section .wrapper .box .desc h4 {
    font-size: 32px;
    font-weight: 600;
  }
}
.networkPromotion_section .wrapper .box .desc p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .networkPromotion_section .wrapper .box .desc p {
    font-size: 25px;
    text-align: center;
  }
}
.networkPromotion_section .wrapper .box .desc a {
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 30px;
  width: fit-content;
  border-radius: 30px;
  text-decoration: none;
}
.networkPromotion_section .wrapper .box .promo_tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}
@media (max-width: 768px) {
  .networkPromotion_section .wrapper .box .promo_tools {
    align-items: center;
  }
}
.networkPromotion_section .wrapper .box .promo_tools .logo {
  transition: transform 0.3s ease;
  max-width: 550px;
  height: 64px;
}
@media (max-width: 768px) {
  .networkPromotion_section .wrapper .box .promo_tools .logo {
    height: 44px;
    width: 100%;
  }
}
.networkPromotion_section .wrapper .box .promo_tools .logo:hover {
  filter: brightness(0) invert(1);
  transform: scale(1.05);
}

.section_award {
  position: relative;
}
@media (min-width: 1921px) {
  .section_award {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .section_award {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .section_award {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .section_award {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .section_award {
    padding: 60px 28px;
  }
}
.section_award .award_section_title {
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .section_award .award_section_title {
    font-size: 32px;
  }
}
.section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 66px 0;
}
@media (max-width: 768px) {
  .section_award .section_wrapper {
    align-items: center;
    flex-direction: row;
  }
}
.section_award .section_wrapper .award {
  max-width: 346px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
@media (max-width: 768px) {
  .section_award .section_wrapper .award {
    max-width: 140px;
  }
}
.section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}

.fourth_section {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .fourth_section {
    padding: 60px 28px;
  }
}
.fourth_section::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #FFF;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
@media (max-width: 1024px) {
  .fourth_section::after {
    display: none;
  }
}
.fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  font-weight: 800;
  text-align: center;
}
@media (max-width: 1400px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
  font-size: 50px;
  line-height: normal;
  max-width: 700px;
  width: 100%;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper p {
    font-size: 28px;
  }
}
.fourth_section .fourth_section_wrapper .buttons_wrapper {
  padding: 30px 10px;
  display: flex;
  flex-direction: row;
  gap: 23px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 900px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .buttons_wrapper {
    padding: 20px 0;
    gap: 10px;
  }
}
.fourth_section .fourth_section_wrapper .buttons_wrapper .promo_tool_btn {
  width: fit-content;
  min-width: 110px;
  border-radius: 50px;
  border: 1px solid #12102B;
  background: #fff;
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  color: #12102B;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .buttons_wrapper .promo_tool_btn {
    font-size: 16px;
  }
}
.fourth_section .fourth_section_wrapper .buttons_wrapper .promo_tool_btn:hover {
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  color: #12102B;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  border: none;
}
.fourth_section .fourth_section_wrapper .am_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper .am_wrapper {
    flex-direction: column-reverse;
    padding: 0 35px;
  }
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_desc {
  max-width: 700px;
  width: 100%;
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_review {
  position: relative;
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_review .special {
  background: linear-gradient(97deg, #2EFFE7 5.66%, #47FF60 92.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -3.68px;
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_review .special:first-child {
  position: absolute;
  left: -34px;
  top: -2px;
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_info {
    gap: 5px;
  }
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_info .name {
  color: #12102B;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_info .name {
    font-size: 32px;
  }
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_info p {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper .am_wrapper .am_desc .am_info p {
    font-size: 16px;
  }
}
.fourth_section .fourth_section_wrapper .am_wrapper .am_image {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}

.sixth_section {
  padding: 80px 96px;
}
.sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}

.seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}

.last_section {
  margin-top: 60px;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
  background: url("https://wazdan.com/wp-content/uploads/MightySymbolsJokers_background_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .last_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.last_section .last_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: auto;
  max-width: 1256px;
  width: 100%;
  position: relative;
  gap: 50px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper {
    margin: 40px;
  }
}
@media (max-width: 1290px) {
  .last_section .last_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .last_section .last_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
.last_section .last_wrapper .form_area {
  z-index: 5;
  max-width: 1250px;
  padding: 50px;
  text-align: left;
  border-radius: 34px;
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area {
    flex-direction: column;
    padding: 20px;
    gap: 0px;
  }
}
.last_section .last_wrapper .form_area .content {
  z-index: 10;
}
.last_section .last_wrapper .form_area .form_desc_wrapper {
  max-width: 550px;
}
.last_section .last_wrapper .form_area .form_description {
  color: #12102B;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_description {
    font-size: 20px;
  }
}
.last_section .last_wrapper .form_area p {
  color: #12102B;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area p {
    font-size: 24px;
    line-height: 30px;
  }
}
.last_section .last_wrapper .form_area .form_button {
  border-radius: 50px;
  background: #12102B;
  color: #FF8012;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 20px 35px;
  text-decoration: none;
  z-index: 7;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_button {
    font-size: 15px;
    padding: 15px 30px;
  }
}
.last_section .last_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.last_section .last_wrapper .form_area .disabled {
  opacity: 0.7;
}
.last_section .last_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.last_section .last_wrapper .form_area .event_form_newsletter {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: 100%;
}
.last_section .last_wrapper .form_area .event_form_newsletter input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  background-color: #fff;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .event_form_newsletter input {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
.last_section .last_wrapper .form_area .event_form_newsletter ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .event_form_newsletter ::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
.last_section .last_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
  color: #fff;
  background-color: #12102B;
  padding: 10px 20px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: 181.706px;
  height: 52.839px;
}
.last_section .last_wrapper .form_area .event_form_newsletter .submit_btn_newsletter:hover {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
    font-size: 17px;
    font-weight: 500;
    width: 112px;
    height: 48px;
  }
}
.last_section .last_wrapper .form_area .agree_text_newsletter {
  color: #12102B;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 490px;
  width: 100%;
}
.last_section .last_wrapper .form_area .agree_text_newsletter a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .last_section .last_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}

@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
#LisbonModal2025 .dismiss__button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.sigmaEurope2025_landing {
  background: #12102B;
  color: white;
}
.sigmaEurope2025_landing #gameFrame {
  background: black;
  border: none;
}
.sigmaEurope2025_landing .hero_section {
  margin-top: 60px;
  min-height: 100vh;
  background-image: url("https://wazdan.com/wp-content/uploads/sky.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  max-width: 1300px;
  width: 100%;
  position: relative;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
@media (max-width: 1290px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper {
    padding: 30px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .text_section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 2;
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .text_section .hero_title {
  max-width: 460px;
  width: 100%;
  font-size: 60px;
  padding-bottom: 0px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .text_section .hero_title {
    max-width: 475px;
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .text_section .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .text_section img {
  max-width: 350px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .text_section img {
    max-width: 150px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .text_section .box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .text_section .box {
    flex-direction: column;
    align-items: start;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .text_section .box .text_info {
  font-size: 39px;
  color: #fff;
  font-size: 39px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .text_section .box .text_info {
    font-size: 25px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area {
  z-index: 1;
  max-width: 650px;
  width: 100%;
  flex: 1;
  padding: 45px 60px 175px 55px;
  text-align: center;
  border-radius: 34px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area {
    padding: 30px 50px 150px 50px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area {
    padding: 25px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .form_description {
  color: #12102B;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .form_description {
    font-size: 17px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .disabled {
  opacity: 0.7;
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .event_form_newsletter input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
  background-color: #fff;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .event_form_newsletter input {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .event_form_newsletter ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .event_form_newsletter ::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
  color: #fff;
  padding: 10px 20px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  width: 181.706px;
  height: 52.839px;
  background-color: #12102B;
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter:hover {
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .event_form_newsletter .submit_btn_newsletter {
    font-size: 17px;
    font-weight: 500;
    width: 112px;
    height: 48px;
  }
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  max-width: 490px;
  width: 100%;
  margin: auto;
}
.sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .hero_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}
.sigmaEurope2025_landing .hero_section .gorilla_img {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-80%);
  max-width: 850px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .hero_section .gorilla_img {
    position: initial;
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 0px;
    transform: translateX(0%);
  }
}
.sigmaEurope2025_landing .hero_section .coins_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.sigmaEurope2025_landing .gorilla_section {
  background-image: linear-gradient(16deg, rgba(1, 9, 1, 0.85) 12.13%, rgba(7, 11, 27, 0) 73.56%), url("https://wazdan.com/wp-content/uploads/gorilla_section_bcg.jpg");
  background-position: bottom right;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.sigmaEurope2025_landing .gorilla_section .wrapper {
  padding-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1921px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper {
    padding: 60px 28px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper {
    padding-bottom: 40px !important;
  }
}
.sigmaEurope2025_landing .gorilla_section .wrapper h3 {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper h3 {
    font-size: 36px;
  }
}
.sigmaEurope2025_landing .gorilla_section .wrapper .bananas_bcg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper .bananas_bcg {
    display: none;
  }
}
.sigmaEurope2025_landing .gorilla_section .wrapper .content {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper .content {
    flex-direction: column-reverse;
  }
}
.sigmaEurope2025_landing .gorilla_section .wrapper .content .logo_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding-top: 5%;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .gorilla_section .wrapper .content .logo_wrapper {
    margin-top: -80px;
    z-index: 9;
  }
}
.sigmaEurope2025_landing .gorilla_section .wrapper .content .logo_wrapper img {
  max-width: 700px;
  width: 100%;
}
.sigmaEurope2025_landing .gorilla_section .wrapper .content .logo_wrapper .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
}
.sigmaEurope2025_landing .gorilla_section .wrapper .content .gorilla_wrapper {
  max-width: 900px;
  width: 100%;
  z-index: 2;
}
.sigmaEurope2025_landing .gorilla_section .wrapper .content .gorilla_wrapper img {
  filter: brightness(80%);
}
.sigmaEurope2025_landing .gorilla_section .wrapper .bananas_bcg {
  filter: brightness(50%);
}
.sigmaEurope2025_landing .game_slider_section {
  position: relative;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section {
    display: none;
  }
}
.sigmaEurope2025_landing .game_slider_section .slick-next:before {
  content: "";
}
.sigmaEurope2025_landing .game_slider_section .slick-prev:before {
  content: "";
}
.sigmaEurope2025_landing .game_slider_section .slick-prev,
.sigmaEurope2025_landing .game_slider_section .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.sigmaEurope2025_landing .game_slider_section .slick-prev svg,
.sigmaEurope2025_landing .game_slider_section .slick-next svg {
  width: 30px;
  height: auto;
}
.sigmaEurope2025_landing .game_slider_section .slick-prev {
  left: 20px;
}
.sigmaEurope2025_landing .game_slider_section .slick-next {
  right: 50px;
}
.sigmaEurope2025_landing .game_slider_section .slick-prev:hover svg path,
.sigmaEurope2025_landing .game_slider_section .slick-next:hover svg path {
  filter: brightness(1.2);
}
.sigmaEurope2025_landing .game_slider_section .game_item {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
  min-height: 90vh;
}
.sigmaEurope2025_landing .game_slider_section .game_item .slide_title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  max-width: 1000px;
  z-index: 1;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section .game_item .slide_title {
    display: none;
  }
}
.sigmaEurope2025_landing .game_slider_section .game_item p {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  max-width: 1000px;
  z-index: 1;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section .game_item p {
    display: none;
  }
}
.sigmaEurope2025_landing .game_slider_section .game_item .wrapper {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section .game_item .wrapper {
    flex-direction: column;
  }
}
.sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 700px;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item {
    min-height: 614px;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item {
    min-height: 400px;
    align-items: center;
    justify-content: start;
  }
}
.sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item .character {
  max-width: 45vw;
  width: 100%;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item .character {
    max-width: 300px;
  }
}
.sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item .logo {
  max-width: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item .logo {
    max-width: 300px;
  }
}
.sigmaEurope2025_landing .game_slider_section .game_item .wrapper .wrapper_item .play_game {
  width: 140px;
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
}
.sigmaEurope2025_landing .game_slider_section .slick-dots {
  bottom: 50px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section .slick-dots {
    bottom: 20px;
  }
}
.sigmaEurope2025_landing .game_slider_section .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.sigmaEurope2025_landing .game_slider_section .slick-dots li.slick-active button:before {
  color: #2EFFE7;
}
.sigmaEurope2025_landing .game_slider_section_mobile {
  display: none;
  position: relative;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section_mobile {
    display: block;
  }
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-next:before {
  content: "";
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-prev:before {
  content: "";
}
.sigmaEurope2025_landing .game_slider_section_mobile .custom-arrow-mobile-prev,
.sigmaEurope2025_landing .game_slider_section_mobile .custom-arrow-mobile-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.sigmaEurope2025_landing .game_slider_section_mobile .custom-arrow-mobile-prev svg,
.sigmaEurope2025_landing .game_slider_section_mobile .custom-arrow-mobile-next svg {
  width: 17px;
  height: auto;
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-prev {
  left: 20px;
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-next {
  right: 20px;
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-next:before {
  color: #2EFFE7;
  opacity: 1;
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-prev:before {
  color: #2EFFE7;
  opacity: 1;
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-prev:hover svg path,
.sigmaEurope2025_landing .game_slider_section_mobile .slick-next:hover svg path {
  filter: brightness(1.2);
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
  min-height: 620px;
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item .slide_title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  font-size: 26px;
  max-width: 85%;
  margin: auto;
  text-align: center;
  z-index: 1;
  padding-bottom: 20px;
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper {
    flex-direction: column;
  }
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 700px;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item {
    min-height: 614px;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item {
    min-height: 400px;
    align-items: center;
    justify-content: start;
  }
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .character {
  max-width: 45vw;
  width: 100%;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .character {
    max-width: 300px;
  }
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .logo {
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .logo {
    max-width: 300px !important;
    width: 100% !important;
  }
}
.sigmaEurope2025_landing .game_slider_section_mobile .game_item .wrapper .wrapper_item .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-dots {
  bottom: 50px;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .game_slider_section_mobile .slick-dots {
    bottom: 20px;
  }
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.sigmaEurope2025_landing .game_slider_section_mobile .slick-dots li.slick-active button:before {
  color: #2EFFE7;
}
.sigmaEurope2025_landing .slick-dotted {
  margin-bottom: -20px !important;
}
.sigmaEurope2025_landing .burning_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .sigmaEurope2025_landing .burning_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .sigmaEurope2025_landing .burning_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .burning_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .burning_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .sigmaEurope2025_landing .burning_section {
    padding: 60px 28px;
  }
}
.sigmaEurope2025_landing .burning_section #bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  object-fit: cover;
}
.sigmaEurope2025_landing .burning_section .wrapper {
  position: relative;
  z-index: 1;
}
.sigmaEurope2025_landing .burning_section .wrapper .box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1350px;
  margin: auto;
  width: 100%;
}
.sigmaEurope2025_landing .burning_section .wrapper .box .description {
  max-width: 800px;
  width: 100%;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .burning_section .wrapper .box .description {
    max-width: 600px;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .box .description .section_title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .burning_section .wrapper .box .description .section_title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .burning_section .wrapper .box .description .section_title {
    font-size: 32px;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .box .description p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .burning_section .wrapper .box .description p {
    font-size: 18px;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .box .description strong {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .burning_section .wrapper .box .description strong {
    font-size: 18px;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .box .scratch_img {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 1400px) {
  .sigmaEurope2025_landing .burning_section .wrapper .box .scratch_img {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .burning_section .wrapper .box .scratch_img {
    display: none;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .scratch_img_mobile {
  display: none;
}
@media (max-width: 768px) {
  .sigmaEurope2025_landing .burning_section .wrapper .scratch_img_mobile {
    display: block;
    margin: auto;
    padding-top: 50px;
    width: 100%;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .games {
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .burning_section .wrapper .games {
    order: 2;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .games .game {
  max-width: 300px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .sigmaEurope2025_landing .burning_section .wrapper .games .game {
    max-width: 120px;
  }
}
.sigmaEurope2025_landing .burning_section .wrapper .games .game::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  border-radius: 30px;
}
.sigmaEurope2025_landing .burning_section .wrapper .games .game .play_game {
  max-width: 140px;
  width: 100%;
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.sigmaEurope2025_landing .burning_section .wrapper .games .game:hover::before {
  opacity: 1;
}
.sigmaEurope2025_landing .burning_section .wrapper .games .game:hover .play_game {
  opacity: 1;
  pointer-events: auto;
}
.sigmaEurope2025_landing .second_section {
  padding: 80px 96px;
}
.sigmaEurope2025_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.sigmaEurope2025_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.sigmaEurope2025_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.sigmaEurope2025_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.sigmaEurope2025_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.sigmaEurope2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.sigmaEurope2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.sigmaEurope2025_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}

.counter_section {
  position: relative;
  overflow: hidden;
  background: url("https://wazdan.com/wp-content/uploads/triangles.png"), linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1921px) {
  .counter_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .counter_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .counter_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .counter_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .counter_section {
    padding: 60px 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .counter_section {
    padding: 70px 96px;
  }
}
.counter_section .counter_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.counter_section .counter_section_wrapper .counter_section_title {
  color: #12102B;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.counter_section .counter_section_wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter {
    padding-bottom: 20px;
  }
}
.counter_section .counter_section_wrapper .counter .curr {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter .curr {
    font-size: 40px;
  }
}
.counter_section .counter_section_wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.counter_section .counter_section_wrapper .counter .count {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter .count {
    font-size: 40px;
  }
}
.counter_section .counter_section_wrapper p.counter_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 500;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper p.counter_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.counter_section .counter_section_wrapper .counter_section_under_counter {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
  justify-self: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .counter_section_under_counter {
    font-size: 24px;
    line-height: 34px;
  }
}
.counter_section .counter_section_wrapper .reasons {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons {
    flex-direction: column;
  }
}
.counter_section .counter_section_wrapper .reasons .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
  justify-content: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters {
    display: none;
    justify-content: left;
    padding: 10px 0px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters .single_counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 250px;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters .single_counter {
    align-items: center;
    flex-direction: row;
  }
}
.counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters_mobile {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px 10px;
  position: relative;
  justify-content: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters_mobile {
    display: flex;
    align-items: flex-start;
  }
}
.counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
  max-width: 160px;
  width: 100%;
  text-align: center;
}
.counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .counter_section .counter_section_wrapper .reasons .counters_mobile .single_counter .description {
    margin: auto;
    font-size: 20px;
  }
}
.counter_section .counter_section_wrapper .btn_wrapper {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .counter_section .counter_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more {
  color: #fff;
  background-color: #12102B;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
  text-decoration: none;
}
.counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}

.network_section {
  background: url("https://wazdan.com/wp-content/uploads/MightySymbolsJokers_background_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1921px) {
  .network_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .network_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .network_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .network_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .network_section {
    padding: 60px 28px;
  }
}
.network_section .wrapper {
  max-width: 1350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 70px;
  margin: auto;
}
@media (max-width: 768px) {
  .network_section .wrapper {
    gap: 30px;
  }
}
.network_section .wrapper .title {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .network_section .wrapper .title {
    font-size: 36px;
  }
}
.network_section .wrapper .count_text {
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 110px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .network_section .wrapper .count_text {
    font-size: 81px;
  }
}
@media (max-width: 768px) {
  .network_section .wrapper .count_text {
    font-size: 36px;
  }
}
.network_section .wrapper .box {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}
.network_section .wrapper .box .desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .network_section .wrapper .box .desc {
    align-items: center;
  }
}
.network_section .wrapper .box .desc h4 {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .network_section .wrapper .box .desc h4 {
    font-size: 32px;
    font-weight: 600;
  }
}
.network_section .wrapper .box .desc p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  .network_section .wrapper .box .desc p {
    font-size: 25px;
    text-align: center;
  }
}
.network_section .wrapper .box .desc a {
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 15px 30px;
  width: fit-content;
  border-radius: 30px;
  text-decoration: none;
}
.network_section .wrapper .box .promo_tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}
@media (max-width: 768px) {
  .network_section .wrapper .box .promo_tools {
    align-items: center;
  }
}
.network_section .wrapper .box .promo_tools .logo {
  transition: transform 0.3s ease;
  max-width: 550px;
  height: 64px;
}
@media (max-width: 768px) {
  .network_section .wrapper .box .promo_tools .logo {
    height: 44px;
    width: 100%;
  }
}
.network_section .wrapper .box .promo_tools .logo:hover {
  filter: brightness(0) invert(1);
  transform: scale(1.05);
}

.upcoming_section {
  padding-bottom: 0 !important;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .upcoming_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .upcoming_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .upcoming_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .upcoming_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .upcoming_section {
    padding: 60px 28px;
  }
}
@media (max-width: 768px) {
  .upcoming_section {
    padding: 60px 0px;
  }
}
.upcoming_section .wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
.upcoming_section .wrapper .title {
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: var(--Linear, linear-gradient(98deg, #880CFF 5.98%, #3305FF 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .upcoming_section .wrapper .title {
    padding: 0 28px;
    font-size: 30px;
    text-align: center;
  }
}
.upcoming_section .wrapper p {
  color: #12102B;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .upcoming_section .wrapper p {
    padding: 0 28px;
    font-size: 24px;
    text-align: center;
  }
}
.upcoming_section .wrapper .campaigns_europe {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.upcoming_section .wrapper .campaigns_europe .slick-slide {
  padding: 30px;
}
@media (max-width: 768px) {
  .upcoming_section .wrapper .campaigns_europe .slick-slide {
    padding: 15px;
  }
}
.upcoming_section .wrapper .campaigns_europe img {
  max-width: 370px;
  width: 100%;
}

.section_award {
  position: relative;
}
@media (min-width: 1921px) {
  .section_award {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .section_award {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .section_award {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .section_award {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .section_award {
    padding: 60px 28px;
  }
}
.section_award::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #12102b;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
@media (max-width: 768px) {
  .section_award::after {
    display: none;
  }
}
.section_award .award_section_title {
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .section_award .award_section_title {
    font-size: 40px;
  }
}
.section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .section_award .section_wrapper {
    align-items: center;
  }
}
.section_award .section_wrapper .award {
  max-width: 300px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
@media (max-width: 768px) {
  .section_award .section_wrapper .award {
    max-width: 150px;
  }
}
.section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}

.fourth_section {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1921px) {
  .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .fourth_section {
    padding: 60px 28px;
  }
}
.fourth_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #FFF;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
@media (max-width: 1024px) {
  .fourth_section::after {
    display: none;
  }
}
.fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  font-weight: 800;
}
@media (max-width: 1400px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
  text-align: center;
  margin: auto;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper p {
    font-size: 20px;
    line-height: 30px;
  }
}
.fourth_section .fourth_section_wrapper .team_filters {
  padding: 50px 10px 0 10px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_filters {
    padding: 20px 0;
    gap: 10px;
  }
}
.fourth_section .fourth_section_wrapper .team_filters button.active {
  width: fit-content;
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  border: none;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_filters button.active {
    font-size: 16px;
  }
}
.fourth_section .fourth_section_wrapper .team_filters button {
  width: fit-content;
  min-width: 110px;
  border-radius: 50px;
  border: 1px solid #12102B;
  background: #fff;
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  color: #12102B;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_filters button {
    font-size: 16px;
  }
}
.fourth_section .fourth_section_wrapper .show-more {
  display: flex;
  margin: auto;
  width: fit-content;
  border-radius: 50px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  color: #12102B;
  text-align: center;
  font-style: normal;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 700;
  border: none;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .show-more {
    font-size: 22px;
  }
}
.fourth_section .fourth_section_wrapper .show-more:hover {
  cursor: pointer;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
}
@media (max-width: 768px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 20px;
    justify-content: center;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .slick-dots li.slick-active button:before {
  color: #2EFFE7;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team a {
  text-decoration: none;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 140px;
    width: 100%;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
  margin-top: 50px;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
@media (max-width: 1024px) {
  .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  color: #191919;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  color: #191919;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}

.instant_section {
  background: url("https://wazdan.com/wp-content/uploads/scratch_bcg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 1921px) {
  .instant_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .instant_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .instant_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .instant_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .instant_section {
    padding: 60px 28px;
  }
}
.instant_section .wrapper {
  max-width: 1300px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: auto;
  justify-content: center;
}
.instant_section .wrapper .description {
  max-width: 450px;
  width: 100%;
}
.instant_section .wrapper .description .title {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1400px) {
  .instant_section .wrapper .description .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .instant_section .wrapper .description .title {
    font-size: 36px;
  }
}
.instant_section .wrapper .description .text {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 1400px) {
  .instant_section .wrapper .description .text {
    font-size: 26px;
  }
}
.instant_section .wrapper .description .typewrite {
  font-size: 48px;
  height: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #FFDC2B;
}
@media (max-width: 1400px) {
  .instant_section .wrapper .description .typewrite {
    font-size: 26px;
  }
}
.instant_section .wrapper .scratch_img {
  max-width: 650px;
  width: 100%;
}
@media (max-width: 1400px) {
  .instant_section .wrapper .scratch_img {
    max-width: 550px;
  }
}

.sixth_section {
  padding: 80px 96px;
}
.sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}

.seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}

.last_section {
  margin-top: 60px;
  min-height: 100vh;
  background-image: url("https://wazdan.com/wp-content/uploads/sky.jpg");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .last_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.last_section .last_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: left;
  margin: auto;
  max-width: 1256px;
  width: 100%;
  position: relative;
  gap: 50px;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper {
    margin: 40px;
  }
}
@media (max-width: 1290px) {
  .last_section .last_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .last_section .last_wrapper {
    margin: inherit;
    padding: 28px;
    flex-direction: column;
  }
}
.last_section .last_wrapper .form_area {
  z-index: 5;
  max-width: 750px;
  width: 100%;
  flex: 1;
  padding: 45px 70px 200px 70px;
  text-align: left;
  border-radius: 34px;
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area {
    padding: 20px 20px 60px 20px;
  }
}
.last_section .last_wrapper .form_area .content {
  z-index: 10;
}
.last_section .last_wrapper .form_area .form_description {
  color: #12102B;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_description {
    font-size: 28px;
  }
}
.last_section .last_wrapper .form_area .form_description_second {
  color: #12102B;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 52px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_description_second {
    font-size: 20px;
    line-height: 24px;
  }
}
.last_section .last_wrapper .form_area .form_description_third {
  max-width: 520px;
  width: 100%;
}
.last_section .last_wrapper .form_area p {
  color: #12102B;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area p {
    font-size: 18px;
    line-height: 24px;
  }
}
.last_section .last_wrapper .form_area .form_button {
  border-radius: 50px;
  background: #12102B;
  color: #58F98E;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 20px 35px;
  text-decoration: none;
  z-index: 7;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .form_area .form_button {
    font-size: 15px;
    padding: 15px 30px;
  }
}
.last_section .last_wrapper .gorilla_img {
  position: absolute;
  bottom: 0px;
  right: 0;
  max-width: 850px;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .last_section .last_wrapper .gorilla_img {
    position: relative;
    margin-left: -28px;
    z-index: 8;
    margin-top: -100px;
    margin-bottom: -30px;
  }
}
.last_section .coins_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}

@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
#LisbonModal2025 .dismiss__button {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.opolskieZooGoryle_landing .hero_section {
  margin-top: 60px;
  height: 505px;
  position: relative;
  background-size: cover;
  background-image: url(https://wazdan.com/wp-content/uploads/gorilla_bg.png);
  background-position: center;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .hero_section {
    background-position: 65%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .hero_section {
    background-position: 80%;
  }
}
.opolskieZooGoryle_landing .hero_section .zoo_logo {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .hero_section .zoo_logo {
    top: 40px;
    width: 30%;
  }
}
.opolskieZooGoryle_landing .hero_section .hero_triangle {
  margin-top: 50px;
  position: relative;
  z-index: 10;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .hero_section .hero_triangle {
    padding-right: 260px;
    margin-top: 0px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .hero_section .hero_triangle {
    padding-right: 350px;
    margin-top: 0px;
    margin-left: -170px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .hero_section .hero_triangle {
    padding-right: 470px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .hero_section .hero_triangle {
    padding-right: 450px;
    margin-left: 0px;
  }
}
.opolskieZooGoryle_landing .hero_section .hero_text {
  width: 30%;
  position: absolute;
  top: 35%;
  left: 15%;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  z-index: 40;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .hero_section .hero_text {
    width: 40%;
    font-size: 47px;
    top: 50%;
    left: 13%;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .hero_section .hero_text {
    left: 5%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .hero_section .hero_text {
    width: 50%;
    font-size: 40px;
    top: 55%;
    left: 5%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .hero_section .hero_text {
    width: 60%;
    font-size: 36px;
    top: 57%;
    left: 30%;
  }
}
@media (max-width: 470px) {
  .opolskieZooGoryle_landing .hero_section .hero_text {
    width: 60%;
    font-size: 30px;
    top: 65%;
    left: 40%;
  }
}
.opolskieZooGoryle_landing .about_gorillas_section {
  background: #12102B;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 30;
  position: relative;
  padding: 100px 230px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .about_gorillas_section {
    padding: 70px 140px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .about_gorillas_section {
    padding: 70px 70px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .about_gorillas_section {
    padding: 40px 20px;
  }
}
.opolskieZooGoryle_landing .about_gorillas_section .about_header {
  color: #FFF;
  font-size: 63px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .about_gorillas_section .about_header {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .about_gorillas_section .about_header {
    font-size: 32px;
  }
}
.opolskieZooGoryle_landing .about_gorillas_section .about_container {
  background: #58F98E;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  margin-top: 96px;
  padding: 102px 81px;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .about_gorillas_section .about_container {
    margin-top: 30px;
    padding: 50px 50px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .about_gorillas_section .about_container {
    padding: 45px 50px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .about_gorillas_section .about_container {
    padding: 35px 35px;
  }
}
.opolskieZooGoryle_landing .about_gorillas_section .about_container span {
  font-size: 25px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .about_gorillas_section .about_container span {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .about_gorillas_section .about_container span {
    font-size: 18px;
  }
}
.opolskieZooGoryle_landing .about_gorillas_section .about_container .bold {
  font-weight: 700;
}
.opolskieZooGoryle_landing .about_bg .right_bottom_triangle {
  position: absolute;
  bottom: -50px;
  right: -150px;
  z-index: -1;
}
.opolskieZooGoryle_landing .about_bg .left_bottom_triangle {
  position: absolute;
  bottom: -315px;
  left: -10px;
  z-index: -1;
}
.opolskieZooGoryle_landing .about_bg .left_top_triangle {
  z-index: -1;
  position: absolute;
  top: 20px;
  left: -100px;
}
.opolskieZooGoryle_landing .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.opolskieZooGoryle_landing .gorillas_carousel_section {
  height: 130vh;
  width: 100vw;
  background-size: cover;
  background-image: url(https://wazdan.com/wp-content/uploads/bush.png);
  background-color: #071601;
  position: relative;
  z-index: 30;
  background-position: center;
}
@media (min-width: 1921px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    height: 110vh;
  }
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    padding: 60px 60px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    padding: 30px 20px;
    height: 130vh;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section {
    align-items: flex-start;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots {
  left: 0;
  top: 94%;
  width: 100%;
}
@media (max-width: 1250px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots {
    top: 93.8%;
  }
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots {
    top: 94%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots {
    top: 94%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots {
    top: 94.5%;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots {
    top: 94.5%;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots li.slick-active button::before {
  background: linear-gradient(169deg, #2EFFE7 11.24%, #47FF60 92.28%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-dots li button::before {
  color: white;
  opacity: 1;
  font-size: 18px;
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-next:before {
  content: "";
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev:before {
  content: "";
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev,
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
  position: absolute;
  top: 89.5%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev,
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    top: 88.5%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev,
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    top: 91.5%;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev svg,
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-next svg {
  width: 20px;
  height: auto;
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev {
  left: 46%;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev {
    left: 44.5%;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev {
    left: 43.5%;
  }
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev {
    left: 42.5%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev {
    left: 39%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev {
    left: 38.5%;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev {
    left: 34.5%;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
  right: 46%;
}
@media (max-width: 1600px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 45.5%;
  }
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 45%;
  }
}
@media (max-width: 1250px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 44%;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 43%;
  }
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 42%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 39%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 37%;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .slick-next {
    right: 33%;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-prev:hover svg path,
.opolskieZooGoryle_landing .gorillas_carousel_section .slick-next:hover svg path {
  filter: brightness(1.2);
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_header {
  color: #FFF;
  text-align: center;
  font-size: 63px;
  font-weight: 700;
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_header {
    font-size: 45px;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper {
    height: 85vh;
  }
}
@media (max-width: 1250px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper {
    gap: 60px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper {
    height: auto;
    flex-direction: column;
    gap: 0;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 200px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left {
    margin-top: 0;
    width: 100%;
    height: min-content;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names {
    margin-bottom: 30px;
  }
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names {
    text-align: center;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_name {
  font-size: 43px;
  font-weight: 700;
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_name {
    font-size: 35px;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_name {
    margin-top: 0px;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_name.green {
  color: #58F98E;
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_name.yellow {
  color: #FFB031;
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_short_description {
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_short_description {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_names .gorilla_short_description {
    text-align: center;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_description {
  display: flex;
  flex-direction: column;
  color: #FFF;
  font-size: 25px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_description {
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_description {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_description {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_left .gorilla_description {
    font-size: 15px;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right {
    margin-top: 110px;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right {
    margin-top: 0;
    height: auto;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo {
  width: 632px;
  height: 677px;
  border-radius: 51px;
  position: relative;
  background-size: cover;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo {
    width: 600px;
    height: 620px;
  }
}
@media (max-width: 1250px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo {
    width: 515px;
    height: 610px;
  }
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo {
    width: 515px;
    height: 610px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo {
    height: 450px;
    margin-top: 25px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo {
    width: 430px;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo {
    width: 255px;
    height: 275px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .left_top_triangle {
  position: absolute;
  left: -10%;
  top: -5%;
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .left_top_triangle {
    left: -1%;
    top: 5%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .left_top_triangle {
    left: -3%;
    top: -3%;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .left_top_triangle {
    height: 60px;
    left: -20%;
    top: -3%;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_bottom_triangle {
  position: absolute;
  bottom: -20%;
  right: -3%;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_bottom_triangle {
    right: 0%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_bottom_triangle {
    right: -1%;
    bottom: -4%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_bottom_triangle {
    height: 150px;
    right: -15%;
    bottom: -8%;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_bottom_triangle {
    height: 100px;
    right: -36%;
    bottom: 0%;
  }
}
.opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_center_triangle {
  position: absolute;
  right: -15%;
  bottom: 20%;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_center_triangle {
    right: 5%;
  }
}
@media (max-width: 1250px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_center_triangle {
    right: 10%;
  }
}
@media (max-width: 950px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_center_triangle {
    right: 0%;
    bottom: 30%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_center_triangle {
    right: 0%;
    bottom: 80%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_center_triangle {
    height: 100px;
    right: -7%;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .gorillas_carousel_section .carousel_item .carousel_wrapper .carousel_right .gorilla_photo .right_center_triangle {
    height: 75px;
    right: -17%;
  }
}
.opolskieZooGoryle_landing .nature_section {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(rgba(88, 249, 142, 0.39), rgba(88, 249, 142, 0.39)), url("https://wazdan.com/wp-content/uploads/background-1.png");
  background-size: auto;
  background-position: center;
  padding: 100px 270px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .nature_section {
    padding: 70px 140px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .nature_section {
    padding: 70px 70px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .nature_section {
    padding: 40px 20px;
  }
}
.opolskieZooGoryle_landing .nature_section .header {
  font-size: 60px;
  font-weight: 800;
  color: #12102B;
  margin-bottom: 82px;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .nature_section .header {
    margin-bottom: 50px;
  }
}
.opolskieZooGoryle_landing .nature_section .nature_content {
  display: flex;
  gap: 200px;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .nature_section .nature_content {
    gap: 50px;
    flex-direction: column;
  }
}
.opolskieZooGoryle_landing .nature_section .nature_content .nature_text {
  width: 50%;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .nature_section .nature_content .nature_text {
    width: 100%;
  }
}
.opolskieZooGoryle_landing .nature_section .nature_content .nature_text .text {
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #12102B;
}
.opolskieZooGoryle_landing .nature_section .nature_content .nature_text .text .bold {
  font-weight: 700;
}
.opolskieZooGoryle_landing .nature_section .nature_content .nature_image {
  width: 40%;
  flex-shrink: 0;
  aspect-ratio: 4/3;
  border-radius: 40px;
  background-image: url("https://wazdan.com/wp-content/uploads/zoo.png");
  background-size: cover;
  background-position: right;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .nature_section .nature_content .nature_image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.opolskieZooGoryle_landing .join_to_section {
  background-color: #12102B;
  padding: 100px 312px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .join_to_section {
    padding: 75px 150px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .join_to_section {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .join_to_section {
    padding: 40px 20px;
  }
}
.opolskieZooGoryle_landing .join_to_section .header {
  background: var(--Linear, linear-gradient(274deg, #FF8112 -10.95%, #FFDC2B 54.99%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 800;
  width: 55%;
  text-align: center;
  margin-bottom: 62px;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .join_to_section .header {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .join_to_section .header {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .join_to_section .header {
    width: 90%;
  }
}
.opolskieZooGoryle_landing .join_to_section .text {
  color: #FFF;
  font-size: 25px;
  font-weight: 400;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .join_to_section .text {
    font-size: 18px;
  }
}
.opolskieZooGoryle_landing .join_to_section .donate {
  display: flex;
  flex-direction: column;
  background: #FFB031;
  width: 60%;
  border-radius: 25px;
  padding: 30px 0px;
  text-align: center;
  margin-top: 63px;
  margin-bottom: 104px;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .join_to_section .donate {
    width: 70%;
    padding: 20px 0px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .join_to_section .donate {
    width: 80%;
    padding: 30px 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .join_to_section .donate {
    width: 97%;
    padding: 20px 0px;
    font-size: 18px;
  }
}
.opolskieZooGoryle_landing .join_to_section .donate .text {
  color: #12102B;
  font-size: 32px;
  font-weight: 500;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .join_to_section .donate .text {
    font-size: 20px;
  }
}
@media (max-width: 464px) {
  .opolskieZooGoryle_landing .join_to_section .donate .text {
    font-size: 15px;
  }
}
.opolskieZooGoryle_landing .join_to_section .donate .text .bold {
  font-weight: 800;
}
.opolskieZooGoryle_landing .fact_section {
  background: linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-image: url("https://wazdan.com/wp-content/uploads/banans.png");
  background-image: url("https://wazdan.com/wp-content/uploads/banans.png"), linear-gradient(169deg, #FFDC2B 11.24%, #FF8112 92.28%);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, contain;
  background-position: center, top right;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 110px 0;
  gap: 80px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .fact_section {
    padding: 70px 0;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .fact_section {
    gap: 40px;
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .fact_section {
    padding: 40px 20px;
  }
}
.opolskieZooGoryle_landing .fact_section .header {
  color: #12102B;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .fact_section .header {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .fact_section .header {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .fact_section .header {
    font-size: 35px;
  }
}
.opolskieZooGoryle_landing .fact_section .facts_wrapper {
  display: flex;
  width: 65%;
  gap: 35px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper {
    gap: 70px;
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper {
    gap: 25px;
  }
}
.opolskieZooGoryle_landing .fact_section .facts_wrapper .facts {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .facts {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .facts {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .facts {
    width: 95%;
  }
}
.opolskieZooGoryle_landing .fact_section .facts_wrapper .facts .fact {
  background: #12102B;
  color: #FFB031;
  width: 100%;
  border-radius: 40px;
  padding: 70px;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .facts .fact {
    width: 100%;
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .facts .fact {
    font-size: 20px;
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .facts .fact {
    font-size: 18px;
    padding: 25px;
  }
}
@media (max-width: 576px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .facts .fact {
    font-size: 15px;
    padding: 20px;
  }
}
.opolskieZooGoryle_landing .fact_section .facts_wrapper .fact_image {
  width: 597px;
  height: 894px;
  flex-shrink: 0;
  aspect-ratio: 199/298;
  border-radius: 40px;
  align-self: center;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .fact_section .facts_wrapper .fact_image {
    width: 85%;
    height: auto;
  }
}
.opolskieZooGoryle_landing .fact_section .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .fact_section .reverse {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
}
.opolskieZooGoryle_landing .know_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 312px;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .know_section {
    padding: 0 20px;
  }
}
.opolskieZooGoryle_landing .know_section .header {
  color: #12102B;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 60px;
  width: 100%;
}
@media (max-width: 1400px) {
  .opolskieZooGoryle_landing .know_section .header {
    margin-top: 70px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .know_section .header {
    font-size: 50px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing .know_section .header {
    font-size: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.opolskieZooGoryle_landing .know_section .text {
  color: #12102B;
  font-size: 25px;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 1024px) {
  .opolskieZooGoryle_landing .know_section .text {
    font-size: 20px;
  }
}
.opolskieZooGoryle_landing .know_section .text .bold {
  font-weight: 800;
}
.opolskieZooGoryle_landing .know_section .button_wrapper {
  width: 100%;
}
.opolskieZooGoryle_landing .know_section .button_wrapper .check_button {
  font-size: 25px;
}
.opolskieZooGoryle_landing .last_gallery__section {
  margin-top: 105px;
}
.opolskieZooGoryle_landing .last_gallery__section .image__wrapper {
  padding: 0 30px;
}
.opolskieZooGoryle_landing .last_gallery__section .image__wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: 0.5s;
}
.opolskieZooGoryle_landing button {
  border-radius: 50px;
  background: #FFB031;
  padding: 10px 30px;
  margin-top: 55px;
  font-weight: 800;
  border: none;
}
@media (max-width: 768px) {
  .opolskieZooGoryle_landing button {
    margin-top: 30px;
  }
}

.site-lp header {
  background-color: black;
  top: 0;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  z-index: 11;
}
.site-lp header nav.navbar {
  padding: 0;
  margin: 0;
}
.site-lp header nav.navbar .container-fluid, .site-lp header nav.navbar .container-sm, .site-lp header nav.navbar .container-md, .site-lp header nav.navbar .container-lg, .site-lp header nav.navbar .container-xl {
  justify-content: center;
}
.site-lp header nav.navbar .container-fluid .language-switcher, .site-lp header nav.navbar .container-sm .language-switcher, .site-lp header nav.navbar .container-md .language-switcher, .site-lp header nav.navbar .container-lg .language-switcher, .site-lp header nav.navbar .container-xl .language-switcher {
  position: absolute;
  top: 5px;
  right: 70px;
  border: 1px solid transparent;
}
@media (max-width: 991.98px) {
  .site-lp header nav.navbar .container-fluid .language-switcher, .site-lp header nav.navbar .container-sm .language-switcher, .site-lp header nav.navbar .container-md .language-switcher, .site-lp header nav.navbar .container-lg .language-switcher, .site-lp header nav.navbar .container-xl .language-switcher {
    left: 10px;
    right: unset;
  }
}
.site-lp header nav.navbar .container-fluid .language-switcher:hover, .site-lp header nav.navbar .container-sm .language-switcher:hover, .site-lp header nav.navbar .container-md .language-switcher:hover, .site-lp header nav.navbar .container-lg .language-switcher:hover, .site-lp header nav.navbar .container-xl .language-switcher:hover {
  border: 1px solid white;
  border-bottom: unset;
}
.site-lp header nav.navbar .container-fluid .language-switcher .wpml-ls-legacy-dropdown, .site-lp header nav.navbar .container-sm .language-switcher .wpml-ls-legacy-dropdown, .site-lp header nav.navbar .container-md .language-switcher .wpml-ls-legacy-dropdown, .site-lp header nav.navbar .container-lg .language-switcher .wpml-ls-legacy-dropdown, .site-lp header nav.navbar .container-xl .language-switcher .wpml-ls-legacy-dropdown {
  width: auto;
}
.site-lp header nav.navbar .container-fluid .language-switcher .wpml-ls-legacy-dropdown a, .site-lp header nav.navbar .container-sm .language-switcher .wpml-ls-legacy-dropdown a, .site-lp header nav.navbar .container-md .language-switcher .wpml-ls-legacy-dropdown a, .site-lp header nav.navbar .container-lg .language-switcher .wpml-ls-legacy-dropdown a, .site-lp header nav.navbar .container-xl .language-switcher .wpml-ls-legacy-dropdown a {
  background-color: black;
  border: none;
}
.site-lp header nav.navbar .container-fluid .language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after, .site-lp header nav.navbar .container-sm .language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after, .site-lp header nav.navbar .container-md .language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after, .site-lp header nav.navbar .container-lg .language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after, .site-lp header nav.navbar .container-xl .language-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle::after {
  color: white;
  bottom: 0;
  top: unset;
  font-size: 0.6rem;
}
.site-lp header nav.navbar .container-fluid .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .site-lp header nav.navbar .container-sm .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .site-lp header nav.navbar .container-md .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .site-lp header nav.navbar .container-lg .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu, .site-lp header nav.navbar .container-xl .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: unset;
  padding-top: 1rem;
  background-color: black;
  border: 1px solid white;
  border-top: unset;
  margin: -1px;
}
.site-lp header nav.navbar .container-fluid .navbar-brand, .site-lp header nav.navbar .container-sm .navbar-brand, .site-lp header nav.navbar .container-md .navbar-brand, .site-lp header nav.navbar .container-lg .navbar-brand, .site-lp header nav.navbar .container-xl .navbar-brand {
  padding-top: 4px;
  padding-bottom: 0;
  margin-right: 0;
}
.site-lp header nav.navbar .container-fluid .navbar-brand img, .site-lp header nav.navbar .container-sm .navbar-brand img, .site-lp header nav.navbar .container-md .navbar-brand img, .site-lp header nav.navbar .container-lg .navbar-brand img, .site-lp header nav.navbar .container-xl .navbar-brand img {
  filter: invert(1);
  padding: 10px;
  width: 260px;
}
.site-lp header nav.navbar .container-fluid .navbar-toggler, .site-lp header nav.navbar .container-sm .navbar-toggler, .site-lp header nav.navbar .container-md .navbar-toggler, .site-lp header nav.navbar .container-lg .navbar-toggler, .site-lp header nav.navbar .container-xl .navbar-toggler {
  top: 12px;
  right: 0;
  position: absolute;
}
.site-lp header nav.navbar .container-fluid .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-sm .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-md .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-lg .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-xl .navbar-toggler .navbar-toggler-icon {
  color: white;
}
.site-lp header nav.navbar .container-fluid .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-sm .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-md .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-lg .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-xl .navbar-toggler .navbar-toggler-icon-x {
  color: white;
}
.site-lp header nav.navbar .container-fluid .navbar-toggler, .site-lp header nav.navbar .container-sm .navbar-toggler, .site-lp header nav.navbar .container-md .navbar-toggler, .site-lp header nav.navbar .container-lg .navbar-toggler, .site-lp header nav.navbar .container-xl .navbar-toggler {
  top: 12px;
  right: 0;
  position: absolute;
}
.site-lp header nav.navbar .container-fluid .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-sm .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-md .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-lg .navbar-toggler .navbar-toggler-icon, .site-lp header nav.navbar .container-xl .navbar-toggler .navbar-toggler-icon {
  color: white;
}
.site-lp header nav.navbar .container-fluid .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-sm .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-md .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-lg .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-xl .navbar-toggler .navbar-toggler-icon-x {
  color: white;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse, .site-lp header nav.navbar .container-sm .navbar-collapse, .site-lp header nav.navbar .container-md .navbar-collapse, .site-lp header nav.navbar .container-lg .navbar-collapse, .site-lp header nav.navbar .container-xl .navbar-collapse {
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100vw;
  max-width: unset;
  padding: 5%;
  justify-content: center;
  align-items: center;
  scroll-behavior: unset;
  position: fixed;
  top: 0;
  height: 100vh;
  transition: 0s;
  justify-content: center;
  height: 100vh;
  align-items: center;
  flex-direction: column;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .navbar-toggler, .site-lp header nav.navbar .container-sm .navbar-collapse .navbar-toggler, .site-lp header nav.navbar .container-md .navbar-collapse .navbar-toggler, .site-lp header nav.navbar .container-lg .navbar-collapse .navbar-toggler, .site-lp header nav.navbar .container-xl .navbar-collapse .navbar-toggler {
  top: 12px;
  right: 20px;
  position: fixed;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-sm .navbar-collapse .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-md .navbar-collapse .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-lg .navbar-collapse .navbar-toggler .navbar-toggler-icon-x, .site-lp header nav.navbar .container-xl .navbar-collapse .navbar-toggler .navbar-toggler-icon-x {
  color: #FF3D17;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse.show, .site-lp header nav.navbar .container-sm .navbar-collapse.show, .site-lp header nav.navbar .container-md .navbar-collapse.show, .site-lp header nav.navbar .container-lg .navbar-collapse.show, .site-lp header nav.navbar .container-xl .navbar-collapse.show {
  display: flex;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .nav-htj, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-htj, .site-lp header nav.navbar .container-md .navbar-collapse .nav-htj, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-htj, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-htj {
  max-height: 80vh;
  overflow-y: scroll;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: unset;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .nav-htj::-webkit-scrollbar, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-htj::-webkit-scrollbar, .site-lp header nav.navbar .container-md .navbar-collapse .nav-htj::-webkit-scrollbar, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-htj::-webkit-scrollbar, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-htj::-webkit-scrollbar {
  display: none;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .logo, .site-lp header nav.navbar .container-sm .navbar-collapse .logo, .site-lp header nav.navbar .container-md .navbar-collapse .logo, .site-lp header nav.navbar .container-lg .navbar-collapse .logo, .site-lp header nav.navbar .container-xl .navbar-collapse .logo {
  margin-bottom: 2rem;
  display: flex;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .logo img, .site-lp header nav.navbar .container-sm .navbar-collapse .logo img, .site-lp header nav.navbar .container-md .navbar-collapse .logo img, .site-lp header nav.navbar .container-lg .navbar-collapse .logo img, .site-lp header nav.navbar .container-xl .navbar-collapse .logo img {
  filter: invert(1);
  padding: 10px;
  width: 260px;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .nav-item-lp, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-item-lp, .site-lp header nav.navbar .container-md .navbar-collapse .nav-item-lp, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-item-lp, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-item-lp {
  max-width: 600px;
  width: 100%;
  margin: 5px;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .nav-item-lp:last-child::after, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-item-lp:last-child::after, .site-lp header nav.navbar .container-md .navbar-collapse .nav-item-lp:last-child::after, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-item-lp:last-child::after, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-item-lp:last-child::after {
  display: none;
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .nav-item-lp::after, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-item-lp::after, .site-lp header nav.navbar .container-md .navbar-collapse .nav-item-lp::after, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-item-lp::after, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-item-lp::after {
  content: "";
  background-size: contain;
  height: 1px;
  display: block;
  width: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(226, 53, 53, 0) 0%, rgba(226, 53, 53, 0) 0%, rgba(226, 53, 53, 0) 0%, rgba(226, 53, 53, 0.5) 15%, rgb(226, 53, 53) 49%, rgba(226, 53, 53, 0.5) 85%, rgba(226, 53, 53, 0) 100%);
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-md .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-item-lp a {
  text-transform: uppercase;
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 2rem;
}
@media (max-width: 991.98px) {
  .site-lp header nav.navbar .container-fluid .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-md .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-item-lp a, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-item-lp a {
    font-size: 1.2rem;
    line-height: 2.5;
  }
}
.site-lp header nav.navbar .container-fluid .navbar-collapse .nav-item-lp a:hover, .site-lp header nav.navbar .container-sm .navbar-collapse .nav-item-lp a:hover, .site-lp header nav.navbar .container-md .navbar-collapse .nav-item-lp a:hover, .site-lp header nav.navbar .container-lg .navbar-collapse .nav-item-lp a:hover, .site-lp header nav.navbar .container-xl .navbar-collapse .nav-item-lp a:hover {
  text-decoration: none;
  color: #FF3D17;
}
.site-lp .preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 1000000000000000000000000000000000000000000000000000000;
  background: black;
  text-align: center;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.site-lp .black_layer {
  display: block;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 90%;
  z-index: 4;
  opacity: 0.43;
  background: black;
  text-align: center;
}
.site-lp .loading {
  overflow: hidden;
  position: relative;
  /* top: 50%; */
  /* margin-top: -12px; */
  /* left: 50%; */
  /* margin-left: -100px; */
  width: 20%;
  height: auto;
  padding: 1vh;
  font-size: calc(22px + 6 * (100vw - 480px) / 1440);
}
.site-lp .progress {
  display: block;
  position: absolute;
  bottom: 0vw;
  overflow: hidden;
  width: 80%;
  height: 2px;
  left: 0;
  background-color: #e23535;
  -webkit-animation: loader-anim 1s 0s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation: loader-anim 1s 0s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation: loader-anim 1s 0s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@keyframes loader-anim {
  0% {
    left: 0%;
    width: 0%;
  }
  100% {
    left: 100%;
  }
}
@media (orientation: portrait) {
  .site-lp .loading {
    width: 65%;
  }
}

.header__career {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
}
.header__career .header__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0px 96px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  z-index: 2;
  background-color: white;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .header__career .header__inner {
    justify-content: end;
    padding: 0px 15px;
    margin-top: 12px;
    margin-bottom: 12px;
    gap: 10px;
  }
}
.header__career .header__inner .header__logo__wrapper a {
  display: flex;
  align-items: center;
}
.header__career .header__inner .header__logo__wrapper a img {
  width: 100%;
  height: 100%;
  max-height: 24px;
}
.header__career .header__inner .lang__switcher {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.header__career .header__inner .lang__switcher a {
  border-left: 1px solid #191919;
  color: #191919;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 0 10px;
}
.header__career .header__inner .lang__switcher a:hover {
  text-decoration: none;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__career .header__inner .lang__switcher a:active {
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__career .header__inner .lang__switcher a:first-child {
  border-left: none;
}
.header__career .header__inner .lang__switcher a.active {
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__career .header__inner .header__menu__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 12px;
}
.header__career .header__inner .header__menu__wrapper .white__btn {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  margin-left: 38px;
}
.header__career .header__inner .header__menu__wrapper .white__btn:hover {
  cursor: pointer;
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
}
.header__career .header__inner .header__menu__wrapper .white__btn:focus {
  border: none;
}
.header__career .header__inner .header__menu__wrapper .white__btn:focus-visible {
  border: none;
}
@media (max-width: 1024px) {
  .header__career .header__inner .header__menu__wrapper .white__btn {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #191919;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #12102B;
    background-color: #D4ECFF;
    margin-left: 0px;
  }
  .header__career .header__inner .header__menu__wrapper .white__btn:hover {
    cursor: pointer;
    border-color: #6127FF;
    background: #6127FF;
    text-decoration: none;
    color: #fff;
    transition: 0.2s ease-in;
  }
  .header__career .header__inner .header__menu__wrapper .white__btn:focus {
    border: none;
  }
  .header__career .header__inner .header__menu__wrapper .white__btn:focus-visible {
    border: none;
  }
}
.header__career .header__inner .header__menu__wrapper .red__btn {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.header__career .header__inner .header__menu__wrapper .red__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.header__career .header__inner .header__menu__wrapper .red__btn:focus {
  border: none;
}
.header__career .header__inner .header__menu__wrapper .red__btn:focus-visible {
  border: none;
}
@media (max-width: 1024px) {
  .header__career .header__inner .header__menu__wrapper .red__btn {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  .header__career .header__inner .header__menu__wrapper .red__btn:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .header__career .header__inner .header__menu__wrapper .red__btn:focus {
    border: none;
  }
  .header__career .header__inner .header__menu__wrapper .red__btn:focus-visible {
    border: none;
  }
}

.page__404 {
  min-height: 100vh;
  padding-top: 199px;
}
.page__404 .page__404__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  padding-bottom: 80px;
}
.page__404 .page__404__wrapper .heading {
  max-width: 556px;
  margin-bottom: 24px;
}
.page__404 .page__404__wrapper .heading h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  text-align: center;
}
@media (max-width: 1400px) {
  .page__404 .page__404__wrapper .heading h1 {
    font-size: 40px;
    line-height: 43px;
  }
}
.page__404 .page__404__wrapper .desc {
  margin-bottom: 52px;
}
.page__404 .page__404__wrapper .desc p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  text-align: center;
  color: white;
}
.page__404 .page__404__wrapper .img__wrapper.wheel__wrapper {
  position: relative;
}
.page__404 .page__404__wrapper .img__wrapper.wheel__wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page__404 .page__404__wrapper .img__wrapper.wheel__wrapper img#spinning {
  transition: all ease 4s;
}
.page__404 .page__404__wrapper .img__wrapper.wheel__wrapper img:nth-child(1) {
  position: relative;
}
.page__404 .page__404__wrapper .img__wrapper.wheel__wrapper img.button {
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.09, 1.09, 1.09);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.page__404 .page__404__wrapper .img__wrapper img {
  max-width: 418.5px;
  width: 100%;
  cursor: pointer;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  pointer-events: none;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-color: white;
}
.loader svg {
  max-width: 100px;
  overflow: visible;
}
.loader svg path {
  fill: none;
  stroke: #191919;
  stroke-width: 0.6;
  opacity: 1;
  stroke-dasharray: 162.3748321533;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: draw-traingle 2s linear infinite, spin-scale 3s ease infinite;
}
@keyframes spin-scale {
  0%, 100% {
    transform: scale(1) rotate(360deg);
  }
  50% {
    transform: scale(0.3) rotate(0deg);
  }
}

.animate {
  position: relative;
  transform: translateY(5rem) skewY(10deg);
  animation: animeText s forwards;
}

@keyframes animeText {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
[data-animation] [data-desc] {
  opacity: 0;
  transition: 1.3s;
}
[data-animation] [data-button] {
  opacity: 0;
  transition: 1.3s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
  position: relative;
}

.lets__talk__wazdan .lets__talk__section {
  background-color: #fff;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
@media (min-width: 1921px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper {
    padding: 60px 28px;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper h4 {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1400px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form {
  margin: auto;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form label {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  word-break: normal;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form label.wpforms-error {
  font-size: 10px;
  width: auto !important;
  line-height: 14px;
  color: #FF3D17 !important;
  padding: 5px 0 0 10px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .wpforms-required-label {
  display: none !important;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  width: 50%;
}
@media (max-width: 1024px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name label {
  width: 35px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small {
  width: 100%;
  max-width: 330px;
}
@media (max-width: 1024px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small {
    gap: 0;
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half {
  width: auto;
  margin-left: 0;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half {
    width: 100%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half:nth-child(2) {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name .wpforms-field-small .wpforms-one-half:nth-child(2) {
    margin-right: 0px;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name textarea {
  border: 1px solid #191919;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name input {
  background: #FFFFFF;
  border: 1px solid #191919;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  width: 250px;
  height: 45px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name input {
    width: 100%;
    margin-right: 0px;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_name input::placeholder {
  color: #CDCDCD;
  font-size: 20px;
  line-height: 20px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_textarea {
  padding: 0;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_textarea textarea {
  background: #FFFFFF;
  border: 1px solid #191919;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  max-width: 796px;
  height: 100px;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  padding: 10px 15px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_textarea textarea::placeholder {
  color: #CDCDCD;
  font-size: 20px;
  line-height: 20px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  width: 50%;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from label {
  width: 50px;
}
@media (max-width: 1024px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from .wpforms-field-small {
  display: flex;
  max-width: unset;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 330px;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from .bmd-form-group {
    display: block;
    width: 100%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from input {
  background: #FFFFFF;
  border: 1px solid #191919;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  width: 238px;
  height: 45px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 1024px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from input {
    width: 515px;
  }
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from input {
    width: 80%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_from input::placeholder {
  color: #CDCDCD;
  font-size: 20px;
  line-height: 20px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form label[for=wpforms-42643-field_12] {
  margin-bottom: 20px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio],
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  cursor: pointer;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio] + label,
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] + label {
  background: #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  pointer-events: none;
  height: 100%;
  display: block;
  padding: 10px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio]:checked + label,
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox]:checked + label,
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio]:checked + label,
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=radio] + label:hover,
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 input[type=checkbox] + label:hover {
  background-color: #FF3D17 !important;
  color: #ffffff !important;
  cursor: pointer !important;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form #wpforms-42643-field_12 li {
  position: relative;
  border: 1px solid #191919 !important;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  overflow: hidden !important;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date {
  padding-top: 0px;
  margin-top: 20px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small {
  display: flex;
  max-width: unset;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half {
  width: auto;
  margin-left: 0;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half {
    width: 100%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half:nth-child(2) input {
  margin-right: 0;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date .wpforms-field-small .wpforms-one-half:nth-child(1) input {
    margin-right: 0;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date input {
  background: #FFFFFF;
  border: 1px solid #191919;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  width: 316px;
  height: 45px;
  margin-right: 20px;
  font-size: 20px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 768px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date input {
    width: 100%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_date input::placeholder {
  color: #CDCDCD;
  font-size: 20px;
  line-height: 20px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_repeat {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_repeat {
    display: block;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_repeat .wpforms-field-small {
  display: flex;
  max-width: unset;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_repeat input {
  background: #FFFFFF;
  border: 1px solid #191919;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15);
  border-radius: 10px;
  width: 630px;
  height: 45px;
  font-size: 20px;
  line-height: 20px;
  padding: 0px 15px;
}
@media (max-width: 1024px) {
  .lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_repeat input {
    width: 100%;
  }
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .form_contact_repeat input::placeholder {
  color: #CDCDCD;
  font-size: 20px;
  line-height: 20px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .wpforms-field-html {
  padding-top: 0;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .wpforms-field-html .privace__link {
  font-size: 13px;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .wpforms-field-html .privace__link a {
  color: black;
  font-weight: 700;
  text-decoration: unset;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message form .wpforms-field-html .privace__link a:hover {
  color: #FF3D17;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message .wpforms-submit-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 0;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit:focus {
  border: none;
}
.lets__talk__wazdan .lets__talk__section .form__message__wrapper .form__message .wpforms-submit-container .form__message__submit:focus-visible {
  border: none;
}

.breadcrumbs {
  padding: 110px 96px 0 96px;
}
@media (max-width: 1024px) {
  .breadcrumbs {
    padding: 100px 5% 36px 7%;
  }
}
.breadcrumbs a {
  color: black;
  text-decoration: underline;
}
.breadcrumbs span:nth-child(1) a {
  color: #212529;
}
@media (min-width: 1921px) {
  .breadcrumbs__game {
    padding: 116px 96px 0 96px;
  }
}
@media (max-width: 1920px) {
  .breadcrumbs__game {
    padding: 116px 96px 0 96px;
  }
}
@media (max-width: 1400px) {
  .breadcrumbs__game {
    padding: 116px 60px 0 96px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs__game {
    padding: 110px 40px 0 40px;
  }
}
@media (max-width: 576px) {
  .breadcrumbs__game {
    padding: 110px 28px 0 30px;
  }
}

.blog_page {
  margin: 0 96px;
}
@media (max-width: 1024px) {
  .blog_page {
    margin: 0 5%;
  }
}
.blog_page .blog__wrapper {
  background-color: #fafafa;
  margin: auto;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper {
    padding-top: 80px;
  }
}
.blog_page .blog__wrapper .breadcrumbs {
  max-width: 100%;
  padding: 110px 0 0 0;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .breadcrumbs {
    padding: 100px 5% 36px 7%;
  }
}
.blog_page .blog__wrapper .lang_wrapper {
  padding-top: 30px;
}
.blog_page .blog__wrapper .lang_wrapper .polylang_langswitcher {
  display: flex;
  gap: 10px;
  list-style: none;
  justify-content: start;
}
.blog_page .blog__wrapper .post__intro__category {
  top: 150px;
  max-height: 58px;
  right: 5%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 5px 0px 0px 5px;
  background: #FFF;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post__intro__category {
    top: 70px;
  }
}
.blog_page .blog__wrapper .post__intro__category p {
  margin: 0;
}
.blog_page .blog__wrapper .post__intro__category .img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_page .blog__wrapper .post__intro__category .img__wrapper img {
  height: 34px;
}
.blog_page .blog__wrapper .post__intro__category a.blog-category-name {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}
.blog_page .blog__wrapper a {
  color: #3B3B3B;
  text-decoration: underline;
  font-weight: 900;
}
.blog_page .blog__wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
.blog_page .blog__wrapper .post_content_section {
  padding: 80px 0px 120px 0px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section {
    padding: 40px 60px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .blog_page .blog__wrapper .post_content_section {
    padding: 30px;
  }
}
.blog_page .blog__wrapper .post_content_section .left__side__content {
  margin-top: 180px;
  display: flex;
  width: 300px;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  align-self: flex-start;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .left__side__content {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .left__side__content {
    position: unset;
    margin-top: 0px;
  }
}
@media (max-width: 576px) {
  .blog_page .blog__wrapper .post_content_section .left__side__content {
    display: block;
    text-align: center;
  }
}
.blog_page .blog__wrapper .post_content_section .left__side__content h3 {
  padding-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .left__side__content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .blog__wrapper .post_content_section .left__side__content ul {
  display: inline-flex;
  flex-direction: column;
  list-style: none;
  gap: 16px;
  justify-content: flex-start;
  padding: 0;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .left__side__content ul {
    flex-direction: row;
    padding-bottom: 30px;
  }
}
.blog_page .blog__wrapper .post_content_section .left__side__content ul li {
  cursor: pointer;
  padding: 7px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3B3B3B;
}
.blog_page .blog__wrapper .post_content_section .left__side__content ul li a {
  display: flex;
}
.blog_page .blog__wrapper .post_content_section .left__side__content ul li .social-icons {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.blog_page .blog__wrapper .post_content_section .left__side__content ul li .linkedin {
  background-image: url("../images/footer/linkedin.svg");
}
.blog_page .blog__wrapper .post_content_section .left__side__content ul li .facebook {
  background-image: url("../images/footer/fb.svg");
}
.blog_page .blog__wrapper .post_content_section .left__side__content ul li .twitter {
  background-image: url("../images/footer/twitter.svg");
}
.blog_page .blog__wrapper .post_content_section .post__intro {
  width: 616px;
  margin: auto;
}
.blog_page .blog__wrapper .post_content_section .post__intro h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .post__intro h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-top: 52px;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .post__intro h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro figure {
  margin: 52px 0;
}
.blog_page .blog__wrapper .post_content_section .post__intro__author {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 16px;
  text-transform: capitalize;
}
.blog_page .blog__wrapper .post_content_section .post__intro__date {
  margin-bottom: 16px;
}
.blog_page .blog__wrapper .post_content_section .post__intro__date p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .post__intro__date p {
    margin-bottom: 0;
    color: #191919;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro__title {
  margin-bottom: 16px;
}
.blog_page .blog__wrapper .post_content_section .post__intro__title h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .post__intro__title h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .post__intro__title h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro__tags {
  margin-bottom: 16px;
}
.blog_page .blog__wrapper .post_content_section .post__intro__tags p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .post__intro__tags p {
    font-size: 20px;
    line-height: 25px;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro__time {
  margin-bottom: 50px;
}
.blog_page .blog__wrapper .post_content_section .post__intro__time p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.blog_page .blog__wrapper .post_content_section .post__intro .post_content {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .post_content {
    font-size: 20px;
    line-height: 25px;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper {
  padding: 32px;
  background: #D8D8D8;
  margin-top: 52px;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin: 0;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 12px 0 10px 0;
}
@media (max-width: 1400px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter {
    max-width: 616px;
  }
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter {
    max-width: 444px;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .business-email {
  padding-right: 12px;
  position: relative;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .business-email input {
  border: 1px solid #3B3B3B;
  border-radius: 5px;
  height: 46px;
  padding: 12px 24px;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .business-email input:focus {
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .business-email .reset {
  position: absolute;
  top: 20px;
  right: 30px;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .wpforms-container-full {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .wpforms-container-full {
    transform: translateX(0px);
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .agree-text {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-align: left;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .agree-text a {
  color: #3B3B3B;
  text-decoration: underline;
  font-weight: 900;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .subscribe-btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .subscribe-btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .subscribe-btn {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
  }
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .subscribe-btn:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .subscribe-btn:focus {
    border: none;
  }
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .subscribe-btn:focus-visible {
    border: none;
  }
}
@media (max-width: 768px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .subscribe-btn {
    margin: 0 auto 16px auto;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro .signup__wrapper .newsletter .wpforms-error {
  padding: 10px;
}
.blog_page .blog__wrapper .post_content_section .post__intro .tag__wrapper {
  padding: 52px 0;
  border-bottom: 1px solid #3B3B3B;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}
.blog_page .blog__wrapper .post_content_section .post__intro .tag__wrapper .tags a {
  color: #3B3B3B;
  border-right: solid #3B3B3B 2px;
  padding: 0 10px;
  pointer-events: none;
  text-decoration: underline;
  text-transform: capitalize;
}
.blog_page .blog__wrapper .post_content_section .post__intro .tag__wrapper .tags a:last-child {
  border-right: 0;
}
.blog_page .blog__wrapper .post_content_section .post__intro .author__wrapper {
  padding-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .post__intro .author__wrapper {
    padding-bottom: 24px;
    justify-content: center;
  }
}
.blog_page .blog__wrapper .post_content_section .post__intro .author__wrapper .author__image img {
  border-radius: 50%;
  max-width: 89px;
}
.blog_page .blog__wrapper .post_content_section .post__intro .author__wrapper .author__desc {
  width: 80%;
}
.blog_page .blog__wrapper .post_content_section .post__intro .author__wrapper .author__desc .author__name {
  padding-bottom: 12px;
  text-transform: capitalize;
}
.blog_page .blog__wrapper .post_content_section .right__side__content {
  max-width: 300px;
  position: sticky;
  position: -webkit-sticky;
  margin-top: 150px;
  top: 100px;
  align-self: flex-start;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .right__side__content {
    position: unset;
  }
}
.blog_page .blog__wrapper .post_content_section .right__side__content .top__reads {
  padding: 32px;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .right__side__content .top__reads {
    padding: 0;
    margin-top: 0px;
  }
}
.blog_page .blog__wrapper .post_content_section .right__side__content .top__reads h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
  padding-bottom: 24px;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .right__side__content .top__reads h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .blog__wrapper .post_content_section .right__side__content .top__reads .highlight__blog__content .highlight__blog__title h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .right__side__content .top__reads .highlight__blog__content .highlight__blog__title h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .blog__wrapper .post_content_section .right__side__content .top__reads .highlight__blog__content .btn__wrapper {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #FF3D17;
  text-decoration: underline;
  margin-bottom: 16px;
}
.blog_page .blog__wrapper .post_content_section .right__side__content .offer__box {
  margin-top: 100px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 50px 32px;
  margin: 32px;
  text-align: center;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .right__side__content .offer__box {
    margin: 24px 0 0 0;
  }
}
.blog_page .blog__wrapper .post_content_section .right__side__content .offer__box h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
}
@media (max-width: 1024px) {
  .blog_page .blog__wrapper .post_content_section .right__side__content .offer__box h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .blog__wrapper .post_content_section .right__side__content .offer__box p {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding-bottom: 24px;
}
.blog_page .blog__wrapper .post_content_section .right__side__content .offer__box .offer__btn p {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
}
.blog_page .blog__wrapper .post_content_section .right__side__content .offer__box .offer__btn p:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.blog_page .read__more__section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 120px;
  background-color: #FFFFFF;
}
.blog_page .read__more__section .read__more__section__title {
  width: 100%;
  text-align: center;
}
.blog_page .read__more__section .read__more__section__title h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .blog_page .read__more__section .read__more__section__title h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .blog_page .read__more__section .read__more__section__title h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.blog_page .read__more__section .blog__wrapper__readmore {
  padding: 52px 0px 120px 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: flex-end;
  justify-content: center;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog {
  position: relative;
  width: 399px;
  background: #FAFAFA;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: 2px solid #fafafa;
  transition: transform 0.3s;
}
@media (max-width: 1024px) {
  .blog_page .read__more__section .blog__wrapper__readmore .blog {
    width: 330px;
  }
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-date {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding-bottom: 12px;
  width: 100%;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-title {
  padding-bottom: 12px;
  width: 100%;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-title a {
  pointer-events: none;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
}
@media (max-width: 1400px) {
  .blog_page .read__more__section .blog__wrapper__readmore .blog .blog-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-category-wrapper {
  position: absolute;
  background-color: #FFFFFF;
  top: 32px;
  max-height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 5px 0px 0px 5px;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-category-wrapper p {
  margin: 0;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-category-wrapper .img__wrapper {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-category-wrapper .img__wrapper img {
  height: 24px;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .blog-category-wrapper a.blog-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .post__intro__time {
  margin-bottom: 12px;
  width: 100%;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .post__intro__time p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .description-wrapper {
  overflow: hidden;
  width: 100%;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .description-wrapper .blog-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .description-wrapper .blog-description p {
  margin: 0;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .description-wrapper a {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .blog_page .read__more__section .blog__wrapper__readmore .blog .description-wrapper a {
    font-size: 20px;
    line-height: 25px;
  }
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .description-wrapper .blog-btn {
  width: fit-content;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog .description-wrapper .blog-btn:hover {
  box-shadow: none;
  text-decoration: underline;
}
.blog_page .read__more__section .blog__wrapper__readmore .blog:hover {
  cursor: pointer;
  border: 2px solid #E23535;
  transform: scale(0.97);
  transition: transform 0.3s ease-in-out;
}

.tooltip .arrow {
  display: none;
}
.tooltip .tooltip-inner {
  background-color: #191919;
  padding: 8px 16px;
  border-radius: 120px;
  font-size: 12px;
  line-height: 15px;
}

.tooltip.show {
  opacity: 1;
}

.category__blog p {
  margin-bottom: 0;
}
.category__blog .breadcrumbs {
  max-width: 100%;
}
.category__blog .highlight__section {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.category__blog .highlight__section .news__container {
  max-width: 1362px;
  width: 100%;
  padding: 70px 50px 120px 50px;
}
@media (max-width: 1024px) {
  .category__blog .highlight__section .news__container {
    padding: 50px 25px 50px 25px;
  }
}
.category__blog .highlight__section .news__container .highlight__news {
  background-color: #FAFAFA;
  padding: 32px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
}
@media (max-width: 1024px) {
  .category__blog .highlight__section .news__container .highlight__news {
    display: block;
  }
}
.category__blog .highlight__section .news__container .highlight__news__image {
  min-width: 357px;
  margin-right: 32px;
}
.category__blog .highlight__section .news__container .highlight__news__image img {
  border-radius: 20px;
  max-width: 357px;
  height: 357px;
}
@media (max-width: 1024px) {
  .category__blog .highlight__section .news__container .highlight__news__image {
    padding-top: 70px;
    padding-bottom: 30px;
    padding-right: 0px;
  }
}
.category__blog .highlight__section .news__container .highlight__news__author {
  margin-bottom: 16px;
  text-transform: capitalize;
}
.category__blog .highlight__section .news__container .highlight__news__title {
  margin-bottom: 16px;
}
.category__blog .highlight__section .news__container .highlight__news__title h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .category__blog .highlight__section .news__container .highlight__news__title h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .category__blog .highlight__section .news__container .highlight__news__title h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.category__blog .highlight__section .news__container .highlight__news__time {
  margin-bottom: 16px;
}
.category__blog .highlight__section .news__container .highlight__news__category {
  position: absolute;
  top: 34px;
  max-height: 55px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 5px 0px 0px 5px;
  background: #FFF;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
.category__blog .highlight__section .news__container .highlight__news__category p {
  margin: 0;
}
.category__blog .highlight__section .news__container .highlight__news__category .img__wrapper {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category__blog .highlight__section .news__container .highlight__news__category .img__wrapper img {
  height: 34px;
}
.category__blog .highlight__section .news__container .highlight__news__category a.news-category-name {
  color: #191919;
  font-weight: bold;
}
.category__blog .highlight__section .news__container .highlight__news__tags {
  margin-bottom: 16px;
}
.category__blog .highlight__section .news__container .highlight__news__tags p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .category__blog .highlight__section .news__container .highlight__news__tags p {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 1024px) {
  .category__blog .highlight__section .news__container .highlight__news__tags p {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .category__blog .highlight__section .news__container .highlight__news__tags p {
    font-size: 20px;
    line-height: 25px;
  }
}
.category__blog .highlight__section .news__container .btn__wrapper {
  display: flex;
}
.category__blog .highlight__section .news__container .btn__wrapper .highlight__news__btn {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #FF3D17;
  text-decoration: underline;
}
@media (max-width: 1400px) {
  .category__blog .highlight__section .news__container .btn__wrapper .highlight__news__btn {
    font-size: 20px;
    line-height: 26px;
  }
}
.category__blog .highlight__section .news__container .btn__wrapper .highlight__news__btn:active {
  color: #C43131;
}
.category__blog .highlight__section .news__container .btn__wrapper .highlight__news__btn:hover {
  text-decoration: underline;
}
.category__blog .menu__section {
  z-index: 9;
  position: relative;
}
.category__blog .menu__section .news__menu {
  padding: 0rem 1rem;
  background-color: #F9F9F9;
  z-index: 9;
  position: relative;
}
.category__blog .menu__section .news__menu .mobile__button {
  display: none;
}
@media (max-width: 1024px) {
  .category__blog .menu__section .news__menu .mobile__button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 15px;
  }
}
.category__blog .menu__section .news__menu .mobile__button img {
  width: 28px;
  height: 28px;
}
.category__blog .menu__section .news__menu .mobile__button span {
  font-size: 20px;
  line-height: 26px;
}
.category__blog .menu__section .news__menu.fixed__news {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.category__blog .menu__section .news__menu nav {
  display: flex;
  justify-content: center;
  overflow: hidden;
  gap: 12px;
}
@media (max-width: 1024px) {
  .category__blog .menu__section .news__menu nav {
    height: 0px;
    transition: 0.5s;
    flex-direction: column;
    justify-content: flex-start;
  }
  .category__blog .menu__section .news__menu nav.active {
    height: calc(100vh - 40px);
  }
}
.category__blog .menu__section .news__menu nav a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
  margin: 24px 0px;
  height: 44px;
  gap: 12px;
  padding: 12px 24px;
}
.category__blog .menu__section .news__menu nav a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .category__blog .menu__section .news__menu nav a {
    border: 0px;
    box-shadow: none;
  }
}
.category__blog .menu__section .news__menu nav a:hover {
  text-decoration: unset;
  background-color: #191919;
}
.category__blog .menu__section .news__menu nav a:hover p {
  color: #fff;
}
.category__blog .menu__section .news__menu nav a:hover .img__wrapper {
  filter: invert(1);
}
.category__blog .menu__section .news__menu nav a .img__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.category__blog .menu__section .news__menu nav a .img__wrapper img {
  height: 18px;
}
.category__blog .menu__section .news__menu nav a p {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .category__blog .menu__section .news__menu nav a p {
    display: none;
  }
}
@media (max-width: 1024px) {
  .category__blog .menu__section .news__menu nav a p {
    display: block;
  }
}
@media (max-width: 1024px) {
  .category__blog .menu__section .news__menu nav a {
    border-left: none;
    padding: 15px;
    border-top: 1px solid #CDCDCD;
    margin: 0;
  }
  .category__blog .menu__section .news__menu nav a:last-child {
    border-bottom: 1px solid #CDCDCD;
  }
}
.category__blog .menu__section .news__menu nav .active {
  border-color: #191919;
  text-decoration: none;
  background-color: #191919;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.category__blog .menu__section .news__menu nav .active p {
  color: #fff;
}
.category__blog .menu__section .news__menu nav .active .img__wrapper {
  filter: invert(1);
}
.category__blog .news__section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 2;
  background-color: #FAFAFA;
}
@media (max-width: 1024px) {
  .category__blog .news__section {
    padding: 15px;
    padding-top: 60px;
  }
}
.category__blog .news__section .news-container {
  max-width: 1440px;
}
.category__blog .news__section .news-container .category__description {
  max-width: 900px;
}
.category__blog .news__section .news-container .category__description h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  padding-top: 32px;
}
@media (max-width: 1400px) {
  .category__blog .news__section .news-container .category__description h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.category__blog .news__section .news-container .category__description p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 32px;
}
.category__blog .news__section .news-container .news-content {
  padding-bottom: 3rem;
}
.category__blog .news__section .news-container .news-content h2 {
  padding-bottom: 50px;
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .category__blog .news__section .news-container .news-content h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.category__blog .news__section .news-container .news-content p {
  font-size: 30px;
  line-height: 2rem;
  text-align: center;
}
.category__blog .news__section .news-container .news-content p .bold-txt {
  font-weight: 700;
}
.category__blog .news__section .news-container .loadmore {
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .category__blog .news__section .news-container .loadmore {
    margin-bottom: 60px;
  }
}
.category__blog .news__section .news-container .loadmore span {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.category__blog .news__section .news-container .loadmore span:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.category__blog .news__section .news-container .blog-posts {
  padding: 32px 0 52px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
  align-content: flex-end;
  justify-content: center;
}
@media (max-width: 1024px) {
  .category__blog .news__section .news-container .blog-posts {
    padding: 0;
    padding-bottom: 5rem;
  }
}
.category__blog .news__section .news-container .blog-posts .news {
  position: relative;
  width: 405px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  min-height: 382px;
  border: 2px solid #fff;
  transition: transform 0.3s;
}
@media (max-width: 1024px) {
  .category__blog .news__section .news-container .blog-posts .news {
    width: 330px;
  }
}
.category__blog .news__section .news-container .blog-posts .news .highlight__news__author {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  padding-bottom: 12px;
  width: 100%;
}
.category__blog .news__section .news-container .blog-posts .news .news-title {
  margin-bottom: 12px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.category__blog .news__section .news-container .blog-posts .news .news-title a {
  pointer-events: none;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  visibility: visible;
}
@media (max-width: 1400px) {
  .category__blog .news__section .news-container .blog-posts .news .news-title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.category__blog .news__section .news-container .blog-posts .news .news-category-wrapper {
  position: absolute;
  background-color: #FAFAFA;
  top: 32px;
  max-height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 5px 0px 0px 5px;
}
.category__blog .news__section .news-container .blog-posts .news .news-category-wrapper p {
  margin: 0;
}
.category__blog .news__section .news-container .blog-posts .news .news-category-wrapper .img__wrapper {
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category__blog .news__section .news-container .blog-posts .news .news-category-wrapper .img__wrapper img {
  height: 24px;
}
.category__blog .news__section .news-container .blog-posts .news .news-category-wrapper a.news-category-name {
  pointer-events: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.category__blog .news__section .news-container .blog-posts .news .description-wrapper {
  overflow: hidden;
}
.category__blog .news__section .news-container .blog-posts .news .description-wrapper .news-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.category__blog .news__section .news-container .blog-posts .news .description-wrapper .news-description p {
  margin: 0;
}
.category__blog .news__section .news-container .blog-posts .news .description-wrapper .news__time {
  margin-bottom: 12px;
}
.category__blog .news__section .news-container .blog-posts .news .description-wrapper a {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .category__blog .news__section .news-container .blog-posts .news .description-wrapper a {
    font-size: 20px;
    line-height: 25px;
  }
}
.category__blog .news__section .news-container .blog-posts .news .description-wrapper .news-btn {
  width: fit-content;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.category__blog .news__section .news-container .blog-posts .news .description-wrapper .news-btn:hover {
  box-shadow: none;
  text-decoration: underline;
}
.category__blog .news__section .news-container .blog-posts .news:hover {
  cursor: pointer;
  border: 2px solid #E23535;
  transform: scale(0.97);
  transition: transform 0.3s ease-in-out;
}
.category__blog .news__section .news-container .blog-posts .news:hover .news-title {
  -webkit-line-clamp: unset;
}
.category__blog .media__partners {
  background: #FFF;
}
.category__blog .media__partners__wrapper {
  width: 100%;
  margin: 120px auto;
  padding: 1px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .category__blog .media__partners__wrapper {
    margin: 60px auto;
    padding: 0;
  }
}
.category__blog .media__partners__wrapper .heading h4 {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .category__blog .media__partners__wrapper .heading h4 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .category__blog .media__partners__wrapper .heading h4 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
  }
}
.category__blog .media__partners .media__carousel {
  margin-top: 70px;
  padding-bottom: 30px;
}
.category__blog .media__partners .media__carousel__item {
  width: 100%;
}
.category__blog .media__partners .media__carousel__item img {
  margin: auto;
  display: block;
  max-width: 80%;
}
.category__blog .media__partners .media__carousel .slick-dots li button:before {
  font-size: 15px;
  color: #E23535;
}

#modalLogin .modal-dialog .modal-content {
  border-radius: 20px;
}
#modalLogin .modal-dialog .modal-content .modal-body .register {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#modalLogin .modal-dialog .modal-content .modal-body .register a {
  font-weight: 700;
  color: #191919;
}
#modalLogin .modal-dialog .modal-content .modal-body .heading {
  margin: 20px 0;
}
#modalLogin .modal-dialog .modal-content .modal-body .heading h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  text-align: center;
  margin: 0;
}
#modalLogin .modal-dialog .modal-content .modal-body .dismiss__button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FAFAFA;
  filter: drop-shadow(0px 1px 3px rgba(25, 25, 25, 0.15));
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}
#modalLogin .modal-dialog .modal-content .modal-body .dismiss__button i {
  pointer-events: none;
  font-size: 1.5rem;
  color: #FF3D17;
}
#modalLogin .modal-dialog .modal-content .modal-body .um {
  margin-bottom: 0px !important;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-field-username, #modalLogin .modal-dialog .modal-content .modal-body .um .um-field-password {
  display: flex !important;
  flex-wrap: wrap;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-field-username .um-field-label, #modalLogin .modal-dialog .modal-content .modal-body .um .um-field-password .um-field-label {
  width: 95px !important;
  margin-bottom: 0 !important;
  align-items: center !important;
  display: flex !important;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-field-username .um-field-label label, #modalLogin .modal-dialog .modal-content .modal-body .um .um-field-password .um-field-label label {
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-field-username .um-field-area, #modalLogin .modal-dialog .modal-content .modal-body .um .um-field-password .um-field-area {
  width: 100% !important;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-center #um-submit-btn {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
  font-weight: 700 !important;
  width: auto !important;
  min-width: 180px !important;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-center #um-submit-btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-center #um-submit-btn:focus {
  border: none;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-center #um-submit-btn:focus-visible {
  border: none;
}
#modalLogin .modal-dialog .modal-content .modal-body .um .um-field-area input {
  background: #FFFFFF;
  border: 2px solid #191919 !important;
  box-shadow: 0px 4px 4px rgba(25, 25, 25, 0.15) !important;
  border-radius: 10px !important;
  height: 45px;
  font-size: 20px;
  line-height: 20px;
  padding: 0px 10px !important;
}

#modalFeature .modal-content {
  background: #FAFAFA;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  overflow: hidden;
  padding: 32px;
  position: relative;
}
#modalFeature .modal-content .modal-body {
  padding: 0;
}
#modalFeature .modal-content .modal-body .dismiss__button {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(25, 25, 25, 0.15);
  border-radius: 50%;
  color: #191919;
  top: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  z-index: 1;
}
@media (max-width: 1024px) {
  #modalFeature .modal-content .modal-body .dismiss__button {
    top: 15px;
    right: 15px;
  }
}
#modalFeature .modal-content .modal-body .dismiss__button i {
  color: #FF3D17;
}
#modalFeature .modal-content .modal-body .description {
  max-width: 600px;
  cursor: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#modalFeature .modal-content .modal-body .description .video_wrapper {
  position: relative;
}
#modalFeature .modal-content .modal-body .description .video_wrapper.active button {
  display: none;
}
#modalFeature .modal-content .modal-body .description .video_wrapper .feature_video {
  width: 100%;
}
#modalFeature .modal-content .modal-body .description .video_wrapper button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FF3D17;
  border-color: #FAFAFA;
  background-color: #FAFAFA;
  text-transform: capitalize;
}
#modalFeature .modal-content .modal-body .description .video_wrapper button:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
#modalFeature .modal-content .modal-body .description .video_wrapper button:focus {
  border: none;
}
#modalFeature .modal-content .modal-body .description .video_wrapper button:focus-visible {
  border: none;
}
#modalFeature .modal-content .modal-body .description .details h5 {
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 15px;
  color: black;
}
@media (max-width: 1024px) {
  #modalFeature .modal-content .modal-body .description .details h5 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #modalFeature .modal-content .modal-body .description .details h5 {
    text-align: center;
    margin-top: 10px;
  }
}
#modalFeature .modal-content .modal-body .description .details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: black;
}
@media (max-width: 768px) {
  #modalFeature .modal-content .modal-body .description .details p {
    text-align: center;
  }
}
#modalFeature .modal-content .modal-body .description .details a {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  #modalFeature .modal-content .modal-body .description .details a {
    text-align: center;
  }
}

.site-career .globalAward {
  display: none;
}

#wazadan__career .career__header {
  background-color: rgba(0, 0, 0, 0.7294117647);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1921px) {
  #wazadan__career .career__header {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #wazadan__career .career__header {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #wazadan__career .career__header {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #wazadan__career .career__header {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #wazadan__career .career__header {
    padding: 60px 28px;
  }
}
#wazadan__career .career__header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
#wazadan__career .career__header #careerVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
#wazadan__career .career__header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#wazadan__career .career__header .wrapper .desc {
  width: 50%;
}
@media (max-width: 1024px) {
  #wazadan__career .career__header .wrapper .desc {
    width: 100%;
  }
}
#wazadan__career .career__header .wrapper .desc .headings .career__header__title {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  text-align: center;
}
@media (max-width: 1400px) {
  #wazadan__career .career__header .wrapper .desc .headings .career__header__title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1024px) {
  #wazadan__career .career__header .wrapper .desc .headings .career__header__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #FFF;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  #wazadan__career .career__header .wrapper .desc .headings .career__header__title {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .career__header .wrapper .desc .headings h2 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 40px;
  line-height: 51px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  #wazadan__career .career__header .wrapper .desc .headings h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1400px) {
  #wazadan__career .career__header .wrapper .desc .headings h2 {
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
@media (max-width: 1400px) and (max-width: 1400px) {
  #wazadan__career .career__header .wrapper .desc .headings h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
#wazadan__career .career__header .wrapper .desc .headings .header__button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  margin: auto;
}
#wazadan__career .career__header .wrapper .desc .headings .header__button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#wazadan__career .career__header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wazadan__career .career__header .wrapper .card__wrapper img {
  border-radius: 10px;
}
#wazadan__career .about__wazdan {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 100px;
  min-height: 430px;
}
@media (max-width: 1024px) {
  #wazadan__career .about__wazdan {
    padding: 50px 20px;
    min-height: fit-content;
  }
}
#wazadan__career .about__wazdan .learn__more__desc {
  text-align: center;
  max-width: 640px;
}
#wazadan__career .about__wazdan .learn__more__desc h3 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  padding-bottom: 16px;
}
@media (max-width: 1024px) {
  #wazadan__career .about__wazdan .learn__more__desc h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
#wazadan__career .about__wazdan .learn__more__desc p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #FFF;
  font-weight: 400;
  opacity: 0;
  transition: 1.3s ease-in-out;
}
@media (max-width: 1400px) {
  #wazadan__career .about__wazdan .learn__more__desc p {
    font-size: 20px;
    line-height: 26px;
  }
}
#wazadan__career .about__wazdan .learn__more__desc .arrow__wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 54px;
}
#wazadan__career .about__wazdan .learn__more__desc .arrow__wrapper .first {
  -webkit-animation: arrow-anim-1 2s infinite;
  -moz-animation: arrow-anim-1 2s infinite;
  animation: arrow-anim-1 2s infinite;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: 0.1s;
}
#wazadan__career .about__wazdan .learn__more__desc .arrow__wrapper .second {
  -webkit-animation: arrow-anim-2 2s infinite;
  -moz-animation: arrow-anim-2 2s infinite;
  animation: arrow-anim-2 2s infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
}
#wazadan__career .about__wazdan .learn__more__desc .arrow__wrapper .third {
  -webkit-animation: arrow-anim-3 2s infinite;
  -moz-animation: arrow-anim-3 2s infinite;
  animation: arrow-anim-3 2s infinite;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
}
#wazadan__career .about__wazdan .learn__more__desc .arrow__wrapper .fourth {
  -webkit-animation: arrow-anim-4 2s infinite;
  -moz-animation: arrow-anim-4 2s infinite;
  animation: arrow-anim-4 2s infinite;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.4s;
  animation-direction: alternate;
}
#wazadan__career .about__wazdan .learn__more__desc .arrow__wrapper .fifth {
  -webkit-animation: arrow-anim-5 2s infinite;
  -moz-animation: arrow-anim-5 2s infinite;
  animation: arrow-anim-5 2s infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.5s;
  animation-direction: alternate;
}
@keyframes arrow-anim-1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-5 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#wazadan__career .wazdan__benefits {
  background-color: #FAFAFA;
  padding: 120px 96px 0 96px;
  text-align: center;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__benefits {
    padding: 50px 20px;
  }
}
#wazadan__career .wazdan__benefits .benefits__heading {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__benefits .benefits__heading {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .wazdan__benefits .benefits__paragraph {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  max-width: 632px;
  margin: auto;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__benefits .benefits__paragraph {
    font-size: 20px;
    line-height: 25px;
  }
}
#wazadan__career .wazdan__benefits .benefits__description {
  padding-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1100px;
  margin: auto;
  gap: 0 50px;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__benefits .benefits__description {
    grid-template-columns: 1fr;
  }
}
#wazadan__career .wazdan__benefits .benefits__description ul {
  list-style: none;
}
#wazadan__career .wazdan__benefits .benefits__description ul li {
  margin-bottom: 16px;
}
#wazadan__career .wazdan__benefits .benefits__description ul li .desc {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  flex-wrap: nowrap;
  text-align: left;
}
#wazadan__career .wazdan__benefits .benefits__description ul li .desc:before {
  content: "\e901";
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-family: "wazdan-icons";
}
#wazadan__career .wazdan__benefits .benefits__description ul li:not(:last-child) {
  margin-bottom: 16px;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper {
  padding-top: 52px;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container {
  max-width: 1350px;
  margin: auto;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .column_benefit {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  width: 195px;
  height: 175px;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .column_benefit img {
  max-width: 44px;
  width: 100%;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .column_benefit .benefit_desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .column_benefit .benefit_desc {
    font-size: 20px;
    line-height: 26px;
  }
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .slick-slide {
  padding: 0px 8px;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .slick-dots {
  position: relative;
  padding-top: 30px;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li button {
  height: 15px;
  width: 15px;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wazadan__career .wazdan__benefits .benefits__carousel__wrapper .benefits-container .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
#wazadan__career .wazdan__job__offers {
  background-color: #FFF;
}
@media (min-width: 1921px) {
  #wazadan__career .wazdan__job__offers {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #wazadan__career .wazdan__job__offers {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__job__offers {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #wazadan__career .wazdan__job__offers {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #wazadan__career .wazdan__job__offers {
    padding: 60px 28px;
  }
}
#wazadan__career .wazdan__job__offers .job__offers__title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__job__offers .job__offers__title {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .wazdan__job__offers .job__offers__container {
  max-width: 1400px;
  margin: auto;
  padding-bottom: 52px;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul {
  display: flex;
  flex-direction: column;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li {
  list-style: none;
  border-bottom: 0.5px solid #3B3B3B;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li a:hover {
  text-decoration: none;
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li:first-child {
  border-top: 0.5px solid #3B3B3B;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr 0.5fr;
  padding: 24px 12px;
  gap: 30px;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 10px;
  }
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper:hover h4, #wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper:hover p {
  color: #fff;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .job__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin: 0;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .job__title {
    font-size: 20px;
    line-height: 26px;
  }
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .job__desc {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1.8fr 1fr;
  gap: 10px;
  height: 100%;
  justify-items: start;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .job__desc {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .job__desc .job__details p {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .job__desc .job__details p {
    border-right: none;
  }
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .job__desc .job__details:last-child p {
  border-right: none;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper {
    display: none;
  }
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper img {
  width: 16px;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper .first {
  -webkit-animation: arrow-anim-1 2s infinite;
  -moz-animation: arrow-anim-1 2s infinite;
  animation: arrow-anim-1 2s infinite;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: 0.1s;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper .second {
  -webkit-animation: arrow-anim-2 2s infinite;
  -moz-animation: arrow-anim-2 2s infinite;
  animation: arrow-anim-2 2s infinite;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper .third {
  -webkit-animation: arrow-anim-3 2s infinite;
  -moz-animation: arrow-anim-3 2s infinite;
  animation: arrow-anim-3 2s infinite;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper .fourth {
  -webkit-animation: arrow-anim-4 2s infinite;
  -moz-animation: arrow-anim-4 2s infinite;
  animation: arrow-anim-4 2s infinite;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.4s;
  animation-direction: alternate;
}
#wazadan__career .wazdan__job__offers .job__offers__container ul li .jobs__wrapper .arrow__wrapper .fifth {
  -webkit-animation: arrow-anim-5 2s infinite;
  -moz-animation: arrow-anim-5 2s infinite;
  animation: arrow-anim-5 2s infinite;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.5s;
  animation-direction: alternate;
}
@keyframes arrow-anim-1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-anim-5 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#wazadan__career .wazdan__job__offers .more__offers__button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  margin: auto;
}
#wazadan__career .wazdan__job__offers .more__offers__button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#wazadan__career .joinus__section {
  padding-bottom: 20px;
  background-color: #fff;
}
#wazadan__career .joinus__section .joinus__header {
  max-width: 880px;
  margin: auto;
  padding-bottom: 52px;
}
@media (max-width: 1024px) {
  #wazadan__career .joinus__section .joinus__header {
    padding: 20px;
  }
}
#wazadan__career .joinus__section .joinus__header h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  #wazadan__career .joinus__section .joinus__header h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .joinus__section .joinus__header p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1400px) {
  #wazadan__career .joinus__section .joinus__header p {
    font-size: 20px;
    line-height: 25px;
  }
}
#wazadan__career .joinus__section .joinus__image__gallery .image__wrapper {
  background-color: black;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  #wazadan__career .joinus__section .joinus__image__gallery .image__wrapper {
    pointer-events: none;
  }
}
#wazadan__career .joinus__section .joinus__image__gallery .image__wrapper:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
}
#wazadan__career .joinus__section .joinus__image__gallery .image__wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: 0.5s;
}
#wazadan__career .joinus__section .joinus__image__gallery .slick-dots {
  position: relative;
}
#wazadan__career .joinus__section .joinus__image__gallery .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
#wazadan__career .joinus__section .joinus__image__gallery .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
#wazadan__career .joinus__section .joinus__image__gallery .slick-dots li button {
  height: 30px;
  width: 30px;
}
#wazadan__career .joinus__section .joinus__image__gallery .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
#wazadan__career .joinus__section .joinus__image__gallery .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
#wazadan__career .joinus__section .slick-list {
  margin: 0 -10px;
  padding: 0px 100px;
}
@media (max-width: 1024px) {
  #wazadan__career .joinus__section .slick-list {
    padding: 0px 50px;
  }
}
#wazadan__career .joinus__section .slick-list .slick-slide {
  margin: 0 10px;
}
#wazadan__career .wazdan__recruitment {
  background-color: #FAFAFA;
}
@media (min-width: 1921px) {
  #wazadan__career .wazdan__recruitment {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #wazadan__career .wazdan__recruitment {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__recruitment {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #wazadan__career .wazdan__recruitment {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #wazadan__career .wazdan__recruitment {
    padding: 60px 28px;
  }
}
#wazadan__career .wazdan__recruitment .wazdan__recruitment__title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__recruitment .wazdan__recruitment__title {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper {
  margin: auto;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  position: relative;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .line {
  width: 80%;
  position: absolute;
  display: block;
  height: 1px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  top: 37px;
  z-index: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps {
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .next-button {
    width: 14px;
  }
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .prev-button {
    width: 14px;
  }
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track {
  position: relative;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide {
  padding: 15px 0;
  opacity: 1;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide:first-child::before {
  content: "";
  width: 30% !important;
  left: -15% !important;
  display: block;
  position: absolute;
  background: #fafafa;
  height: 30px;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide:last-child::before {
  width: 30% !important;
  right: -15% !important;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step {
  position: relative;
  z-index: 2;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__count {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FF3D17;
  color: #191919;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  padding: 0 20px;
  position: relative;
  background: transparent;
  z-index: 3;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__count {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__count span {
  background-color: #fafafa;
  padding: 0 30px;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__title {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  max-width: 250px;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__title {
    font-size: 15px;
    line-height: 19px;
  }
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__icon {
  max-width: 44px;
  margin: auto;
  padding: 14px 0;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide .step .step__desc {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  padding: 0px 40px;
}
#wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide:last-child::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 300px;
  background-color: #fafafa;
  right: -9%;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__recruitment .recruitment__steps__wrapper .recruitment__steps .slick-track .slick-slide:last-child::before {
    right: 0px;
  }
}
#wazadan__career .wazdan__recruitment .apply__btn {
  width: fit-content;
  margin: auto;
  padding-top: 52px;
}
#wazadan__career .wazdan__recruitment .apply__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#wazadan__career .wazdan__recruitment .apply__btn a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#wazadan__career .wazdan__reviews {
  background-color: #FFF;
}
@media (min-width: 1921px) {
  #wazadan__career .wazdan__reviews {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #wazadan__career .wazdan__reviews {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__reviews {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #wazadan__career .wazdan__reviews {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #wazadan__career .wazdan__reviews {
    padding: 60px 28px;
  }
}
#wazadan__career .wazdan__reviews .wazdan__recruitment__title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__reviews .wazdan__recruitment__title {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .wazdan__reviews .wazdan__recruitment__desc {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__reviews .wazdan__recruitment__desc {
    font-size: 20px;
    line-height: 25px;
  }
}
#wazadan__career .wazdan__reviews .reviews__wrapper {
  max-width: 1440px;
  padding-top: 52px;
  margin: auto;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .slick-slide {
  padding: 0 8px;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .slick-dots {
  position: relative;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__reviews .reviews__wrapper .slick-dots {
    padding-top: 0;
  }
}
#wazadan__career .wazdan__reviews .reviews__wrapper .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .slick-dots li button {
  height: 15px;
  width: 15px;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .review {
  padding: 32px;
  background: #FAFAFA;
  border-radius: 20px;
  display: flex !important;
  flex-wrap: nowrap;
  gap: 24px;
  min-height: 346px;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__reviews .reviews__wrapper .review {
    flex-wrap: wrap;
  }
}
#wazadan__career .wazdan__reviews .reviews__wrapper .review .image__wrapper img {
  max-width: 125px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .review .desc__wrapper .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__reviews .reviews__wrapper .review .desc__wrapper .name {
    font-size: 20px;
    line-height: 26px;
  }
}
#wazadan__career .wazdan__reviews .reviews__wrapper .review .desc__wrapper .department {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
#wazadan__career .wazdan__reviews .reviews__wrapper .review .desc__wrapper .review__desc {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#wazadan__career .wazdan__hr__team {
  background-color: #FFF;
}
@media (min-width: 1921px) {
  #wazadan__career .wazdan__hr__team {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  #wazadan__career .wazdan__hr__team {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__hr__team {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  #wazadan__career .wazdan__hr__team {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  #wazadan__career .wazdan__hr__team {
    padding: 60px 28px;
  }
}
#wazadan__career .wazdan__hr__team .wazdan__hr__team__title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__hr__team .wazdan__hr__team__title {
    font-size: 34px;
    line-height: 36px;
  }
}
#wazadan__career .wazdan__hr__team p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  text-align: center;
  margin: auto;
  max-width: 630px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__hr__team p {
    font-size: 20px;
    line-height: 25px;
  }
}
#wazadan__career .wazdan__hr__team .team__wrapper .apply__btn {
  width: fit-content;
  margin: auto;
  padding-top: 52px;
}
#wazadan__career .wazdan__hr__team .team__wrapper .apply__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#wazadan__career .wazdan__hr__team .team__wrapper .apply__btn a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member {
  padding-top: 52px;
  gap: 32px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__hr__team .team__wrapper .team__member {
    gap: 15px;
    width: 100%;
    margin: auto;
  }
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member {
  width: 300px;
  text-align: center;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image {
  position: relative;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image .linkedin {
  color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border: 1px solid #FF3D17;
  cursor: pointer;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image .linkedin {
    width: 48px;
    height: 48px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: -24px;
  }
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image .linkedin svg {
  width: 24px;
  fill: white;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image .linkedin:hover {
  background-color: white;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image .linkedin:active {
  background-color: #C43131;
  border: 1px solid #C43131;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image .linkedin:active svg {
  fill: white;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__image img.person__image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__name {
  margin-top: 30px;
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__name p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 5px;
}
@media (max-width: 1400px) {
  #wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__name p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__name p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
#wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__job p {
  margin-bottom: 0;
  color: #3B3B3B;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 440px;
}
@media (max-width: 1024px) {
  #wazadan__career .wazdan__hr__team .team__wrapper .team__member .member .member__job p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin: auto;
  }
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
  position: relative;
}

.wazdan__job {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .wazdan__job {
    flex-wrap: wrap;
  }
}
.wazdan__job .job__wrapper {
  max-width: 833px;
  margin: auto;
}
@media (min-width: 1921px) {
  .wazdan__job .job__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__job .job__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__job .job__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__job .job__wrapper {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper {
    max-width: 100%;
    padding-top: 120px;
  }
}
.wazdan__job .job__wrapper .job__description {
  padding-bottom: 20px;
}
.wazdan__job .job__wrapper .job__description .job__recruited__by {
  display: flex;
  gap: 15px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.wazdan__job .job__wrapper .job__description .job__recruited__by p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}
.wazdan__job .job__wrapper .job__description .job__recruited__by .job__company {
  font-weight: 700;
}
.wazdan__job .job__wrapper .job__description .archived_job p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 8px 16px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  border-radius: 5px;
  width: fit-content;
  margin: 12px 0 32px 0;
}
.wazdan__job .job__wrapper .job__description hr {
  margin: 32px 0;
}
.wazdan__job .job__wrapper .job__description .job__description__header {
  margin-bottom: 16px;
}
.wazdan__job .job__wrapper .job__description .job__description__header .job__name {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__description .job__description__header .job__name {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__job .job__wrapper .job__description .job__sub__heading {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__description .job__sub__heading {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__job .job__wrapper .job__description .job__category .job__category__name {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 8px 16px;
  background: #FAFAFA;
  border-radius: 5px;
  width: fit-content;
  margin: 12px 0 32px 0;
}
.wazdan__job .job__wrapper .job__description .job__location {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 8px 16px;
  background: #FAFAFA;
  border-radius: 5px;
  width: fit-content;
  margin: 12px 0 32px 0;
  display: none;
}
.wazdan__job .job__wrapper .job__description .job__contract__info {
  display: grid;
  grid-template-columns: 3.7fr 2fr;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__description .job__contract__info {
    grid-template-columns: 1fr;
  }
}
.wazdan__job .job__wrapper .job__description .job__contract__info .job__info {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.wazdan__job .job__wrapper .job__description .job__contract__info .job__info img {
  max-width: 44px;
}
.wazdan__job .job__wrapper .job__description .job__contract__info .job__info span {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding-right: 10px;
  padding: 0 6px;
  border-right: 1px solid;
  text-wrap: nowrap;
}
.wazdan__job .job__wrapper .job__description .job__contract__info .job__info span:last-child {
  border-right: none;
}
.wazdan__job .job__wrapper .job__description .job__technologies {
  padding-bottom: 32px;
}
.wazdan__job .job__wrapper .job__description .job__technologies h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  padding-bottom: 12px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__description .job__technologies h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__description .job__technologies .job__technologies__parameters {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  gap: 12px;
  padding-bottom: 12px;
  align-items: center;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__description .job__technologies .job__technologies__parameters {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.wazdan__job .job__wrapper .job__description .job__technologies .job__technologies__parameters span {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.wazdan__job .job__wrapper .job__description .job__technologies .job__technologies__parameters .job__param {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.wazdan__job .job__wrapper .job__description .job__technologies .job__technologies__parameters .job__param span {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.wazdan__job .job__wrapper .job__description .job__technologies .job__technologies__parameters .job__param .bold__txt {
  font-weight: bold;
  background: #FAFAFA;
  border-radius: 5px;
  padding: 8px 16px;
}
.wazdan__job .job__wrapper .job__description .job__about__project {
  padding-top: 30px;
}
.wazdan__job .job__wrapper .job__description .job__about__project h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__description .job__about__project h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__description .job__about__project .about__project__content {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazdan__job .job__wrapper .job__requirements__wrapper {
  padding: 32px;
  background: #FAFAFA;
  border-radius: 20px;
}
.wazdan__job .job__wrapper .job__requirements__wrapper .category__label {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  background-color: #fff;
  padding: 8px 16px;
  width: fit-content;
  margin-right: -32px;
  margin-left: auto;
  border-radius: 5px 0px 0px 5px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__requirements__wrapper .category__label {
    margin-bottom: 20px;
  }
}
.wazdan__job .job__wrapper .job__requirements__wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__requirements__wrapper h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__requirements__wrapper .job__require ul {
  list-style: none;
}
.wazdan__job .job__wrapper .job__requirements__wrapper .job__require ul li .require {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  flex-wrap: nowrap;
}
.wazdan__job .job__wrapper .job__requirements__wrapper .job__require ul li .require:before {
  content: "\e901";
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-family: "wazdan-icons";
}
.wazdan__job .job__wrapper .job__requirements__wrapper .job__require ul li:not(:last-child) {
  margin-bottom: 16px;
}
.wazdan__job .job__wrapper .job__preffered__wrapper {
  padding: 32px;
  background: #FAFAFA;
  border-radius: 20px;
  margin: 32px 0;
}
.wazdan__job .job__wrapper .job__preffered__wrapper .category__label {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  background-color: #fff;
  padding: 8px 16px;
  width: fit-content;
  margin-right: -32px;
  margin-left: auto;
  border-radius: 5px 0px 0px 5px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__preffered__wrapper .category__label {
    margin-bottom: 20px;
  }
}
.wazdan__job .job__wrapper .job__preffered__wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__preffered__wrapper h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__preffered__wrapper .job__preffered ul {
  list-style: none;
}
.wazdan__job .job__wrapper .job__preffered__wrapper .job__preffered ul li .preffered {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  flex-wrap: nowrap;
}
.wazdan__job .job__wrapper .job__preffered__wrapper .job__preffered ul li .preffered:before {
  content: "\e901";
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-family: "wazdan-icons";
}
.wazdan__job .job__wrapper .job__preffered__wrapper .job__preffered ul li:not(:last-child) {
  margin-bottom: 16px;
}
.wazdan__job .job__wrapper .job__description__wrapper {
  margin: 32px 0;
  padding: 32px;
  background: #FAFAFA;
  border-radius: 20px;
}
.wazdan__job .job__wrapper .job__description__wrapper .category__label {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  background-color: #fff;
  padding: 8px 16px;
  width: fit-content;
  margin-right: -32px;
  margin-left: auto;
  border-radius: 5px 0px 0px 5px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__description__wrapper .category__label {
    margin-bottom: 20px;
  }
}
.wazdan__job .job__wrapper .job__description__wrapper .job__task ul {
  list-style: none;
}
.wazdan__job .job__wrapper .job__description__wrapper .job__task ul li .task {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  flex-wrap: nowrap;
}
.wazdan__job .job__wrapper .job__description__wrapper .job__task ul li .task:before {
  content: "\e901";
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-family: "wazdan-icons";
}
.wazdan__job .job__wrapper .job__description__wrapper .job__task ul li:not(:last-child) {
  margin-bottom: 16px;
}
.wazdan__job .job__wrapper .job__description__wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__description__wrapper h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .meet__team__wrapper {
  padding-bottom: 52px;
}
.wazdan__job .job__wrapper .meet__team__wrapper .team__heading p {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .meet__team__wrapper .team__heading p {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .meet__team__wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazdan__job .job__wrapper .meet__team__wrapper li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.wazdan__job .job__wrapper .meet__team__wrapper li:before {
  content: "\e901";
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-family: "wazdan-icons";
}
.wazdan__job .job__wrapper .job__benefits .benefits__container {
  margin-left: -10px;
}
.wazdan__job .job__wrapper .job__benefits .benefits__container .slick-dots {
  position: relative;
  padding-bottom: 30px;
}
.wazdan__job .job__wrapper .job__benefits .benefits__container .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.wazdan__job .job__wrapper .job__benefits .benefits__container .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.wazdan__job .job__wrapper .job__benefits .benefits__container .slick-dots li button {
  height: 15px;
  width: 15px;
}
.wazdan__job .job__wrapper .job__benefits .benefits__container .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wazdan__job .job__wrapper .job__benefits .benefits__container .slick-dots li.slick-active button::before {
  color: #FF3D17;
  opacity: 1;
}
.wazdan__job .job__wrapper .job__benefits h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__benefits h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__benefits .slick-slide {
  padding: 0 8px;
}
.wazdan__job .job__wrapper .job__benefits .slick-slide .column_benefit {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 32px;
  height: 190px;
}
.wazdan__job .job__wrapper .job__benefits .slick-slide .column_benefit img {
  max-width: 44px;
  margin: auto;
  padding-bottom: 12px;
}
.wazdan__job .job__wrapper .job__benefits .slick-slide .column_benefit .benefit_desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
  text-align: center;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__benefits .slick-slide .column_benefit .benefit_desc {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__steps h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__steps h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__steps h2 {
    text-align: center;
    padding-top: 20px;
  }
}
.wazdan__job .job__wrapper .job__steps .steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 52px;
  gap: 35px;
  position: relative;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__steps .steps {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .wazdan__job .job__wrapper .job__steps .steps {
    justify-content: left;
  }
}
.wazdan__job .job__wrapper .job__steps .steps .line {
  display: none;
  border-left: 3px solid #e23535;
  height: 75%;
  position: absolute;
  left: 50px;
  top: 50px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__steps .steps .line {
    display: block;
  }
}
.wazdan__job .job__wrapper .job__steps .steps .step__wrapper {
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  z-index: 1;
}
.wazdan__job .job__wrapper .job__steps .steps .step__wrapper img {
  max-width: 100px;
}
.wazdan__job .job__wrapper .job__steps .steps .step__wrapper .step {
  text-align: left;
}
.wazdan__job .job__wrapper .job__steps .steps .step__wrapper .step h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FF3D17;
  margin-bottom: 16px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__steps .steps .step__wrapper .step h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__job .job__wrapper .job__steps .steps .step__wrapper .step h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__steps .steps .step__wrapper .step h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__steps .steps .step__wrapper .step p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazdan__job .job__wrapper .job__contact__wrapper {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  gap: 80px;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 52px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__contact__wrapper {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.wazdan__job .job__wrapper .job__contact__wrapper .job__contact h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .job__contact__wrapper .job__contact h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .job__contact__wrapper .job__contact p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 12px;
}
.wazdan__job .job__wrapper .job__contact__wrapper .job__contact .job__contact__info {
  padding-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.wazdan__job .job__wrapper .job__contact__wrapper .job__contact .job__contact__info img {
  height: 18px;
  width: 26px;
}
.wazdan__job .job__wrapper .job__contact__wrapper .job__contact .job__contact__info a {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
}
.wazdan__job .job__wrapper .job__contact__wrapper .job__contact__image img {
  width: 100%;
  max-width: 220px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .wazdan__job .job__wrapper .job__contact__wrapper .job__contact__image {
    margin: auto;
  }
}
.wazdan__job .job__wrapper .about__wazdan__wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .wazdan__job .job__wrapper .about__wazdan__wrapper h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazdan__job .job__wrapper .about__wazdan__wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 32px;
}
.wazdan__job .job__wrapper .about__wazdan__wrapper .team__image {
  width: 100%;
  border-radius: 20px;
}
.wazdan__job .job__wrapper .about__wazdan__wrapper .about__buttons__wrapper {
  padding-top: 32px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 12px;
}
.wazdan__job .job__wrapper .about__wazdan__wrapper .about__buttons__wrapper .more__offers__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.wazdan__job .job__wrapper .about__wazdan__wrapper .about__buttons__wrapper .more__offers__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazdan__job .job__wrapper .about__wazdan__wrapper .about__buttons__wrapper .learn__more__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
}
.wazdan__job .job__wrapper .about__wazdan__wrapper .about__buttons__wrapper .learn__more__btn:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.wazdan__job .form__wrapper {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  max-width: 607px;
  z-index: 1;
}
@media (min-width: 1921px) {
  .wazdan__job .form__wrapper {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazdan__job .form__wrapper {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazdan__job .form__wrapper {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazdan__job .form__wrapper {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazdan__job .form__wrapper {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .wazdan__job .form__wrapper {
    max-width: 100%;
  }
}
.wazdan__job .form__wrapper .form__header h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FFF;
}
@media (max-width: 1400px) {
  .wazdan__job .form__wrapper .form__header h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazdan__job .form__wrapper .form__header h3 {
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .wazdan__job .form__wrapper .form__header h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazdan__job .form__wrapper .form {
  position: sticky;
  top: 100px;
}
.wazdan__job .form__wrapper .form .wpforms-field {
  padding: 6px 0;
}
.wazdan__job .form__wrapper .form .wpforms-field input, .wazdan__job .form__wrapper .form .wpforms-field textarea {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 12px 24px;
}
.wazdan__job .form__wrapper .form .wpforms-field input::placeholder, .wazdan__job .form__wrapper .form .wpforms-field textarea::placeholder {
  color: #808080;
  opacity: 1;
}
.wazdan__job .form__wrapper .form .resume__field {
  margin-top: 6px;
  padding: 16px 25px;
  border-radius: 5px;
  background: #FAFAFA;
}
.wazdan__job .form__wrapper .form .wpforms-uploader.dz-clickable {
  background: #FAFAFA;
  border-radius: 5px !important;
  border: none !important;
}
.wazdan__job .form__wrapper .form .wpforms-uploader.dz-clickable .dz-message svg {
  display: none;
}
.wazdan__job .form__wrapper .form .wpforms-field-select {
  margin-left: 0;
}
.wazdan__job .form__wrapper .form .wpforms-field-select select {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 5px 24px;
}
.wazdan__job .form__wrapper .form .wpforms-field-select select option:hover {
  box-shadow: 0 0 10px 100px #000 inset;
}
.wazdan__job .form__wrapper .form .wpforms-field-select select option:nth-child(5) {
  display: none;
}
.wazdan__job .form__wrapper .form .wpforms-field-select .choices__inner {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 5px 24px;
}
.wazdan__job .form__wrapper .form .wpforms-field-select .choices__placeholder {
  color: #808080;
  opacity: 1;
}
.wazdan__job .form__wrapper .form .modern-title {
  color: #191919 !important;
  font-size: 14px;
}
.wazdan__job .form__wrapper .form .modern-title span:first-child {
  text-decoration: underline;
  font-weight: 900;
}
.wazdan__job .form__wrapper .form .modern-hint {
  color: #191919 !important;
  font-size: 12px;
}
.wazdan__job .form__wrapper .form .agree__txt {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.wazdan__job .form__wrapper .form .open {
  -webkit-line-clamp: inherit;
  -webkit-text-fill-color: inherit;
}
.wazdan__job .form__wrapper .form .read__button, .wazdan__job .form__wrapper .form .read__button__pl {
  color: #191919;
  cursor: pointer;
  font-weight: 700;
  padding-top: 30px;
  font-size: 12px;
}
.wazdan__job .form__wrapper .form .privacy__txt {
  margin-bottom: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
}
.wazdan__job .form__wrapper .form .privacy__txt a.term__link {
  color: #fff;
  text-decoration: underline;
}
.wazdan__job .form__wrapper .form .wpforms-submit-container {
  padding-top: 5px;
  text-align: center;
}
.wazdan__job .form__wrapper .form .wpforms-submit-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  margin: auto;
}
.wazdan__job .form__wrapper .form .wpforms-submit-container .wpforms-submit:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.wazdan__job .form__wrapper .job__form .job__form__name, .wazdan__job .form__wrapper .job__form .job__form__surname, .wazdan__job .form__wrapper .job__form .job__form__email, .wazdan__job .form__wrapper .job__form .job__form__mail, .wazdan__job .form__wrapper .job__form .job__select, .wazdan__job .form__wrapper .job__form .job__form__reccomendation {
  position: relative;
}
.wazdan__job .form__wrapper .job__form .job__form__name .reset, .wazdan__job .form__wrapper .job__form .job__form__surname .reset, .wazdan__job .form__wrapper .job__form .job__form__email .reset, .wazdan__job .form__wrapper .job__form .job__form__mail .reset, .wazdan__job .form__wrapper .job__form .job__select .reset, .wazdan__job .form__wrapper .job__form .job__form__reccomendation .reset {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.wazdan__job .form__wrapper .job__form .upload__en .reset, .wazdan__job .form__wrapper .job__form .upload__pl .reset {
  display: none;
}
.wazdan__job .form__wrapper .job__form .reset {
  display: none;
}
.wazdan__job .form__wrapper .job__form label.wpforms-error {
  color: #fff;
  padding: 5px 0 0 5px;
}
.wazdan__job .form__wrapper .job__form .job__select__reccomendation {
  background-color: #fff;
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px 20px;
}
.wazdan__job .form__wrapper .all__offer__form .all__offer__name, .wazdan__job .form__wrapper .all__offer__form .all__offer__surname, .wazdan__job .form__wrapper .all__offer__form .all__offer__msg, .wazdan__job .form__wrapper .all__offer__form .job__select {
  position: relative;
}
.wazdan__job .form__wrapper .all__offer__form .all__offer__name .reset, .wazdan__job .form__wrapper .all__offer__form .all__offer__surname .reset, .wazdan__job .form__wrapper .all__offer__form .all__offer__msg .reset, .wazdan__job .form__wrapper .all__offer__form .job__select .reset {
  position: absolute;
  top: 10px;
  right: 10px;
}
.wazdan__job .form__wrapper .all__offer__form .upload__en .reset {
  display: none;
}
.wazdan__job .form__wrapper .all__offer__form .wpforms-error {
  color: #fff;
}
.wazdan__job .form__wrapper .all__offer__form .wpforms-field-select {
  margin-left: 0;
}
.wazdan__job .form__wrapper .all__offer__form .wpforms-field-select select {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 5px 24px;
}
.wazdan__job .form__wrapper .all__offer__form .wpforms-field-select .choices__inner {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 5px 24px;
}
.wazdan__job .form__wrapper .all__offer__form .reset {
  display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-list-inline ul li {
  position: relative;
}

.wazadan__offers .wazdan__jobs {
  background-color: #fff;
}
.wazadan__offers .wazdan__jobs .jobs__container {
  min-height: 80vh;
}
.wazadan__offers .header__banner {
  display: flex;
  justify-content: center;
  padding-top: 85px;
}
@media (max-width: 1024px) {
  .wazadan__offers .header__banner {
    padding-top: 58px;
  }
}
.wazadan__offers .header__offers {
  background: #FAFAFA;
}
@media (min-width: 1921px) {
  .wazadan__offers .header__offers {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazadan__offers .header__offers {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazadan__offers .header__offers {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazadan__offers .header__offers {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__offers .header__offers {
    padding: 60px 28px;
  }
}
.wazadan__offers .header__offers .title__wrapper {
  max-width: 1250px;
  margin: auto;
}
.wazadan__offers .header__offers .title__wrapper .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  text-align: center;
}
@media (max-width: 1400px) {
  .wazadan__offers .header__offers .title__wrapper .title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1024px) {
  .wazadan__offers .header__offers .title__wrapper .title {
    font-size: 30px;
    line-height: 33px;
  }
}
.wazadan__offers .header__offers .title__wrapper .join__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FF3D17;
  font-size: 38px;
  text-align: center;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1400px) {
  .wazadan__offers .header__offers .title__wrapper .join__title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1024px) {
  .wazadan__offers .header__offers .title__wrapper .join__title {
    font-size: 30px;
    line-height: 33px;
  }
}
.wazadan__offers .jobListContent {
  max-width: 1550px;
  margin: auto;
}
@media (min-width: 1921px) {
  .wazadan__offers .jobListContent {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazadan__offers .jobListContent {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazadan__offers .jobListContent {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazadan__offers .jobListContent {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__offers .jobListContent {
    padding: 60px 28px;
  }
}
.wazadan__offers .jobListContent p.no-result {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  text-align: center;
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .wazadan__offers .jobListContent p.no-result {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__offers .job__list {
  transition: width 0.5s;
  position: relative;
}
.wazadan__offers .job__list .jobList {
  max-width: 1350px;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.wazadan__offers .job__list .jobList .no-result {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1024px) {
  .wazadan__offers .job__list .jobList {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 20px 10px;
  }
}
.wazadan__offers .job__list .jobList li {
  list-style: none;
  border-bottom: 0.5px solid #3B3B3B;
}
.wazadan__offers .job__list .jobList li:first-child {
  border-top: 0.5px solid #3B3B3B;
}
.wazadan__offers .job__list .jobList li a:hover {
  text-decoration: none;
}
.wazadan__offers .job__list .jobList li:has(.Archived) {
  background-color: #cccccc;
}
.wazadan__offers .job__list .jobList li:has(.Archived) .jobName, .wazadan__offers .job__list .jobList li:has(.Archived) .jobDesc {
  opacity: 0.7;
}
.wazadan__offers .job__list .jobList li:has(.Zarchiwizowane) {
  background-color: #cccccc;
}
.wazadan__offers .job__list .jobList li:has(.Zarchiwizowane) .jobName, .wazadan__offers .job__list .jobList li:has(.Zarchiwizowane) .jobDesc {
  opacity: 0.7;
}
.wazadan__offers .job__list .jobList li .job .jobContent {
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 24px 12px;
  gap: 30px;
}
@media (max-width: 1024px) {
  .wazadan__offers .job__list .jobList li .job .jobContent {
    display: flex;
    flex-direction: column;
    padding: 25px;
    gap: 30px;
    flex-wrap: wrap;
  }
}
.wazadan__offers .job__list .jobList li .job .jobContent .jobName {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin: 0;
}
@media (max-width: 1400px) {
  .wazadan__offers .job__list .jobList li .job .jobContent .jobName {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__offers .job__list .jobList li .job .jobContent .jobDesc {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1.5fr 1fr;
  gap: 10px;
  height: 100%;
  justify-items: start;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1024px) {
  .wazadan__offers .job__list .jobList li .job .jobContent .jobDesc {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.wazadan__offers .job__list .jobList li .job .jobContent .jobDesc p.jobDetails {
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
}
.wazadan__offers .job__list .jobList li .job .jobContent .jobDesc p.jobDetails:last-child {
  border-right: none;
}
@media (max-width: 1024px) {
  .wazadan__offers .job__list .jobList li .job .jobContent .jobDesc p.jobDetails {
    border-right: none;
  }
}
.wazadan__offers .job__list .jobList li .job .jobContent .job_status {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  font-size: 16px;
  opacity: 0.7;
}
@media (max-width: 1400px) {
  .wazadan__offers .job__list .jobList li .job .jobContent .job_status {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__offers .job__list .jobList li .job:hover {
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
}
.wazadan__offers .job__list .jobList li .job:hover a {
  color: #fff;
}
.wazadan__offers .job__list .jobList li .job:hover .jobName {
  color: #fff;
}
.wazadan__offers .job__list .jobList li .job:hover .jobDesc p.jobDetails {
  color: #fff;
}
.wazadan__offers .job__list .jobList li .job:hover .job_status {
  color: #fff;
}
.wazadan__offers .job__list .show__more__btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}
.wazadan__offers .job__list .show__more__btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__offers .job__list .show__more__btn:hover {
  background-color: #FF3D17;
  color: #fff;
}
.wazadan__offers .job__list .show__more__btn:active {
  background-color: #C43131;
  color: #fff;
}
@media (max-width: 1920px) {
  .wazadan__offers .job__list .show__more__btn {
    margin-top: 52px;
    margin-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .wazadan__offers .job__list .show__more__btn {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .wazadan__offers .job__list .show__more__btn {
    margin-top: 36px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1921px) {
  .wazadan__offers .job__list .show__more__btn {
    margin-top: 68px;
    margin-bottom: 80px;
  }
}
.wazadan__offers .job__list .job__filter {
  background-color: #fff;
  padding: 24px 96px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  z-index: 999;
  margin-bottom: -100px;
}
@media (max-width: 1024px) {
  .wazadan__offers .job__list .job__filter {
    justify-content: center;
  }
}
.wazadan__offers .job__list .job__filter__button {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: black;
  top: -3px;
}
.wazadan__offers .job__list .job__filter__button i {
  font-size: 30px;
  line-height: 1rem;
  color: black;
  padding: 2px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -3px;
}
.wazadan__offers .job__list .job__filter__button:hover {
  transition: 0.3s;
}
.wazadan__offers .job__list .job__filter__button:hover i {
  color: #FF3D17;
}
.wazadan__offers .job__list .job__filter__button:active i {
  color: #C43131;
}
.wazadan__offers .job__list .job__filter p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  width: fit-content;
}
.wazadan__offers .job__list .job__filter .countOffers {
  text-decoration: none;
  cursor: default;
}
.wazadan__offers .job__list .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper {
  min-height: 100vh;
}
.wazadan__offers .job__list .jobs__filter__sidebar.open {
  right: 0;
  box-shadow: 0px 4px 10px rgba(25, 25, 25, 0.15);
}
.wazadan__offers .job__list .jobs__filter__sidebar {
  height: 100%;
  width: 30vw;
  position: absolute;
  z-index: 9;
  right: -30vw;
  background-color: #FAFAFA;
  overflow-x: hidden;
  transition: 0.5s;
  background: #FAFAFA;
}
.wazadan__offers .job__list .jobs__filter__sidebar::-webkit-scrollbar {
  width: 5px;
}
.wazadan__offers .job__list .jobs__filter__sidebar::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 3px solid #191919;
}
@media (max-width: 991.98px) {
  .wazadan__offers .job__list .jobs__filter__sidebar {
    width: 100%;
    right: -100%;
  }
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top {
  display: flex;
  flex-wrap: wrap;
  padding: 36px 96px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CDCDCD;
  position: sticky;
  z-index: 1;
  top: 0;
  background-color: #191919;
}
@media (max-width: 1400px) {
  .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top {
    padding: 32px;
  }
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top h3 {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn .count, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn .count {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn .close__txt, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn .close__txt {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  text-decoration: underline;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn .close__txt:hover, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn .close__txt:hover {
  text-decoration: underline;
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn .close__icon, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn .close__icon {
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn .close__icon i, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn .close__icon i {
  font-size: 26px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  position: relative;
  top: 3px;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn .close__icon i:hover, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn .close__icon i:hover {
  color: #C43131;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn .close__icon i:active, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn .close__icon i:active {
  color: #C43131;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn:hover, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn:hover {
  color: #FF3D17;
  cursor: pointer;
  text-decoration: none;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .reset_btn:active, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__top .close_btn:active {
  color: #C43131;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom {
  padding: 52px 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1400px) {
  .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom {
    padding: 32px;
  }
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .jobs__category {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
  margin: 32px 0 16px 0;
}
@media (max-width: 1024px) {
  .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .jobs__category {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter .selected__element a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  border-color: #191919;
  background-color: transparent;
  color: #fff;
  background-color: #191919;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter .selected__element a:hover {
  color: #FFF;
  border-color: #12102B;
  text-decoration: none;
  background-color: #12102B;
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter label {
  margin: 0;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter label:hover {
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter label #inlineCheckbox1 a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter label #inlineCheckbox1 a:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter label #inlineCheckbox1 a:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter input:disabled a {
  background-color: gray;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter input:disabled + label a {
  background-color: gray;
  opacity: 0.4;
  color: #fff;
  cursor: default;
  border-color: gray;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter:first-child div:first-child > label > a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter:first-child div:first-child > label > a:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter:first-child div:first-child > label > a:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter:first-child .selected__element:first-child > label > a {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
  color: #fff;
  background-color: #C43131;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter:first-child .selected__element:first-child > label > a:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .filter:first-child .selected__element:first-child > label > a:active {
  border-color: #C43131;
  background-color: #C43131;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter:focus {
  border: none;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter:focus-visible {
  border: none;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter:hover {
  cursor: pointer;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter {
  color: #191919;
  bottom: 34px;
  left: 10px;
  position: relative;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter:hover {
  color: #FF3D17;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter a.removeFilter i {
  position: absolute;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__bottom .selectedFilter p {
  margin: 0;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end {
  display: none;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .reset_btn {
  color: #191919;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .close_btn, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .results {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #FFF;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .close_btn:hover, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .results:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease-in;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .close_btn:focus, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .results:focus {
  border: none;
}
.wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .close_btn:focus-visible, .wazadan__offers .job__list .jobs__filter__sidebar__wrapper__end .results:focus-visible {
  border: none;
}
.wazadan__offers .default__form__section {
  background-color: #FAFAFA;
}
@media (min-width: 1921px) {
  .wazadan__offers .default__form__section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .wazadan__offers .default__form__section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .wazadan__offers .default__form__section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .wazadan__offers .default__form__section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__offers .default__form__section {
    padding: 60px 28px;
  }
}
.wazadan__offers .default__form__section .default__form__wrapper {
  max-width: 1350px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
}
.wazadan__offers .default__form__section .default__form__wrapper .content {
  max-width: 510px;
}
.wazadan__offers .default__form__section .default__form__wrapper .content h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 16px;
  margin: 0;
}
@media (max-width: 1400px) {
  .wazadan__offers .default__form__section .default__form__wrapper .content h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazadan__offers .default__form__section .default__form__wrapper .content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  .wazadan__offers .default__form__section .default__form__wrapper .content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.wazadan__offers .default__form__section .default__form__wrapper .content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
}
.wazadan__offers .default__form__section .default__form__wrapper .content a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.wazadan__offers .default__form__section .default__form__wrapper .image img {
  border-radius: 20px;
}

#careerModal .modal-dialog, #careerModalPL .modal-dialog {
  max-width: 826px;
}
@media (max-width: 1024px) {
  #careerModal .modal-dialog, #careerModalPL .modal-dialog {
    max-width: 100%;
  }
}
#careerModal .modal-dialog .modal-content, #careerModalPL .modal-dialog .modal-content {
  border-radius: 20px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
#careerModal .modal-dialog .modal-content .modal-body, #careerModalPL .modal-dialog .modal-content .modal-body {
  padding: 52px;
}
@media (max-width: 1024px) {
  #careerModal .modal-dialog .modal-content .modal-body, #careerModalPL .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
}
#careerModal .modal-dialog .modal-content .modal-body .heading, #careerModalPL .modal-dialog .modal-content .modal-body .heading {
  margin: 20px 0;
}
@media (max-width: 1024px) {
  #careerModal .modal-dialog .modal-content .modal-body .heading, #careerModalPL .modal-dialog .modal-content .modal-body .heading {
    margin: 40px 0 25px 0;
  }
}
#careerModal .modal-dialog .modal-content .modal-body .heading h4, #careerModalPL .modal-dialog .modal-content .modal-body .heading h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #FFF;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  #careerModal .modal-dialog .modal-content .modal-body .heading h4, #careerModalPL .modal-dialog .modal-content .modal-body .heading h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
#careerModal .modal-dialog .modal-content .modal-body .heading .tell__about, #careerModalPL .modal-dialog .modal-content .modal-body .heading .tell__about {
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}
#careerModal .modal-dialog .modal-content .modal-body .heading .required__fields, #careerModalPL .modal-dialog .modal-content .modal-body .heading .required__fields {
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
#careerModal .modal-dialog .modal-content .modal-body .dismiss__button, #careerModalPL .modal-dialog .modal-content .modal-body .dismiss__button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #FAFAFA;
  filter: drop-shadow(0px 1px 3px rgba(25, 25, 25, 0.15));
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  z-index: 10;
}
#careerModal .modal-dialog .modal-content .modal-body .dismiss__button i, #careerModalPL .modal-dialog .modal-content .modal-body .dismiss__button i {
  pointer-events: none;
  font-size: 1.5rem;
  color: #FF3D17;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field {
  padding: 6px 0;
  margin-left: 12px;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field input, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field input, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 12px 24px;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field input::placeholder, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea::placeholder, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field input::placeholder, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea::placeholder {
  color: #808080;
  opacity: 1;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea {
  height: 130px;
}
@media (max-width: 1024px) {
  #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-field textarea {
    height: 175px;
  }
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-one-half, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-one-half {
  width: 49%;
}
@media (max-width: 1024px) {
  #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-one-half, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-one-half {
    width: 48%;
  }
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .resume__field, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .resume__field {
  margin-left: 0px;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-uploader.dz-clickable, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-uploader.dz-clickable {
  background: #FAFAFA;
  border-radius: 5px !important;
  border: none !important;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .modern-title, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .modern-hint, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .modern-title, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .modern-hint {
  color: #191919 !important;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .agree__txt, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .agree__txt {
  margin-bottom: 0;
  color: #191919;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  background: #fff;
  padding: 32px;
  border-radius: 5px;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .privacy__txt, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .privacy__txt {
  margin-bottom: 0;
  color: #FFF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .privacy__txt a.term__link, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .privacy__txt a.term__link {
  color: #fff;
  text-decoration: underline;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-submit-container, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-submit-container {
  padding-top: 32px;
  text-align: center;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-submit-container .wpforms-submit, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-submit-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
  margin: auto;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-submit-container .wpforms-submit:hover, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .wpforms-submit-container .wpforms-submit:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__name, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__surname, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__msg, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .job__select, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__name, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__surname, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__msg, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .job__select {
  position: relative;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__name .reset, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__surname .reset, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__msg .reset, #careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .job__select .reset, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__name .reset, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__surname .reset, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .all__offer__msg .reset, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .job__select .reset {
  position: absolute;
  top: 10px;
  right: 10px;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .upload__en .reset, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .upload__en .reset {
  display: none;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-error, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-error {
  color: #fff;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-field-select, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-field-select {
  margin-left: 0;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-field-select select, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-field-select select {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 5px 24px;
}
#careerModal .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-field-select .choices__inner, #careerModalPL .modal-dialog .modal-content .modal-body .form__wrapper .all__offer__form .wpforms-field-select .choices__inner {
  border: 0.5px solid #3B3B3B;
  box-shadow: 0px 1px 3px rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 5px 24px;
}

.wazadan__jurisdiction .jurisdiction__header {
  background-color: #FAFAFA;
  min-height: 650px;
}
@media (max-width: 1024px) {
  .wazadan__jurisdiction .jurisdiction__header {
    min-height: fit-content;
  }
}
.wazadan__jurisdiction .jurisdiction__header .wrapper {
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .wazadan__jurisdiction .jurisdiction__header .wrapper {
    margin-top: 0px;
  }
}
.wazadan__jurisdiction .jurisdiction__header .wrapper .desc {
  width: 50%;
}
@media (max-width: 1024px) {
  .wazadan__jurisdiction .jurisdiction__header .wrapper .desc {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .wazadan__jurisdiction .jurisdiction__header {
    padding: 100px 96px;
    padding-bottom: 125px;
  }
}
@media (max-width: 1920px) {
  .wazadan__jurisdiction .jurisdiction__header {
    padding: 80px 96px;
    padding-bottom: 125px;
  }
}
@media (max-width: 1024px) {
  .wazadan__jurisdiction .jurisdiction__header {
    padding: 60px 60px;
    margin-top: 58px;
  }
}
@media (max-width: 768px) {
  .wazadan__jurisdiction .jurisdiction__header {
    padding: 48px 40px;
  }
}
@media (max-width: 576px) {
  .wazadan__jurisdiction .jurisdiction__header {
    padding: 40px 28px;
  }
}
.wazadan__jurisdiction .jurisdiction__header .jurisdiction__header__title {
  padding-bottom: 15px;
  max-width: 670px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
}
@media (max-width: 1400px) {
  .wazadan__jurisdiction .jurisdiction__header .jurisdiction__header__title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1024px) {
  .wazadan__jurisdiction .jurisdiction__header .jurisdiction__header__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #191919;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .wazadan__jurisdiction .jurisdiction__header .jurisdiction__header__title {
    font-size: 34px;
    line-height: 36px;
  }
}
.wazadan__jurisdiction .jurisdiction__header h2 {
  max-width: 670px;
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
  font-weight: 500;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .wazadan__jurisdiction .jurisdiction__header h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1400px) {
  .wazadan__jurisdiction .jurisdiction__header h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
.wazadan__jurisdiction .jurisdiction__header .jurisdiction__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  width: 405px;
  height: 288px;
  border-radius: 20px;
  margin: auto;
  filter: drop-shadow(0px 2px 4px rgba(25, 25, 25, 0.15));
}
.wazadan__jurisdiction .jurisdiction__header .jurisdiction__wrapper img {
  max-width: 144px;
  margin-bottom: 16px;
}
.wazadan__jurisdiction .jurisdiction__header .jurisdiction__wrapper h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 12px;
}
@media (max-width: 1400px) {
  .wazadan__jurisdiction .jurisdiction__header .jurisdiction__wrapper h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__jurisdiction .jurisdiction__header .jurisdiction__wrapper a {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}
.wazadan__jurisdiction .jurisdictions {
  padding: 80px 20px;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container {
  max-width: 1440px;
  margin: auto;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  background: #FAFAFA;
  border-radius: 20px;
  padding: 32px;
  filter: drop-shadow(0px 2px 4px rgba(25, 25, 25, 0.15));
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item .img__wrapper {
  margin-bottom: 15px;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item .img__wrapper img {
  max-width: 150px;
  width: auto;
  height: 80px;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
}
@media (max-width: 1024px) {
  .wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item .markets__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 15px;
  justify-content: center;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item .markets__wrapper p {
  margin: 0;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item .markets__wrapper .show_games_jurisdiction {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wazadan__jurisdiction .jurisdictions .jurisdiction__container .list .list__item .markets__wrapper .show_games_jurisdiction:hover {
  text-decoration: none;
  color: #191919;
}

.site-career-form header, .site-career-form footer {
  display: none !important;
}

.site-career-form .globalAward {
  display: none;
}

.career_form .career_form_header.hidden {
  display: none;
}
.career_form .career_form_header {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #D4ECFF;
  opacity: 0.99;
}
@media (min-width: 1921px) {
  .career_form .career_form_header {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .career_form .career_form_header {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .career_form .career_form_header {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .career_form .career_form_header {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .career_form .career_form_header {
    padding: 60px 28px;
  }
}
.career_form .career_form_header .hero_image {
  position: absolute;
  width: 100%;
  max-width: 250px;
}
@media (max-width: 768px) {
  .career_form .career_form_header .hero_image {
    display: none;
  }
}
.career_form .career_form_header .hero_image.first {
  bottom: 7%;
  left: 8%;
  max-width: 350px;
  transform: rotate(50deg);
  animation: pulsate-bck 30s linear infinite both;
}
.career_form .career_form_header .hero_image.second {
  bottom: 8%;
  right: 8%;
  max-width: 350px;
  animation: pulsate-bck 15s linear infinite both;
}
.career_form .career_form_header .hero_image.third {
  top: 20%;
  right: 4%;
  animation: pulsate-bck 30s linear infinite both;
}
.career_form .career_form_header .hero_image.fourth {
  top: 20%;
  left: 3%;
  animation: pulsate-bck 20s linear infinite both;
}
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    transform: translate(0);
  }
  10% {
    transform: translate(7px, 3px);
  }
  20% {
    transform: translate(1px, -7px);
  }
  30% {
    transform: translate(-7px, 10px);
  }
  40% {
    transform: translate(9px, -7px);
  }
  50% {
    transform: translate(-6px, -10px);
  }
  60% {
    transform: translate(7px, 9px);
  }
  70% {
    transform: translate(-5px, 5px);
  }
  80% {
    transform: translate(5px, -5px);
  }
  90% {
    transform: translate(7px, 9px);
  }
  100% {
    transform: translate(0);
  }
}
.career_form .career_form_header .logo_wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  background-color: #D4ECFF;
  background-image: url("https://wazdan.com/wp-content/uploads/bcg-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom 10px;
  position: absolute;
  top: 0px;
  padding: 30px 20px 20px 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .career_form .career_form_header .logo_wrapper {
    background-size: cover;
    background-position: left;
    padding: 20px;
    background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  }
}
.career_form .career_form_header .logo_wrapper img {
  max-width: 320px;
  width: 100%;
  max-height: 40px;
}
.career_form .career_form_header .logo_wrapper h2 {
  color: #FF8112;
  font-size: 44px;
  text-align: right;
  font-weight: 600;
}
@media (max-width: 768px) {
  .career_form .career_form_header .logo_wrapper h2 {
    display: none;
  }
}
.career_form .career_form_header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.career_form .career_form_header .wrapper .desc {
  width: 75%;
}
@media (max-width: 1024px) {
  .career_form .career_form_header .wrapper .desc {
    width: 100%;
  }
}
.career_form .career_form_header .wrapper .desc .headings .career__header__title {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 1400px) {
  .career_form .career_form_header .wrapper .desc .headings .career__header__title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .career_form .career_form_header .wrapper .desc .headings .career__header__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    color: #191919;
  }
}
@media (max-width: 768px) and (max-width: 1400px) {
  .career_form .career_form_header .wrapper .desc .headings .career__header__title {
    font-size: 20px;
    line-height: 26px;
  }
}
.career_form .career_form_header .wrapper .desc .headings h2 {
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
  font-weight: 500;
  text-align: center;
  max-width: 900px;
  margin: auto;
  z-index: 1;
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .career_form .career_form_header .wrapper .desc .headings h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .career_form .career_form_header .wrapper .desc .headings h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) and (max-width: 1400px) {
  .career_form .career_form_header .wrapper .desc .headings h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
.career_form .career_form_header .wrapper .desc .headings .start_form__button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  background: linear-gradient(272deg, #FF8C16 35.16%, #FFB221 72.34%), #FF422E;
  padding: 16px 35px;
  width: fit-content;
  margin: auto;
  margin-bottom: 0;
  color: #FFF;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
.career_form .career_form_header .wrapper .desc .headings .start_form__button:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .career_form .career_form_header .wrapper .desc .headings .start_form__button {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .career_form .career_form_header .wrapper .desc .headings .start_form__button {
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-color: #FF3D17;
    background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
    color: #FFF;
    background: linear-gradient(272deg, #FF8C16 35.16%, #FFB221 72.34%), #FF422E;
    margin-bottom: 0;
    color: #FFF;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
  }
  .career_form .career_form_header .wrapper .desc .headings .start_form__button:hover {
    border-color: #FF3D17;
    background: #12102B;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
  }
  .career_form .career_form_header .wrapper .desc .headings .start_form__button:focus {
    border: none;
  }
  .career_form .career_form_header .wrapper .desc .headings .start_form__button:focus-visible {
    border: none;
  }
}
@media (max-width: 768px) and (max-width: 1400px) {
  .career_form .career_form_header .wrapper .desc .headings .start_form__button {
    font-size: 20px;
    line-height: 25px;
  }
}
.career_form .career_form_header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.career_form .career_form_header .wrapper .card__wrapper img {
  border-radius: 10px;
}
.career_form .career_form_section.show {
  display: block;
}
.career_form .career_form_section {
  min-height: 100vh;
  background-color: #fff;
  display: none;
}
.career_form .career_form_section .logo_wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  background-color: #fff;
  background-image: url("https://wazdan.com/wp-content/uploads/bcg-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  padding: 30px 20px 20px 20px;
  width: 100%;
  height: 165px;
}
@media (max-width: 768px) {
  .career_form .career_form_section .logo_wrapper {
    background-size: cover;
    background-position: left;
    padding: 20px;
    background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
    height: 70px;
  }
}
.career_form .career_form_section .logo_wrapper img {
  max-width: 320px;
  width: 100%;
  max-height: 40px;
}
.career_form .career_form_section .form_wrapper {
  min-height: 70vh;
  flex-direction: column;
  width: 80vw;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.career_form .career_form_section .form_wrapper .career_multistep_form {
  width: 100%;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .thank_you_text {
  color: #FF8112;
  font-size: 44px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .thank_you_text {
    font-size: 24px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .see_you_text {
  color: #000;
  font-size: 34px;
  font-weight: 400;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .see_you_text {
    font-size: 24px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .return_btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  background: linear-gradient(272deg, #FF8C16 35.16%, #FFB221 72.34%), #FF422E;
  margin: auto;
  padding: 9px 35px;
  font-size: 25px;
  line-height: 34px;
  width: fit-content;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .return_btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .return_btn {
    font-size: 20px;
    line-height: 30px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-page-indicator-steps {
  display: none;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-field-label {
  color: #000;
  font-size: 37px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-field-label {
    font-size: 24px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-error {
  padding-top: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-button {
    min-width: 40px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-next {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 30px;
  background: linear-gradient(272deg, #FF8C16 35.16%, #FFB221 72.34%), #FF422E;
  width: 85px;
  height: 85px;
  font-size: 40px;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-next:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-next:hover {
  border-color: #FF8C16;
  background: #FF8C16;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-next {
    max-width: 50px;
    max-height: 50px;
    height: 100%;
    width: 100%;
    font-size: 30px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-prev {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #FF3D17;
  background-color: #FAFAFA;
  border-radius: 30px;
  background: #FFF;
  color: #FF8C16;
  width: 85px;
  height: 85px;
  font-size: 40px;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-prev:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-container .wpforms-page-prev {
    color: #FF8C16;
    max-width: 50px;
    max-height: 50px;
    height: 100%;
    width: 100%;
    font-size: 30px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-submit-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  background: linear-gradient(272deg, #FF8C16 35.16%, #FFB221 72.34%), #FF422E;
  margin-right: 0;
  margin-left: auto;
  padding: 9px 35px;
  font-size: 25px;
  line-height: 34px;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-submit-container .wpforms-submit:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-submit-container .wpforms-submit {
    font-size: 20px;
    line-height: 30px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-pagebreak {
  padding: 40px 0;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-pagebreak:first-child {
  padding: 0 !important;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-text, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-name, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-email, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-text input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-name input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-email input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox input {
  border-radius: 15px;
  background: #F3F3F3;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  height: 50px;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-text input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-name input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-email input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio input, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox input {
    font-size: 24px;
    height: 40px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-text input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-name input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-email input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox input::placeholder {
  color: #C1C1C1;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-text input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-name input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-email input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio input::placeholder, .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox input::placeholder {
    font-size: 24px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox ul {
  max-width: 1000px;
  width: 100%;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox ul li {
  position: relative;
  width: 100%;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox ul li .wpforms-error {
  width: 30px !important;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox ul li input {
  height: auto;
  position: absolute;
  left: -50px;
  top: 5px;
  height: 30px;
  width: 30px;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox ul li input {
    position: static;
    height: 12px;
    width: 12px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox ul li label {
  color: #6D6D6D;
  font-size: 18px;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-checkbox ul li label {
    font-size: 12px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul {
  width: 100%;
  max-height: 430px;
  overflow-y: scroll;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul li {
  border-radius: 15px;
  background: #F3F3F3 !important;
  padding: 7px 20px !important;
  margin-bottom: 9px !important;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul li .wpforms-error {
  width: 30px !important;
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul li input {
  height: 29px;
  width: 29px;
  vertical-align: text-bottom;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul li input {
    height: 20px;
    width: 20px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul li label {
  font-size: 25px;
}
@media (max-width: 768px) {
  .career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul li label {
    font-size: 18px;
  }
}
.career_form .career_form_section .form_wrapper .career_multistep_form .wpforms-field-radio ul li label.wpforms-error {
  width: fit-content;
}

.site-promo-tools .globalAward {
  display: none;
}

.promo_tools .promo_tools_header {
  background-color: #FAFAFA;
  min-height: 650px;
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header {
    min-height: fit-content;
  }
}
.promo_tools .promo_tools_header .wrapper {
  margin-top: 150px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header .wrapper {
    margin-top: 0px;
  }
}
.promo_tools .promo_tools_header .wrapper .desc {
  width: 50%;
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header .wrapper .desc {
    width: 100%;
  }
}
.promo_tools .promo_tools_header .wrapper .desc .promo__counter .typewrite {
  height: 61px;
}
.promo_tools .promo_tools_header .wrapper .desc .promo__counter .typewrite .wrap {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header .wrapper .desc .promo__counter .typewrite .wrap {
    font-size: 30px;
    line-height: 40px;
  }
}
.promo_tools .promo_tools_header .wrapper .card__wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header .wrapper .card__wrapper {
    display: none;
  }
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack {
  transform: translateY(100px);
  max-height: 205px;
  max-width: 405px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box {
  position: relative;
  transform: translateY(-100px);
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card {
  background-color: #fff;
  width: 405px;
  height: 255px;
  border-radius: 20px;
  transition: all 0.32s cubic-bezier(0.18, 0.98, 0.45, 1);
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card.hide {
  visibility: hidden;
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide) {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.98, 0.45, 1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.07);
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="0"] {
  transform: translate(calc(0 * 35px), calc(0 * -35px)) scale(calc(1 - 0.05 * 0));
  z-index: calc(6 - 0);
  opacity: calc(1 - 0.1 * 0);
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="1"] {
  transform: translate(calc(1 * 35px), calc(1 * -35px)) scale(calc(1 - 0.05 * 1));
  z-index: calc(6 - 1);
  opacity: calc(1 - 0.1 * 1);
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="2"] {
  transform: translate(calc(2 * 35px), calc(2 * -35px)) scale(calc(1 - 0.05 * 2));
  z-index: calc(6 - 2);
  opacity: calc(1 - 0.1 * 2);
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="3"] {
  transform: translate(calc(3 * 35px), calc(3 * -35px)) scale(calc(1 - 0.05 * 3));
  z-index: calc(6 - 3);
  opacity: calc(1 - 0.1 * 3);
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card:not(.hide)[data-slide="4"] {
  transform: translate(calc(4 * 35px), calc(4 * -35px)) scale(calc(1 - 0.05 * 4));
  z-index: calc(6 - 4);
  opacity: calc(1 - 0.1 * 4);
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .cards__box .card img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .dot__wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 8px;
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .dot__wrapper .dot {
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .dot__wrapper .dot:not(.active) {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  opacity: 0.5;
}
.promo_tools .promo_tools_header .wrapper .card__wrapper .card__stack .dot__wrapper .dot.active {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
@media (min-width: 1921px) {
  .promo_tools .promo_tools_header {
    padding: 100px 96px;
    padding-bottom: 125px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .promo_tools_header {
    padding: 80px 96px;
    padding-bottom: 125px;
  }
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header {
    padding: 60px 60px;
    margin-top: 58px;
  }
}
@media (max-width: 768px) {
  .promo_tools .promo_tools_header {
    padding: 48px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .promo_tools_header {
    padding: 40px 28px;
  }
}
.promo_tools .promo_tools_header .header__title {
  padding-bottom: 15px;
  max-width: 670px;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
}
@media (max-width: 1400px) {
  .promo_tools .promo_tools_header .header__title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header .header__title {
    font-weight: 700;
    font-size: 43px;
    line-height: 43px;
    color: #191919;
  }
}
@media (max-width: 1024px) and (max-width: 1400px) {
  .promo_tools .promo_tools_header .header__title {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .promo_tools_header h2 {
  max-width: 670px;
  margin-bottom: 0;
  color: #191919;
  font-size: 40px;
  line-height: 51px;
  font-weight: 500;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1400px) {
  .promo_tools .promo_tools_header h2 {
    margin-bottom: 0;
    color: #191919;
    font-size: 31px;
    line-height: 39px;
    font-weight: 500;
    margin-bottom: 32px;
  }
}
.promo_tools .promo_tools_header .promo__counter .typewrite {
  height: 61px;
}
.promo_tools .promo_tools_header .promo__counter .typewrite .wrap {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 40px;
  line-height: 51px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .promo_tools .promo_tools_header .promo__counter .typewrite .wrap {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1921px) {
  .promo_tools .gains_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .gains_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools .gains_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools .gains_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .gains_section {
    padding: 60px 28px;
  }
}
.promo_tools .gains_section .gains_section_header {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.promo_tools .gains_section .gains_section_header h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .promo_tools .gains_section .gains_section_header h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .gains_section .gains_section_header p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .promo_tools .gains_section .gains_section_header p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools .gains_section .box_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px 16px;
  max-width: 1250px;
  margin: auto;
  padding-top: 52px;
}
.promo_tools .gains_section .box_wrapper .box {
  width: 390px;
  min-height: 450px;
  background: #FAFAFA;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.promo_tools .gains_section .box_wrapper .box img {
  width: 66px;
  height: 66px;
  margin-bottom: 32px;
}
.promo_tools .gains_section .box_wrapper .box .box_title {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  padding-bottom: 12px;
}
@media (max-width: 1400px) {
  .promo_tools .gains_section .box_wrapper .box .box_title {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools .gains_section .box_wrapper .box .box_content {
  display: none;
}
.promo_tools .gains_section .box_wrapper .box .show {
  display: block;
}
.promo_tools .gains_section .box_wrapper .box .open_box {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  cursor: pointer;
  justify-content: space-between;
}
.promo_tools .gains_section .box_wrapper .box .open_box:hover {
  color: #191919;
  text-decoration: none;
}
.promo_tools .gains_section .box_wrapper .open {
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #FF3D17, #FF76FF) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  transform: scale(0.97);
}
.promo_tools .gains_section .box_wrapper .open .box_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.promo_tools .form_section {
  background: #FAFAFA;
}
@media (min-width: 1921px) {
  .promo_tools .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .form_section {
    padding: 60px 28px;
  }
}
.promo_tools .form_section .section_wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  gap: 122px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1400px) {
  .promo_tools .form_section .section_wrapper {
    gap: 80px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .promo_tools .form_section .section_wrapper {
    flex-flow: column-reverse;
  }
}
.promo_tools .form_section .section_wrapper .form_wrapper {
  max-width: 511px;
}
.promo_tools .form_section .section_wrapper .form_wrapper h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
}
@media (max-width: 1400px) {
  .promo_tools .form_section .section_wrapper .form_wrapper h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .form_section .section_wrapper .form_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .promo_tools .form_section .section_wrapper .form_wrapper p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools .form_section .section_wrapper .form_wrapper .form .wpforms-container input[type=text], .promo_tools .form_section .section_wrapper .form_wrapper .form .wpforms-container textarea, .promo_tools .form_section .section_wrapper .form_wrapper .form .wpforms-container input[type=email] {
  background: #FFFFFF;
  border: 0.5px solid #191919;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.promo_tools .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container {
  padding-top: 52px;
}
.promo_tools .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  margin: auto;
  display: none;
}
.promo_tools .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container .wpforms-submit:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools .form_section .section_wrapper .form_wrapper #promoButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  margin: auto;
}
.promo_tools .form_section .section_wrapper .form_wrapper #promoButton:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools .form_section .section_wrapper .img_wrapper {
  max-width: 613px;
}
.promo_tools .form_section .section_wrapper .img_wrapper img {
  border-radius: 20px;
}
.promo_tools .discover_section {
  padding-top: 0;
}
@media (min-width: 1921px) {
  .promo_tools .discover_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .discover_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools .discover_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools .discover_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .discover_section {
    padding: 60px 28px;
  }
}
.promo_tools .discover_section h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
@media (max-width: 1400px) {
  .promo_tools .discover_section h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .discover_section .promo_tools_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 20px;
  margin-bottom: 52px;
  max-width: 1440px;
  margin: auto;
  padding-bottom: 80px;
  max-width: 750px;
}
@media (max-width: 1024px) {
  .promo_tools .discover_section .promo_tools_wrapper {
    row-gap: 16px;
  }
}
.promo_tools .discover_section .promo_tools_wrapper .promo_tools {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
  color: #191919;
  border-color: #191919;
  font-size: 22px;
  padding: 8px 16px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
}
.promo_tools .discover_section .promo_tools_wrapper .promo_tools:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools .discover_section .promo_tools_wrapper .promo_tools:active {
  border-color: #C43131;
  background-color: #C43131;
}
.promo_tools .discover_section .promo_tools_wrapper .promo_tools:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
@media (max-width: 1024px) {
  .promo_tools .discover_section .promo_tools_wrapper .promo_tools {
    font-size: 18px;
    padding: 8px 20px;
  }
}
.promo_tools .discover_section .promo_learn_more_wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  background: #FAFAFA;
  padding: 52px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  gap: 32px;
}
@media (max-width: 1024px) {
  .promo_tools .discover_section .promo_learn_more_wrapper .promo_learn {
    padding: 26px;
  }
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .promo_learn_content {
  max-width: 511px;
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .promo_learn_content h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  padding-bottom: 12px;
}
@media (max-width: 1400px) {
  .promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .promo_learn_content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .promo_learn_content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 32px;
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .promo_learn_content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  text-decoration: none;
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .promo_learn_content a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools .discover_section .promo_learn_more_wrapper .promo_learn .img_wrapper {
  background-size: cover !important;
}
.promo_tools .discover_section .promo_learn_more_wrapper .hidden {
  display: none;
}
.promo_tools .discover_section .promo_learn_more_wrapper .img_wrapper {
  width: 511px;
  height: 270px;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  background-position: center !important;
}
.promo_tools .discover_section .promo_learn_more_wrapper .img_wrapper a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  text-decoration: none;
}
.promo_tools .discover_section .promo_learn_more_wrapper .img_wrapper a:hover {
  cursor: pointer;
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
}
.promo_tools .discover_section .promo_learn_more_wrapper .img_wrapper a:focus {
  border: none;
}
.promo_tools .discover_section .promo_learn_more_wrapper .img_wrapper a:focus-visible {
  border: none;
}
.promo_tools .discover_section .show_more_btn {
  padding-top: 80px;
}
.promo_tools .discover_section .show_more_btn button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  width: fit-content;
  margin: auto;
}
.promo_tools .discover_section .show_more_btn button:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools .network_promotion_section {
  padding-top: 0 !important;
}
@media (min-width: 1921px) {
  .promo_tools .network_promotion_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .network_promotion_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools .network_promotion_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools .network_promotion_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .network_promotion_section {
    padding: 60px 28px;
  }
}
.promo_tools .network_promotion_section .network_promotion_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 120px;
  max-width: 1250px;
  margin: auto;
}
@media (max-width: 1024px) {
  .promo_tools .network_promotion_section .network_promotion_wrapper {
    gap: 40px;
  }
}
.promo_tools .network_promotion_section .network_promotion_wrapper img {
  border-radius: 20px;
  box-shadow: 0px 2px 4px 0px rgba(25, 25, 25, 0.15);
  width: 616px;
  height: 462px;
}
@media (max-width: 1024px) {
  .promo_tools .network_promotion_section .network_promotion_wrapper img {
    width: 100%;
    height: 100%;
  }
}
.promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content {
  max-width: 511px;
}
.promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  .promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  .promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  text-decoration: none;
  width: fit-content;
}
.promo_tools .network_promotion_section .network_promotion_wrapper .network_promotion_content a:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools .question_section {
  padding-top: 0 !important;
}
@media (min-width: 1921px) {
  .promo_tools .question_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .question_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools .question_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools .question_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .question_section {
    padding: 60px 28px;
  }
}
.promo_tools .question_section .question_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1250px;
  margin: auto;
  justify-content: space-between;
  background: #FAFAFA;
  padding: 52px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .promo_tools .question_section .question_wrapper {
    padding: 26px;
  }
}
.promo_tools .question_section .question_wrapper .question_content {
  max-width: 566px;
}
.promo_tools .question_section .question_wrapper .question_content h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  .promo_tools .question_section .question_wrapper .question_content h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .question_section .question_wrapper .question_content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  .promo_tools .question_section .question_wrapper .question_content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools .question_section .question_wrapper .question_content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  text-decoration: none;
}
.promo_tools .question_section .question_wrapper .question_content a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools .question_section .question_wrapper .img_wrapper {
  max-width: 300px;
}
.promo_tools .question_section .question_wrapper .img_wrapper img {
  border-radius: 20px;
}
.promo_tools .faq_section {
  padding-top: 0 !important;
}
@media (min-width: 1921px) {
  .promo_tools .faq_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .faq_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools .faq_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools .faq_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .faq_section {
    padding: 60px 28px;
  }
}
.promo_tools .faq_section .faq_wrapper {
  max-width: 1250px;
  margin: auto;
}
.promo_tools .faq_section .faq_wrapper .nav {
  gap: 16px;
}
.promo_tools .faq_section .faq_wrapper .nav .nav-item {
  flex: 1;
}
.promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link.active {
  background-color: #FAFAFA;
  padding: 16px;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  opacity: 1;
}
@media (max-width: 1400px) {
  .promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link.active {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link.active {
    font-size: 20px;
    line-height: 1.4rem;
  }
}
.promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link {
  padding: 16px;
  background-color: #FFF;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  opacity: 0.7;
}
@media (max-width: 1400px) {
  .promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link {
    font-size: 20px;
    line-height: 1.4rem;
  }
}
.promo_tools .faq_section .faq_wrapper .nav .nav-item .nav-link:hover {
  opacity: 1;
}
.promo_tools .faq_section .faq_wrapper .tab-content {
  padding: 52px 0;
}
@media (max-width: 1024px) {
  .promo_tools .faq_section .faq_wrapper .tab-content {
    padding: 26px 0;
  }
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item {
  border: none;
  border-bottom: 0.5px solid #3B3B3B;
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #FFF;
  background-color: #12102b;
}
@media (max-width: 1400px) {
  .promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
  background-color: #12102b;
  color: #fff;
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover {
  background-color: #12102b !important;
  color: #fff !important;
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed:hover::after {
  background-image: url("https://wazdan.com/wp-content/uploads/arrow-white-down.svg");
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed:focus {
  box-shadow: none;
  background-color: #fff;
  color: #12102b;
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button.collapsed:active {
  box-shadow: none;
  background-color: #fff;
  color: #12102b;
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("https://wazdan.com/wp-content/uploads/arrow-black-down.svg");
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("https://wazdan.com/wp-content/uploads/arrow-white-down.svg");
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .accordion-item .accordion-body {
  background-color: #12102b;
  color: #fff;
}
.promo_tools .faq_section .faq_wrapper .tab-content .tab-pane .accordion .hidden {
  display: none;
}
.promo_tools .faq_section .faq_wrapper .tab-content .show_more {
  padding-top: 52px;
}
.promo_tools .faq_section .faq_wrapper .tab-content .show_more button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  width: fit-content;
  margin: auto;
}
.promo_tools .faq_section .faq_wrapper .tab-content .show_more button:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools .reviews_section {
  padding-top: 0 !important;
}
@media (min-width: 1921px) {
  .promo_tools .reviews_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools .reviews_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools .reviews_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools .reviews_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools .reviews_section {
    padding: 60px 28px;
  }
}
.promo_tools .reviews_section .reviews_section_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 52px;
  max-width: 1250px;
  margin: auto;
}
.promo_tools .reviews_section .reviews_section_wrapper .reviews_header {
  max-width: 754px;
  text-align: center;
}
.promo_tools .reviews_section .reviews_section_wrapper .reviews_header h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  .promo_tools .reviews_section .reviews_section_wrapper .reviews_header h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools .reviews_section .reviews_section_wrapper .reviews_header p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  .promo_tools .reviews_section .reviews_section_wrapper .reviews_header p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider {
  max-width: 1250px;
  width: 100%;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .slick-slide {
  padding: 0 8px;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item {
  padding: 52px;
  background: #FAFAFA;
  border-radius: 20px;
  text-align: center;
  min-height: 400px;
}
@media (max-width: 1024px) {
  .promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item {
    padding: 26px;
  }
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item .box_wrapper .name p {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 24px;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item .box_wrapper .opinion p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 24px;
}
@media (max-width: 1400px) {
  .promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item .box_wrapper .opinion p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item .box_wrapper .author {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item .box_wrapper .author .author_name {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  border-right: 1px solid #191919;
  padding-right: 5px;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .carousel_item .box_wrapper .author .author_op {
  margin-bottom: 0;
  color: #FF3D17;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 5px;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .slick-dots {
  bottom: -60px;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .slick-dots li button {
  height: 15px;
  width: 15px;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo_tools .reviews_section .reviews_section_wrapper .promotools_reviews_slider .carousel__promotools_reviews .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}

.site-mystery-drop .globalAward {
  display: none;
}

.site-content-jackpot-rain input {
  border: 1px solid #191919 !important;
}

.promo_tools_subpage .subpage_header {
  padding-top: 40px !important;
  padding-bottom: 80px !important;
}
@media (min-width: 1921px) {
  .promo_tools_subpage .subpage_header {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_subpage .subpage_header {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_subpage .subpage_header {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_subpage .subpage_header {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_subpage .subpage_header {
    padding: 60px 28px;
  }
}
.promo_tools_subpage .subpage_header .header_wrapper {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  gap: 40px;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content {
  max-width: 616px;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .subpage_header .header_wrapper .subpage_content .title {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content p, .promo_tools_subpage .subpage_header .header_wrapper .subpage_content .list, .promo_tools_subpage .subpage_header .header_wrapper .subpage_content .hide {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .subpage_header .header_wrapper .subpage_content p, .promo_tools_subpage .subpage_header .header_wrapper .subpage_content .list, .promo_tools_subpage .subpage_header .header_wrapper .subpage_content .hide {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .text_below_title {
  padding-bottom: 32px;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .subpage_header .header_wrapper .subpage_content .text_below_title {
    padding-bottom: 0px;
  }
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .list {
  padding: 32px 0;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .list ul {
  margin-left: 30px;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .hidden-item {
  padding-bottom: 32px;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .hide {
  display: none;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .show-btn {
  color: #191919;
  font-size: 16px;
  font-weight: 700;
  text-decoration-line: underline;
  cursor: pointer;
  padding-top: 16px;
}
.promo_tools_subpage .subpage_header .header_wrapper .subpage_content .show-btn:hover {
  color: #FF3D17;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .game_wrapper {
  width: 511px;
  height: 383px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .game_wrapper {
    width: 300px;
    height: 300px;
  }
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal button {
  white-space: nowrap;
  text-decoration: none;
  padding: 9px 30px !important;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15) !important;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B !important;
  background: #D4ECFF !important;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal button:hover {
  border-color: #6127FF !important;
  background: #6127FF !important;
  text-decoration: none !important;
  color: #fff !important;
  transition: 0.2s ease-in !important;
  cursor: pointer !important;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image {
  max-width: 511px;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image {
    max-width: 300px;
    max-height: 300px;
  }
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider {
  margin-top: 30px;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider img {
  max-width: 511px;
  max-height: 383px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider img {
    max-width: 300px;
    max-height: 300px;
  }
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider .slick-dots {
  position: relative;
  padding-bottom: 30px;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider .slick-dots li button {
  height: 15px;
  width: 15px;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .additional_image .promo_tools_additional_image_slider .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.promo_tools_subpage .subpage_header .header_wrapper .cashdrop_game .hide {
  display: none;
}
.promo_tools_subpage .subpage_header .promotools_slider {
  max-width: 1250px;
  margin: auto;
  padding-top: 52px;
  display: none;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-dots {
  position: relative;
  padding-bottom: 30px;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-dots li button {
  height: 15px;
  width: 15px;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.promo_tools_subpage .subpage_header .promotools_slider h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .subpage_header .promotools_slider h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-slide {
  padding: 0 8px;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-slide .slide_item {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 32px;
  height: 190px;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-slide .slide_item img {
  max-width: 44px;
  margin: auto;
  padding-bottom: 12px;
}
.promo_tools_subpage .subpage_header .promotools_slider .slick-slide .slide_item .benefit_desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
  text-align: center;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .subpage_header .promotools_slider .slick-slide .slide_item .benefit_desc {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools_subpage .section_award_banner {
  padding-top: 0 !important;
}
@media (min-width: 1921px) {
  .promo_tools_subpage .section_award_banner {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_subpage .section_award_banner {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_award_banner {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_subpage .section_award_banner {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_subpage .section_award_banner {
    padding: 60px 28px;
  }
}
.promo_tools_subpage .section_award_banner .banner_wrapper {
  border-radius: 20px;
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.promo_tools_subpage .section_award_banner .banner_wrapper img {
  border-radius: 20px;
}
.promo_tools_subpage .section_run_promo {
  background-color: #FAFAFA;
}
@media (min-width: 1921px) {
  .promo_tools_subpage .section_run_promo {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_subpage .section_run_promo {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_run_promo {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_subpage .section_run_promo {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_subpage .section_run_promo {
    padding: 60px 28px;
  }
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-around;
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper .img_promo img {
  border-radius: 20px;
  max-width: 510px;
  width: 100%;
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content {
  max-width: 616px;
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
}
.promo_tools_subpage .section_run_promo .run_promo_wrapper .promo_content a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 1921px) {
  .promo_tools_subpage .section_steps {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_subpage .section_steps {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_steps {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_subpage .section_steps {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_subpage .section_steps {
    padding: 60px 28px;
  }
}
.promo_tools_subpage .section_steps .section_steps_title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_steps .section_steps_title {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_subpage .section_steps .steps_wrapper {
  margin: auto;
  max-width: 1366px;
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 80px;
}
.promo_tools_subpage .section_steps .steps_wrapper .line {
  width: 80%;
  position: absolute;
  display: block;
  height: 1px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  top: 37px;
  z-index: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps {
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .section_steps .steps_wrapper .promo_steps .next-button {
    width: 14px;
  }
}
@media (max-width: 1024px) {
  .promo_tools_subpage .section_steps .steps_wrapper .promo_steps .prev-button {
    width: 14px;
  }
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track {
  position: relative;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide {
  padding: 15px 0;
  opacity: 1;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide:first-child::before {
  content: "";
  width: 30% !important;
  left: -15% !important;
  display: block;
  position: absolute;
  background: #fff;
  height: 30px;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide:last-child::before {
  width: 30% !important;
  right: -15% !important;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step {
  position: relative;
  z-index: 2;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__count {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #FF3D17;
  color: #191919;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0 20px;
  position: relative;
  background: transparent;
  z-index: 3;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__count {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__count span {
  background-color: #fff;
  padding: 0 30px;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__title {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  max-width: 250px;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__title {
    font-size: 15px;
    line-height: 19px;
  }
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__icon {
  max-width: 44px;
  margin: auto;
  padding: 14px 0;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide .step .step__desc {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  padding: 0px 40px;
}
.promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide:last-child::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 300px;
  background-color: #fff;
  right: -9%;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .section_steps .steps_wrapper .promo_steps .slick-track .slick-slide:last-child::before {
    right: 0px;
  }
}
.promo_tools_subpage .section_steps .apply__btn {
  width: fit-content;
  margin: auto;
  padding-top: 52px;
}
.promo_tools_subpage .section_steps .apply__btn a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.promo_tools_subpage .section_steps .apply__btn a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools_subpage .question_section {
  padding-top: 0 !important;
}
@media (min-width: 1921px) {
  .promo_tools_subpage .question_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_subpage .question_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_subpage .question_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_subpage .question_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_subpage .question_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .promo_tools_subpage .question_section {
    padding: 0;
  }
}
.promo_tools_subpage .question_section .question_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  max-width: 1250px;
  margin: auto;
  justify-content: space-between;
  background: #FAFAFA;
  padding: 52px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .question_section .question_wrapper {
    padding: 24px;
  }
}
.promo_tools_subpage .question_section .question_wrapper .question_content {
  max-width: 566px;
}
.promo_tools_subpage .question_section .question_wrapper .question_content h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 16px;
  font-size: 40px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .question_section .question_wrapper .question_content h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .promo_tools_subpage .question_section .question_wrapper .question_content h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_subpage .question_section .question_wrapper .question_content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  padding-bottom: 32px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .question_section .question_wrapper .question_content p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools_subpage .question_section .question_wrapper .question_content a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
}
.promo_tools_subpage .question_section .question_wrapper .question_content a:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools_subpage .question_section .question_wrapper .img_wrapper {
  max-width: 300px;
}
.promo_tools_subpage .question_section .question_wrapper .img_wrapper img {
  border-radius: 20px;
}
.promo_tools_subpage .discover_section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 1921px) {
  .promo_tools_subpage .discover_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_subpage .discover_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_subpage .discover_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_subpage .discover_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_subpage .discover_section {
    padding: 60px 28px;
  }
}
.promo_tools_subpage .discover_section h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
@media (max-width: 1400px) {
  .promo_tools_subpage .discover_section h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_subpage .discover_section .promo_tools_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 50px;
  margin-bottom: 52px;
  max-width: 1440px;
  margin: auto;
  max-width: 900px;
}
@media (max-width: 1024px) {
  .promo_tools_subpage .discover_section .promo_tools_wrapper {
    row-gap: 30px;
  }
}
.promo_tools_subpage .discover_section .promo_tools_wrapper .promo_tools {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
  color: #191919;
  border-color: #191919;
  font-size: 22px;
  padding: 8px 16px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
}
.promo_tools_subpage .discover_section .promo_tools_wrapper .promo_tools:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools_subpage .discover_section .promo_tools_wrapper .promo_tools:active {
  border-color: #C43131;
  background-color: #C43131;
}
.promo_tools_subpage .discover_section .promo_tools_wrapper .promo_tools:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
@media (max-width: 1024px) {
  .promo_tools_subpage .discover_section .promo_tools_wrapper .promo_tools {
    font-size: 18px;
    padding: 8px 20px;
  }
}

.site-network-promotions .globalAward {
  display: none;
}

@media (min-width: 1921px) {
  .promo_tools_network_promotion .subpage_header {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_network_promotion .subpage_header {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .subpage_header {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_network_promotion .subpage_header {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_network_promotion .subpage_header {
    padding: 60px 28px;
  }
}
.promo_tools_network_promotion .subpage_header .header_wrapper {
  max-width: 1250px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  gap: 40px;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content {
  max-width: 616px;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .title {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .title {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content p, .promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .list, .promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .hide {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content p, .promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .list, .promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .hide {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .text_below_title {
  padding-bottom: 32px;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .list {
  padding: 32px 0;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .list ul {
  margin-left: 30px;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .hidden-item {
  padding-bottom: 32px;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .hide {
  display: none;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .show-btn {
  color: #191919;
  font-size: 16px;
  font-weight: 700;
  text-decoration-line: underline;
  cursor: pointer;
  padding-top: 16px;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .subpage_content .show-btn:hover {
  color: #FF3D17;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .cashdrop_game .game_wrapper {
  width: 511px;
  height: 383px;
  border-radius: 20px;
  position: relative;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.promo_tools_network_promotion .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal button {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FF3D17;
  border-color: #FAFAFA;
  background-color: #FAFAFA;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal button:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal button:focus {
  border: none;
}
.promo_tools_network_promotion .subpage_header .header_wrapper .cashdrop_game .game_wrapper #vueModal button:focus-visible {
  border: none;
}
.promo_tools_network_promotion .subpage_header .promotools_slider {
  max-width: 1250px;
  margin: auto;
  padding-top: 52px;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-dots {
  position: relative;
  padding-bottom: 30px;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-dots li {
  height: 15px;
  width: 10px;
  transition: 0.4s;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-dots li:hover {
  transform: scale(0.85);
  transition: 0.4s;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-dots li button {
  height: 15px;
  width: 15px;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-dots li button::before {
  position: static;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 15px;
  line-height: 15px;
  color: #FF3D17;
  opacity: 0.5;
  background: #E23535;
  box-shadow: 0px 4px 6px rgba(25, 25, 25, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-dots li.slick-active button::before {
  color: #FF3D17;
  opacity: 1;
}
.promo_tools_network_promotion .subpage_header .promotools_slider h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  margin-bottom: 32px;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .subpage_header .promotools_slider h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-slide {
  padding: 0 8px;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-slide .slide_item {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 32px;
  height: 190px;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-slide .slide_item img {
  max-width: 44px;
  margin: auto;
  padding-bottom: 12px;
}
.promo_tools_network_promotion .subpage_header .promotools_slider .slick-slide .slide_item .benefit_desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #191919;
  text-align: center;
}
@media (max-width: 1024px) {
  .promo_tools_network_promotion .subpage_header .promotools_slider .slick-slide .slide_item .benefit_desc {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1921px) {
  .promo_tools_network_promotion .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_network_promotion .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_network_promotion .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_network_promotion .form_section {
    padding: 60px 28px;
  }
}
.promo_tools_network_promotion .form_section .section_wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  gap: 122px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .form_section .section_wrapper {
    gap: 80px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .promo_tools_network_promotion .form_section .section_wrapper {
    flex-flow: column-reverse;
  }
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper {
  max-width: 511px;
  text-align: center;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper h3 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .form_section .section_wrapper .form_wrapper h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 25px;
  line-height: 31px;
  font-weight: 500;
  padding-bottom: 16px;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .form_section .section_wrapper .form_wrapper p {
    font-size: 20px;
    line-height: 25px;
  }
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper .form .wpforms-container input[type=text], .promo_tools_network_promotion .form_section .section_wrapper .form_wrapper .form .wpforms-container textarea, .promo_tools_network_promotion .form_section .section_wrapper .form_wrapper .form .wpforms-container input[type=email] {
  background: #FFFFFF;
  border: 0.5px solid #191919;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container {
  padding-top: 52px;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container .wpforms-submit {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  margin: auto;
  display: none;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper .form .wpforms-container .wpforms-submit-container .wpforms-submit:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper #promoButton {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  margin: auto;
}
.promo_tools_network_promotion .form_section .section_wrapper .form_wrapper #promoButton:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools_network_promotion .form_section .section_wrapper .img_wrapper {
  max-width: 613px;
}
.promo_tools_network_promotion .form_section .section_wrapper .img_wrapper img {
  border-radius: 20px;
}
.promo_tools_network_promotion .network_promotion_section {
  background-color: #FAFAFA;
}
@media (min-width: 1921px) {
  .promo_tools_network_promotion .network_promotion_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_network_promotion .network_promotion_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .network_promotion_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_network_promotion .network_promotion_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_network_promotion .network_promotion_section {
    padding: 60px 28px;
  }
}
.promo_tools_network_promotion .network_promotion_section h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .network_promotion_section h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper {
  max-width: 1250px;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 52px;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  padding: 52px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 20px;
  gap: 32px;
  position: relative;
}
@media (max-width: 1024px) {
  .promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion {
    padding: 26px;
  }
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .upcoming {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 8px 16px;
  border-radius: 0px 5px 5px 0px;
  background: #191919;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .active {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 8px 16px;
  border-radius: 0px 5px 5px 0px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .archive {
  position: absolute;
  top: 30px;
  left: 0;
  padding: 8px 16px;
  border-radius: 0px 5px 5px 0px;
  background: #FAFAFA;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content {
  max-width: 520px;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content {
    padding-top: 70px;
  }
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  color: #191919;
  padding-bottom: 12px;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #FF3D17;
  opacity: 0.9;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 12px;
}
@media (max-width: 1024px) {
  .promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content p {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 32px;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content .join_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content .join_wrapper a {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  width: fit-content;
  text-decoration: none;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content .join_wrapper a:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content .join_wrapper a.red_btn {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #FFF;
  border-color: #FF3D17;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  margin-bottom: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: fit-content;
  text-decoration: none;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content .join_wrapper a.red_btn:hover {
  border-color: #FF3D17;
  background: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .network_promotion .network_promotion_content .join_wrapper .date {
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 0;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .hidden {
  display: none;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .img_wrapper {
  width: 511px;
  height: 270px;
  position: relative;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .img_wrapper img {
  border-radius: 20px;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .img_wrapper a {
  font-size: 14px;
  border: none;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #FF3D17;
  border-color: #FAFAFA;
  background-color: #FAFAFA;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .img_wrapper a:hover {
  border-color: #FF3D17;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .img_wrapper a:focus {
  border: none;
}
.promo_tools_network_promotion .network_promotion_section .network_promotion_wrapper .img_wrapper a:focus-visible {
  border: none;
}
.promo_tools_network_promotion .network_promotion_section .show_more_btn {
  padding-top: 80px;
}
.promo_tools_network_promotion .network_promotion_section .show_more_btn button {
  padding: 9px 16px;
  box-shadow: 0px 2px 4px rgba(25, 25, 25, 0.15);
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-bottom: 0;
  color: #191919;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #12102B;
  background-color: #D4ECFF;
  width: fit-content;
  margin: auto;
}
.promo_tools_network_promotion .network_promotion_section .show_more_btn button:hover {
  border-color: #6127FF;
  background: #6127FF;
  text-decoration: none;
  color: #fff;
  transition: 0.2s ease-in;
  cursor: pointer;
}
.promo_tools_network_promotion .discover_section {
  padding-top: 0 !important;
}
@media (min-width: 1921px) {
  .promo_tools_network_promotion .discover_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .promo_tools_network_promotion .discover_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .discover_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .promo_tools_network_promotion .discover_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .promo_tools_network_promotion .discover_section {
    padding: 60px 28px;
  }
}
.promo_tools_network_promotion .discover_section h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 43px;
  color: #191919;
  text-align: center;
  padding-bottom: 52px;
}
@media (max-width: 1400px) {
  .promo_tools_network_promotion .discover_section h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
.promo_tools_network_promotion .discover_section .promo_tools_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 24px;
  margin-bottom: 52px;
  margin: auto;
  max-width: 620px;
}
.promo_tools_network_promotion .discover_section .promo_tools_wrapper .promo_tools {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  box-shadow: 0px 1px 3px rgba(25, 25, 25, 0.15);
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF3D17;
  border-color: #FF3D17;
  background-color: #FFF;
  color: #191919;
  border-color: #191919;
  font-size: 22px;
  padding: 8px 16px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
}
.promo_tools_network_promotion .discover_section .promo_tools_wrapper .promo_tools:hover {
  border-color: #FF3D17;
  background-color: #FF3D17;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.promo_tools_network_promotion .discover_section .promo_tools_wrapper .promo_tools:active {
  border-color: #C43131;
  background-color: #C43131;
}
.promo_tools_network_promotion .discover_section .promo_tools_wrapper .promo_tools:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
}
@media (max-width: 1024px) {
  .promo_tools_network_promotion .discover_section .promo_tools_wrapper .promo_tools {
    font-size: 18px;
    padding: 8px 20px;
  }
}

.main_showcase {
  min-height: 100vh;
  background: #0b053b;
  width: 100%;
  padding: 120px 0;
  position: relative;
}
.main_showcase .showcase_iframe {
  padding-top: 200px;
}
.main_showcase .showcase_iframe iframe {
  width: 100%;
  min-height: 100vh;
  height: 100%;
}
.main_showcase .wrapper {
  max-width: 1024px;
  margin: auto;
}
@media (max-width: 1024px) {
  .main_showcase .wrapper {
    padding: 0 20px;
  }
}
.main_showcase .wrapper .back_btn {
  position: absolute;
  left: 60px;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  cursor: pointer;
}
.main_showcase .wrapper .back_btn:hover {
  text-decoration: none;
}
.main_showcase .wrapper .back_btn svg {
  user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentcolor;
  flex-shrink: 0;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 40px;
}
.main_showcase .wrapper .welcome_section {
  background-color: #5b0bf5;
  border-radius: 20px;
  padding: 20px;
  background: url("../images/catalogue/other/backgorund_top.png") center top/contain no-repeat rgb(91, 11, 245);
  position: relative;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options a {
  text-decoration: none;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options .option {
  background: #fff;
  padding: 27px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 27px;
  min-height: 244px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: #000;
  min-width: 300px;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options .option .arrow {
  margin-left: auto;
  margin-right: 0;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options .option h3 {
  color: #000;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options .option.black {
  background-color: rgb(27, 26, 26);
  color: #fff;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options .option.black h3 {
  color: #fff;
}
.main_showcase .wrapper .welcome_section .welcome_wrapper .options .people {
  max-width: 300px;
  margin-bottom: -90px;
}
.main_showcase .wrapper .promotools_section {
  margin-top: 50px;
  margin-bottom: 27px;
  background: url("../images/catalogue/other/promo_home.png") right center/contain no-repeat rgb(91, 11, 245);
  border-radius: 12px;
}
.main_showcase .wrapper .promotools_section a {
  text-decoration: none;
}
.main_showcase .wrapper .promotools_section .promo_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 26px 50px;
  align-items: center;
}
.main_showcase .wrapper .promotools_section .promo_wrapper h3 {
  color: #fff;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.main_showcase .wrapper .wazdan_options_section {
  padding: 26px 27px;
  background: url("../images/catalogue/other/background_middle.png") center top/cover no-repeat rgb(91, 11, 245);
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 37px;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper a {
  text-decoration: none;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option {
  padding: 38px 24px;
  width: 297px;
  min-height: 250px;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option h3 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option p {
  margin: 0px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 14px;
  text-transform: unset;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option.black {
  background-color: #000;
  color: #fff;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option.black h3 {
  color: #fff;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option.black p {
  color: #fff;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option.orange {
  background: linear-gradient(124deg, rgb(255, 199, 40) 10.81%, rgb(255, 132, 21) 70.09%);
  color: white;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option.orange h3 {
  color: #fff;
}
.main_showcase .wrapper .wazdan_options_section .options_wrapper .option.orange p {
  color: #fff;
}
.main_showcase .wrapper .current_networks_section {
  margin-top: 50px;
  margin-bottom: 27px;
  background: url("../images/catalogue/other/promo_home.png") right center/contain no-repeat rgb(91, 11, 245);
  border-radius: 12px;
}
.main_showcase .wrapper .current_networks_section a {
  text-decoration: none;
}
.main_showcase .wrapper .current_networks_section .current_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 26px 50px;
  align-items: center;
}
.main_showcase .wrapper .current_networks_section .current_wrapper h3 {
  color: #fff;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.main_showcase .wrapper .header_features_section .welcome_wrapper {
  background-color: #5b0bf5;
  padding: 40px;
  background: url("../images/catalogue/other/backgorund_top.png") center top/contain no-repeat rgb(91, 11, 245);
  position: relative;
  border-radius: 12px;
  min-height: 300px;
  position: relative;
  display: flex;
  align-items: center;
}
.main_showcase .wrapper .header_features_section .welcome_wrapper .title_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
}
.main_showcase .wrapper .header_features_section .welcome_wrapper .title_wrapper h1 {
  margin: 0px 0px 15px;
  letter-spacing: 0.00938em;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}
.main_showcase .wrapper .header_features_section .welcome_wrapper .title_wrapper p {
  margin: 0px;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 21px;
  font-weight: 400;
  color: #fff;
}
.main_showcase .wrapper .header_features_section .welcome_wrapper .people {
  position: absolute;
  width: 30%;
  right: 5%;
  bottom: -30px;
}
@media (max-width: 1024px) {
  .main_showcase .wrapper .header_features_section .welcome_wrapper .people {
    display: none;
  }
}
.main_showcase .wrapper .innovative_options_section, .main_showcase .wrapper .customisation_options_section {
  padding: 26px 27px;
  background: url("../images/catalogue/other/background_middle.png") center top/cover no-repeat rgb(91, 11, 245);
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper, .main_showcase .wrapper .customisation_options_section .options_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper a, .main_showcase .wrapper .customisation_options_section .options_wrapper a {
  text-decoration: none;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper .option, .main_showcase .wrapper .customisation_options_section .options_wrapper .option {
  padding: 38px 24px;
  width: 460px;
  min-height: 250px;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper .option .play-button:hover, .main_showcase .wrapper .customisation_options_section .options_wrapper .option .play-button:hover {
  cursor: pointer;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper .option h3, .main_showcase .wrapper .customisation_options_section .options_wrapper .option h3 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper .option p, .main_showcase .wrapper .customisation_options_section .options_wrapper .option p {
  margin: 0px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 14px;
  text-transform: unset;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper .option.black, .main_showcase .wrapper .customisation_options_section .options_wrapper .option.black {
  background-color: #000;
  color: #fff;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper .option.black h3, .main_showcase .wrapper .customisation_options_section .options_wrapper .option.black h3 {
  color: #fff;
}
.main_showcase .wrapper .innovative_options_section .options_wrapper .option.black p, .main_showcase .wrapper .customisation_options_section .options_wrapper .option.black p {
  color: #fff;
}
.main_showcase .wrapper .promotools_options_section {
  padding: 26px 27px;
  background: url("../images/catalogue/other/background_middle.png") center top/cover no-repeat rgb(91, 11, 245);
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper a {
  text-decoration: none;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper .option {
  width: 460px;
  min-height: 250px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper .option .play-button:hover {
  cursor: pointer;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper .option h3 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper .option p {
  margin: 0px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 14px;
  text-transform: unset;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper .option.black {
  background-color: #000;
  color: #fff;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper .option.black h3 {
  color: #fff;
}
.main_showcase .wrapper .promotools_options_section .options_wrapper .option.black p {
  color: #fff;
}
.main_showcase .wrapper .tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .main_showcase .wrapper .tabs {
    flex-wrap: wrap;
    gap: 0px;
  }
}
.main_showcase .wrapper .tabs .tab {
  background-color: #261c70;
  border-radius: 12px;
  padding: 41px;
  font-weight: 700;
  font-size: 27px;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  list-style: none;
  width: 100%;
  margin-top: 30px;
}
.main_showcase .wrapper .tabs .tab.active {
  background: linear-gradient(270deg, rgb(100, 10, 255) 26.87%, rgb(99, 31, 255) 59.46%) right bottom/contain no-repeat;
}
.main_showcase .wrapper .jurisdictions_options_section {
  padding: 26px 27px;
  background: url("../images/catalogue/other/background_middle.png") center top/cover no-repeat rgb(91, 11, 245);
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.main_showcase .wrapper .jurisdictions_options_section .option {
  padding: 38px 24px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 15px;
  width: 300px;
  align-items: center;
  min-height: 220px;
  justify-content: center;
}
.main_showcase .wrapper .jurisdictions_options_section .option img {
  max-height: 50px;
  height: 100%;
  max-width: 90px;
  width: 100%;
}
.main_showcase .wrapper .jurisdictions_options_section .option p {
  font-weight: 700;
  text-align: center;
}
.main_showcase .wrapper .gain_options_section {
  padding: 26px 27px;
  background: url("../images/catalogue/other/background_middle.png") center top/cover no-repeat rgb(91, 11, 245);
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.main_showcase .wrapper .gain_options_section .instant_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box {
  background: rgb(255, 255, 255);
  padding: 27px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 27px;
  -webkit-box-align: center;
  display: flex;
  flex-direction: column;
  color: rgb(0, 0, 0);
  min-height: 362px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
}
@media (max-width: 1024px) {
  .main_showcase .wrapper .gain_options_section .instant_wrapper .box {
    width: 100%;
    min-height: 250px;
  }
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box a:hover {
  text-decoration: none;
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box .arrows {
  margin-left: auto;
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box h3 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box p {
  margin: 0px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 14px;
  text-transform: unset;
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box.orange {
  background: linear-gradient(124deg, rgb(255, 199, 40) 10.81%, rgb(255, 132, 21) 70.09%);
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box.orange h3 {
  color: #fff;
}
.main_showcase .wrapper .gain_options_section .instant_wrapper .box.orange p {
  color: #fff;
}
.main_showcase .wrapper .gain_options_section .options_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.main_showcase .wrapper .gain_options_section .options_wrapper .option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 310px;
  width: 100%;
  min-height: 120px;
}
.main_showcase .wrapper .gain_options_section .options_wrapper .option img {
  max-width: 170px;
}
.main_showcase .wrapper .whywazdan_options_section {
  padding: 26px 27px;
  background: url("../images/catalogue/other/background_middle.png") center top/cover no-repeat rgb(91, 11, 245);
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.main_showcase .wrapper .whywazdan_options_section .first_wrapper {
  min-height: 420px;
  background: url("../images/catalogue/other/triangle.png") center top/contain no-repeat rgb(0, 0, 0);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px;
}
.main_showcase .wrapper .whywazdan_options_section .first_wrapper .counters {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.main_showcase .wrapper .whywazdan_options_section .first_wrapper .counters .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.main_showcase .wrapper .whywazdan_options_section .first_wrapper .counters .box h2 {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.main_showcase .wrapper .whywazdan_options_section .first_wrapper .counters .box p {
  font-size: 17px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
.main_showcase .wrapper .whywazdan_options_section .second_wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.main_showcase .wrapper .whywazdan_options_section .second_wrapper .box {
  background-color: #fff;
  padding: 27px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 27px;
  min-height: 204px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  color: rgb(0, 0, 0);
  max-width: 470px;
  width: 100%;
}
.main_showcase .wrapper .whywazdan_options_section .second_wrapper .box.black {
  background-color: #000;
}
.main_showcase .wrapper .whywazdan_options_section .second_wrapper .box.black h2, .main_showcase .wrapper .whywazdan_options_section .second_wrapper .box.black p {
  color: #fff;
}
.main_showcase .wrapper .whywazdan_options_section .second_wrapper .box h2 {
  letter-spacing: 0.00938em;
  font-weight: 700;
  font-size: 55px;
  line-height: 1.2;
  text-transform: uppercase;
}
.main_showcase .wrapper .whywazdan_options_section .second_wrapper .box p {
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 20px;
  font-weight: 700;
}
.main_showcase .wrapper .lang_options_section {
  padding: 26px 27px;
  background: url("../images/catalogue/other/background_middle.png") center top/cover no-repeat rgb(91, 11, 245);
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
.main_showcase .wrapper .lang_options_section .options_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.main_showcase .wrapper .lang_options_section .options_wrapper .option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 310px;
  width: 100%;
  min-height: 120px;
  flex-direction: column;
  gap: 20px;
  font-weight: 700;
  font-size: 20px;
}
.main_showcase .wrapper .lang_options_section .options_wrapper .option img {
  max-width: 170px;
}
.main_showcase .modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.main_showcase .modal .modal-content {
  position: relative;
  width: 100%;
  max-width: 60vw;
  margin: auto;
}
@media (max-width: 1024px) {
  .main_showcase .modal .modal-content {
    max-width: 90vw;
  }
}
.main_showcase .modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.main_showcase .modal .video-player {
  width: 100%;
  height: auto;
}

.site-rio-2024 .globalAward {
  display: none;
}

.main_sbc_rio_2024 .header_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1921px) {
  .main_sbc_rio_2024 .header_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .main_sbc_rio_2024 .header_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .main_sbc_rio_2024 .header_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .header_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .main_sbc_rio_2024 .header_section {
    padding: 60px 28px;
  }
}
.main_sbc_rio_2024 .header_section h1 {
  background: linear-gradient(93deg, #FF8313 47.8%, #FFC426 76.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 77px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .header_section h1 {
    font-size: 40px;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .header_section h1 {
    font-size: 30px;
    text-align: center;
    padding-top: 50px;
  }
}
.main_sbc_rio_2024 .header_section .images_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .header_section .images_wrapper img {
    max-width: 250px;
  }
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .header_section .images_wrapper svg {
    display: none;
  }
}
.main_sbc_rio_2024 .header_section h2 {
  color: #181818;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.64px;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .header_section h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }
}
.main_sbc_rio_2024 .header_section h3 {
  color: #757575;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.84px;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .header_section h3 {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 26px;
  }
}
.main_sbc_rio_2024 .description_section {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url("https://wazdan.com/wp-content/uploads/bcg_rio_new.svg") center/contain no-repeat, linear-gradient(244deg, #FFC627 24.81%, #FF8514 66.39%);
  position: relative;
}
@media (min-width: 1921px) {
  .main_sbc_rio_2024 .description_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .main_sbc_rio_2024 .description_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .main_sbc_rio_2024 .description_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .description_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .main_sbc_rio_2024 .description_section {
    padding: 60px 28px;
  }
}
.main_sbc_rio_2024 .description_section p {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 900px;
  width: 100%;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .description_section p {
    font-size: 26px;
    letter-spacing: normal;
    line-height: 30px;
  }
}
@media (min-width: 1921px) {
  .main_sbc_rio_2024 .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .main_sbc_rio_2024 .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .main_sbc_rio_2024 .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .main_sbc_rio_2024 .form_section {
    padding: 60px 28px;
  }
}
.main_sbc_rio_2024 .form_section {
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1921px) {
  .main_sbc_rio_2024 .form_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .main_sbc_rio_2024 .form_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .main_sbc_rio_2024 .form_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .form_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .main_sbc_rio_2024 .form_section {
    padding: 60px 28px;
  }
}
.main_sbc_rio_2024 .form_section h2 {
  color: #000;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 700px;
  width: 100%;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .form_section h2 {
    font-size: 26px;
    letter-spacing: normal;
    line-height: 30px;
  }
}
.main_sbc_rio_2024 .form_section h2 .orange {
  color: #FF8514;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .form_section h2 .orange {
    font-size: 26px;
    letter-spacing: normal;
    line-height: 30px;
  }
}
.main_sbc_rio_2024 .form_section .loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #FF8615;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.main_sbc_rio_2024 .form_section .success_message {
  display: none;
  text-align: center;
  max-width: 500px;
  margin: 50px auto;
  background: linear-gradient(272deg, #FF8C16 35.16%, #FFB221 72.34%), #FF422E;
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main_sbc_rio_2024 .form_section .rio_form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 470px;
  width: 100%;
  padding-top: 50px;
  margin: auto;
}
.main_sbc_rio_2024 .form_section .rio_form input {
  padding: 5px 15px;
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  border: none;
}
.main_sbc_rio_2024 .form_section .rio_form input:focus {
  outline: none;
}
.main_sbc_rio_2024 .form_section .rio_form ::placeholder {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}
.main_sbc_rio_2024 .form_section .rio_form .person_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/icon-_user_.svg") no-repeat left;
  background-size: 20px;
}
.main_sbc_rio_2024 .form_section .rio_form .email_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/envelope-rio.svg") no-repeat left;
  background-size: 20px;
}
.main_sbc_rio_2024 .form_section .rio_form .border {
  height: 2px;
  width: 100%;
  background: #BEBEBE;
}
.main_sbc_rio_2024 .form_section .rio_form .agree_wrapper {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .form_section .rio_form .agree_wrapper {
    padding: 10px;
  }
}
.main_sbc_rio_2024 .form_section .rio_form .agree_wrapper label.agree_text {
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .form_section .rio_form .agree_wrapper label.agree_text {
    line-height: 1rem;
  }
}
.main_sbc_rio_2024 .form_section .rio_form .agree_wrapper input[type=checkbox] {
  accent-color: #FF8615;
  border-radius: 3px;
  border: 1px solid #FF8615;
}
.main_sbc_rio_2024 .form_section .rio_form .submit_btn {
  border-radius: 44px;
  background: linear-gradient(270deg, #FF8615 3.24%, #FFBA3D 95.14%);
  width: 178px;
  height: 46px;
  width: fit-content;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 1px 55px 5px 55px;
  margin: 30px auto;
  border: none;
}
.main_sbc_rio_2024 .meet_section {
  background: url(https://wazdan.com/wp-content/uploads/triangle-bcg-rio.svg);
  background-color: #110F2D;
  background-repeat: no-repeat;
  position: relative;
  background-size: 540px;
  background-position: 48% 78%;
}
@media (min-width: 1921px) {
  .main_sbc_rio_2024 .meet_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .main_sbc_rio_2024 .meet_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .main_sbc_rio_2024 .meet_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .meet_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .main_sbc_rio_2024 .meet_section {
    padding: 60px 28px;
  }
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .meet_section {
    background-size: contain;
  }
}
.main_sbc_rio_2024 .meet_section h3 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .meet_section h3 {
    font-size: 28px;
    padding-bottom: 50px;
  }
}
.main_sbc_rio_2024 .meet_section .count_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  margin: auto;
  width: 100%;
  gap: 100px 20px;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .meet_section .count_wrapper {
    gap: 30px 15px;
  }
}
.main_sbc_rio_2024 .meet_section .count_wrapper .box {
  max-width: 270px;
  width: 100%;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .meet_section .count_wrapper .box {
    max-width: 140px;
  }
}
.main_sbc_rio_2024 .meet_section .count_wrapper .box h4 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .meet_section .count_wrapper .box h4 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .meet_section .count_wrapper .box h4 {
    font-size: 30px;
    line-height: 32px;
  }
}
.main_sbc_rio_2024 .meet_section .count_wrapper .box p {
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  .main_sbc_rio_2024 .meet_section .count_wrapper .box p {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .main_sbc_rio_2024 .meet_section .count_wrapper .box p {
    font-size: 16px;
    line-height: 18px;
  }
}

.site-game-of-gains header, .site-game-of-gains footer {
  display: none;
}
.site-game-of-gains .globalAward {
  display: none;
}

.game_of_games_main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.game_of_games_main .section {
  display: none;
}
.game_of_games_main .active {
  display: block;
}
@media (max-width: 1024px) {
  .game_of_games_main .active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 80vh;
  }
}
.game_of_games_main .section {
  text-align: center;
  min-height: 90vh;
}
@media (min-width: 1921px) {
  .game_of_games_main .section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .game_of_games_main .section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .game_of_games_main .section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .game_of_games_main .section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .game_of_games_main .section {
    padding: 60px 28px;
  }
}
.game_of_games_main .section h1 {
  background: linear-gradient(93deg, #FF8313 47.8%, #FFC426 76.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2px;
}
@media (max-width: 1024px) {
  .game_of_games_main .section h1 {
    font-size: 38px;
  }
}
.game_of_games_main .section h2 {
  background: linear-gradient(93deg, #FF8313 47.8%, #FFC426 76.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1.6px;
}
.game_of_games_main .section h3 {
  padding-top: 10px;
  color: #979797;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.65px;
}
@media (max-width: 1024px) {
  .game_of_games_main .section h3 {
    font-size: 24px;
  }
}
.game_of_games_main .section h4 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1.6px;
}
.game_of_games_main .section .buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}
.game_of_games_main .section .submit_btn {
  margin: 5px auto;
  border-radius: 44px;
  background: linear-gradient(270deg, #FF8615 3.24%, #FFBA3D 95.14%);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  padding: 5px 25px;
}
.game_of_games_main .section .next {
  border-radius: 44px;
  background: linear-gradient(270deg, #FF8615 3.24%, #FFBA3D 95.14%);
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  padding: 5px 25px;
}
.game_of_games_main .section button:disabled, .game_of_games_main .section button[disabled] {
  opacity: 0.6;
}
.game_of_games_main .section .back {
  border-radius: 44px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 4px 24px;
}
.game_of_games_main #section1 .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section1 .wrapper {
    gap: 0px;
  }
}
.game_of_games_main #section1 .wrapper h3 {
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section1 .wrapper h3 {
    padding-bottom: 0px;
  }
}
.game_of_games_main #section1 .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section1 .buttons {
    gap: 0px;
  }
}
.game_of_games_main #section1 .next {
  margin: auto;
  padding: 9px 50px;
}
.game_of_games_main #section1 .hovertext {
  position: relative;
  cursor: pointer;
  width: fit-content;
  margin: auto;
  padding-bottom: 20px;
}
.game_of_games_main #section1 .hovertext::after {
  content: "Winning AirPods and AirTags has never been easier. Fill in the following form, then follow our LinkedIn profile and gain!";
  position: absolute;
  background-color: #666;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 300px;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.game_of_games_main #section1 .hovertext::after:hover {
  opacity: 0;
}
.game_of_games_main #section1 .hovertext:hover::after {
  opacity: 1;
}
.game_of_games_main #section2 h2 {
  padding-top: 40px;
  max-width: 500px;
  width: 100%;
}
.game_of_games_main #section2 .loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #FF8615;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.game_of_games_main #section2 .wrapper .gameOfGains_form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 470px;
  width: 100%;
  padding-top: 30px;
  margin: auto;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section2 .wrapper .gameOfGains_form {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.game_of_games_main #section2 .wrapper .gameOfGains_form input {
  padding: 5px 15px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  border: none;
}
.game_of_games_main #section2 .wrapper .gameOfGains_form input:focus {
  outline: none;
}
@media (max-width: 1024px) {
  .game_of_games_main #section2 .wrapper .gameOfGains_form input {
    font-size: 12px;
    line-height: 21px;
  }
}
.game_of_games_main #section2 .wrapper .gameOfGains_form ::placeholder {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section2 .wrapper .gameOfGains_form ::placeholder {
    font-size: 12px;
    line-height: 21px;
  }
}
.game_of_games_main #section2 .wrapper .gameOfGains_form .person_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/icon-_user_.svg") no-repeat left;
  background-size: 20px;
}
.game_of_games_main #section2 .wrapper .gameOfGains_form .email_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/envelope-rio.svg") no-repeat left;
  background-size: 20px;
}
.game_of_games_main #section2 .wrapper .gameOfGains_form .suitcase_icon {
  padding-left: 40px;
  background: url("https://wazdan.com/wp-content/uploads/suitcase.svg") no-repeat left;
  background-size: 20px;
}
.game_of_games_main #section2 .wrapper .gameOfGains_form .border {
  height: 2px;
  width: 100%;
  background: #BEBEBE;
}
.game_of_games_main #section2 .wrapper .gameOfGains_form .agree_wrapper {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section2 .wrapper .gameOfGains_form .agree_wrapper {
    padding: 10px;
  }
}
.game_of_games_main #section2 .wrapper .gameOfGains_form .agree_wrapper label.agree_text {
  text-align: left;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}
@media (max-width: 1024px) {
  .game_of_games_main #section2 .wrapper .gameOfGains_form .agree_wrapper label.agree_text {
    line-height: 1rem;
    font-size: 11px;
    line-height: 21px;
  }
}
.game_of_games_main #section2 .wrapper .gameOfGains_form .agree_wrapper input[type=checkbox] {
  accent-color: #FF8615;
  border-radius: 3px;
  border: 1px solid #FF8615;
}
.game_of_games_main #section3 .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 50px;
  max-width: 500px;
}
.game_of_games_main #section3 .wrapper p {
  max-width: 345px;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section3 .wrapper p {
    font-size: 16px;
    max-width: 100%;
  }
}
.game_of_games_main #section3 .wrapper .linkedinButton {
  border-radius: 44px;
  background: linear-gradient(270deg, #FF8615 3.24%, #FFBA3D 95.14%);
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  padding: 15px 60px;
  max-width: 380px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section3 .wrapper .linkedinButton {
    font-size: 18px;
    max-width: 320px;
  }
}
.game_of_games_main #section3 .first_triangle1 {
  display: none;
}
@media (max-width: 1024px) {
  .game_of_games_main #section3 .first_triangle1 {
    display: block;
    position: absolute;
    bottom: 10%;
    left: 0;
  }
}
.game_of_games_main #section3 .second_triangle1 {
  display: none;
}
@media (max-width: 1024px) {
  .game_of_games_main #section3 .second_triangle1 {
    display: block;
    position: absolute;
    bottom: 14%;
    right: 0;
  }
}
.game_of_games_main #section4 {
  background: url("https://wazdan.com/wp-content/uploads/bcg_rio.svg") center/cover no-repeat, linear-gradient(244deg, #FFC627 24.81%, #FF8514 66.39%);
  min-width: 100vw;
  min-height: 94vh;
}
.game_of_games_main #section4 p {
  color: #fff;
  font-size: 20px;
}
.game_of_games_main #section4 .wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 50px;
  max-width: 500px;
  margin: auto;
}
@media (max-width: 1024px) {
  .game_of_games_main #section4 .wrapper {
    gap: 30px;
    padding-top: 0;
  }
}
.game_of_games_main #section4 .buttons {
  padding-top: 50px;
}
.game_of_games_main #section4 .buttons .visit_btn {
  border-radius: 44px;
  background-color: #fff;
  border: none;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px 34px;
}
@media (max-width: 1024px) {
  .game_of_games_main #section4 .buttons .visit_btn {
    font-size: 18px;
    font-weight: 500;
    padding: 4px 24px;
  }
}

.event_landing .breadcrumbs {
  color: #fff;
}
.event_landing .breadcrumbs a {
  color: #fff !important;
  display: none;
}
.event_landing .breadcrumbs span {
  display: none;
}
.event_landing .hero_section {
  min-height: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .event_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.event_landing .hero_section .hero_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding: 40px;
  padding-left: 0;
}
@media (max-width: 1290px) {
  .event_landing .hero_section .hero_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .event_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
  }
}
.event_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 10%;
  left: 5%;
}
@media only screen and (max-width: 1600px) {
  .event_landing .hero_section .hero_wrapper .first_image {
    display: none;
  }
}
.event_landing .hero_section .hero_wrapper .second_image {
  width: 100%;
  max-width: 350px;
  position: absolute;
  bottom: -20%;
  right: 26%;
}
@media (max-width: 768px) {
  .event_landing .hero_section .hero_wrapper .second_image {
    max-width: 150px;
    bottom: -10%;
    left: 8%;
  }
}
.event_landing .hero_section .hero_wrapper .hero_title {
  max-width: 765px;
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  font-size: 67px;
  font-weight: 800;
  line-height: 84.42px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .event_landing .hero_section .hero_wrapper .hero_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .event_landing .hero_section .hero_wrapper .hero_title {
    max-width: 675px;
  }
}
@media (max-width: 1400px) {
  .event_landing .hero_section .hero_wrapper .hero_title {
    max-width: 475px;
  }
}
@media (max-width: 768px) {
  .event_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1921px) {
  .event_landing .second_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .event_landing .second_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .event_landing .second_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .event_landing .second_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .event_landing .second_section {
    padding: 60px 28px;
  }
}
.event_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.event_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  color: #12102B;
  font-weight: 800;
  max-width: 700px;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .event_landing .second_section .second_section_wrapper .second_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .event_landing .second_section .second_section_wrapper .second_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.event_landing .second_section .second_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  color: #12102B;
}
@media (max-width: 768px) {
  .event_landing .second_section .second_section_wrapper p {
    font-size: 22px;
    line-height: 32px;
  }
}
.event_landing .second_section .second_section_wrapper .success_message {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.event_landing .second_section .second_section_wrapper .disabled {
  opacity: 0.7;
}
.event_landing .second_section .second_section_wrapper .loading {
  display: none;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.event_landing .second_section .second_section_wrapper .event_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  padding-top: 60px;
}
.event_landing .second_section .second_section_wrapper .event_form input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.event_landing .second_section .second_section_wrapper .event_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.event_landing .second_section .second_section_wrapper .event_form .submit_btn, .event_landing .second_section .second_section_wrapper .event_form .submit_btn_qr {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
}
.event_landing .second_section .second_section_wrapper .event_form .submit_btn:hover, .event_landing .second_section .second_section_wrapper .event_form .submit_btn_qr:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.event_landing .second_section .second_section_wrapper .event_form_qr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.event_landing .second_section .second_section_wrapper .event_form_qr input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.event_landing .second_section .second_section_wrapper .event_form_qr ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.event_landing .second_section .second_section_wrapper .event_form_qr .submit_btn, .event_landing .second_section .second_section_wrapper .event_form_qr .submit_btn_qr {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
}
.event_landing .second_section .second_section_wrapper .event_form_qr .submit_btn:hover, .event_landing .second_section .second_section_wrapper .event_form_qr .submit_btn_qr:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.event_landing .second_section .second_section_wrapper .event_form_wrapper {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 70px;
}
.event_landing .second_section .second_section_wrapper .event_form_wrapper p {
  padding-bottom: 0px;
}
.event_landing .second_section .second_section_wrapper .event_form_wrapper .event_form_qr_text {
  max-width: 600px;
  width: 100%;
  max-width: 600px;
  width: 100%;
}
.event_landing .second_section .second_section_wrapper .event_form_wrapper .event_form_qr_text h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 43px;
}
.event_landing .second_section .second_section_wrapper .event_form_wrapper .event_form_qr {
  width: 100%;
  max-width: 600px;
}
.event_landing .second_section .second_section_wrapper .event_form_wrapper #formApiSucces p {
  background-color: #95ff95;
  padding: 20px;
  border-radius: 20px;
}
.event_landing .second_section .second_section_wrapper .agree_text {
  color: #000;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 1024px) {
  .event_landing .second_section .second_section_wrapper .agree_text {
    line-height: 1.3rem;
  }
}
.event_landing .third_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .event_landing .third_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .event_landing .third_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .event_landing .third_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .event_landing .third_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .event_landing .third_section {
    padding: 60px 28px;
  }
}
.event_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.event_landing .third_section .third_section_wrapper svg.first_triangle {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .event_landing .third_section .third_section_wrapper svg.first_triangle {
    display: none;
  }
}
.event_landing .third_section .third_section_wrapper svg.second_triangle {
  position: absolute;
  top: -350px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .event_landing .third_section .third_section_wrapper svg.second_triangle {
    display: none;
  }
}
.event_landing .third_section .third_section_wrapper svg.third_triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .event_landing .third_section .third_section_wrapper svg.third_triangle {
    display: none;
  }
}
.event_landing .third_section .third_section_wrapper svg.fourth_triangle {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .event_landing .third_section .third_section_wrapper svg.fourth_triangle {
    display: none;
  }
}
.event_landing .third_section .third_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  position: relative;
}
@media (max-width: 1400px) {
  .event_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .event_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.event_landing .third_section .third_section_wrapper p.third_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  color: #fff;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .event_landing .third_section .third_section_wrapper p.third_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.event_landing .third_section .third_section_wrapper .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .event_landing .third_section .third_section_wrapper .counters {
    justify-content: center;
  }
}
.event_landing .third_section .third_section_wrapper .counters .counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .event_landing .third_section .third_section_wrapper .counters .counter {
    align-items: center;
    flex-direction: column;
  }
}
.event_landing .third_section .third_section_wrapper .counters .counter .number {
  font-weight: 800;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .event_landing .third_section .third_section_wrapper .counters .counter .number {
    font-size: 77px;
    line-height: 77px;
  }
}
.event_landing .third_section .third_section_wrapper .counters .counter .description {
  color: #fff;
  font-size: 25px;
  line-height: 31px;
  font-weight: 200;
}
.event_landing .third_section .third_section_wrapper .btn_wrapper {
  padding-top: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .event_landing .third_section .third_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.event_landing .third_section .third_section_wrapper .btn_wrapper .btn_learn_more {
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.event_landing .third_section .third_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}
.event_landing .fourth_section {
  background-color: #fff;
}
@media (min-width: 1921px) {
  .event_landing .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .event_landing .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .event_landing .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .event_landing .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .event_landing .fourth_section {
    padding: 60px 28px;
  }
}
.event_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.event_landing .fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  font-weight: 800;
}
@media (max-width: 1400px) {
  .event_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .event_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.event_landing .fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .event_landing .fourth_section .fourth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FF5E89 -63.34%, #FF8012 0.18%, #FF5E89 100.43%, #FF8012 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 35px;
    justify-content: center;
  }
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 145px;
    width: 100%;
  }
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 2px;
}
@media (max-width: 1024px) {
  .event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.event_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}
.event_landing .fifth_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .event_landing .fifth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .event_landing .fifth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .event_landing .fifth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .event_landing .fifth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .event_landing .fifth_section {
    padding: 60px 28px;
  }
}
.event_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.event_landing .fifth_section .fifth_section_wrapper svg.first_triangle {
  position: absolute;
  left: -150px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .event_landing .fifth_section .fifth_section_wrapper svg.first_triangle {
    display: none;
  }
}
.event_landing .fifth_section .fifth_section_wrapper svg.second_triangle {
  position: absolute;
  top: 0;
  right: -100px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .event_landing .fifth_section .fifth_section_wrapper svg.second_triangle {
    display: none;
  }
}
.event_landing .fifth_section .fifth_section_wrapper svg.third_triangle {
  position: absolute;
  bottom: -300px;
  right: 10%;
  z-index: 0;
}
@media (max-width: 1024px) {
  .event_landing .fifth_section .fifth_section_wrapper svg.third_triangle {
    display: none;
  }
}
.event_landing .fifth_section .fifth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  font-weight: 800;
  position: relative;
}
@media (max-width: 1400px) {
  .event_landing .fifth_section .fifth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .event_landing .fifth_section .fifth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.event_landing .fifth_section .fifth_section_wrapper p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-size: 30px;
  font-weight: 200;
  line-height: 37.8px;
  text-align: left;
  padding-top: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .event_landing .fifth_section .fifth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.event_landing .fifth_section .fifth_section_wrapper .success_message_newsletter {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.event_landing .fifth_section .fifth_section_wrapper .disabled {
  opacity: 0.7;
}
.event_landing .fifth_section .fifth_section_wrapper .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.event_landing .fifth_section .fifth_section_wrapper .event_form_newsletter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 70px 0 0 0;
}
.event_landing .fifth_section .fifth_section_wrapper .event_form_newsletter input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.event_landing .fifth_section .fifth_section_wrapper .event_form_newsletter ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.event_landing .fifth_section .fifth_section_wrapper .event_form_newsletter .submit_btn_newsletter {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
}
.event_landing .fifth_section .fifth_section_wrapper .event_form_newsletter .submit_btn_newsletter:hover {
  background: #fff !important;
  color: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.event_landing .fifth_section .fifth_section_wrapper .agree_text_newsletter {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 1024px) {
  .event_landing .fifth_section .fifth_section_wrapper .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
.event_landing .gallery_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 1921px) {
  .event_landing .gallery_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .event_landing .gallery_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .event_landing .gallery_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .event_landing .gallery_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .event_landing .gallery_section {
    padding: 60px 28px;
  }
}
.event_landing .gallery_section .joinus__image__gallery .image__wrapper {
  background-color: black;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .event_landing .gallery_section .joinus__image__gallery .image__wrapper {
    pointer-events: none;
  }
}
.event_landing .gallery_section .joinus__image__gallery .image__wrapper:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
}
.event_landing .gallery_section .joinus__image__gallery .image__wrapper .image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: 0.5s;
}
.event_landing .gallery_section .joinus__image__gallery .slick-dots {
  bottom: -50px;
}
@media (max-width: 1024px) {
  .event_landing .gallery_section .joinus__image__gallery .slick-dots {
    bottom: -80px;
  }
}
.event_landing .gallery_section .joinus__image__gallery .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.event_landing .gallery_section .joinus__image__gallery .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.event_landing .gallery_section .joinus__image__gallery .slick-dots li button {
  height: 30px;
  width: 30px;
}
.event_landing .gallery_section .joinus__image__gallery .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.event_landing .gallery_section .joinus__image__gallery .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.event_landing .gallery_section .slick-list {
  margin: 0 -10px;
  padding: 0px 100px;
}
@media (max-width: 1024px) {
  .event_landing .gallery_section .slick-list {
    padding: 0px 50px;
  }
}
.event_landing .gallery_section .slick-list .slick-slide {
  margin: 0 10px;
  height: fit-content;
}

.qr_forms {
  background-color: #12102b;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .qr_forms {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .qr_forms {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .qr_forms {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .qr_forms {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .qr_forms {
    padding: 60px 28px;
  }
}
.qr_forms .forms svg.first_triangle {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .qr_forms .forms svg.first_triangle {
    display: none;
  }
}
.qr_forms .forms svg.second_triangle {
  position: absolute;
  top: -350px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .qr_forms .forms svg.second_triangle {
    display: none;
  }
}
.qr_forms .forms svg.third_triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .qr_forms .forms svg.third_triangle {
    display: none;
  }
}
.qr_forms .forms svg.fourth_triangle {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .qr_forms .forms svg.fourth_triangle {
    display: none;
  }
}
.qr_forms .forms .form_wrapper {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
}
.qr_forms .forms .form_wrapper h3 {
  text-align: center;
  color: #fff;
}
.qr_forms .forms .form_wrapper p {
  padding-bottom: 0px;
  text-align: center;
  color: #fff;
}
.qr_forms .forms .form_wrapper .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  max-width: 500px;
  width: 100%;
}
.qr_forms .forms .form_wrapper .form input, .qr_forms .forms .form_wrapper .form textarea {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: 1px solid #000;
}
.qr_forms .forms .form_wrapper .form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.qr_forms .forms .form_wrapper .form .submit_btn {
  background: #12102B;
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
}
.qr_forms .forms .form_wrapper .form .submit_btn:hover {
  background: linear-gradient(270deg, #FF3D17 -63.34%, #FF76FF 0.18%, #FF3D17 100.43%, #FF76FF 151.64%);
  text-decoration: none;
  cursor: pointer;
}
.qr_forms .forms .form_wrapper .form_title {
  max-width: 600px;
  width: 100%;
  max-width: 600px;
  width: 100%;
}
.qr_forms .forms .form_wrapper .form_title h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 43px;
}
.qr_forms .forms .form_wrapper .event_form_qr {
  width: 100%;
  max-width: 600px;
}
.qr_forms .forms #formApiSucces p {
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}
.qr_forms .forms .agree_form {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 1024px) {
  .qr_forms .forms .agree_form {
    line-height: 1.3rem;
  }
}

.movember_landing .breadcrumbs {
  color: #fff;
}
.movember_landing .breadcrumbs a {
  color: #fff !important;
  display: none;
}
.movember_landing .breadcrumbs span {
  display: none;
}
.movember_landing .hero_section {
  min-height: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .movember_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.movember_landing .hero_section .hero_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding: 40px;
  padding-left: 0;
}
@media (max-width: 1290px) {
  .movember_landing .hero_section .hero_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .movember_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
  }
}
.movember_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 70%;
  left: 5%;
}
@media only screen and (max-width: 1600px) {
  .movember_landing .hero_section .hero_wrapper .first_image {
    display: none;
  }
}
.movember_landing .hero_section .hero_wrapper .second_image {
  width: 100%;
  max-width: 350px;
  position: absolute;
  bottom: -20%;
  right: 26%;
}
@media (max-width: 768px) {
  .movember_landing .hero_section .hero_wrapper .second_image {
    max-width: 150px;
    bottom: -10%;
    left: 8%;
  }
}
.movember_landing .hero_section .hero_wrapper .hero_title {
  max-width: 940px;
  width: 100%;
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  font-size: 67px;
  font-weight: 800;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .movember_landing .hero_section .hero_wrapper .hero_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .movember_landing .hero_section .hero_wrapper .hero_title {
    max-width: 675px;
  }
}
@media (max-width: 1400px) {
  .movember_landing .hero_section .hero_wrapper .hero_title {
    max-width: 475px;
  }
}
@media (max-width: 768px) {
  .movember_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (min-width: 1921px) {
  .movember_landing .second_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .movember_landing .second_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .movember_landing .second_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .movember_landing .second_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .movember_landing .second_section {
    padding: 60px 28px;
  }
}
.movember_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.movember_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  color: #12102B;
  font-weight: 800;
  max-width: 700px;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .movember_landing .second_section .second_section_wrapper .second_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .movember_landing .second_section .second_section_wrapper .second_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.movember_landing .second_section .second_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  color: #12102B;
}
@media (max-width: 768px) {
  .movember_landing .second_section .second_section_wrapper p {
    font-size: 22px;
    line-height: 32px;
  }
}
.movember_landing .second_section .second_section_wrapper .success_message {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.movember_landing .second_section .second_section_wrapper .disabled {
  opacity: 0.7;
}
.movember_landing .second_section .second_section_wrapper .loading {
  display: none;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.movember_landing .second_section .second_section_wrapper .event_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  padding-top: 60px;
}
.movember_landing .second_section .second_section_wrapper .event_form input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.movember_landing .second_section .second_section_wrapper .event_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.movember_landing .second_section .second_section_wrapper .event_form .submit_btn, .movember_landing .second_section .second_section_wrapper .event_form .submit_btn_qr {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
}
.movember_landing .second_section .second_section_wrapper .event_form .submit_btn:hover, .movember_landing .second_section .second_section_wrapper .event_form .submit_btn_qr:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.movember_landing .second_section .second_section_wrapper .event_form_qr {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.movember_landing .second_section .second_section_wrapper .event_form_qr input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.movember_landing .second_section .second_section_wrapper .event_form_qr ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.movember_landing .second_section .second_section_wrapper .event_form_qr .submit_btn, .movember_landing .second_section .second_section_wrapper .event_form_qr .submit_btn_qr {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
}
.movember_landing .second_section .second_section_wrapper .event_form_qr .submit_btn:hover, .movember_landing .second_section .second_section_wrapper .event_form_qr .submit_btn_qr:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.movember_landing .second_section .second_section_wrapper .event_form_wrapper {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 70px;
}
.movember_landing .second_section .second_section_wrapper .event_form_wrapper p {
  padding-bottom: 0px;
}
.movember_landing .second_section .second_section_wrapper .event_form_wrapper .event_form_qr_text {
  max-width: 600px;
  width: 100%;
  max-width: 600px;
  width: 100%;
}
.movember_landing .second_section .second_section_wrapper .event_form_wrapper .event_form_qr_text h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 40px;
  line-height: 43px;
}
.movember_landing .second_section .second_section_wrapper .event_form_wrapper .event_form_qr {
  width: 100%;
  max-width: 600px;
}
.movember_landing .second_section .second_section_wrapper .event_form_wrapper #formApiSucces p {
  background-color: #95ff95;
  padding: 20px;
  border-radius: 20px;
}
.movember_landing .second_section .second_section_wrapper .agree_text {
  color: #000;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 1024px) {
  .movember_landing .second_section .second_section_wrapper .agree_text {
    line-height: 1.3rem;
  }
}
.movember_landing .third_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .movember_landing .third_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .movember_landing .third_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .movember_landing .third_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .movember_landing .third_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .movember_landing .third_section {
    padding: 60px 28px;
  }
}
.movember_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.movember_landing .third_section .third_section_wrapper svg.first_triangle {
  position: absolute;
  top: -300px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .movember_landing .third_section .third_section_wrapper svg.first_triangle {
    display: none;
  }
}
.movember_landing .third_section .third_section_wrapper svg.second_triangle {
  position: absolute;
  top: -350px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .movember_landing .third_section .third_section_wrapper svg.second_triangle {
    display: none;
  }
}
.movember_landing .third_section .third_section_wrapper svg.third_triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .movember_landing .third_section .third_section_wrapper svg.third_triangle {
    display: none;
  }
}
.movember_landing .third_section .third_section_wrapper svg.fourth_triangle {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  .movember_landing .third_section .third_section_wrapper svg.fourth_triangle {
    display: none;
  }
}
.movember_landing .third_section .third_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  position: relative;
}
@media (max-width: 1400px) {
  .movember_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .movember_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.movember_landing .third_section .third_section_wrapper p {
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 30px;
  color: #12102B;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.movember_landing .fourth_section {
  background-color: #fff;
}
@media (min-width: 1921px) {
  .movember_landing .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .movember_landing .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .movember_landing .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .movember_landing .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .movember_landing .fourth_section {
    padding: 60px 28px;
  }
}
.movember_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.movember_landing .fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  font-weight: 800;
}
@media (max-width: 1400px) {
  .movember_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .movember_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.movember_landing .fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .movember_landing .fourth_section .fourth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FF5E89 -63.34%, #FF8012 0.18%, #FF5E89 100.43%, #FF8012 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 35px;
    justify-content: center;
  }
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 145px;
    width: 100%;
  }
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 2px;
}
@media (max-width: 1024px) {
  .movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.movember_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}
.movember_landing .fifth_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .movember_landing .fifth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .movember_landing .fifth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .movember_landing .fifth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .movember_landing .fifth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .movember_landing .fifth_section {
    padding: 60px 28px;
  }
}
.movember_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.movember_landing .fifth_section .fifth_section_wrapper svg.first_triangle {
  position: absolute;
  left: -150px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .movember_landing .fifth_section .fifth_section_wrapper svg.first_triangle {
    display: none;
  }
}
.movember_landing .fifth_section .fifth_section_wrapper svg.second_triangle {
  position: absolute;
  top: 0;
  right: -100px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .movember_landing .fifth_section .fifth_section_wrapper svg.second_triangle {
    display: none;
  }
}
.movember_landing .fifth_section .fifth_section_wrapper svg.third_triangle {
  position: absolute;
  bottom: -300px;
  right: 10%;
  z-index: 0;
}
@media (max-width: 1024px) {
  .movember_landing .fifth_section .fifth_section_wrapper svg.third_triangle {
    display: none;
  }
}
.movember_landing .fifth_section .fifth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  font-weight: 800;
  position: relative;
}
@media (max-width: 1400px) {
  .movember_landing .fifth_section .fifth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .movember_landing .fifth_section .fifth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.movember_landing .fifth_section .fifth_section_wrapper p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-size: 30px;
  font-weight: 200;
  line-height: 37.8px;
  text-align: left;
  padding-top: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .movember_landing .fifth_section .fifth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.movember_landing .fifth_section .fifth_section_wrapper .success_message_newsletter {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.movember_landing .fifth_section .fifth_section_wrapper .disabled {
  opacity: 0.7;
}
.movember_landing .fifth_section .fifth_section_wrapper .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.movember_landing .fifth_section .fifth_section_wrapper .event_form_newsletter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 70px 0 0 0;
}
.movember_landing .fifth_section .fifth_section_wrapper .event_form_newsletter input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.movember_landing .fifth_section .fifth_section_wrapper .event_form_newsletter ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.movember_landing .fifth_section .fifth_section_wrapper .event_form_newsletter .submit_btn_newsletter {
  color: #fff;
  padding: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
}
.movember_landing .fifth_section .fifth_section_wrapper .event_form_newsletter .submit_btn_newsletter:hover {
  background: #fff !important;
  color: #12102B;
  text-decoration: none;
  cursor: pointer;
}
.movember_landing .fifth_section .fifth_section_wrapper .agree_text_newsletter {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
@media (max-width: 1024px) {
  .movember_landing .fifth_section .fifth_section_wrapper .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
.movember_landing .gallery_section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 1921px) {
  .movember_landing .gallery_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .movember_landing .gallery_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .movember_landing .gallery_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .movember_landing .gallery_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .movember_landing .gallery_section {
    padding: 60px 28px;
  }
}
.movember_landing .gallery_section .joinus__image__gallery .image__wrapper {
  background-color: black;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s;
}
@media (max-width: 1400px) {
  .movember_landing .gallery_section .joinus__image__gallery .image__wrapper {
    pointer-events: none;
  }
}
.movember_landing .gallery_section .joinus__image__gallery .image__wrapper:hover {
  transform: scale(0.97);
  transition: transform 0.4s ease-in-out;
}
.movember_landing .gallery_section .joinus__image__gallery .image__wrapper .image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: 0.5s;
}
.movember_landing .gallery_section .joinus__image__gallery .slick-dots {
  bottom: -50px;
}
@media (max-width: 1024px) {
  .movember_landing .gallery_section .joinus__image__gallery .slick-dots {
    bottom: -80px;
  }
}
.movember_landing .gallery_section .joinus__image__gallery .slick-dots li {
  height: 30px;
  width: 10px;
  transition: 0.4s;
}
.movember_landing .gallery_section .joinus__image__gallery .slick-dots li:hover {
  transform: scale(0.8);
  transition: 0.4s;
}
.movember_landing .gallery_section .joinus__image__gallery .slick-dots li button {
  height: 30px;
  width: 30px;
}
.movember_landing .gallery_section .joinus__image__gallery .slick-dots li button::before {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  background: linear-gradient(270deg, #47FF60 -63.34%, #2EFFE7 0.18%, #47FF60 100.43%, #2EFFE7 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}
.movember_landing .gallery_section .joinus__image__gallery .slick-dots li.slick-active button::before {
  background: linear-gradient(270deg, #47FF60 -63.34%, #2EFFE7 0.18%, #47FF60 100.43%, #2EFFE7 151.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
}
.movember_landing .gallery_section .slick-list {
  margin: 0 -10px;
  padding: 0px 100px;
}
@media (max-width: 1024px) {
  .movember_landing .gallery_section .slick-list {
    padding: 0px 50px;
  }
}
.movember_landing .gallery_section .slick-list .slick-slide {
  margin: 0 10px;
  height: fit-content;
}

.movember_landing .hero_section {
  min-height: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.movember_landing .hero_section .hero_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding: 40px;
  padding-left: 0;
}
.movember_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 650px;
  position: absolute;
  top: 70%;
  left: 55%;
}
.movember_landing .hero_section .hero_wrapper .hero_title {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 67px;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.movember_landing .hero_section .hero_wrapper .hero_text {
  max-width: 815px;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #12102B;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.movember_landing .hero_section .hero_wrapper .second_image {
  position: absolute;
  left: 0;
  z-index: 0;
  max-width: 180px;
  bottom: -60%;
}
.movember_landing .second_section {
  padding: 120px 96px;
  background-color: #12102B;
}
.movember_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.movember_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.movember_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.movember_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper .list_item {
  color: #FFF;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  list-style: none;
  text-decoration: none;
}
.movember_landing .third_image {
  position: absolute;
  top: 18%;
  right: 0;
  max-width: 375px;
}
.movember_landing .third_section {
  position: relative;
  overflow: hidden;
  padding: 120px 96px;
}
.movember_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.movember_landing .third_section .third_section_wrapper .third_section_title {
  color: #000;
  padding-bottom: 30px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.movember_landing .fourth_image {
  position: absolute;
  top: 35%;
  left: 0;
  max-width: 200px;
  height: auto;
}
.movember_landing .fourth_section {
  background-color: linear-gradient(66deg, #2EFFE7 15.25%, #47FF60 84.75%);
  padding: 120px 96px;
}
.movember_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.movember_landing .fourth_section .fourth_section_wrapper h3 {
  color: #000;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 80px;
  margin-top: 80px;
}
.movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_desc .title {
  color: #000;
  font-family: "Wazdan Sans";
  font-size: 41px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_desc .desc {
  color: #000;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_image {
  max-width: 211px;
  margin-right: 80px;
}
.movember_landing .fifth_section {
  background: #12102B;
  padding: 120px 96px;
}
.movember_landing .fifth_section h3 {
  padding-bottom: 30px;
  font-size: 48px;
  line-height: 51px;
  color: #fff;
  font-weight: 800;
  position: relative;
}
.movember_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
}
.movember_landing .fifth_section .fifth_section_wrapper p {
  color: #D9D9D9;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.movember_landing .fifth_section .fifth_section_wrapper a {
  color: #D9D9D9;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .movember_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
  .movember_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
  }
  .movember_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
  .movember_landing .hero_section .hero_wrapper .hero_text {
    font-size: 20px;
    line-height: 30px;
  }
  .movember_landing .hero_section .hero_wrapper .first_image {
    display: none;
  }
  .movember_landing .hero_section .hero_wrapper .second_image {
    max-width: 55px;
    top: 83%;
  }
  .movember_landing .second_section {
    padding: 60px 28px;
  }
  .movember_landing .second_section .second_section_wrapper .second_section_title {
    font-size: 30px;
    line-height: 36px;
  }
  .movember_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .movember_landing .second_section .second_section_wrapper .facts_list .list_item_wrapper .list_item {
    font-size: 16px;
    line-height: 30px;
  }
  .movember_landing .third_section {
    padding: 60px 28px;
  }
  .movember_landing .third_section .third_section_wrapper first_triangle {
    position: absolute;
    top: -300px;
    left: 0;
    z-index: 0;
  }
  .movember_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
  }
  .movember_landing .third_section .third_section_wrapper p {
    font-size: 21px;
  }
  .movember_landing .third_image {
    max-width: 85px;
    top: 20%;
  }
  .movember_landing .fourth_section {
    padding: 60px 28px;
  }
  .movember_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 26px;
  }
  .movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper {
    flex-direction: column;
    gap: 5px;
  }
  .movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .reason_image {
    margin: auto;
    display: flex;
    min-width: fit-content;
  }
  .movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .title {
    font-size: 30px !important;
    text-align: center;
  }
  .movember_landing .fourth_section .fourth_section_wrapper .reasons_wrapper .wrapper .desc {
    font-size: 20px !important;
    text-align: center;
  }
  .movember_landing .fourth_image {
    display: none;
  }
  .movember_landing .fifth_section {
    padding: 60px 28px;
    background-image: none !important;
  }
  .movember_landing .fifth_section h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .movember_landing .fifth_section .fifth_section_wrapper p {
    font-size: 22px;
  }
}
.movember_landing img.reason_image.wide {
  margin-left: 40px;
  margin-right: 110px !important;
}

.xmasdrop_landing {
  background: #12102B;
  color: white;
}
.xmasdrop_landing .breadcrumbs {
  color: #fff;
}
.xmasdrop_landing .breadcrumbs a {
  color: #fff !important;
  display: none;
}
.xmasdrop_landing .breadcrumbs span {
  display: none;
}
.xmasdrop_landing .hero_section {
  min-height: 500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.xmasdrop_landing .hero_section .hero_wrapper {
  place-items: center;
  max-width: 1250px;
  width: 100%;
  margin: auto;
  padding: 40px;
}
.xmasdrop_landing .hero_section .hero_wrapper .hero_title {
  padding-bottom: 30px;
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 67px;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.xmasdrop_landing .hero_section .hero_wrapper .hero_text {
  max-width: 1250px;
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Wazdan Sans";
  font-size: 50px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.xmasdrop_landing .hero_section .hero_wrapper .hero_title_reward {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 180px;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.xmasdrop_landing .hero_section .hero_wrapper .scroll_button {
  border: 0.5px solid #12102B;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 22px;
  margin-top: 20px;
  padding: 8px 32px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
  background: linear-gradient(270deg, #2EFFE7 -63.34%, #47FF60 0.18%, #2EFFE7 100.43%, #47FF60 151.64%);
  color: #000;
}
.xmasdrop_landing .second_section {
  padding: 80px 96px;
}
.xmasdrop_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.xmasdrop_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.xmasdrop_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input, .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 0px 20px;
  margin: 0px;
  border: white;
  height: 60px;
  text-align: center;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input::placeholder, .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input::placeholder {
  font-size: 24px;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .agree {
  font-size: 12px;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .xmas_submit {
  display: none;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper #promoButtonFirst {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  border: none;
}
.xmasdrop_landing .second_section .second_section_wrapper .form_wrapper #formApiErrors {
  color: red;
  font-size: 24px;
}
.xmasdrop_landing .section_award {
  padding: 80px 96px;
}
.xmasdrop_landing .section_award .award_section_title {
  padding-bottom: 40px;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
  place-self: center;
  margin-bottom: 30px;
}
.xmasdrop_landing .section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
}
.xmasdrop_landing .section_award .section_wrapper .award {
  max-width: 350px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.xmasdrop_landing .section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.xmasdrop_landing .section_award .section_wrapper .middle {
  position: relative;
  top: -30px;
}
.xmasdrop_landing .form_second_section {
  padding: 80px 0px 0px 0px;
}
.xmasdrop_landing .form_second_section .section_wrapper {
  position: relative;
  margin: auto;
  width: 100%;
  flex-direction: column;
}
.xmasdrop_landing .form_second_section .section_background {
  position: relative;
}
.xmasdrop_landing .form_second_section .image_wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.xmasdrop_landing .form_second_section .image_wrapper .form2_xmas_decor {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.xmasdrop_landing .form_second_section .image_wrapper .form2_xmas_decor {
  z-index: 2;
  top: -48%;
}
.xmasdrop_landing .form_second_section .image_wrapper .form2_bg {
  top: 0;
  z-index: 1;
}
.xmasdrop_landing .form_second_section .form_heading {
  position: absolute;
  top: 25%;
  left: 30%;
  transform: translateX(-50%);
  z-index: 3;
}
.xmasdrop_landing .form_second_section .form_heading h2 {
  font-size: 50px;
  color: black;
  margin: 0;
  font-weight: 800;
}
.xmasdrop_landing .form_second_section .form_wrapper {
  position: absolute;
  top: 25%;
  position-area: center;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  max-width: 1250px;
  gap: 40px; /* Odstępy między kolumnami */
  align-items: flex-start; /* Wyrównanie na górze */
}
.xmasdrop_landing .form_second_section .form_wrapper .form_content {
  flex: 1; /* Pierwsza kolumna */
  padding: 10px;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_content p {
  font-size: 25px;
  color: black;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_area {
  flex: 1; /* Druga kolumna */
  padding: 10px;
  text-align: center;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input, .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 0px 20px;
  margin: 0px;
  border: white;
  height: 60px;
  text-align: center;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input::placeholder, .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input::placeholder {
  font-size: 24px;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_area .agree {
  font-size: 12px;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_area .xmas_submit {
  display: none;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_area #promoButtonSecond {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  border: none;
}
.xmasdrop_landing .form_second_section .form_wrapper .form_area #formApiErrorsSecond {
  font-size: 24px;
  color: red;
}
.xmasdrop_landing .third_section {
  padding: 80px 96px;
}
.xmasdrop_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
}
.xmasdrop_landing .third_section .third_section_wrapper .third_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
}
.xmasdrop_landing .third_section .third_section_wrapper .video {
  border-radius: 20px;
  max-width: 800px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.xmasdrop_landing .fourth_section {
  padding: 80px 96px;
}
.xmasdrop_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
}
.xmasdrop_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.xmasdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px;
  margin-bottom: 52px;
  max-width: 1440px;
  margin: auto;
  padding-bottom: 40px;
}
.xmasdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper .promo_tools {
  border: 0.5px solid #12102B;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-color: #fff;
  font-size: 22px;
  padding: 8px 16px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
}
.xmasdrop_landing .fourth_section .fourth_section_wrapper .promo_tools_wrapper .promo_tools:hover {
  background: linear-gradient(270deg, #2EFFE7 -63.34%, #47FF60 0.18%, #2EFFE7 100.43%, #47FF60 151.64%);
  color: #000;
}
.xmasdrop_landing .fifth_section {
  padding: 80px 96px;
}
.xmasdrop_landing .fifth_section .fifth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.xmasdrop_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
}
.xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text {
  color: white;
  flex: 1;
  align-self: center;
}
.xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
  font-size: 55px;
  color: white;
}
.xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
  font-size: 60px;
  padding-top: 30px;
  color: white;
  font-weight: bold;
}
.xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .role {
  font-size: 25px;
  color: white;
}
.xmasdrop_landing .fifth_section .fifth_section_wrapper .image_wrapper {
  position: relative;
  flex: 1;
}
.xmasdrop_landing .fifth_section .fifth_section_wrapper .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
.xmasdrop_landing .sixth_section {
  padding: 80px 96px;
}
.xmasdrop_landing .sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.xmasdrop_landing .sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}
.xmasdrop_landing .sixth_section .counter {
  display: flex;
}
.xmasdrop_landing .sixth_section .counter .mark {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 180px;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.xmasdrop_landing .sixth_section .counter .count {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
  align-content: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 800;
  font-size: 180px;
  line-height: 1;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.xmasdrop_landing .slider_section {
  background-color: #D4ECFF;
  padding: 113px 0;
  display: flex;
  flex-direction: column;
}
.xmasdrop_landing .slider_section .network_slider .slick-slide {
  padding: 0 10px;
}
.xmasdrop_landing .slider_section .network_slider .slick-slide img {
  border-radius: 38px;
  max-height: 384px;
  width: 100%;
  height: 100%;
}
.xmasdrop_landing .seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.xmasdrop_landing .seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}
@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@media only screen and (max-width: 768px) {
  .xmasdrop_landing .hero_section .hero_wrapper {
    padding: 40px 20px;
  }
  .xmasdrop_landing .hero_section .hero_wrapper .hero_title {
    font-size: 40px !important;
  }
  .xmasdrop_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 50px;
  }
  .xmasdrop_landing .hero_section .hero_wrapper .hero_text {
    font-size: 30px;
  }
  .xmasdrop_landing .third_section {
    padding: 40px 45px;
  }
  .xmasdrop_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
  }
  .xmasdrop_landing .section_award {
    padding: 40px 45px;
  }
  .xmasdrop_landing .section_award .award_section_title {
    font-size: 30px;
  }
  .xmasdrop_landing .section_award .section_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .xmasdrop_landing .section_award .section_wrapper .middle {
    top: 0px;
  }
  .xmasdrop_landing .second_section {
    padding: 40px 0px;
  }
  .xmasdrop_landing .second_section .second_section_wrapper .form1_bg {
    display: none;
  }
  .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper {
    position: initial;
    transform: none;
    padding: 0px;
  }
  .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input, .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 35px;
  }
  .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .xmas_submit {
    background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
    color: black;
  }
  .xmasdrop_landing .fourth_section {
    padding: 40px 45px;
  }
  .xmasdrop_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
    font-size: 30px;
  }
  .xmasdrop_landing .fifth_section {
    padding: 40px 45px;
  }
  .xmasdrop_landing .fifth_section .fifth_section_title {
    font-size: 30px;
  }
  .xmasdrop_landing .fifth_section .fifth_section_wrapper {
    flex-direction: column;
  }
  .xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 20px;
  }
  .xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 30px;
    padding-top: 5px;
  }
  .xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_title {
    font-size: 25px;
  }
  .xmasdrop_landing .sixth_section {
    padding: 40px 45px;
  }
  .xmasdrop_landing .sixth_section .sixth_section_title {
    font-size: 30px;
  }
  .xmasdrop_landing .sixth_section .counter .count, .xmasdrop_landing .sixth_section .counter .mark {
    font-size: 50px;
  }
  .xmasdrop_landing .seventh_section {
    padding: 40px 20px;
  }
  .xmasdrop_landing .seventh_section .seventh_section_title {
    font-size: 30px;
  }
  .xmasdrop_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 21px;
  }
  .xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 21px;
  }
  .xmasdrop_landing .form_second_section {
    padding: 40px 0px;
  }
  .xmasdrop_landing .form_second_section .image_wrapper {
    display: none;
  }
  .xmasdrop_landing .form_second_section .form_heading {
    position: initial;
    transform: none;
    padding: 0px 45px;
  }
  .xmasdrop_landing .form_second_section .form_heading h2 {
    color: white;
    font-size: 30px;
  }
  .xmasdrop_landing .form_second_section .form_wrapper {
    position: initial;
    gap: 0px;
  }
  .xmasdrop_landing .form_second_section .form_wrapper .form_content p {
    color: white;
    padding: 0px 45px;
  }
  .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input, .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 35px;
  }
  .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input, .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input {
    font-size: 24px;
    border-radius: 40px;
    padding: 0px 20px;
    margin: 0px;
    border: white;
    height: 60px;
    text-align: center;
  }
  .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input::placeholder, .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input::placeholder {
    font-size: 24px;
  }
  .xmasdrop_landing .form_second_section .form_wrapper .form_area .agree {
    font-size: 12px;
  }
  .xmasdrop_landing .form_second_section .form_wrapper .form_area .xmas_submit {
    border-radius: 40px;
    padding: 10px 50px;
    font-size: 24px;
    background-color: black;
    color: white;
    border: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .xmasdrop_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 130px;
  }
  .xmasdrop_landing .section_award .section_wrapper {
    justify-content: center;
  }
  .xmasdrop_landing .section_award .section_wrapper .award {
    max-width: 300px;
  }
  .xmasdrop_landing .second_section {
    padding: 80px 0px;
  }
  .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input, .xmasdrop_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 120px;
  }
  .xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 35px;
  }
  .xmasdrop_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 45px;
  }
  .xmasdrop_landing .sixth_section .counter .mark, .xmasdrop_landing .sixth_section .counter .count {
    font-size: 135px;
  }
  .xmasdrop_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 50px;
  }
  .xmasdrop_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 50px;
  }
  .xmasdrop_landing .form_second_section .form_heading {
    top: 20%;
    left: 35%;
  }
  .xmasdrop_landing .form_second_section .form_wrapper {
    align-items: center;
    top: 35%;
    padding: 0px 50px;
  }
  .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_mail input, .xmasdrop_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 100px;
  }
}
.ice2025_landing {
  background: #12102B;
  color: white;
  font-family: "Wazdan Sans";
  src: url("./fonts/WazdanSans/WazdanSans-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.ice2025_landing .breadcrumbs {
  color: #fff;
}
.ice2025_landing .breadcrumbs a {
  color: #fff !important;
  display: none;
}
.ice2025_landing .breadcrumbs span {
  display: none;
}
.ice2025_landing .hero_section {
  margin-top: 60px;
  min-height: 600px;
  background-image: url("https://wazdan.com/wp-content/uploads/pattern-scaled.webp");
  background-position: bottom right;
  position: relative;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .ice2025_landing .hero_section {
    min-height: 390px;
    align-items: flex-start;
  }
}
.ice2025_landing .hero_section .hero_wrapper {
  border-radius: 20px;
  max-width: 1330px;
  width: 100%;
  margin: auto;
  padding: 60px;
  padding-left: 80px;
  margin: 60px auto;
}
@media (max-width: 768px) {
  .ice2025_landing .hero_section .hero_wrapper {
    margin: 40px;
  }
}
.ice2025_landing .hero_section .hero_wrapper .scroll_button {
  border: 0.5px solid #12102B;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-size: 22px;
  margin-top: 20px;
  padding: 8px 32px;
  border-radius: 120px;
  line-height: 32px;
  text-decoration: none;
  background: linear-gradient(270deg, #880CFF -63.34%, #3305FF 0.18%, #880CFF 100.43%, #3305FF 151.64%);
  color: #fff;
}
@media (max-width: 1290px) {
  .ice2025_landing .hero_section .hero_wrapper {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .ice2025_landing .hero_section .hero_wrapper {
    margin: inherit;
    padding: 28px;
  }
}
.ice2025_landing .hero_section .hero_wrapper .first_image {
  width: 100%;
  max-width: 650px;
  position: absolute;
  top: 10%;
  left: 55%;
}
@media only screen and (max-width: 1600px) {
  .ice2025_landing .hero_section .hero_wrapper .first_image {
    position: static;
    width: 130%;
    max-width: 384px;
    overflow: visible;
    margin-bottom: -103px;
    margin-left: -35px;
  }
}
.ice2025_landing .hero_section .hero_wrapper .hero_title {
  max-width: 800px;
  width: 100%;
  font-size: 67px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1800px) {
  .ice2025_landing .hero_section .hero_wrapper .hero_title {
    max-width: 675px;
  }
}
@media (max-width: 1400px) {
  .ice2025_landing .hero_section .hero_wrapper .hero_title {
    max-width: 475px;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .hero_section .hero_wrapper .hero_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.ice2025_landing .second_section {
  padding: 80px 96px;
}
.ice2025_landing .second_section .second_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.ice2025_landing .second_section .second_section_wrapper .form1_bg {
  width: 100%;
  height: auto;
  display: block;
}
.ice2025_landing .second_section .second_section_wrapper .second_section_title {
  font-weight: 800;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  max-width: 1200px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.ice2025_landing .second_section .second_section_wrapper .form_wrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 20px;
  text-align: center;
}
.ice2025_landing .second_section .second_section_wrapper .form_wrapper h2 {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: black;
  position: relative;
}
.ice2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input,
.ice2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input {
  font-size: 24px;
  border-radius: 40px;
  padding: 10px 200px;
  margin: 20px;
  border: white;
}
.ice2025_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
  border-radius: 40px;
  padding: 10px 50px;
  font-size: 24px;
  background-color: black;
  color: white;
  margin-top: 40px;
}
.ice2025_landing .third_section {
  background-color: white;
}
@media (min-width: 1921px) {
  .ice2025_landing .third_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .ice2025_landing .third_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .ice2025_landing .third_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .third_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .ice2025_landing .third_section {
    padding: 60px 28px;
  }
}
.ice2025_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: relative;
}
.ice2025_landing .third_section .third_section_wrapper .third_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  color: #12102B;
  max-width: 700px;
  width: 100%;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .ice2025_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.ice2025_landing .third_section .third_section_wrapper p {
  margin-bottom: 0;
  font-size: 31px;
  line-height: 39px;
  color: #12102B;
}
@media (max-width: 768px) {
  .ice2025_landing .third_section .third_section_wrapper p {
    font-size: 22px;
    line-height: 32px;
  }
}
.ice2025_landing .third_section .third_section_wrapper .success_message {
  display: none;
  color: #000;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.ice2025_landing .third_section .third_section_wrapper .event_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.ice2025_landing .third_section .third_section_wrapper .event_form input {
  padding: 20px;
  margin: 10px;
  background-color: #D4ECFF;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.ice2025_landing .third_section .third_section_wrapper .event_form ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.ice2025_landing .third_section .third_section_wrapper .event_form .submit_btn {
  color: #fff;
  background-color: #3305FF;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
}
.ice2025_landing .third_section .third_section_wrapper .event_form .submit_btn:hover {
  background: #880CFF !important;
  text-decoration: none;
  cursor: pointer;
}
.ice2025_landing .third_section .third_section_wrapper .event_form .wpforms-submit-container {
  place-self: center;
}
.ice2025_landing .third_section .third_section_wrapper .event_form_wrapper {
  display: flex;
  gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .third_section .third_section_wrapper .event_form_wrapper {
    flex-direction: column;
  }
}
.ice2025_landing .third_section .third_section_wrapper .event_form_wrapper p {
  padding-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .third_section .third_section_wrapper .event_form_wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .third_section .third_section_wrapper .event_form_wrapper .agree_text {
    font-size: 14px;
  }
}
.ice2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text {
  max-width: 600px;
  width: 100%;
  max-width: 600px;
  width: 100%;
}
.ice2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
  font-weight: 900;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 43px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form_text h3 {
    font-size: 30px;
  }
}
.ice2025_landing .third_section .third_section_wrapper .event_form_wrapper .event_form {
  width: 100%;
  max-width: 600px;
}
.ice2025_landing .third_section .third_section_wrapper .event_form_wrapper #formApiSucces p {
  background-color: #95ff95;
  padding: 20px;
  border-radius: 20px;
}
.ice2025_landing .third_section .third_section_wrapper .agree_text {
  color: #000;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
.ice2025_landing .third_section .third_section_wrapper .agree_text a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .ice2025_landing .third_section .third_section_wrapper .agree_text {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .third_section .third_section_wrapper .agree_text {
    font-size: 14px;
  }
}
.ice2025_landing .counter_section {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1921px) {
  .ice2025_landing .counter_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .ice2025_landing .counter_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .ice2025_landing .counter_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .ice2025_landing .counter_section {
    padding: 60px 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .ice2025_landing .counter_section {
    padding: 70px 96px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.ice2025_landing .counter_section .counter_section_wrapper .counter_section_title {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #191919;
  font-weight: 800;
  position: relative;
}
@media (max-width: 1400px) {
  .ice2025_landing .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .counter_section_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .counter {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .counter {
    padding-bottom: 20px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .counter .curr {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .counter .curr {
    font-size: 40px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .counter .mark_added {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .counter .mark_added {
    font-size: 40px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .counter .count {
  color: #12102b;
  width: 100%;
  font-weight: 800;
  font-size: 110px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .counter .count {
    font-size: 40px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper p.counter_section_description {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper p.counter_section_description {
    font-size: 24px;
    line-height: 34px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
  margin-bottom: 0;
  color: #191919;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  font-weight: 200;
  padding-bottom: 50px;
  position: relative;
  justify-self: center;
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .counter_section_under_counter {
    font-size: 24px;
    line-height: 34px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .reasons {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .reasons {
    flex-direction: column;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .reasons .counters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 100px;
  position: relative;
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .reasons .counters {
    justify-content: left;
    padding: 10px 0px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter {
    align-items: center;
    flex-direction: row;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
  font-weight: 900;
  font-size: 89px;
  margin: 0;
  line-height: 112px;
  opacity: 0.9;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #12102b;
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .number {
    font-size: 45px;
    line-height: 15px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
  color: #12102b;
  font-size: 24px;
  line-height: 31px;
  font-weight: 200;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .reasons .counters .single_counter .description {
    margin: auto;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .btn_wrapper {
  padding-top: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .ice2025_landing .counter_section .counter_section_wrapper .btn_wrapper {
    padding-top: 50px;
  }
}
.ice2025_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more {
  color: #fff;
  background-color: #12102B;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.ice2025_landing .counter_section .counter_section_wrapper .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: #fff !important;
}
.ice2025_landing .section_award {
  padding: 80px 96px;
}
.ice2025_landing .section_award .award_section_title {
  padding-bottom: 40px;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
  place-self: center;
  margin-bottom: 30px;
}
.ice2025_landing .section_award .section_wrapper {
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .ice2025_landing .section_award .section_wrapper {
    align-items: center;
  }
}
.ice2025_landing .section_award .section_wrapper .award {
  max-width: 260px;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.ice2025_landing .section_award .section_wrapper .award.visible {
  opacity: 1;
  transform: translateY(0);
}
.ice2025_landing .section_award .section_wrapper .middle {
  position: relative;
  top: -30px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .ice2025_landing .section_award .section_wrapper .middle {
    max-width: 260px;
    order: -1;
  }
}
.ice2025_landing .form_second_section {
  padding: 80px 0px 0px 0px;
  background-image: url("https://wazdan.com/wp-content/uploads/pattern-scaled.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.ice2025_landing .form_second_section .section_wrapper {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  flex-direction: column;
}
.ice2025_landing .form_second_section .section_background {
  position: relative;
}
.ice2025_landing .form_second_section .section_background .form_section_container {
  padding-top: 180px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .ice2025_landing .form_second_section .section_background .form_section_container {
    margin: 0 40px;
    padding: 80px 0;
  }
}
.ice2025_landing .form_second_section .image_wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.ice2025_landing .form_second_section .form_heading {
  z-index: 4;
  background-color: #12102B;
  padding: 40px 60px;
  border-radius: 20px 20px 0px 0px;
}
.ice2025_landing .form_second_section .form_heading h2 {
  font-size: 50px;
  color: white;
  margin: 0;
  font-weight: 800;
}
@media (max-width: 768px) {
  .ice2025_landing .form_second_section .form_heading {
    padding: 30px;
  }
}
.ice2025_landing .form_second_section .form_wrapper {
  padding: 60px 60px;
  background-color: #12102B;
  position-area: center;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  max-width: 1330px;
  gap: 40px;
  align-items: flex-start;
  border-radius: 0px 0px 20px 20px;
}
@media (max-width: 768px) {
  .ice2025_landing .form_second_section .form_wrapper {
    flex-direction: column;
    padding: 30px;
  }
}
.ice2025_landing .form_second_section .form_wrapper .form_content {
  flex: 1;
  padding: 5px;
}
.ice2025_landing .form_second_section .form_wrapper .form_content p {
  font-size: 25px;
  font-weight: 400;
  color: white;
}
@media (max-width: 768px) {
  .ice2025_landing .form_second_section .form_wrapper .form_content p {
    font-size: 20px;
  }
}
.ice2025_landing .form_second_section .form_wrapper .form_area {
  flex: 1;
  padding: 10px;
  text-align: center;
}
.ice2025_landing .form_second_section .form_wrapper .form_area .success_message_newsletter {
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 50px;
}
.ice2025_landing .form_second_section .form_wrapper .form_area .disabled {
  opacity: 0.7;
}
.ice2025_landing .form_second_section .form_wrapper .form_area .loading_newsletter {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ab1efd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
.ice2025_landing .form_second_section .form_wrapper .form_area input {
  padding: 20px;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}
.ice2025_landing .form_second_section .form_wrapper .form_area ::placeholder {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.ice2025_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter {
  color: #fff;
  background-color: #3305FF;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  place-self: center;
  border-radius: 50px;
  margin-top: 25px;
}
.ice2025_landing .form_second_section .form_wrapper .form_area .submit_btn_newsletter:hover {
  background: #880CFF !important;
  text-decoration: none;
  cursor: pointer;
}
.ice2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
  color: #fff;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  margin: 0;
}
.ice2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .ice2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    line-height: 1.3rem;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .form_second_section .form_wrapper .form_area .agree_text_newsletter {
    font-size: 14px;
  }
}
.ice2025_landing .third_section {
  padding: 80px 96px;
}
.ice2025_landing .third_section .third_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  margin: auto;
}
.ice2025_landing .third_section .third_section_wrapper .third_section_title {
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white;
  position: relative;
}
.ice2025_landing .third_section .third_section_wrapper .video {
  border-radius: 20px;
  max-width: 800px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.ice2025_landing .fourth_section {
  position: relative;
}
@media (min-width: 1921px) {
  .ice2025_landing .fourth_section {
    padding: 150px 96px;
  }
}
@media (max-width: 1920px) {
  .ice2025_landing .fourth_section {
    padding: 120px 96px;
  }
}
@media (max-width: 1400px) {
  .ice2025_landing .fourth_section {
    padding: 90px 60px;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .fourth_section {
    padding: 72px 40px;
  }
}
@media (max-width: 576px) {
  .ice2025_landing .fourth_section {
    padding: 60px 28px;
  }
}
.ice2025_landing .fourth_section::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #12102b;
  transform: skewY(3deg);
  transform-origin: top left;
  z-index: 0;
}
.ice2025_landing .fourth_section .fourth_section_wrapper {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}
.ice2025_landing .fourth_section .fourth_section_wrapper h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 51px;
  color: #FFF;
  font-weight: 800;
}
@media (max-width: 1400px) {
  .ice2025_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 40px;
    line-height: 43px;
  }
}
@media (max-width: 768px) {
  .ice2025_landing .fourth_section .fourth_section_wrapper h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.ice2025_landing .fourth_section .fourth_section_wrapper p {
  margin-bottom: 0;
  color: #FFF;
  font-size: 31px;
  line-height: 39px;
  font-weight: 500;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .ice2025_landing .fourth_section .fourth_section_wrapper p {
    font-size: 24px;
    line-height: 34px;
  }
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper {
  display: flex;
  justify-content: center;
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #fff;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .btn_wrapper .more_btn:hover {
  background: #12102B !important;
  text-decoration: none;
  cursor: pointer;
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 20px;
  justify-content: center;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team {
    padding-top: 20px;
    gap: 35px;
    justify-content: center;
  }
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  max-width: 304px;
}
@media (max-width: 1024px) {
  .ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person {
    max-width: 145px;
    width: 100%;
  }
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper {
  position: relative;
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
@media (max-width: 1024px) {
  .ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .image_wrapper .person_image {
    bottom: -5px;
    left: 2px;
  }
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_name {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.46px;
  text-align: center;
}
.ice2025_landing .fourth_section .fourth_section_wrapper .team_wrapper .team .person .person_info .person_position {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.9px;
  text-align: center;
}
.ice2025_landing .fifth_section {
  padding: 80px 96px;
  background-attachment: fixed;
}
.ice2025_landing .fifth_section .fifth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.ice2025_landing .fifth_section .fifth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text {
  color: white;
  flex: 1;
  align-self: center;
  font-weight: 300;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper {
    padding-top: 50px;
  }
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper .btn_learn_more {
  background: linear-gradient(270deg, #FFDC2B -63.34%, #FF8112 0.18%, #FFDC2B 100.43%, #FF8112 151.64%);
  color: #000;
  padding: 14px 75px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  border: none;
  border-radius: 50px;
  max-width: 260px;
  width: 100%;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .btn_wrapper .btn_learn_more:hover {
  text-decoration: none;
  color: #12102B;
  background: linear-gradient(270deg, #FF8112 -63.34%, #FFDC2B 0.18%, #FF8112 100.43%, #FFDC2B 151.64%);
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
  font-size: 55px;
  color: white;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text {
  font-size: 30px;
  padding-top: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text {
    font-size: 24px;
  }
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .text strong {
  font-weight: 800;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains {
  display: flex;
  flex-direction: column;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item {
  gap: 10px;
  display: flex;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list_gains .list_item img {
  height: fit-content;
  place-self: center;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list {
  font-size: 30px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .list {
    font-size: 24px;
  }
}
.ice2025_landing .fifth_section .fifth_section_wrapper .image_wrapper {
  position: relative;
  flex: 1;
}
.ice2025_landing .fifth_section .fifth_section_wrapper .image_wrapper .person_image {
  position: absolute;
  bottom: -10px;
  left: 5px;
}
.ice2025_landing .sixth_section {
  padding: 80px 96px;
}
.ice2025_landing .sixth_section .sixth_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.ice2025_landing .sixth_section .sixth_section_wrapper {
  max-width: 1250px;
  justify-items: center;
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
}
.ice2025_landing .seventh_section {
  text-align: center;
  padding: 80px 96px;
}
.ice2025_landing .seventh_section .seventh_section_title {
  justify-self: center;
  padding-bottom: 40px;
  font-feature-settings: "liga" off;
  font-family: "Wazdan Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: white !important;
  position: relative;
}
.ice2025_landing .seventh_section .seventh_section_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text-static {
  background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #35ffc5 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  font-weight: 900;
  font-size: 80px;
  color: #FFF;
  position: relative;
  z-index: 1;
  flex: 1;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter {
  position: relative;
  height: 105px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
  background: var(--Linear, linear-gradient(98deg, #35ffc5 5.98%, #47FF60 94.42%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: bold;
  width: 100%;
  text-align: left;
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  animation: text-slide 10s infinite ease-in-out;
  white-space: nowrap;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(1) {
  animation-delay: 0s;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(2) {
  animation-delay: 2s;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(3) {
  animation-delay: 4s;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(4) {
  animation-delay: 6s;
}
.ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text:nth-child(5) {
  animation-delay: 8s;
}
@keyframes text-slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  10%, 20% {
    opacity: 1;
    transform: translateY(0);
  }
  35% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

@media only screen and (max-width: 768px) {
  .ice2025_landing .hero_section {
    padding-bottom: 40px;
  }
  .ice2025_landing .hero_section .hero_wrapper {
    padding: 40px 20px;
    margin: 40px;
  }
  .ice2025_landing .hero_section .hero_wrapper .hero_title {
    font-size: 40px !important;
  }
  .ice2025_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 50px;
  }
  .ice2025_landing .hero_section .hero_wrapper .hero_text {
    font-size: 30px;
  }
  .ice2025_landing .third_section {
    padding: 40px 45px;
  }
  .ice2025_landing .third_section .third_section_wrapper .third_section_title {
    font-size: 30px;
  }
  .ice2025_landing .section_award {
    padding: 40px 45px;
  }
  .ice2025_landing .section_award .award_section_title {
    font-size: 30px;
  }
  .ice2025_landing .section_award .section_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .ice2025_landing .section_award .section_wrapper .middle {
    top: 0px;
  }
  .ice2025_landing .second_section {
    padding: 40px 0px;
  }
  .ice2025_landing .second_section .second_section_wrapper .form1_bg {
    display: none;
  }
  .ice2025_landing .second_section .second_section_wrapper .form_wrapper {
    position: initial;
    transform: none;
    padding: 0px;
  }
  .ice2025_landing .second_section .second_section_wrapper .form_wrapper h2 {
    color: white;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .ice2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .ice2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 35px;
  }
  .ice2025_landing .second_section .second_section_wrapper .form_wrapper button#wpforms-submit-19 {
    background: var(--Linear, linear-gradient(98deg, #2EFFE7 5.98%, #47FF60 94.42%));
    color: black;
  }
  .ice2025_landing .fourth_section {
    padding: 40px 45px;
  }
  .ice2025_landing .fourth_section .fourth_section_wrapper .fourth_section_title {
    font-size: 30px;
  }
  .ice2025_landing .fifth_section {
    padding: 40px 45px;
  }
  .ice2025_landing .fifth_section .fifth_section_title {
    font-size: 30px;
  }
  .ice2025_landing .fifth_section .fifth_section_wrapper {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 20px;
  }
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 30px;
    padding-top: 5px;
  }
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_title {
    font-size: 25px;
  }
  .ice2025_landing .sixth_section {
    padding: 40px 45px;
  }
  .ice2025_landing .sixth_section .sixth_section_title {
    font-size: 30px;
  }
  .ice2025_landing .sixth_section .counter .count,
  .ice2025_landing .sixth_section .counter .mark {
    font-size: 50px;
  }
  .ice2025_landing .seventh_section {
    padding: 40px 20px;
  }
  .ice2025_landing .seventh_section .seventh_section_title {
    font-size: 30px;
  }
  .ice2025_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 21px;
  }
  .ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 21px;
  }
  .ice2025_landing .form_second_section {
    padding: 40px 0px;
  }
  .ice2025_landing .form_second_section .image_wrapper {
    display: none;
  }
  .ice2025_landing .form_second_section .form_heading {
    position: initial;
    transform: none;
  }
  .ice2025_landing .form_second_section .form_heading h2 {
    color: white;
    font-size: 30px;
  }
  .ice2025_landing .form_second_section .form_wrapper {
    position: initial;
    gap: 0px;
  }
  .ice2025_landing .form_second_section .form_wrapper .form_content p {
    color: white;
    font-weight: 400;
    font-size: 20px;
  }
  .ice2025_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .ice2025_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
  .ice2025_landing .hero_section .hero_wrapper .hero_title_reward {
    font-size: 130px;
  }
  .ice2025_landing .section_award .section_wrapper {
    justify-content: center;
  }
  .ice2025_landing .section_award .section_wrapper .award {
    max-width: 300px;
    width: 100%;
  }
  .ice2025_landing .second_section {
    padding: 80px 0px;
  }
  .ice2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_mail input,
  .ice2025_landing .second_section .second_section_wrapper .form_wrapper .form_contact_name input {
    padding: 10px 120px;
  }
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .first {
    font-size: 35px;
  }
  .ice2025_landing .fifth_section .fifth_section_wrapper .fifth_section_text .name {
    font-size: 45px;
  }
  .ice2025_landing .sixth_section .counter .mark,
  .ice2025_landing .sixth_section .counter .count {
    font-size: 135px;
  }
  .ice2025_landing .seventh_section .seventh_section_wrapper .text-static {
    font-size: 50px;
  }
  .ice2025_landing .seventh_section .seventh_section_wrapper .text .typewriter .cube-text {
    font-size: 50px;
  }
  .ice2025_landing .form_second_section .form_heading {
    top: 20%;
    left: 35%;
  }
  .ice2025_landing .form_second_section .form_wrapper {
    align-items: center;
    top: 35%;
    padding: 0px 50px;
  }
  .ice2025_landing .form_second_section .form_wrapper .form_area .form_contact_mail input,
  .ice2025_landing .form_second_section .form_wrapper .form_area .form_contact_name input {
    padding: 10px 100px;
  }
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

/*--------------------------------------------------------------
## Home Intro
--------------------------------------------------------------*/
.section-intro .image-container {
  position: relative;
  width: 100%;
  max-width: 1442px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 800px) {
  .section-intro .image-container {
    display: none;
  }
}
.section-intro .image {
  position: absolute;
  left: 0;
  top: 0;
}
.section-intro .image--svg {
  max-width: 1442px;
}
.section-intro .hidden-image {
  opacity: 0;
  visibility: hidden;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.starShine {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAJYCAMAAACJuGjuAAADAFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+/LkhhAAAA/3RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXp7fH1+f4CBgoOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7y9vr/AwcLDxMXGx8jJysvMzc7P0NHS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7rCNk1AAAbWElEQVR4AezcS8uU9QOHcf3/ayFWYyHixlnYAREHa9GhGCSxFjIgFthhxI1Y+RRibmwQEcRirIWIiynosBAHsRYiDG7sEMxGnoXII+LGgqmFWIueQNyIXcHNj3sffO/d9XkJ1wu4lvwXesQETdBqE6gJHROoCS+bQE3omUBNeM8EasKHJlAThiZogr4wQRM0NkET9LMJmqB5EzRBMxM0QX+boAliiZT3EA8bQXmP8pgRlNembQTlPclTRlBeh44RlPciLxlBeZvYZATl9egZQXmv8boRlNenbwTlvcO7RlDe+3xgBOUNGBhBeUc4YgTlDRkaQXmnOGUE5Y343AjKGzM2gvK+5TsjKG/CxAjK+5GfjKC8KVMjKG+BBSMo7wY3jKC8GTMjKO8P/jSC8hZZNILy/gEjKO4B4EEzKK0FtMygtNXAajMorQ1eQZS3AdhgBqU9DTxjBqV1ga4ZlPYK8KoZlNYDryDKewt42wxK2wXsMoPS5oA5MyjtAHDADEobgFcQ5X0MfGIGpX0KfGYGpY2AkRmU9jXwjRmUNgavIMq7AFwwg9IuAhfNoLQpOG9Q3jwwbwalLYBXEOX9AvxqBqX9BvxuBqUtgvMG5d0F7ppBaQCYQWHLAVhuCGWtAGCFIZTVBucNynscgCcMoawOAB1DKOt5AF4whLK64BVEeT1w3qC87QBsN4Sy+gD0DaGsPQDsMYSy5sAriPI+AucNyjsMwGFDKGsIwNAQyjoJwElDKGsEXkGUdwaAM4ZQ1jkAzhlCWRMAJoZQ1vcA/GAIZU3BK4jyrgJw1RDKug7AdUMoawbAzBDKug3AbUNkaRHyVxDpPgD3DRGl/0Hl/6ZIUgsqLVMkaRVUVpkiSW3IX0Gk9VBZb4okbYTKRlMkqQv5eYO0BSpbTJGkHuSvINIbUHnTFEnaCZWdpkjSHOTnDdJ+qOw3RZIGkL+CSMegcswUSToOleOmSNII8vMG6UuofGWKJI2hMjZFks5D5bwpkjSB/BVEmkJ+3iBdhsplUyRpASoLpkjSTajcNEWSZpC/gkh/QX7eIN2Byh1TJAkKUwRpGRTLjJGjFuSvINIaKNYYI0droVhrjBx1oOgYI0fPQvGcMXLUhfwVRNoKxVZj5GgbFNuMkaM+FH1j5Gg3FLuNkaM5yF9BpINQHDRGjg5BccgYORpCMTRGjk5AccIYORpB/goinYbitDFydBaKs8bI0QTy8wbpEhSXjJGjKeSvINIVKK4YI0fXoLhmjBzNID9vkG5BccsYOVqE/BVEugfFPWPEaCnUlpojRS3IzxuklVBbaY4UtaHWNkeK1kFtnTlS1IH8FUTqQn7eIG2G2mZzpKgHtZ45UrQDajvMkaI+5K8g0l6o7TVHivZBbZ85UjSA2sAcKToKtaPmUP4J8i979/7fVGH/cfwdAgXKpQRE7YCCGYJOqpOgKGNeWAQVZE6MDxQFnC7aydTxZaa4L2MyB5kXp2NWog8Fpx0zXlCUL2oEQRBRgkrVDcHIfShCLJQLxZL3t1ww55yENpdzTnP5PP+G/tDzOvm8j6yCCB09yqhHkYtEIZrA44x6HKZr1hPCaMWnw3yVjKqE2VoOt0AY7vzLYLqXGPUiTGb7QwGECUbe2oSbIOavgnSbXQRhivKpFphrMaMWw1RnLu8KYZKKfxTAVMsYtQxmGrSxFMIs1lcC7WCmKkZVwUSjagZBmKdw+cfFMNEaRq2BeTwHR8FMovPa9T8yfxPE5FUQ63SWw1yi57bwT2GaMKPCMEnrl1gBs4n+e/ZdDbPUMGoXzNHxXb5ihenE8LqDd8AkVIIpTlnN5YVoAuKGCB+0wAwtqdQSJui7lWs7o0mIcvJfLc3eBDFnFWRIDbf1RBMRFeTbHWC8LlTqAsPdeIB7+kM0XSglP+kGw/WgUg8YbVKEB4ajKUkoJTeXmjndYMJ4g/VxMjIKTUtCKVl9MQzWj0r9YKg2r8rFRkaEUrL2WrM2QUxYBTnxfVLCaEaEUjLyOxjqUioNgYF6riUljGZIKCX5NysMNIxKw2Ccc7eREkYzRBnrvdjK8OkGE8YbrthNShjNrKu/pR1hmLFUGgujuOtICaOZw/Is6/2nB4xSRqUyGMMyhaSE0UxSsID1tp4Ng0yg0gQYosVM1qsbDpE5iqpYb9dgGGMiafgqSLvXeUgZRCbpuon1DowxcrrB0PGGk1fKMERGOm0b60X+F0Z4kEoPQH+91/GQZy0QGRhK682wQn8VVKqA7n6yg4csKEBmklBKzm0D3c2i0izo7aq9PKSqCJlKQim5vLMRmyBGroKMq+MhG7pCZPI82tofGjDdYNx4g+UvJDM/jEooJb8+B/p6g0pvQE8FlWRWhFEJpeTuodDVEiotgY6KFpBZEkYllJJ1N0NPK6kUhH66rCKzJoxKKK13j0XfTRBjVkH6bMySxVxRWs0jnmpuzHQDuR56uShMZkkYFYNqecT8ttDLFiptgU6u2U9mTRgVoyI8IngydFJNpWro47cRMhvDqHyf5Mte0EctlWqhh2YP86hNXZEVRAWP2j4AuqAadNDKz6OqS5E15ED6qL1XQgftqdYeabMt5lG1g5AtROFCHlV3G9LXiWodka7un/GwLD15llBab5oF6SqhWgnSdNaWbP9InYRS8pkCpKk31XohPc6dPKYCWUpCKflWe103QdJeBbm+lse8ZEW2klBKrvoB0jKAagOQjokRUsJoLoRScsMZSMeFVLsQqbM+SlLCaG6EUjJ8AdIwlGpDkbLWc0gJozkTSsn9LqRuBNVGIFWd3iMljOZQKCUP3pn+JkjaqyD2z0kJo7mxJBn1UDOk6BaquZGafltJCaO5siQZ9VxLpGYc1VKs+ZfWkBJGc2dJMmqRLfWngPTHG375HSlhNJcOpKM+7YZUTKbaZKRgcoRRObEFKQfSUZvPTGcTJI1VkOZPUEG2IHNBGRV2DkLyplNtOpLVZh4VZAsyN/yBCrWjkLQZVJuBJJ30ARXk5DlXVFAh4klzuiH58YZTv6CCnDznVChVmG5Fcl6g2vNISv9tVJCT51wNpeRLrZPeBEljFWT4HipE3MhREkrJdzsiGYuo9jaScGsdmR9hVEIpufoUJGEp1ZYiYZZ7qVKBHCahlNzaN7nphhTHG1o8TTJ/wqiEUrJmCBK2mmqrkaB2b5ISRnNdGVUOjE1xE4TcgMQUf0hKGM1906gSmYQEbafadiTk9HVk3oRRWZJUeNyKhOykWjUSMXAHmUdhVJYkFV5tg0RQCwkYsY/MqzAqB9IK75+IxhVQqwUadXsd1cqQ6+RAWmFtTzSqiFpFaITlfmpMQ+6TA2mFbeeiMcXUKkbDCmZTQ7Ygc90Fe6i2e1iymyCNroJ0WEiNvDt5llBK1rmTnG5obLyhaxU15OQ5H5RRa4oFDelLrb5oQJ9N1JCT5/wwjVozW6ABA6k1EMd38bfU2F6KvCShlHy9HY5vMLUuwXGN3E9KGJVQeszKkxPcBGlkFWRChJQwKqE0al3vhKcbyGsRX7NHqCRhVEIpuWMAjmM0tUYjrlYvkBJGJZRq7L0q4cfIMsTT8R1SwqgsSVKrbhziGk+t8Yij+79JCaNiVIQx/mJBHOXUKkesH/+X9SSMinLGerYAsaZSaypiXLKLh0kYFRWMtaAIMe6n1n3QGn2AWrIFKQfSCqu6JPAHWAGNuyNUky1IOZDW2HgGNGZS6ymoWB+jgmxBis6fMlb4okY2QbSrIIUvM45yCAmlKvuvgcpcas2FwgnLGUcFhIRSjchvoTSfWvMRZV9DLTl5VpJQqvDXZohaQq0l+N45XzGOJYUQEkrj8LfC91ZQ6wMcc/luUsJooiSUkottsZsgsasgN31HShhNnIRS8rMSHLWOWl/iiD9SS8KoloRSrS1n4YjN1NqEQ5o/yVgSRrUklGrtdOKwampVo17b/yMljCZCliQ1aq/HIfuotQ/ASStICaOJkSVJjUg56jEW0CtEShhNmCxJajxqRVvGanvedlLCaOLkQFprTmsbY43Zy7hkC1JolTG+ZWczYbIFGUtMY3xbmRDZgoxPWGYyPXLy3DgJpY2Tk+f0SChNUBkaJySUJmsKRJIklGpJGE2fhFItCaP6kVCqIWE0DRJKJYyaQEKphNE0yZKkhFHjyJKkhFETyJKkhFGRpja2EvsVe5iwBT9znG0vsbWByHvNbSfaT3cMdA533eie4Jnq9T3hfzGwKFgV2hLez5TtD28JVQUXBV70P+HzTvVMcN/oGu4c6DjdfpKtOXKFaGfrYXf0cw5xXece55nsfcT3rH9+4P3gF1+Gq9kEqsNffhF8PzDf/6zvEe9kzzj3da4hzn4Oew9bO4gMU2Artp/huMB5pesm910e732+J/1zAu8EPw1tDR9gFjkQ3hr6LPhOYI7/Sd99Xs9d7ptcVzovcJxhL7YVQBijyGbv6TjXeZnrevftnnu8033/9L8RWLEytD68i3lhV3h9aOWKwBv+f/r+7r3Hc7v7etdlznMdPe22IogGtbJ1sZc6LnJe5frVLZ6J3gd8M/2vBJYG/xP6OlxH0YC68Neh/wSXBl7xz/Q94J3oueVXrhHOixyl9i62VsgPtk72Xo7znENdo913ev7krfD9yx94K/hRaGN4N4Uhdoc3hj4KvhXw/8tX4f2T5073aNdQ53mOXvZONmSVQls3+1mOQU7XNe4yz++9D/me9r8aWBb8PPRNOEKRUSLhb0KfB5cFXvU/7XvI+3tPmfsal3OQ4yx7N1shmoDV1tl+mmOA8wrXWPd4z5+9M3z+FwILg6tCm8N7KXLE3vDm0KrgwsALft8M7589491jXVc4BzhOs3e2WZG6trbu9rMdzsGuke7bPJO8D/ue8c8LLA+uDe34lnlPfLsjtDa4PDDP/4zvYe8kz23uka7BzvpC3N3WFhodOjvOd43x3Ot7LvBRqIYpEqIm9FHgOd+fPWNc5yNWe9spdsc5h8Pib+rD4t98lfVh8YNDYXEn857YeSj0flAfeit9f6sPvb85HHrPcdhPsbVP61XISYdfhfz88KuQacdehXyifRUiso321dQnx15NTTv8aurnzoGOHzXVq6m2thL72Y6fXeIa6f61Z5L3r75/+OcF3guuCe0IU2SY8I7QmuB7gXn+fxz+V+nX7pGuS468TG+LbNLMdoK9t2OAc5hrjHu8517vY77nng8sDH4c2hTeQ2GIveFNoY+DCwPPP+d7zHuvZ7x7jGuYc4Cjt/0EWzPkhda2rvYzHRc7r3a5b/Xc7X3QN8s/N/BucHVoW/ggRQMOhreFVgffDcz1z/I96L3bc6vbdbXzYseZ9q621hAN6tDRfqqjv/Ny1/XuOzxTvH/3zfa/GQh+GFofrmFeqAmvD30YDLzpn+37u3eK5w73Da7Lnf0dp9o7doAwRktbsb2P40LnL1w3u+8q997ve9L/cuCd4Gehr7Lt1w1fHf51w8v+J333e8vvct/s+oXzQkcfe7GtJUSGMT+bmP6Ybj5hfjaJ/5guvyAV0WziqmNS1vY34jFdyDDIsxYIA8iU0TQII8j4WhlEw2QuUmYihQEqZNhWGGAqNWRxxgSyjSUbWSaQNT9Z9UuD7I/KDqnZJIxqPWFBgoSE0bo5EkqF/mF078+HMtZ2CaUirTD6zXm4gLEGz5FQKtIIo6FewPmMdZ710cZDqRDljGvFSQBKGasUmBhpJJQKMSrCeOa1Rb1TGasngBtqJZSKBg2qZTxPNschJYxVgnrOnRJKRQNKqxnPH3GEjbFsOOSsLccNpUJ03cQ4vrsJR7VlrLY4rPtn8om5pMjXAmoux/cYC0fZFjOecuQ7UbiMcXx1DqL2U2sfjmnlZxyRURASRmOtsUOhmlrV+F6zhxlH7SBoCQmjy0+A0mZqbYLC+AhjVZdCTUgYfbkQKuuo9SWUrtnPWJu6QkgYVXrMCrUqalVB5aIwY1VJKJUwqhC5G1orqLUCan02SigVDYbR2tGIsYRaS6DRZZWEUtFAGN11CWLNp9Z8aBUtOG4oFRJG//tjxPEqteYiRkHlcUKpkA8//7s74qmkViViWe6LG0qFfKr+nY6Iaya1nkI84+ryPpSKaYzxQquEI2oF4rpqr4RSLTl5fqQZjuN+at2H+H6yQ0Kpipw8R/4nmUGHqTiO3uuoVVWEvCUnz/tH4vjKk3jaO3kltRYUIC+I0h3U+PZiNGA8tcbjuNq9LkuSR0kY3dQHDSlL6i61xSw5kD5MwmhVVzRoDLVGowGWKXIgXU/C6MIOaNh11LoWDXLXyYG0hNHZBWjEUGoNRcOu2E21PT9FfpEwer8FjRlMrUvQiHO35XUolTBadzsaN5BaA9GYnmvzOJRKGN03AgnoS62+aNSJ7+dtKJUwumMgElFKrVI0rs1reRpKZQty3elISAm1SpAA6+N5GUplC/LDYiTmB9QqRkImRfIvlMoW5JvtkKAiahUhMTceyLdQKifPT7dAogqo1QIJGlKTX6FUTp7vtSBx1ELC+m6VJck8OnmuuxXJ2Em1aiTulNWyJJnD3BEq7BmOpGyn2nYkodO7siSZJ2F0W38kZwPVNiAZrV+SA+m8CKNfnIokrabaaiTFOl0OpPMgjH5wEpJVRbUqJMkTkQPpXA+j89ogaUupthTJGlVLhckQuRZGn2iO5C2i2ttI2qCdORxKJYxGJiMVr1HtNSTvzM05G0oljH73S6TkBao9jxSUfJqjoVTCaM1lSE0l1SqRCtuinAylsgW5tR9SNINqM5CSls/lYCiVLcjP7UjVdKpNR2qaPZRzoVS2IN/rhJRN0+0A9c6DuRVK5eR5TmukbjJJnTqUa38uhVI5eX7UijSU67gAeUFYliRz5uQ5MhFpGUe125CGMzbIkmQ2s0bjU+0NSM8tVHMjHT9YJUuSORFGdzqRpuuodh3S0v4tOZDOgTC65SykawTVRiA9Bc/IgXTWh9HPuiNtQ6k2FGmyTJMD6SwPo4ttSN+FVLsQabutjkctKoTIujDqbwUdDKDaAKTvyr0SSrM3jD7cDHoopVopdDBgu4TSLA2jkfHQR2+q9YIeen0poTQrw+j+a6CTEqqVQBcnB7MwlMoWZPgi6KUT1TpCH23nZ10olS3IjX2gm/ZUaw+dNH8qy0KpbEFWdYGOqAbdWO7JqlAqJ88LiqCnWirVQkc312VPKJWT58oC6KqaStXQ09Dd2bIkKSfP91mgry1U2gJdnfN1Zi9Jiq4hHlI3DnrbQKX10NcP18qSZBaE0b1XQXdVVKqCzjovz/gDaQmjO34C/a2k0krorXBuhh9ISxhddxoMsIRKS6A764yMPpCWMLryZBjhDSq9AQP8PsJ62/ogA0kYfb0dDPGadhPEAGMOZGoolTA6qwWMUUmlShhi8K7MDKUSRqdYYJBZVJoFY5y9NQNDqYTROrdZI/EVMEiPf2dcKJUtyN1XwDgPUukBGKXj0gwLpbIFua2/ed9lnQbDtHoxo0KpbEGu7QkjTaTSRBjH+kgGhVI5eX7/RBhqApUmwEi/i2RKKJWT59famFDJTNs8vrY2M5Yk5eT5CSsMNpZKY2Gsi6tlSbKpXV7LyCQY7jrtJoixSjfJkmSTh9EDN8J4w6g0DEbr9okcSDdxGK25FCa4lEpDYLgOb8uBdJOG0a19YYaBVBoI47WcLQfSTRhGV58CU/SjUj+YwPIAIzdBNEkYfbcTzFFKpVKY4o6DEkqbQoV2YttAPajUA+a4ep/5oVSUc7oVZulCpS4wyU93mB1KxaiDHpiniEpFMMuP1psbSsWgmuthopZUagnTFH9sZigVpRsHwVRUgonavWleKBVdl58Jc9UwahfMVPB0BcwhimaXwGRhRoVhKsvUcphBFEy2wWwbGLUBJrt1JITxLMNbwnRrGLUGZrvsPAjDdWsG81UxqgqmO70YIictY9QymK8QIict/v927qVl6jKOwzh2WIjVWJQ8G2dhB0QcxEWHYpDEWsgfxAI7jLgRO0wh5sYG7ICIjLUQERzDDgtxEIsSYXBjh2JayLOxRsSNBVMLERdNIG7k6Rs3Nzf/rYvvb3d9XsL1Ai7VfiEHXEYR6wbgO9W+JYcLhhFPEOC4asfJ4YKjqh0lhwv6EesGYJ9q+8gBl55qPXLAZadqO8mBiCvI2+SASydi3QBsUW0LOeBSqVaRAy7rVVtPDri0I54gQCti3QCsVG0lOeDSVK1JDrg8otrD5IBLI+IJAixSbRE5YHNbxW1iwGemYkYMH1xTcY0YPphGPEGASyouEcMHF1VcJIYPxirGxPDBeRXnieGDUcQTBDil4hQxfHBCxQli+GCgwnjHBg6pOEQMH/QjniDAXhV7ieGDPSr2ECMC84YuMXywXcV2YvigE/EEATap2EQMH2xUsZEYPmhHrBuAJ1U8RQwftCKeIMAKFSuI4YPlKpYTwwcN1g2IsFjFYmIYQQUpnHBT2U1SOOEfniCIMGXdgAhXlV0lhRMmyiakcMIFZRdI4YQxTxBEGLFuQIQzys6QwglDZUNSOOFzZV+QwgkDniCIcFDZQVI4Yb+y/aRwQk9ZjxRO2KVsFymc0OUJgghblW0lhRNeUfYqKZxQKatI4YQNyjaQwgltniCIsEbZGlI4YZWyVaRwQlNZkxROWKZsGSmc0OAJggh3KbubFFZYULJACC/MWDcgwnUl1wnhhSlPEES4rOQyIbzwm5LfCeGFMesGRPheyQ+E8MKIJwginFZymhBeOKnkJCG8MGDdgAiHlRwmhBf6SvqE8MIHSj4kBLze5wkSAV3WDRGwQ8kOQsCro6RDCHhtVrKZEPCqeIJEQJt1QwQ8reQZQsCrpaRFCHg9quQxQsCryRMkApYqWUoIeC1RsoQQMFNCBrjdknSLDHCb8QSJgL8k/U0GuP0h6U8ywG0iaUIGuM1LmicD3MY8QSLgnKRzZIDbWUlnyQC3oaQhGeD2paSvyAC3AU+QCPhE0qdkgNsBSQfIALce64YI2C1pNxng1uUJEgHbJG0jA9xek/Q6GeBWsW6IgBckvUgGuLV5gkTAWklryQC31ZJWkwFuTdYNETAnaY4McGtIapABbvdIupcMsPtPIgL8ZqwbIuCGbhABflNNiQC/K7pCBPhNeIJEwFi/EgF+P+onIsBvpBER4Pe1viEC/IY8QSLgmI4RAX5HdIQI8OurTwT4faSPiQC/Hk+QCHhH7xIBfm/oTSLAr6MOEeD3kl4mAvwqniARsE7riAC/Z/UcEeDXUosI8HtcTxABfk2eIBHwoB4iAvzu0/1ECACRIAL+JUEETEkQAfMkiICfSRABQxJEwGckiIA+CSLgPRJEwFskiICKBBHwPAkioEWCCJgjQQQ8QII79D/eDQrIqmTAwgAAAABJRU5ErkJggg==");
}

/*--------------------------------------------------------------
# component
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# fontawesome
--------------------------------------------------------------*/
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\<";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

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

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*--------------------------------------------------------------
# tooltipster
--------------------------------------------------------------*/
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}