@font-face {
  font-family: 'Altone';
  src: url("../fonts/alton/alton-r/AltoneRegular.eot");
  src: url("../fonts/alton/alton-r/AltoneRegular.eot") format("embedded-opentype"), url("../fonts/alton/alton-r/AltoneRegular.woff2") format("woff2"), url("../fonts/alton/alton-r/AltoneRegular.woff") format("woff"), url("../fonts/alton/alton-r/AltoneRegular.ttf") format("truetype"), url("../fonts/alton/alton-r/AltoneRegular.svg#AltoneRegular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Altone';
  src: url("../fonts/alton/alton-m/AltoneMedium.eot");
  src: url("../fonts/alton/alton-m/AltoneMedium.eot") format("embedded-opentype"), url("../fonts/alton/alton-m/AltoneMedium.woff2") format("woff2"), url("../fonts/alton/alton-m/AltoneMedium.woff") format("woff"), url("../fonts/alton/alton-m/AltoneMedium.ttf") format("truetype"), url("../fonts/alton/alton-m/AltoneMedium.svg#AltoneMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Altone';
  src: url("../fonts/alton/alton-sb/AltoneSemiBold.eot");
  src: url("../fonts/alton/alton-sb/AltoneSemiBold.eot") format("embedded-opentype"), url("../fonts/alton/alton-sb/AltoneSemiBold.woff2") format("woff2"), url("../fonts/alton/alton-sb/AltoneSemiBold.woff") format("woff"), url("../fonts/alton/alton-sb/AltoneSemiBold.ttf") format("truetype"), url("../fonts/alton/alton-sb/AltoneSemiBold.svg#AltoneSemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'Altone';
  src: url("../fonts/alton/alton-b/AltoneBold.eot");
  src: url("../fonts/alton/alton-b/AltoneBold.eot") format("embedded-opentype"), url("../fonts/alton/alton-b/AltoneBold.woff2") format("woff2"), url("../fonts/alton/alton-b/AltoneBold.woff") format("woff"), url("../fonts/alton/alton-b/AltoneBold.ttf") format("truetype"), url("../fonts/alton/alton-b/AltoneBold.svg#AltoneBold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: block; }

@font-face {
  font-family: 'dinnext';
  src: url("../fonts/din-arabic/din-r/DINNextLTArabicRegular3.eot");
  src: url("../fonts/din-arabic/din-r/DINNextLTArabicRegular3.eot") format("embedded-opentype"), url("../fonts/din-arabic/din-r/DINNextLTArabicRegular3.woff2") format("woff2"), url("../fonts/din-arabic/din-r/DINNextLTArabicRegular3.woff") format("woff"), url("../fonts/din-arabic/din-r/DINNextLTArabicRegular3.ttf") format("truetype"), url("../fonts/din-arabic/din-r/DINNextLTArabicRegular3.svg#DINNextLTArabicRegular3") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block; }

/*!
   * Bootstrap  v5.2.3 (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 {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #F6EB69;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #fbfbfb;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #717171;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #034146;
  --bs-secondary: var(--brand-text-primary);
  --bs-success: #198754;
  --bs-info: var(--brand-text-primary);
  --bs-warning: #F6EB69;
  --bs-danger: #9E2415;
  --bs-light: #fefefe;
  --bs-dark: #212529;
  --bs-primary-rgb: 3, 65, 70;
  --bs-secondary-rgb: 35, 174, 183;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 35, 174, 183;
  --bs-warning-rgb: 246, 235, 105;
  --bs-danger-rgb: 158, 36, 21;
  --bs-light-rgb: 254, 254, 254;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 3, 65, 70;
  --bs-body-bg-rgb: 3, 65, 70;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --brand-primary: #034146;
  --brand-text-primary: #fff;
  --brand-accent-turquoise: var(--brand-text-primary);
  --brand-accent-yellow: #F6EB69;
  --brand-gradient-jade: linear-gradient(90deg, var(--brand-text-primary) 0%, #034146 100%);
  --brand-gradient-ultraviolet: linear-gradient(90deg, #3A0C3C 0%, #9B2E8F 100%);
  --bs-body-font-family: Altone;
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1;
  --bs-body-color: #034146;
  --bs-body-bg: #034146;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #034146;
  --bs-link-hover-color: var(--brand-accent-yellow);
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-weight: 500;
  line-height: 1; }

h1, .h1 {
  font-size: calc(1.40625rem + 1.875vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.8125rem; } }

h2, .h2 {
  font-size: calc(1.35rem + 1.2vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2.25rem; } }

h3, .h3 {
  font-size: calc(1.321875rem + 0.8625vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.96875rem; } }

h4, .h4 {
  font-size: calc(1.29375rem + 0.525vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.6875rem; } }

h5, .h5 {
  font-size: calc(1.265625rem + 0.1875vw); }
  @media (min-width: 1200px) {
    h5, .h5 {
      font-size: 1.40625rem; } }

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

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

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

ol,
ul {
  padding-left: 2rem; }

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

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

dt {
  font-weight: 600; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg); }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: var(--bs-link-color);
  text-decoration: underline; }
  a:hover {
    color: var(--bs-link-hover-color); }

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

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,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

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; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.lead {
  font-size: calc(1.265625rem + 0.1875vw);
  font-weight: 400; }
  @media (min-width: 1200px) {
    .lead {
      font-size: 1.40625rem; } }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

.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: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.265625rem + 0.1875vw); }
  @media (min-width: 1200px) {
    .blockquote {
      font-size: 1.40625rem; } }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #034146;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.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%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxl-11 {
    margin-left: 91.66666667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: middle;
  border-color: var(--bs-table-border-color); }
  .table > :not(caption) > * > * {
    padding: 0 0;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }

.table-group-divider {
  border-top: 2px solid currentcolor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #ccd8d2;
  --bs-table-border-color: #b8c2bd;
  --bs-table-striped-bg: #c2cdc8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8c2bd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdc8c2;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #fff3e7;
  --bs-table-border-color: #e6dbd0;
  --bs-table-striped-bg: #f2e7db;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbd0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1d6;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #ecd3d0;
  --bs-table-border-color: #d4bebb;
  --bs-table-striped-bg: #e0c8c6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d4bebb;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #dac3c0;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #fefefe;
  --bs-table-border-color: #e5e5e5;
  --bs-table-striped-bg: #f1f1f1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e5e5e5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ebebeb;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 0.3rem;
  font-weight: 500;
  color: #034146; }

.col-form-label {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 500;
  line-height: 1;
  color: #034146; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: calc(1.265625rem + 0.1875vw); }
  @media (min-width: 1200px) {
    .col-form-label-lg {
      font-size: 1.40625rem; } }

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0 0.8125em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: #034146;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #034146;
  appearance: none;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #034146;
    background-color: #fff;
    border-color: var(--brand-text-primary);
    outline: 0;
    box-shadow: unset; }
  .form-control::-webkit-date-and-time-value {
    height: 1em; }
  .form-control::placeholder {
    color: #9C9C9C;
    opacity: 1; }
  .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0 0.8125em;
    margin: 0 -0.8125em;
    margin-inline-end: 0.8125em;
    color: #034146;
    background-color: transparent;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: rgba(0, 0, 0, 0.05); }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0 0;
  margin-bottom: 0;
  line-height: 1;
  color: #034146;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext:focus {
    outline: 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  border-radius: 0.25rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: calc(1.265625rem + 0.1875vw);
  border-radius: 0.5rem; }
  @media (min-width: 1200px) {
    .form-control-lg {
      font-size: 1.40625rem; } }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: 3.875rem; }

textarea.form-control-sm {
  min-height: calc(1em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: 3.875rem;
  padding: 0; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 10px; }
  .form-control-color::-webkit-color-swatch {
    border-radius: 10px; }
  .form-control-color.form-control-sm {
    height: calc(1em + 0.5rem + 2px); }
  .form-control-color.form-control-lg {
    height: calc(1em + 1rem + 2px); }

.form-select {
  display: block;
  width: 100%;
  padding: 0 2.4375em 0 0.8125em;
  -moz-padding-start: calc(0.8125em - 3px);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: #034146;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.8125em center;
  background-size: 16px 12px;
  border: 1px solid #034146;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: var(--brand-text-primary);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(3, 65, 70, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.8125em;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #034146; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.984375rem;
  border-radius: 0.25rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.265625rem + 0.1875vw);
  border-radius: 0.5rem; }
  @media (min-width: 1200px) {
    .form-select-lg {
      font-size: 1.40625rem; } }

.form-check {
  display: block;
  min-height: 1.125rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right; }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  print-color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: var(--brand-text-primary);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(3, 65, 70, 0.25); }
  .form-check-input:checked {
    background-color: #034146;
    border-color: #034146; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #034146;
    border-color: #034146;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFC289'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0; }
    .form-switch.form-check-reverse .form-check-input {
      margin-right: -2.5em;
      margin-left: 0; }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #034146, unset; }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #034146, unset; }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #034146;
    border: 0;
    border-radius: 1rem;
    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) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b3c4bc; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #034146;
    border: 0;
    border-radius: 1rem;
    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) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b3c4bc; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #717171; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #717171; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.8125em;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.8125em; }
    .form-floating > .form-control::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select,
  .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus,
  .input-group > .form-floating:focus-within {
    z-index: 5; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 5; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0 0.8125em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: #034146;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #034146;
  border-radius: 10px; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.265625rem + 0.1875vw);
  border-radius: 0.5rem; }
  @media (min-width: 1200px) {
    .input-group-lg > .form-control,
    .input-group-lg > .form-select,
    .input-group-lg > .input-group-text,
    .input-group-lg > .btn {
      font-size: 1.40625rem; } }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  border-radius: 0.25rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3.25em; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.984375rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem; }

.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, .form-control.is-valid {
  border-color: #198754;
  padding-right: 1em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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 0.25em center;
  background-size: 0.5em 0.5em; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 1em;
  background-position: top 0.25em right 0.25em; }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.46875em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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-position: right 0.8125em center, center right 2.4375em;
    background-size: 16px 12px, 0.5em 0.5em; }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + 1em); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated
.input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid, .was-validated
.input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3; }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.984375rem;
  color: #fff;
  background-color: rgba(158, 36, 21, 0.9);
  border-radius: 0.375rem; }

.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, .form-control.is-invalid {
  border-color: #9E2415;
  padding-right: 1em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%239E2415'%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='%239E2415' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.25em center;
  background-size: 0.5em 0.5em; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #9E2415;
    box-shadow: 0 0 0 0.25rem rgba(158, 36, 21, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 1em;
  background-position: top 0.25em right 0.25em; }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #9E2415; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.46875em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%239E2415'%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='%239E2415' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.8125em center, center right 2.4375em;
    background-size: 16px 12px, 0.5em 0.5em; }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #9E2415;
    box-shadow: 0 0 0 0.25rem rgba(158, 36, 21, 0.25); }

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + 1em); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #9E2415; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #9E2415; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(158, 36, 21, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #9E2415; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated
.input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid, .was-validated
.input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4; }

.btn {
  --bs-btn-padding-x: 2.2rem;
  --bs-btn-padding-y: 0.938rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: calc(1.255rem + 0.06vw);
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.1;
  --bs-btn-color: #034146;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 0px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 30px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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 (min-width: 1200px) {
    .btn {
      --bs-btn-font-size: 1.3rem; } }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color); }
  .btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked + .btn,
  :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color); }
    .btn-check:checked + .btn:focus-visible,
    :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
      box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity); }

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #034146;
  --bs-btn-border-color: #034146;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00311a;
  --bs-btn-hover-border-color: #002e19;
  --bs-btn-focus-shadow-rgb: 38, 88, 65;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #002e19;
  --bs-btn-active-border-color: #002c17;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #034146;
  --bs-btn-disabled-border-color: #034146; }

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--brand-text-primary);
  --bs-btn-border-color: var(--brand-text-primary);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffcb9b;
  --bs-btn-hover-border-color: #ffc895;
  --bs-btn-focus-shadow-rgb: 217, 165, 116;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcea1;
  --bs-btn-active-border-color: #ffc895;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: var(--brand-text-primary);
  --bs-btn-disabled-border-color: var(--brand-text-primary); }

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754; }

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0; }

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #F6EB69;
  --bs-btn-border-color: #F6EB69;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F6EB69;
  --bs-btn-disabled-border-color: #F6EB69; }

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #9E2415;
  --bs-btn-border-color: #9E2415;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #861f12;
  --bs-btn-hover-border-color: #7e1d11;
  --bs-btn-focus-shadow-rgb: 173, 69, 56;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #7e1d11;
  --bs-btn-active-border-color: #771b10;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #9E2415;
  --bs-btn-disabled-border-color: #9E2415; }

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #fefefe;
  --bs-btn-border-color: #fefefe;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d8d8d8;
  --bs-btn-hover-border-color: #cbcbcb;
  --bs-btn-focus-shadow-rgb: 216, 216, 216;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cbcbcb;
  --bs-btn-active-border-color: #bfbfbf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fefefe;
  --bs-btn-disabled-border-color: #fefefe; }

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529; }

.btn-outline-primary {
  --bs-btn-color: #034146;
  --bs-btn-border-color: #034146;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #034146;
  --bs-btn-hover-border-color: #034146;
  --bs-btn-focus-shadow-rgb: 3, 65, 70;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #034146;
  --bs-btn-active-border-color: #034146;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #034146;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #034146;
  --bs-gradient: none; }

.btn-outline-secondary {
  --bs-btn-color: var(--brand-text-primary);
  --bs-btn-border-color: var(--brand-text-primary);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: var(--brand-text-primary);
  --bs-btn-hover-border-color: var(--brand-text-primary);
  --bs-btn-focus-shadow-rgb: 35, 174, 183;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: var(--brand-text-primary);
  --bs-btn-active-border-color: var(--brand-text-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--brand-text-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--brand-text-primary);
  --bs-gradient: none; }

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none; }

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none; }

.btn-outline-warning {
  --bs-btn-color: #F6EB69;
  --bs-btn-border-color: #F6EB69;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #F6EB69;
  --bs-btn-hover-border-color: #F6EB69;
  --bs-btn-focus-shadow-rgb: 246, 235, 105;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #F6EB69;
  --bs-btn-active-border-color: #F6EB69;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #F6EB69;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #F6EB69;
  --bs-gradient: none; }

.btn-outline-danger {
  --bs-btn-color: #9E2415;
  --bs-btn-border-color: #9E2415;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #9E2415;
  --bs-btn-hover-border-color: #9E2415;
  --bs-btn-focus-shadow-rgb: 158, 36, 21;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9E2415;
  --bs-btn-active-border-color: #9E2415;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #9E2415;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #9E2415;
  --bs-gradient: none; }

.btn-outline-light {
  --bs-btn-color: #fefefe;
  --bs-btn-border-color: #fefefe;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fefefe;
  --bs-btn-hover-border-color: #fefefe;
  --bs-btn-focus-shadow-rgb: 254, 254, 254;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fefefe;
  --bs-btn-active-border-color: #fefefe;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fefefe;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fefefe;
  --bs-gradient: none; }

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none; }

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 38, 88, 65;
  text-decoration: underline; }
  .btn-link:focus-visible {
    color: var(--bs-btn-color); }
  .btn-link:hover {
    color: var(--bs-btn-hover-color); }

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: calc(1.265625rem + 0.1875vw);
  --bs-btn-border-radius: 0.5rem; }
  @media (min-width: 1200px) {
    .btn-lg, .btn-group-lg > .btn {
      --bs-btn-font-size: 1.40625rem; } }

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-font-size: 0.984375rem;
  --bs-btn-border-radius: 0.25rem; }

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1.125rem;
  --bs-dropdown-color: #034146;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #034146;
  --bs-dropdown-link-disabled-color: #717171;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.5rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius); }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer); }
  .dropdown-menu > .dropdown-item:first-child,
  .dropdown-menu > li:first-child .dropdown-item {
    border-top-left-radius: var(--bs-dropdown-inner-border-radius);
    border-top-right-radius: var(--bs-dropdown-inner-border-radius); }
  .dropdown-menu > .dropdown-item:last-child,
  .dropdown-menu > li:last-child .dropdown-item {
    border-bottom-right-radius: var(--bs-dropdown-inner-border-radius);
    border-bottom-left-radius: var(--bs-dropdown-inner-border-radius); }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer); }

.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; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer); }

.dropend .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; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer); }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .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; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg); }
  .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg); }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.984375rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color); }

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #034146;
  --bs-dropdown-link-disabled-color: #717171;
  --bs-dropdown-header-color: #717171; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .btn.active {
    z-index: 1; }

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

.btn-group {
  border-radius: 30px; }
  .btn-group > :not(.btn-check:first-child) + .btn,
  .btn-group > .btn-group:not(:first-child) {
    margin-left: 0px; }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn.dropdown-toggle-split:first-child,
  .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn:nth-child(n + 3),
  .btn-group > :not(.btn-check) + .btn,
  .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 1.65rem;
  padding-left: 1.65rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

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

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-size: 1.25rem;
  --bs-nav-link-font-weight: 700;
  --bs-nav-link-color: #034146;
  --bs-nav-link-hover-color: var(--brand-accent-yellow);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-color: #034146;
  --bs-nav-tabs-border-radius: 50px;
  --bs-nav-tabs-link-hover-border-color: #034146;
  --bs-nav-tabs-link-active-color: var(--brand-text-primary);
  --bs-nav-tabs-link-active-bg: #034146;
  --bs-nav-tabs-link-active-border-color: #034146;
  --bs-nav-tabs-link-hover-color: var(--brand-accent-yellow);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      color: var(--bs-nav-tabs-link-hover-color);
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #034146; }
  .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius); }
    .nav-pills .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

.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; }

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

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

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: var(--brand-accent-yellow);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: var(--brand-accent-yellow);
  --bs-navbar-brand-padding-y: 0.359375rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.40625rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.40625rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 30px;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color); }

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-size: 1.25rem;
  --bs-nav-link-font-weight: 700;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .show > .nav-link,
  .navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color); }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color); }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--brand-accent-yellow); }

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition); }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .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; }
    .navbar-expand-sm .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .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; }
    .navbar-expand-md .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-md .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .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; }
    .navbar-expand-lg .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .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-xl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x); }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
    .navbar-expand .offcanvas .offcanvas-header {
      display: none; }
    .navbar-expand .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; }

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

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 0;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 17.267px;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: 17.267px;
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #034146;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius); }
  .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: var(--bs-card-inner-border-radius);
      border-top-right-radius: var(--bs-card-inner-border-radius); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: var(--bs-card-inner-border-radius);
      border-bottom-left-radius: var(--bs-card-inner-border-radius); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color); }

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y); }

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0; }

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x); }

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; }

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius); }

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0; }
  .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg); }

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x)); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius); }

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius); }

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin); }

@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; } }

.accordion {
  --bs-accordion-color: #034146;
  --bs-accordion-bg: #fff;
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: #D4D4D4;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 2.5rem;
  --bs-accordion-btn-padding-y: 1.875rem;
  --bs-accordion-btn-color: #034146;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%0A%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23003A1F'/%3E%3C/svg%3E%0A");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%0A%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23003A1F'/%3E%3C/svg%3E%0A");
  --bs-accordion-btn-focus-border-color: var(--brand-text-primary);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 2.5rem;
  --bs-accordion-body-padding-y: 1.25rem;
  --bs-accordion-active-color: #00341c;
  --bs-accordion-active-bg: transparent; }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1.125rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition); }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }
    .accordion-button:not(.collapsed)::after {
      background-image: var(--bs-accordion-btn-active-icon);
      transform: var(--bs-accordion-btn-icon-transform); }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition); }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius); }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: var(--bs-accordion-inner-border-radius);
      border-top-right-radius: var(--bs-accordion-inner-border-radius); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius); }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
      border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: var(--bs-accordion-border-radius);
      border-bottom-left-radius: var(--bs-accordion-border-radius); }

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0; }

.breadcrumb {
  --bs-breadcrumb-padding-x: 2.875rem;
  --bs-breadcrumb-padding-y: 3.125rem;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-font-size: calc(1.3125rem + 0.75vw);
  --bs-breadcrumb-bg: rgba(3, 65, 70, 0.04);
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #034146;
  --bs-breadcrumb-item-padding-x: 0.3rem;
  --bs-breadcrumb-item-active-color: #034146;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius); }
  @media (min-width: 1200px) {
    .breadcrumb {
      --bs-breadcrumb-font-size: 1.875rem; } }

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x); }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color); }

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: transparent;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: #034146;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: #fff;
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(3, 65, 70, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #034146;
  --bs-pagination-active-border-color: #034146;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color); }
  .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow); }
  .page-link.active,
  .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color); }
  .page-link.disabled,
  .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius); }

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius); }

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: calc(1.265625rem + 0.1875vw);
  --bs-pagination-border-radius: 0.5rem; }
  @media (min-width: 1200px) {
    .pagination-lg {
      --bs-pagination-font-size: 1.40625rem; } }

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.984375rem;
  --bs-pagination-border-radius: 0.25rem; }

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 600;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius); }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1.25rem;
  --bs-alert-padding-y: 1.25rem;
  --bs-alert-margin-bottom: 1.9rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 6px;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius); }

.alert-heading {
  color: inherit; }

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

.alert-dismissible {
  padding-right: 3.75rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.5625rem 1.25rem; }

.alert-primary {
  --bs-alert-color: #002313;
  --bs-alert-bg: #ccd8d2;
  --bs-alert-border-color: #b3c4bc; }
  .alert-primary .alert-link {
    color: #001c0f; }

.alert-secondary {
  --bs-alert-color: #664e37;
  --bs-alert-bg: #fff3e7;
  --bs-alert-border-color: #ffeddc; }
  .alert-secondary .alert-link {
    color: #523e2c; }

.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc; }
  .alert-success .alert-link {
    color: #0c4128; }

.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb; }
  .alert-info .alert-link {
    color: #04414d; }

.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #523e02; }

.alert-danger {
  --bs-alert-color: #5f160d;
  --bs-alert-bg: #ecd3d0;
  --bs-alert-border-color: #e2bdb9; }
  .alert-danger .alert-link {
    color: #4c120a; }

.alert-light {
  --bs-alert-color: #666666;
  --bs-alert-bg: white;
  --bs-alert-border-color: white; }
  .alert-light .alert-link {
    color: #525252; }

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf; }
  .alert-dark .alert-link {
    color: #101214; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.84375rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #034146;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition); }
  @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: var(--bs-progress-height) var(--bs-progress-height); }

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

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #fbfbfb;
  --bs-list-group-action-active-color: #034146;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #034146;
  --bs-list-group-active-border-color: #034146;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius); }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg); }
  .list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg); }

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); }
  .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: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg); }
  .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color); }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: calc(-1 * var(--bs-list-group-border-width));
      border-top-width: var(--bs-list-group-border-width); }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width); }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      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: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      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: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      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: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      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: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width); }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #002313;
  background-color: #ccd8d2; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #002313;
    background-color: #b8c2bd; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #002313;
    border-color: #002313; }

.list-group-item-secondary {
  color: #664e37;
  background-color: #fff3e7; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #664e37;
    background-color: #e6dbd0; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #664e37;
    border-color: #664e37; }

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132; }

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160; }

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

.list-group-item-danger {
  color: #5f160d;
  background-color: #ecd3d0; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #5f160d;
    background-color: #d4bebb; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #5f160d;
    border-color: #5f160d; }

.list-group-item-light {
  color: #666666;
  background-color: white; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #666666;
    background-color: #e6e6e6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #666666;
    border-color: #666666; }

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(3, 65, 70, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius); }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing); }

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); }
  .toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x); }

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word; }

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  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 {
  height: calc(100% - var(--bs-modal-margin) * 2); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0; }

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity); }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius); }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height); }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding); }

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5); }

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }
  .modal-sm {
    --bs-modal-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; } }

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.984375rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: "Altone";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  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: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: var(--bs-tooltip-opacity); }
  .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height); }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0; }
  .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0; }
  .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius); }

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.984375rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1.125rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #034146;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Altone";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  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: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius); }
  .popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height); }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
      border-width: 0; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg); }

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg); }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); }

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color); }

.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-start),
.active.carousel-item-end {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  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-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    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 [data-bs-target] {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name); }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent; }

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

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0; }

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s; } }

.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
      transition: none; } }

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-sm.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-sm.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-sm.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
      transform: none; }
    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
      visibility: visible; } }

@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-sm .offcanvas-header {
      display: none; }
    .offcanvas-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
      transition: none; } }

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-md.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-md.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-md.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
      transform: none; }
    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
      visibility: visible; } }

@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-md .offcanvas-header {
      display: none; }
    .offcanvas-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
      transition: none; } }

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-lg.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-lg.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-lg.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
      transform: none; }
    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
      visibility: visible; } }

@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-lg .offcanvas-header {
      display: none; }
    .offcanvas-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
      transition: none; } }

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
      visibility: visible; } }

@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xl .offcanvas-header {
      display: none; }
    .offcanvas-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
      transition: none; } }

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xxl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xxl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xxl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
      visibility: visible; } }

@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xxl .offcanvas-header {
      display: none; }
    .offcanvas-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }
  .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%); }
  .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%); }
  .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%); }
  .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%); }
  .offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none; }
  .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible; }

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y)); }

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1; }

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5; }
  .placeholder.btn::before {
    display: inline-block;
    content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .8em; }

.placeholder-lg {
  min-height: 1.2em; }

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite; }

@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite; }

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%; } }

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(3, 65, 70, var(--bs-bg-opacity, 1)) !important; }

.text-bg-secondary {
  color: #000 !important;
  background-color: RGBA(35, 174, 183, var(--bs-bg-opacity, 1)) !important; }

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important; }

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important; }

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(246, 235, 105, var(--bs-bg-opacity, 1)) !important; }

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(158, 36, 21, var(--bs-bg-opacity, 1)) !important; }

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(254, 254, 254, var(--bs-bg-opacity, 1)) !important; }

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important; }

.link-primary {
  color: #034146 !important; }
  .link-primary:hover, .link-primary:focus {
    color: #002e19 !important; }

.link-secondary {
  color: var(--brand-text-primary) !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: #ffcea1 !important; }

.link-success {
  color: #198754 !important; }
  .link-success:hover, .link-success:focus {
    color: #146c43 !important; }

.link-info {
  color: #0dcaf0 !important; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3 !important; }

.link-warning {
  color: #F6EB69 !important; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39 !important; }

.link-danger {
  color: #9E2415 !important; }
  .link-danger:hover, .link-danger:focus {
    color: #7e1d11 !important; }

.link-light {
  color: #fefefe !important; }
  .link-light:hover, .link-light:focus {
    color: #fefefe !important; }

.link-dark {
  color: #212529 !important; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21 !important; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.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; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25; }

.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; }

.float-start {
  float: left !important; }

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

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

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

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

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

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

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

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

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

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

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

.d-grid {
  display: grid !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; }

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

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

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

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

.shadow-none {
  box-shadow: none !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; }

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

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

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

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

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

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; }

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; }

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; }

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; }

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }

.border-1 {
  --bs-border-width: 1px; }

.border-2 {
  --bs-border-width: 2px; }

.border-3 {
  --bs-border-width: 3px; }

.border-4 {
  --bs-border-width: 4px; }

.border-5 {
  --bs-border-width: 5px; }

.border-opacity-10 {
  --bs-border-opacity: 0.1; }

.border-opacity-25 {
  --bs-border-opacity: 0.25; }

.border-opacity-50 {
  --bs-border-opacity: 0.5; }

.border-opacity-75 {
  --bs-border-opacity: 0.75; }

.border-opacity-100 {
  --bs-border-opacity: 1; }

.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; }

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

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

.min-vw-100 {
  min-width: 100vw !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; }

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

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

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

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

.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-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; }

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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; }

.justify-content-evenly {
  justify-content: space-evenly !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; }

.order-first {
  order: -1 !important; }

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

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important; }

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

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

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

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

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

.me-auto {
  margin-right: auto !important; }

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important; }

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

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

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

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

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

.ms-auto {
  margin-left: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important; }

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.40625rem + 1.875vw) !important; }

.fs-2 {
  font-size: calc(1.35rem + 1.2vw) !important; }

.fs-3 {
  font-size: calc(1.321875rem + 0.8625vw) !important; }

.fs-4 {
  font-size: calc(1.29375rem + 0.525vw) !important; }

.fs-5 {
  font-size: calc(1.265625rem + 0.1875vw) !important; }

.fs-6 {
  font-size: 1.125rem !important; }

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

.fst-normal {
  font-style: normal !important; }

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

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

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

.fw-bold {
  font-weight: 600 !important; }

.fw-semibold {
  font-weight: 600 !important; }

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

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1 !important; }

.lh-lg {
  line-height: 2 !important; }

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important; }

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: var(--brand-text-primary) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: var(--brand-text-primary) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important; }

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

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

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

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

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

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: var(--bs-border-radius) !important; }

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important; }

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !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; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !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; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-md-evenly {
    justify-content: space-evenly !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; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !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; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !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; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.8125rem !important; }
  .fs-2 {
    font-size: 2.25rem !important; }
  .fs-3 {
    font-size: 1.96875rem !important; }
  .fs-4 {
    font-size: 1.6875rem !important; }
  .fs-5 {
    font-size: 1.40625rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !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; }
  .d-print-none {
    display: none !important; } }

/*

	Media Query mixin

	See https://github.com/sass-mq/sass-mq/ for original full version.

	@example scss
	 .element {
	   @include mq($from: mobile) {
		 color: red;
	   }

	   @include mq($to: tablet) {
		 color: blue;
	   }

	   @include mq(mobile, tablet) {
		 color: green;
	   }

	   @include mq($from: tablet, $and: '(orientation: landscape)') {
		 color: teal;
	   }

	   @include mq(em(950px)) {
		 color: hotpink;
	   }

	   @include mq(em(950px), $media-feature: height) {
		 color: hotpink;
	   }

	   @include mq(tablet, $media-type: screen) {
		 color: hotpink;
	   }

	   // Advanced use:
	   $custom-breakpoints: (L: 900px, XL: 1200px);
	   @include mq(L, $bp: $custom-breakpoints) {
		 color: hotpink;
	   }
	 }

*/
/*

	Margin / Padding Quick Resets

	example: top & bottom margin set to $spacing-unit
	.element {
		@include push--ends;
	}

	example: left & right padding set to $spacing-unit--small
	.element {
		@include soft--sides($spacing-unit--small);
	}

*/
/*

	Helper mixins

*/
/*

	Form input placeholder text

	example:

	input,
	textarea {
		@include input-placeholder {
			color: $grey;
		}
	}

*/
/*

	Retina images

	example:

	.element {
		@include retina {
			background-image: url(../img/background@2x.png);
		}
	}

*/
/*

	Content margins

	fore removing first/last child margins

	example: default
	.element {
		@include content-margins;
	}

	output:
	.element > *:first-child {
		margin-top: 0;
	}
	.element > *:last-child {
		margin-bottom: 0;
	}

	example: empty selector
	.element {
		@include content-margins('false');
	}

	output:
	.element:first-child {
		margin-top: 0;
	}
	.element:last-child {
		margin-bottom: 0;
	}

*/
/*

	CSS Triangle

	used for creating CSS only triangles

	example:
	.element {

		&::before {
			@include css-triangle(blue, down);
		}
	}

*/
/*

	Hide text

	example:

	.element {
		@include hide-text;
	}

*/
/*

	Responsive ratio

	Used for creating scalable elements that maintain the same ratio

	example:
	.element {
		@include responsive-ratio(400, 300);
	}

*/
/*

	Icon

	For using fontastic icons in pseudo elements

*/
/*

	Colours

	background, colour, etc. match up with colour map in _variables.scss

	modify to suit per project

*/
/*

	Fluid Property

	http://www.adrenalinmedia.com.au/the-agency/insights/this-changes-everything-css-fluid-properties.aspx

	HTML:

	<h1 class="element">
		<span>Text to replace</span>
	</h1>

	example:
	h1 {
		@include fp(font-size, 50, 100); // 50px at 320, 100px at 1920;
	}

	output:
	h1 {
		font-size: calc(3.125vw + 40px); //This is the magic!
	}

	@media (max-width:320px){ //Clips the start to the min value
		font-size:50px;
	}

	@media (min-width:1920px){ //Clips the end to the max value
		font-size:100px;
	}


*/
/*

	Misc

*/
/*

	Font face

	example:

	@include font-face('Clarendon', 'clarendon-webfont');
	@include font-face('Clarendon', 'clarendon-webfont', $w--bold, italic);

*/
/*

	REMs

*/
/*

	EMs calculator

*/
/*

	Grids

*/
/*

	Photoshop letter spacing

	use:

		for simple conversion between Photoshop letter-spacing to ems

	prerequisits:

		$ls list must exist in variables file

	example:

		.awesome-heading {
			letter-spacing: ls('awesome-heading');
		}

		could generate (if "awesome-heading") is 2nd in the list:

		.awesome-heading {
			letter-spacing: -0.01em;
		}

*/
/*

	Map deep get

	Get values from anywhere in a variable list

	http://css-tricks.com/snippets/sass/deep-getset-maps/

*/
/*

	Strip unit

*/
/*

	Very simple number functions

*/
/*

	Photoshop letter spacing

	use:

		get the value of a particular breakpoint

	example:

		.box {
			width: breakpoint('phone-wide');
		}

		would generate:

		.box {
			width: 480px;
		}

*/
/*

	Colour map lookup, retrieving base value by default

*/
/*

	SVG inliner

*/
html {
  font-size: 100%; }
  @media screen and (max-width: 991px) {
    html {
      font-size: 80%; } }

body {
  overflow-X: hidden; }

.container {
  max-width: 1360px; }
  @media screen and (min-width: 1201px) {
    .container {
      padding: 0 30px; } }

.container-lg {
  max-width: 965px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1201px) {
    .container-lg {
      padding: 0 30px; } }

.inline-buttons {
  display: flex;
  align-items: center;
  margin-top: 1.875rem; }
  .inline-buttons a:not(:last-child), .inline-buttons .btn:not(:last-child) {
    margin-right: 1.1875rem; }

input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: block;
  z-index: 99; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  text-transform: capitalize;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px; }
  .btn:hover {
    opacity: 1; }
  .btn span {
    position: relative;
    top: 2px; }
  .btn:disabled {
    background: #DBDBDB !important;
    border-color: #DBDBDB !important;
    color: #9B9B9B !important; }
  @media screen and (max-width: 991px) {
    .btn {
      font-size: 1rem; } }
  .btn img, .btn svg {
    margin-right: 6px; }
  .btn.btn-primary {
    color: var(--brand-text-primary);
    border: 2px solid #034146; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      background: #fff;
      color: #034146; }
  .btn.btn-default {
    background: transparent;
    border: 1.5px solid var(--brand-text-primary);
    color: var(--brand-text-primary); }
    .btn.btn-default:hover {
      background: var(--brand-text-primary);
      color: #034146; }
  .btn.btn-light {
    background: transparent;
    color: #034146;
    border: 1.7px solid #034146; }
    .btn.btn-light:hover {
      background: #034146;
      color: var(--brand-text-primary); }
  .btn.btn-full {
    width: 100%; }
  .btn.btn-secondary {
    background: transparent;
    color: var(--brand-text-primary);
    border: 2.5px solid var(--brand-text-primary); }
    .btn.btn-secondary:hover {
      background: var(--brand-text-primary);
      color: #034146; }
  .btn.btn-sm, .btn-group-sm > .btn {
    padding: 0.5625rem 2.625rem;
    font-size: 1rem;
    font-weight: 700; }
  .btn.btn-lg, .btn-group-lg > .btn {
    min-width: 300px; }

.radio-wrapper .radio {
  margin-bottom: 1.75rem; }
  .radio-wrapper .radio label {
    width: 100%; }
  .radio-wrapper .radio input[type='radio'] {
    display: none; }
    .radio-wrapper .radio input[type='radio'] + span {
      border: 1px solid #034146;
      border-radius: 14px;
      padding: 1.25rem 0.625rem;
      padding-right: 3.125rem;
      cursor: pointer;
      position: relative;
      display: block;
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
      -ms-border-radius: 14px;
      -o-border-radius: 14px; }
      .radio-wrapper .radio input[type='radio'] + span:after {
        content: "";
        position: absolute;
        border: 1px solid #034146;
        width: 28px;
        height: 28px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        right: 14px;
        left: auto;
        background: transparent;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
        @media screen and (max-width: 667px) {
          .radio-wrapper .radio input[type='radio'] + span:after {
            width: 22px;
            height: 22px; } }
      .radio-wrapper .radio input[type='radio'] + span:before {
        content: "";
        position: absolute;
        width: 13px;
        height: 13px;
        background: #034146;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        right: 21px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        opacity: 0; }
        @media screen and (max-width: 667px) {
          .radio-wrapper .radio input[type='radio'] + span:before {
            width: 10px;
            height: 10px;
            right: 20px; } }
      .radio-wrapper .radio input[type='radio'] + span ul {
        display: flex;
        align-items: center; }
        .radio-wrapper .radio input[type='radio'] + span ul.credit-card li {
          position: relative;
          left: -35px; }
        .radio-wrapper .radio input[type='radio'] + span ul li {
          font-size: 1.25rem;
          font-weight: 600;
          line-height: 1.6; }
          .radio-wrapper .radio input[type='radio'] + span ul li p {
            font-size: 1.375rem;
            font-weight: 500;
            margin: 0; }
          .radio-wrapper .radio input[type='radio'] + span ul li img {
            max-width: 60px;
            margin-left: 10px;
            margin-right: 15px;
            width: 42px; }
        @media screen and (max-width: 767px) {
          .radio-wrapper .radio input[type='radio'] + span ul.credit-card li {
            left: -30px; }
          .radio-wrapper .radio input[type='radio'] + span ul li {
            font-size: 1.0625rem; }
            .radio-wrapper .radio input[type='radio'] + span ul li p {
              font-size: 1.0625rem; }
            .radio-wrapper .radio input[type='radio'] + span ul li img {
              max-width: 40px;
              min-height: 40px; } }
    .radio-wrapper .radio input[type='radio']:checked + span:before {
      opacity: 1; }

.file input[type="file"] {
  width: 100%;
  height: 62px;
  border: 0;
  position: static;
  opacity: 1;
  display: block; }

.file .form-control {
  font-size: 15px;
  font-weight: 500; }
  .file .form-control::file-selector-button {
    border: 0;
    width: 219px;
    height: 45px;
    line-height: 45px;
    background: transparent !important;
    filter: drop-shadow(0px 3.33573px 11.6751px rgba(0, 0, 0, 0.15));
    border-radius: 59.2092px;
    border: 1px solid #034146; }

a {
  text-decoration: none;
  transition: .4s ease all; }
  @media screen and (min-width: 1025px) {
    a:hover {
      text-decoration: none;
      opacity: .7; } }
  a:focus {
    text-decoration: none; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 100%;
  font-weight: 700; }

h1, .h1 {
  font-size: 3.75rem;
  font-weight: 600;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: ) {
    h1, .h1 {
      font-size: 2.1875rem; } }
  @media screen and (min-width: ) {
    h1, .h1 {
      font-size: 3.75rem; } }

h2, .h2 {
  font-size: 3.125rem; }
  @media screen and (min-width: ) {
    h2, .h2 {
      font-size: 2.1875rem; } }
  @media screen and (min-width: ) {
    h2, .h2 {
      font-size: 3.125rem; } }

h3, .h3 {
  font-size: 2.8125rem; }
  @media screen and (min-width: ) {
    h3, .h3 {
      font-size: 2.1875rem; } }
  @media screen and (min-width: ) {
    h3, .h3 {
      font-size: 2.8125rem; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media screen and (min-width: ) {
    h4, .h4 {
      font-size: 1.25rem; } }
  @media screen and (min-width: ) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.25rem; }
  @media screen and (min-width: ) {
    h5, .h5 {
      font-size: 1.125rem; } }
  @media screen and (min-width: ) {
    h5, .h5 {
      font-size: 1.25rem; } }

h6, .h6 {
  font-size: 1.125rem; }
  @media screen and (min-width: ) {
    h6, .h6 {
      font-size: 0.875rem; } }
  @media screen and (min-width: ) {
    h6, .h6 {
      font-size: 1.125rem; } }

p {
  font-size: 1.125rem;
  margin: 0 0 1.25rem 0;
  line-height: 1.3;
  font-weight: 400; }

ul, ol,
.blockquote, .button-wrapper, .media, .table-wrapper {
  margin-bottom: 1rem; }
  ul:last-child, ol:last-child,
  .blockquote:last-child, .button-wrapper:last-child, .media:last-child, .table-wrapper:last-child {
    margin-bottom: 0; }

ol,
ul {
  padding: 0;
  margin: 0; }

b,
strong {
  font-weight: 700; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

input,
select,
textarea {
  appearance: none;
  background-clip: border-box;
  margin: 0;
  outline: 0;
  text-align: left;
  vertical-align: top;
  width: 100%; }

input[type='checkbox'],
input[type='radio'] {
  width: auto;
  height: auto; }

input[type='checkbox'] {
  appearance: checkbox; }

input[type='radio'] {
  appearance: radio; }

textarea,
select[size],
select[multiple] {
  height: auto; }

.form-control {
  position: relative;
  transition: all 0.2s;
  box-shadow: none;
  height: 3.875rem;
  line-height: 3.875rem; }
  .form-control.active {
    outline: none; }
  .form-control:focus {
    outline: none; }
  @media screen and (max-width: 767px) {
    .form-control {
      font-size: 1rem;
      height: 3.4375rem;
      line-height: 3.4375rem; } }

textarea.form-control {
  resize: none;
  height: 75px;
  line-height: 1.6;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.checkbox label,
.radio label {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .checkbox label input,
  .checkbox label svg,
  .radio label input,
  .radio label svg {
    width: 20px;
    height: 20px; }
  .checkbox label input,
  .radio label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: #fff;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 1px #d1d6ee;
    display: none;
    cursor: pointer; }
    .checkbox label input + span,
    .radio label input + span {
      padding-left: 1.875rem;
      vertical-align: middle;
      font-size: 1rem;
      font-weight: 500;
      position: relative;
      display: block; }
      .checkbox label input + span:after,
      .radio label input + span:after {
        content: '';
        width: 20px;
        height: 20px;
        background: transparent;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        border: 1px solid #034146;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px; }
        @media screen and (max-width: 575px) {
          .checkbox label input + span:after,
          .radio label input + span:after {
            width: 16px;
            height: 16px; } }
      .checkbox label input + span a,
      .radio label input + span a {
        display: inline;
        font-weight: 600; }
    @media screen and (min-width: 1025px) {
      .checkbox label input:hover,
      .radio label input:hover {
        box-shadow: inset 0 0 0 1px var(--primary); } }
    .checkbox label input:checked,
    .radio label input:checked {
      box-shadow: inset 0 0 0 1px var(--primary); }
      .checkbox label input:checked + span:after,
      .radio label input:checked + span:after {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.3 8.98321C4.2 8.98321 4.10278 8.96377 4.00833 8.92488C3.91389 8.88599 3.82778 8.82766 3.75 8.74988L0.733333 5.73321C0.577778 5.57766 0.5 5.38877 0.5 5.16654C0.5 4.94432 0.577778 4.75543 0.733333 4.59988C0.888889 4.44432 1.075 4.36655 1.29167 4.36655C1.50833 4.36655 1.7 4.44432 1.86667 4.59988L4.3 7.03321L10.1333 1.21654C10.2889 1.06099 10.475 0.980434 10.6917 0.974878C10.9083 0.969323 11.0944 1.04988 11.25 1.21654C11.4056 1.3721 11.4833 1.56099 11.4833 1.78321C11.4833 2.00543 11.4056 2.19432 11.25 2.34988L4.85 8.74988C4.77222 8.82766 4.68611 8.88599 4.59167 8.92488C4.49722 8.96377 4.4 8.98321 4.3 8.98321Z' fill='%23FFC289'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        background-color: #034146; }
  .checkbox label svg,
  .radio label svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--primary);
    width: 20px;
    height: 20px;
    transform: scale(1) translateZ(0);
    border: 1px solid #d7d7d7;
    border-radius: 2px; }
  .checkbox label.path input:checked,
  .radio label.path input:checked {
    --s: 2px;
    transition-delay: 0.4s; }
    .checkbox label.path input:checked + svg,
    .radio label.path input:checked + svg {
      stroke-dasharray: 16.1 86.12;
      stroke-dashoffset: 102.22; }
  .checkbox label.path svg,
  .radio label.path svg {
    stroke-dasharray: 86.12;
    stroke-dashoffset: 86.12;
    transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s; }

.checkbox a,
.radio a {
  color: var(--primary);
  text-decoration: underline !important; }
  .checkbox a:hover,
  .radio a:hover {
    opacity: .7; }

.switch {
  position: relative;
  display: inline-block;
  width: 46px !important;
  min-width: 46px !important;
  height: 25px; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #A11411;
    border-radius: 27.8571px;
    -webkit-transition: .4s;
    transition: .4s; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 20px;
      width: 20px;
      left: 3px;
      bottom: 3px;
      border-radius: 100%;
      background-color: #fff;
      -webkit-transition: .4s;
      transition: .4s;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%; }
  .switch input:checked + .slider {
    background: #034146; }
    .switch input:checked + .slider:before {
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); }

.form-group {
  margin-bottom: 1.5625rem;
  position: relative; }
  .form-group .input-group {
    position: relative;
    display: flex;
    align-items: flex-end; }
    .form-group .input-group .picker-switch {
      margin: 0; }
    .form-group .input-group .form-control[readonly] {
      background: transparent;
      cursor: pointer; }
    .form-group .input-group .next {
      position: relative;
      width: 38px;
      height: 30px; }
      .form-group .input-group .next:after {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 155.45 271.84' style='enable-background:new 0 0 155.45 271.84;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);%7D%0A%3C/style%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' width='155.45' height='271.84'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath class='st0' d='M150.56,124.12L31.92,5.48c-7.3-7.3-19.14-7.3-26.44,0c-7.3,7.3-7.3,19.14,0,26.44l104,104l-104,104 c-7.3,7.3-7.3,19.14,0,26.44c7.3,7.3,19.14,7.3,26.44,0l118.65-118.65C157.08,141.2,157.08,130.64,150.56,124.12'/%3E%3C/g%3E%3C/svg%3E");
        height: 16px;
        width: 14px;
        background-repeat: no-repeat;
        font-size: 0;
        clip: revert;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .form-group .input-group .prev {
      position: relative;
      width: 38px;
      height: 30px; }
      .form-group .input-group .prev:after {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 155.45 271.84' style='enable-background:new 0 0 155.45 271.84;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);%7D%0A%3C/style%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' width='155.45' height='271.84'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath class='st0' d='M150.56,124.12L31.92,5.48c-7.3-7.3-19.14-7.3-26.44,0c-7.3,7.3-7.3,19.14,0,26.44l104,104l-104,104 c-7.3,7.3-7.3,19.14,0,26.44c7.3,7.3,19.14,7.3,26.44,0l118.65-118.65C157.08,141.2,157.08,130.64,150.56,124.12'/%3E%3C/g%3E%3C/svg%3E");
        height: 16px;
        width: 14px;
        background-repeat: no-repeat;
        font-size: 0;
        clip: revert;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scaleX(-1); }
    .form-group .input-group .glyphicon {
      color: #034146 !important;
      font-weight: 400 !important;
      margin: 0 !important;
      min-width: auto; }
    .form-group .input-group span.icon {
      position: absolute;
      right: 0px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.36188 16.0991V8.76483H8.4915C7.86814 9.09712 7.26568 9.46723 6.6875 9.87308V10.8287C7.20312 10.4753 8.01987 9.9762 8.41725 9.76033H8.43375V16.0991H9.36188ZM10.9954 14.3047C11.06 15.1847 11.8121 16.238 13.337 16.238C15.0668 16.238 16.087 14.7722 16.087 12.2903C16.087 9.63108 15.0131 8.62183 13.4016 8.62183C12.1284 8.62183 10.9307 9.54583 10.9307 11.1092C10.9307 12.7042 12.0638 13.543 13.2352 13.543C14.261 13.543 14.9265 13.026 15.1369 12.4567H15.174C15.1685 14.2662 14.5401 15.4322 13.3796 15.4322C12.4666 15.4322 11.9936 14.8135 11.9359 14.3047H10.9954ZM15.0558 11.1188C15.0558 12.0758 14.2871 12.7413 13.4278 12.7413C12.6014 12.7413 11.8548 12.2147 11.8548 11.0913C11.8548 9.9597 12.655 9.42758 13.4607 9.42758C14.3311 9.42758 15.0558 9.97483 15.0558 11.1188Z' fill='%231E1E1E'/%3E%3Cpath d='M5.3125 0.0280762C5.49484 0.0280762 5.6697 0.100509 5.79864 0.22944C5.92757 0.358372 6 0.53324 6 0.715576V1.40308H17V0.715576C17 0.53324 17.0724 0.358372 17.2014 0.22944C17.3303 0.100509 17.5052 0.0280762 17.6875 0.0280762C17.8698 0.0280762 18.0447 0.100509 18.1736 0.22944C18.3026 0.358372 18.375 0.53324 18.375 0.715576V1.40308H19.75C20.4793 1.40308 21.1788 1.69281 21.6945 2.20853C22.2103 2.72426 22.5 3.42373 22.5 4.15308V19.2781C22.5 20.0074 22.2103 20.7069 21.6945 21.2226C21.1788 21.7383 20.4793 22.0281 19.75 22.0281H3.25C2.52065 22.0281 1.82118 21.7383 1.30546 21.2226C0.789731 20.7069 0.5 20.0074 0.5 19.2781V4.15308C0.5 3.42373 0.789731 2.72426 1.30546 2.20853C1.82118 1.69281 2.52065 1.40308 3.25 1.40308H4.625V0.715576C4.625 0.53324 4.69743 0.358372 4.82636 0.22944C4.9553 0.100509 5.13016 0.0280762 5.3125 0.0280762V0.0280762ZM1.875 5.52808V19.2781C1.875 19.6427 2.01987 19.9925 2.27773 20.2503C2.53559 20.5082 2.88533 20.6531 3.25 20.6531H19.75C20.1147 20.6531 20.4644 20.5082 20.7223 20.2503C20.9801 19.9925 21.125 19.6427 21.125 19.2781V5.52808H1.875Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      height: 23px;
      width: 23px; }
    .form-group .input-group > div {
      flex: 1; }
  .form-group .dropdown-wrapper {
    padding: 0;
    border: 0; }
  .form-group .info-text {
    display: block;
    font-weight: 500;
    font-size: 15.0108px; }
  .form-group .info-label.error {
    display: none; }
  .form-group.error .info-label.error {
    display: flex; }
  .form-group.error .select2-container--default .select2-selection--single {
    border-color: #9F2228; }
  .form-group.error .form-control {
    border-color: #9F2228; }

@media screen and (min-width: 992px) {
  .col-gap-0 {
    margin-left: calc((0px/2) * -1) !important;
    margin-right: calc((0px/2) * -1) !important; }
  .col-gap-0 > div {
    padding-left: calc(0px/2) !important;
    padding-right: calc(0px/2) !important; }
  .col-gap-5 {
    margin-left: calc((5px/2) * -1) !important;
    margin-right: calc((5px/2) * -1) !important; }
  .col-gap-5 > div {
    padding-left: calc(5px/2) !important;
    padding-right: calc(5px/2) !important; }
  .col-gap-10 {
    margin-left: calc((10px/2) * -1) !important;
    margin-right: calc((10px/2) * -1) !important; }
  .col-gap-10 > div {
    padding-left: calc(10px/2) !important;
    padding-right: calc(10px/2) !important; }
  .col-gap-15 {
    margin-left: calc((15px/2) * -1) !important;
    margin-right: calc((15px/2) * -1) !important; }
  .col-gap-15 > div {
    padding-left: calc(15px/2) !important;
    padding-right: calc(15px/2) !important; }
  .col-gap-20 {
    margin-left: calc((20px/2) * -1) !important;
    margin-right: calc((20px/2) * -1) !important; }
  .col-gap-20 > div {
    padding-left: calc(20px/2) !important;
    padding-right: calc(20px/2) !important; }
  .col-gap-25 {
    margin-left: calc((25px/2) * -1) !important;
    margin-right: calc((25px/2) * -1) !important; }
  .col-gap-25 > div {
    padding-left: calc(25px/2) !important;
    padding-right: calc(25px/2) !important; }
  .col-gap-30 {
    margin-left: calc((30px/2) * -1) !important;
    margin-right: calc((30px/2) * -1) !important; }
  .col-gap-30 > div {
    padding-left: calc(30px/2) !important;
    padding-right: calc(30px/2) !important; }
  .col-gap-40 {
    margin-left: calc((40px/2) * -1) !important;
    margin-right: calc((40px/2) * -1) !important; }
  .col-gap-40 > div {
    padding-left: calc(40px/2) !important;
    padding-right: calc(40px/2) !important; }
  .col-gap-50 {
    margin-left: calc((50px/2) * -1) !important;
    margin-right: calc((50px/2) * -1) !important; }
  .col-gap-50 > div {
    padding-left: calc(50px/2) !important;
    padding-right: calc(50px/2) !important; }
  .col-gap-55 {
    margin-left: calc((55px/2) * -1) !important;
    margin-right: calc((55px/2) * -1) !important; }
  .col-gap-55 > div {
    padding-left: calc(55px/2) !important;
    padding-right: calc(55px/2) !important; }
  .col-gap-60 {
    margin-left: calc((60px/2) * -1) !important;
    margin-right: calc((60px/2) * -1) !important; }
  .col-gap-60 > div {
    padding-left: calc(60px/2) !important;
    padding-right: calc(60px/2) !important; }
  .col-gap-70 {
    margin-left: calc((70px/2) * -1) !important;
    margin-right: calc((70px/2) * -1) !important; }
  .col-gap-70 > div {
    padding-left: calc(70px/2) !important;
    padding-right: calc(70px/2) !important; }
  .col-gap-80 {
    margin-left: calc((80px/2) * -1) !important;
    margin-right: calc((80px/2) * -1) !important; }
  .col-gap-80 > div {
    padding-left: calc(80px/2) !important;
    padding-right: calc(80px/2) !important; }
  .col-gap-90 {
    margin-left: calc((90px/2) * -1) !important;
    margin-right: calc((90px/2) * -1) !important; }
  .col-gap-90 > div {
    padding-left: calc(90px/2) !important;
    padding-right: calc(90px/2) !important; }
  .col-gap-100 {
    margin-left: calc((100px/2) * -1) !important;
    margin-right: calc((100px/2) * -1) !important; }
  .col-gap-100 > div {
    padding-left: calc(100px/2) !important;
    padding-right: calc(100px/2) !important; }
  .col-gap-120 {
    margin-left: calc((120px/2) * -1) !important;
    margin-right: calc((120px/2) * -1) !important; }
  .col-gap-120 > div {
    padding-left: calc(120px/2) !important;
    padding-right: calc(120px/2) !important; }
  .col-gap-130 {
    margin-left: calc((130px/2) * -1) !important;
    margin-right: calc((130px/2) * -1) !important; }
  .col-gap-130 > div {
    padding-left: calc(130px/2) !important;
    padding-right: calc(130px/2) !important; }
  .col-gap-150 {
    margin-left: calc((150px/2) * -1) !important;
    margin-right: calc((150px/2) * -1) !important; }
  .col-gap-150 > div {
    padding-left: calc(150px/2) !important;
    padding-right: calc(150px/2) !important; } }

[data-width='5'] {
  width: 5%; }

[data-width='6'] {
  width: 6%; }

[data-width='7'] {
  width: 7%; }

[data-width='8'] {
  width: 8%; }

[data-width='9'] {
  width: 9%; }

[data-width='10'] {
  width: 10%; }

[data-width='11'] {
  width: 11%; }

[data-width='12'] {
  width: 12%; }

[data-width='13'] {
  width: 13%; }

[data-width='14'] {
  width: 14%; }

[data-width='15'] {
  width: 15%; }

[data-width='16'] {
  width: 16%; }

[data-width='17'] {
  width: 17%; }

[data-width='18'] {
  width: 18%; }

[data-width='19'] {
  width: 19%; }

[data-width='20'] {
  width: 20%; }

[data-width='21'] {
  width: 21%; }

[data-width='22'] {
  width: 22%; }

[data-width='23'] {
  width: 23%; }

[data-width='24'] {
  width: 24%; }

[data-width='25'] {
  width: 25%; }

[data-width='26'] {
  width: 26%; }

[data-width='27'] {
  width: 27%; }

[data-width='28'] {
  width: 28%; }

[data-width='30'] {
  width: 30%; }

[data-width='31'] {
  width: 31%; }

[data-width='33'] {
  width: 33%; }

[data-width='34'] {
  width: 34%; }

[data-width='35'] {
  width: 35%; }

[data-width='38'] {
  width: 38%; }

[data-width='40'] {
  width: 40%; }

[data-width='42'] {
  width: 42%; }

[data-width='43'] {
  width: 43%; }

[data-width='45'] {
  width: 45%; }

[data-width='46'] {
  width: 46%; }

[data-width='47'] {
  width: 47%; }

[data-width='48'] {
  width: 48%; }

[data-width='50'] {
  width: 50%; }

[data-width='55'] {
  width: 55%; }

[data-width='60'] {
  width: 60%; }

[data-width='70'] {
  width: 70%; }

[data-width='80'] {
  width: 80%; }

[data-width='90'] {
  width: 90%; }

[data-width='100'] {
  width: 100%; }

@media screen and (max-width: 1200px) {
  .show-on-xl {
    display: block !important; }
  .hide-on-xl {
    display: none !important; } }

@keyframes headerAnimation {
  from {
    transform: translateY(-100px); }
  to {
    transform: translateY(0); } }

/* Loaded styles */
.abs-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  color: transparent;
  font-size: 0; }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; }

#loader {
  position: relative;
  width: 100%;
  margin: auto;
  height: 100%;
  z-index: 1001;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #034146;
  z-index: 1000; }

#loader-wrapper .loader-section.section-left {
  left: 0; }

#loader-wrapper .loader-section.section-right {
  right: 0; }

#loader-wrapper img {
  width: 150px; }

.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle; }

.loader .loader-outter {
  position: absolute;
  border: 4px solid #034146;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; }

.loader .loader-inner {
  position: absolute;
  border: 4px solid #034146;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; }

@-webkit-keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-1-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes loader-1-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s 1s ease-out;
  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */ }

.swiper-pagination .swiper-pagination-bullet {
  background: rgba(35, 174, 183, 0.32);
  width: 10px;
  height: 10px;
  margin: 0 1rem !important;
  opacity: 1; }
  @media screen and (max-width: 767px) {
    .swiper-pagination .swiper-pagination-bullet {
      margin: 0 0.5rem !important; } }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--brand-text-primary); }

.nav-tabs li:not(:last-child) {
  margin-right: 1.5625rem; }

.nav-tabs .nav-link {
  height: 50px;
  width: 190px;
  border-radius: 70px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border: 2px solid #034146;
  font-family: "Altone";
  opacity: 1 !important; }
  @media screen and (min-width: 1025px) {
    .nav-tabs .nav-link:hover {
      background: #034146;
      color: var(--brand-text-primary);
      border-color: #034146; } }

@media screen and (max-width: 991px) {
  .nav-tabs .nav-link {
    height: 43px;
    width: 140px;
    font-size: 1rem; }
  .nav-tabs li:not(:last-child) {
    margin-right: 1.0625rem; } }

@media screen and (max-width: 767px) {
  .nav-tabs .nav-link {
    height: 40px; }
  .nav-tabs li:not(:last-child) {
    margin-right: 0.75rem; } }

@media screen and (max-width: 400px) {
  .nav-tabs {
    width: 100%; }
    .nav-tabs .nav-link {
      width: 100%; }
    .nav-tabs li {
      width: 32%; }
      .nav-tabs li:not(:last-child) {
        margin-right: 0.375rem; } }

.custom-arrows .custom-arrow {
  width: 3.875rem;
  height: 3.875rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--brand-text-primary);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: .5s ease all;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  border: 1px solid transparent;
  color: #034146;
  z-index: 998; }
  .custom-arrows .custom-arrow:hover {
    background: #034146;
    color: #fff;
    border-color: var(--brand-text-primary); }
    .custom-arrows .custom-arrow:hover svg {
      color: var(--brand-text-primary); }
  .custom-arrows .custom-arrow.swiper-button-disabled {
    display: none; }

.custom-arrows__prev {
  left: 0; }
  .custom-arrows__prev svg {
    transform: scaleX(-1); }

.custom-arrows__next {
  right: 0; }

@media screen and (max-width: 1200px) {
  .custom-arrows .custom-arrow {
    width: 3.125rem;
    height: 3.125rem; }
    .custom-arrows .custom-arrow svg {
      width: 15px; } }

.img-hover {
  position: relative; }

.img-hover::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0; }

.img-hover:hover::before {
  -webkit-animation: circle .75s;
  animation: circle .75s; }

@-webkit-keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

@keyframes circle {
  0% {
    opacity: 1; }
  40% {
    opacity: 1; }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0; } }

iframe {
  width: 100%;
  height: 100%; }

.mCSB_scrollTools {
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1 !important; }
  .mCSB_scrollTools .mCSB_draggerRail {
    width: 8px !important;
    background: transparent !important; }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px !important;
    background: var(--brand-text-primary) !important;
    border-radius: 27px;
    margin-right: 0 !important; }

.mCSB_inside > .mCSB_container {
  padding: 0 !important;
  margin: 0 !important; }

.quantity {
  width: 80px; }
  .quantity .btn-primary {
    width: 22px;
    min-width: 22px;
    height: 22px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 0.5px solid #034146;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.06);
    background: rgba(217, 217, 217, 0.65);
    color: #034146;
    padding: 2px;
    font-size: 1.375rem;
    font-weight: 400; }
    .quantity .btn-primary.bootstrap-touchspin-up {
      background: #fff; }
    .quantity .btn-primary.bootstrap-touchspin-down {
      background: #fff;
      pointer-events: none; }
    .quantity .btn-primary:hover {
      background: #034146;
      color: #fff !important;
      border-color: #034146; }
  .quantity .form-control {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    padding: 0 5px;
    height: auto;
    line-height: initial;
    border: 0;
    background: transparent; }

@-webkit-keyframes float-sb {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%); }
  50% {
    -webkit-transform: translateY(1%);
    transform: translateY(1%); }
  75% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes float-sb {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%); }
  50% {
    -webkit-transform: translateY(1%);
    transform: translateY(1%); }
  75% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.pageSections {
  --linkcolor: #fff; }
  @media screen and (max-width: 1200px) {
    .pageSections {
      display: none; } }
  .pageSections .fixed-top {
    z-index: 998; }
  .pageSections .navbar {
    position: fixed;
    top: 12.5rem;
    left: 1.875rem;
    width: fit-content;
    padding-left: 0; }
    .pageSections .navbar .nav {
      display: flex;
      flex-direction: column;
      border: 0; }
      .pageSections .navbar .nav-item {
        width: 1.875rem;
        padding: 0px; }
        @media screen and (max-width: 1800px) {
          .pageSections .navbar .nav-item {
            width: 1.25rem; } }
        .pageSections .navbar .nav-item a {
          font-size: 1.125rem;
          font-weight: 700;
          background: none;
          text-transform: uppercase;
          height: 2.875rem;
          position: relative;
          display: inline-block;
          padding: 0px;
          padding-left: 1.25rem;
          padding-right: 1.25rem;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: flex-start;
          display: inline-flex;
          color: var(--brand-text-primary);
          width: 1.875rem;
          outline: none;
          opacity: 1; }
          .pageSections .navbar .nav-item a:hover {
            opacity: 60%; }
          @media screen and (max-width: 1800px) {
            .pageSections .navbar .nav-item a {
              width: 1.25rem;
              font-size: 1rem;
              padding-left: 0.8125rem;
              padding-right: 0.8125rem; } }
          .pageSections .navbar .nav-item a:after {
            position: absolute;
            content: '';
            width: 4px;
            height: 100%;
            background: var(--brand-accent-yellow);
            left: 0px;
            top: 0px;
            border: 1px solid #034146; }
          .pageSections .navbar .nav-item a span {
            opacity: 0;
            pointer-events: none;
            white-space: nowrap; }
          .pageSections .navbar .nav-item a:focus span {
            opacity: 1; }
        .pageSections .navbar .nav-item:not(:last-child) {
          margin-bottom: 3px; }
        .pageSections .navbar .nav-item.active a {
          background: none; }
          .pageSections .navbar .nav-item.active a span {
            opacity: 1; }
          .pageSections .navbar .nav-item.active a:after {
            background: var(--brand-text-primary); }
          .pageSections .navbar .nav-item.active a.activeColor {
            color: #034146; }
            .pageSections .navbar .nav-item.active a.activeColor:after {
              background: var(--brand-text-primary); }
        @media screen and (min-width: 1025px) {
          .pageSections .navbar .nav-item:hover a span {
            opacity: 1 !important;
            color: var(--brand-text-primary); } }

@keyframes fadeout {
  0% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
    @media screen and (max-width: 1600px) {
      .pageSections .navbar {
        left: 12px; } }
  @media screen and (max-width: 991px) {
    .pageSections {
      display: none !important; } }
  .pageSections.darktheme .navbar .nav-item a {
    color: #034146 !important; }
    .pageSections.darktheme .navbar .nav-item a span {
      color: #034146 !important; }

.table {
  margin-bottom: 0; }
  .table__row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #034146;
    position: relative;
    background-color: transparent;
    padding: 1.25rem 1.25rem 1rem 1.875rem; }
    @media screen and (max-width: 991px) {
      .table__row {
        padding: 1.125rem; } }
    .table__row--cell {
      display: table-cell;
      font-weight: 500;
      font-size: 1.375rem;
      background-color: transparent;
      padding: 0 0.9375rem !important;
      vertical-align: middle;
      line-height: 1.25; }
      @media screen and (max-width: 991px) {
        .table__row--cell {
          font-size: 1.125rem;
          padding: 0 0.625rem !important; } }
      @media screen and (max-width: 575px) {
        .table__row--cell {
          font-size: 0.9375rem; } }
    .table__row.main-item .table__row--cell {
      font-weight: 700; }
  .table__head {
    border: 3px solid #034146;
    border-radius: 59px; }
    .table__head .table__row {
      padding: 1.625rem 1.25rem 1.3125rem 1.875rem;
      border: 0; }
      @media screen and (max-width: 991px) {
        .table__head .table__row {
          padding: 1.125rem;
          border-width: 2px; } }
  .table__body {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px; }

.select2-container .select2-dropdown {
  border: 0;
  background: transparent; }

.select2-container--default .select2-selection--single {
  border: 1px solid #034146;
  height: 3.875rem;
  line-height: 3.875rem;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important; }
  @media screen and (max-width: 767px) {
    .select2-container--default .select2-selection--single {
      height: 3.4375rem;
      line-height: 3.4375rem; } }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3.875rem;
    padding: 0 0.8125em !important;
    color: #034146; }
    .select2-container--default .select2-selection--single .select2-selection__rendered img.flag {
      max-width: 22px; }
    @media screen and (max-width: 767px) {
      .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 3.4375rem; } }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 44%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 21px;
    height: 13px;
    right: 30px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border: 0;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23003a1f'/%3E%3C/svg%3E%0A");
      width: 21px;
      height: 13px;
      background-repeat: no-repeat; }

.select2-container--default .select2-results > .select2-results__options {
  background: #FFFFFF;
  border: 1px solid #034146;
  border-radius: 0; }
  .select2-container--default .select2-results > .select2-results__options .select2-results__option {
    font-size: 1.0625rem;
    font-weight: 500;
    color: #034146;
    padding: 1rem; }
    .select2-container--default .select2-results > .select2-results__options .select2-results__option img.flag {
      max-width: 22px; }
    .select2-container--default .select2-results > .select2-results__options .select2-results__option.select2-results__option--highlighted {
      background: rgba(3, 65, 70, 0.2);
      color: #034146; }
    .select2-container--default .select2-results > .select2-results__options .select2-results__option:not(:last-child) {
      border-bottom: 1px solid #034146; }
  .select2-container--default .select2-results > .select2-results__options .select2-results__option[aria-selected=true] {
    font-weight: 700;
    background: transparent; }

.select2-container--default .select2-search--dropdown {
  padding: 0 0 6px; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #034146; }

.phone-number {
  display: flex;
  align-items: center; }
  .phone-number .country-picker {
    width: 130px; }
    .phone-number .country-picker .select2-container--default {
      width: 100% !important; }
      .phone-number .country-picker .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 22px;
        height: 10px;
        right: 12px;
        top: 46%; }
        .phone-number .country-picker .select2-container--default .select2-selection--single .select2-selection__arrow b {
          width: 20px;
          height: 10px;
          background-repeat: no-repeat;
          background-size: 100% 100%; }
      .phone-number .country-picker .select2-container--default .select2-results > .select2-results__options .select2-results__option {
        padding: 1.25rem !important; }
    @media screen and (max-width: 767px) {
      .phone-number .country-picker {
        width: 115px; }
        .phone-number .country-picker .select2-container--default .select2-selection--single {
          font-size: 1rem;
          height: 3.4375rem; }
          .phone-number .country-picker .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 3.4375rem; }
            .phone-number .country-picker .select2-container--default .select2-selection--single .select2-selection__rendered img {
              max-width: 20px; } }
  .phone-number .phone-input {
    flex: 1; }
    .phone-number .phone-input .form-control {
      border-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      position: relative;
      left: -9px;
      background: transparent;
      padding-left: 25px; }

.modal-backdrop.show {
  opacity: .8;
  z-index: 999999; }

.modal {
  text-align: center;
  padding: 0 !important;
  z-index: 9999999; }
  .modal .modal-dialog-centered {
    display: flex !important; }
  .modal .modal-dialog {
    max-width: 540px;
    width: 540px;
    text-align: left;
    vertical-align: middle;
    display: inline-block; }
    @media screen and (max-width: 575px) {
      .modal .modal-dialog {
        max-width: auto;
        width: 90%;
        margin: 20px auto; } }
    .modal .modal-dialog .modal-content {
      box-shadow: none;
      border: none;
      margin: 0 auto;
      pointer-events: all;
      background: #fff;
      overflow: hidden;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
      padding: 0; }
      .modal .modal-dialog .modal-content .popup-cross-icon {
        position: absolute;
        top: -5px;
        right: -35px;
        cursor: pointer;
        z-index: 1000;
        width: 22px;
        min-width: 22px;
        height: 22px;
        min-height: 22px;
        border: 0;
        background: #034146;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        padding: 0; }
        .modal .modal-dialog .modal-content .popup-cross-icon:after {
          content: '';
          position: absolute;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M13.711,12.337 L23.103,21.728 C23.622,22.247 23.622,23.088 23.103,23.607 C22.584,24.125 21.743,24.125 21.225,23.607 L11.833,14.215 L2.441,23.607 C1.922,24.125 1.082,24.125 0.563,23.607 C0.044,23.088 0.044,22.247 0.563,21.728 L9.955,12.337 L0.563,2.945 C0.044,2.426 0.044,1.585 0.563,1.066 C1.082,0.547 1.922,0.547 2.441,1.066 L11.833,10.458 L21.225,1.066 C21.743,0.547 22.584,0.547 23.103,1.066 C23.622,1.585 23.622,2.426 23.103,2.945 L13.711,12.337 Z'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          height: 10px;
          width: 10px;
          left: 50%;
          top: 50%;
          background-size: cover;
          transform: translate(-50%, -50%); }
        @media screen and (min-width: 1025px) {
          .modal .modal-dialog .modal-content .popup-cross-icon:hover {
            opacity: 0.8; } }
        @media screen and (max-width: 991px) {
          .modal .modal-dialog .modal-content .popup-cross-icon {
            right: 0; } }
      .modal .modal-dialog .modal-content h2, .modal .modal-dialog .modal-content .h2, .modal .modal-dialog .modal-content h3, .modal .modal-dialog .modal-content .h3 {
        font-weight: 600;
        font-size: 1.375rem;
        margin-bottom: 1.4375rem;
        text-align: center; }
  .modal.large .modal-dialog {
    max-width: 1430px;
    width: 1430px; }
    @media screen and (max-width: 1500px) {
      .modal.large .modal-dialog {
        max-width: 1200px;
        width: 1200px; } }
    @media screen and (max-width: 1250px) {
      .modal.large .modal-dialog {
        width: 90%; } }
  .modal.medium .modal-dialog {
    max-width: 620px;
    width: 620px; }
    @media screen and (max-width: 650px) {
      .modal.medium .modal-dialog {
        width: 90%; } }
  .modal.small .modal-dialog {
    max-width: 300px;
    width: 300px; }
    @media screen and (max-width: 350px) {
      .modal.small .modal-dialog {
        width: 90%; } }
  .modal.custom-modal .modal-body {
    /*padding: 25px 30px 20px 30px;*/
    padding: 0;
    visibility: hidden;
    overflow: hidden; }
    .modal.custom-modal .modal-body.show {
      visibility: visible;
      height: auto;
      overflow: visible; }
    .modal.custom-modal .modal-body video {
      width: 100%;
      height: 100%; }
  .modal.custom-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal.show .modal-dialog {
    transform: none; }

.accordion .accordion-item {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 7px; }
  .accordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid #D4D4D4; }
  .accordion .accordion-item:not(:last-child) {
    margin-bottom: 2.5rem; }

.accordion .accordion-button {
  font-size: 1.625rem;
  font-weight: 600; }
  .accordion .accordion-button:after {
    height: 11px;
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all; }
  .accordion .accordion-button:not(.collapsed) {
    box-shadow: unset; }

.accordion .accordion-body {
  padding-top: 0; }

@media screen and (max-width: 767px) {
  .accordion .accordion-button {
    font-size: 1.25rem;
    padding: 1.25rem; }
  .accordion .accordion-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

.easy-autocomplete .form-control {
  color: #034146; }

.easy-autocomplete ul {
  border: 1px solid #034146; }
  .easy-autocomplete ul li {
    padding: 1rem;
    font-size: 1.125rem; }
    .easy-autocomplete ul li:not(:last-child) {
      border-bottom: 1px solid #034146; }
    .easy-autocomplete ul li:hover {
      background: none repeat scroll 0 0 rgba(3, 65, 70, 0.2); }
    .easy-autocomplete ul li.selected {
      background: none repeat scroll 0 0 rgba(3, 65, 70, 0.2); }
      .easy-autocomplete ul li.selected > div {
        font-weight: 700; }

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.alert {
  font-size: 1.125rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  font-weight: 600; }
  .alert svg {
    margin-right: 1.375rem; }
  .alert.alert-secondary {
    color: #034146;
    background: var(--brand-text-primary); }
  @media screen and (max-width: 767px) {
    .alert {
      font-size: 1rem; }
      .alert svg {
        margin-right: 0.9375rem; } }

@keyframes animate {
  0% {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px); }
  50% {
    opacity: 1; }
  100% {
    transform: translateY(12px);
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px); } }

@keyframes skeletonShine {
  to {
    background-position: 500px 0; } }

@keyframes arrow-animation {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px); } }

@media screen and (max-width: 1024px) {
  @keyframes arrow-animation {
    0% {
      opacity: 0;
      transform: rotate(45deg) translate(-10px, -10px); }
    50% {
      opacity: 1; }
    100% {
      opacity: 0;
      transform: rotate(45deg) translate(10px, 10px); } } }

@keyframes arrow-animate {
  0% {
    transform: translate(0, 20px); }
  50% {
    opacity: 1; }
  100% {
    transform: translateY(-10px, 30px); } }

@keyframes link-arrow-animation {
  0% {
    transform: scaleX(var(--s, 1)) translate(-4px); }
  100% {
    transform: scaleX(var(--s, 1)) translate(4px); } }

@keyframes cart-loader {
  from {
    background-position-x: 0; }
  to {
    background-position-x: 7.0625rem; } }

.header {
  position: fixed;
  z-index: 999999;
  transition: all 0.3s ease-in-out;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 0.6875rem 0;
  background: #034146; }
  @media screen and (max-width: 991px) {
    .header {
      padding: 6px 0; } }
  .header__logo {
    max-width: 70px;
    flex: 0 0 70px; }
    .header__logo img {
      max-width: 60px;
      transition: all 0.3s ease-in-out; }
  .header ul li a {
    color: var(--brand-text-primary); }
    .header ul li a:hover {
      color: var(--brand-accent-yellow);
      opacity: 1; }
  .header .dropdown .dropdown-toggle::after {
    display: none; }
  .header nav ul li {
    position: relative; }
    .header nav ul li:not(:last-child) {
      margin-right: 1.875rem; }
    .header nav ul li.game-menu-dropdown {
      padding-right: 1.5625rem; }
      .header nav ul li.game-menu-dropdown > span {
        cursor: pointer;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 10.1406L0.25 1.8906L1.72812 0.412476L8.5 7.21873L15.2719 0.44685L16.75 1.92497L8.5 10.1406Z' fill='%23fff'/%3E%3C/svg%3E%0A");
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 11px;
        width: 17px;
        background-repeat: no-repeat; }
      .header nav ul li.game-menu-dropdown:hover > span {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 10.1406L0.25 1.8906L1.72812 0.412476L8.5 7.21873L15.2719 0.44685L16.75 1.92497L8.5 10.1406Z' fill='%23fff'/%3E%3C/svg%3E%0A"); }
    .header nav ul li.dropdown {
      padding-right: 1.5625rem; }
      .header nav ul li.dropdown .dropdown-toggle:after {
        display: none; }
      .header nav ul li.dropdown .dropdown-menu {
        width: 600px;
        background: var(--brand-text-primary);
        border-radius: 13px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        -o-border-radius: 13px; }
  .header__right ul li:not(:last-child) {
    margin-right: 0.9375rem; }
  .header__right ul li > a {
    position: relative; }
    .header__right ul li > a > span {
      width: 15px;
      height: 15px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      background: #AA0000;
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: -7px;
      top: -7px; }
      .header__right ul li > a > span i {
        font-style: normal;
        position: relative;
        top: 1px; }
  .header__right--lang-selector {
    position: relative;
    padding-right: 0.9375rem; }
    .header__right--lang-selector a {
      font-family: 'dinnext';
      font-weight: 400; }
    .header__right--lang-selector:after {
      content: "";
      position: absolute;
      background: var(--brand-text-primary);
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 28px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }
  .header__right .custom-dropdown {
    position: relative; }
    .header__right .custom-dropdown > a > svg .inner {
      fill: transparent; }
    @media screen and (min-width: 1025px) {
      .header__right .custom-dropdown > a:hover {
        color: var(--brand-accent-yellow); }
        .header__right .custom-dropdown > a:hover > svg .inner {
          fill: var(--brand-accent-yellow); } }
    .header__right .custom-dropdown.dropdown-active > a > svg .inner {
      fill: var(--brand-accent-yellow); }
    .header__right .custom-dropdown .cart .inner-scroll {
      max-height: 286px; }
      .header__right .custom-dropdown .cart .inner-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #034146 !important; }
      @media screen and (max-width: 1500px) {
        .header__right .custom-dropdown .cart .inner-scroll {
          max-height: 230px; } }
      @media screen and (max-width: 767px) {
        .header__right .custom-dropdown .cart .inner-scroll {
          max-height: calc(100% - 150px); } }
    .header__right .custom-dropdown .cart__total {
      background: var(--brand-text-primary);
      padding: 1.25rem 1.5625rem 1.125rem 1rem;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
      @media screen and (max-width: 767px) {
        .header__right .custom-dropdown .cart__total {
          padding: 1rem; } }
      .header__right .custom-dropdown .cart__total ul {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1.0625rem; }
        .header__right .custom-dropdown .cart__total ul li {
          font-size: 14px; }
        .header__right .custom-dropdown .cart__total ul:last-child li {
          font-weight: 700; }
      .header__right .custom-dropdown .cart__total--total li {
        font-weight: 700; }
    .header__right .custom-dropdown .cart__packages {
      margin: 1.875rem 0.875rem; }
      .header__right .custom-dropdown .cart__packages .info {
        padding: 4px 0;
        font-size: 1rem;
        font-weight: 700; }
      .header__right .custom-dropdown .cart__packages--delete {
        content: "";
        position: relative;
        display: block;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.12 8.72727H2.88C2.11618 8.72727 1.38364 9.00312 0.843533 9.49412C0.303428 9.98512 0 10.6511 0 11.3455C0 12.0398 0.303428 12.7058 0.843533 13.1968C1.38364 13.6878 2.11618 13.9636 2.88 13.9636H3.84V43.6364C3.84631 44.7919 4.35405 45.8985 5.25286 46.7156C6.15167 47.5327 7.36891 47.9943 8.64 48H39.36C40.6311 47.9943 41.8483 47.5327 42.7471 46.7156C43.646 45.8985 44.1537 44.7919 44.16 43.6364V13.9636H45.12C45.8838 13.9636 46.6164 13.6878 47.1565 13.1968C47.6966 12.7058 48 12.0398 48 11.3455C48 10.6511 47.6966 9.98512 47.1565 9.49412C46.6164 9.00312 45.8838 8.72727 45.12 8.72727ZM38.4 42.7636H9.6V13.9636H38.4V42.7636ZM11.52 2.61818C11.52 1.9238 11.8234 1.25785 12.3635 0.766848C12.9036 0.275843 13.6362 0 14.4 0H33.6C34.3638 0 35.0964 0.275843 35.6365 0.766848C36.1766 1.25785 36.48 1.9238 36.48 2.61818C36.48 3.31257 36.1766 3.97851 35.6365 4.46952C35.0964 4.96052 34.3638 5.23636 33.6 5.23636H14.4C13.6362 5.23636 12.9036 4.96052 12.3635 4.46952C11.8234 3.97851 11.52 3.31257 11.52 2.61818Z' fill='%23FFC289'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        width: 19px;
        height: 19px;
        background-size: cover; }
        @media screen and (min-width: 1025px) {
          .header__right .custom-dropdown .cart__packages--delete:hover {
            opacity: 1;
            background-image: url("data:image/svg+xml,%0A%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.12 8.72727H2.88C2.11618 8.72727 1.38364 9.00312 0.843533 9.49412C0.303428 9.98512 0 10.6511 0 11.3455C0 12.0398 0.303428 12.7058 0.843533 13.1968C1.38364 13.6878 2.11618 13.9636 2.88 13.9636H3.84V43.6364C3.84631 44.7919 4.35405 45.8985 5.25286 46.7156C6.15167 47.5327 7.36891 47.9943 8.64 48H39.36C40.6311 47.9943 41.8483 47.5327 42.7471 46.7156C43.646 45.8985 44.1537 44.7919 44.16 43.6364V13.9636H45.12C45.8838 13.9636 46.6164 13.6878 47.1565 13.1968C47.6966 12.7058 48 12.0398 48 11.3455C48 10.6511 47.6966 9.98512 47.1565 9.49412C46.6164 9.00312 45.8838 8.72727 45.12 8.72727ZM38.4 42.7636H9.6V13.9636H38.4V42.7636ZM11.52 2.61818C11.52 1.9238 11.8234 1.25785 12.3635 0.766848C12.9036 0.275843 13.6362 0 14.4 0H33.6C34.3638 0 35.0964 0.275843 35.6365 0.766848C36.1766 1.25785 36.48 1.9238 36.48 2.61818C36.48 3.31257 36.1766 3.97851 35.6365 4.46952C35.0964 4.96052 34.3638 5.23636 33.6 5.23636H14.4C13.6362 5.23636 12.9036 4.96052 12.3635 4.46952C11.8234 3.97851 11.52 3.31257 11.52 2.61818Z' fill='%239E2415'/%3E%3C/svg%3E%0A"); } }
      .header__right .custom-dropdown .cart__packages--item {
        width: 100%; }
        .header__right .custom-dropdown .cart__packages--item:not(:last-child) {
          border-bottom: 1px solid rgba(1, 59, 32, 0.3);
          padding-bottom: 10px;
          margin-bottom: 10px; }
        .header__right .custom-dropdown .cart__packages--item .inner {
          border: 1px solid #034146;
          border-radius: 5.67px;
          padding: 12px;
          padding-right: 8px;
          background: #034146; }
        .header__right .custom-dropdown .cart__packages--item label {
          font-weight: 500;
          font-size: 9px;
          border: 0.53px solid var(--brand-text-primary);
          border-radius: 1.6px;
          padding: 4px 7px;
          text-align: center;
          margin: 0 0 0 0.9375rem;
          color: var(--brand-text-primary); }
          .header__right .custom-dropdown .cart__packages--item label p {
            font-size: 8px;
            font-weight: 500;
            margin: 0;
            display: flex;
            align-items: center;
            color: #fff; }
            .header__right .custom-dropdown .cart__packages--item label p img {
              margin-right: 3px;
              width: 12px;
              height: 12px; }
        .header__right .custom-dropdown .cart__packages--item .row {
          padding-top: 14px; }
          @media screen and (max-width: 575px) {
            .header__right .custom-dropdown .cart__packages--item .row > div:not(:last-child) {
              margin-bottom: 5px; } }
          .header__right .custom-dropdown .cart__packages--item .row label {
            font-size: 9px;
            min-height: 33px;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
            display: flex;
            align-items: center;
            color: var(--brand-text-primary);
            margin: 0; }
        .header__right .custom-dropdown .cart__packages--item ul {
          list-style: none;
          color: var(--brand-text-primary);
          padding-top: 1rem;
          display: flex;
          align-items: center;
          justify-content: flex-end;
          padding-right: 1.25rem; }
          .header__right .custom-dropdown .cart__packages--item ul li {
            font-size: 8px;
            font-weight: 500; }
            .header__right .custom-dropdown .cart__packages--item ul li:last-child {
              font-size: 11px; }
            .header__right .custom-dropdown .cart__packages--item ul li:not(:last-child) {
              margin-right: 1.25rem; }
      .header__right .custom-dropdown .cart__packages--total {
        display: flex;
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
        color: var(--brand-text-primary);
        font-size: 1rem; }
        .header__right .custom-dropdown .cart__packages--total a {
          font-size: 300;
          font-size: 10px;
          color: #034146;
          text-decoration: underline; }
        .header__right .custom-dropdown .cart__packages--total span {
          color: #B30707;
          margin-bottom: 10px;
          text-decoration: line-through;
          line-height: 11px; }
      .header__right .custom-dropdown .cart__packages .quantity-wrapper {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        padding-top: 0.9375rem; }
        .header__right .custom-dropdown .cart__packages .quantity-wrapper .quantity .form-control {
          color: var(--brand-text-primary); }
        .header__right .custom-dropdown .cart__packages .quantity-wrapper .quantity .btn-primary {
          background: var(--brand-text-primary); }
          .header__right .custom-dropdown .cart__packages .quantity-wrapper .quantity .btn-primary:hover {
            background: #fff;
            color: #034146 !important; }
    .header__right .custom-dropdown .cart__empty {
      max-width: 235px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 3.125rem;
      margin-bottom: 3.125rem;
      text-align: center; }
      .header__right .custom-dropdown .cart__empty .image {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.875rem; }
      .header__right .custom-dropdown .cart__empty h5, .header__right .custom-dropdown .cart__empty .h5 {
        margin-bottom: 10px; }
      .header__right .custom-dropdown .cart__empty p {
        font-size: 0.875rem;
        font-weight: 500; }
      .header__right .custom-dropdown .cart__empty .btn {
        min-width: 205px;
        font-size: 0.875rem; }
    .header__right .custom-dropdown .cart__item--title {
      font-size: 12px;
      font-weight: 600;
      color: var(--brand-text-primary); }
    .header__right .custom-dropdown .no-notifications {
      padding: 3.125rem 1.875rem;
      text-align: center; }
      .header__right .custom-dropdown .no-notifications .image {
        max-width: 110px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.875rem; }
      .header__right .custom-dropdown .no-notifications h5, .header__right .custom-dropdown .no-notifications .h5 {
        margin-bottom: 10px; }
      .header__right .custom-dropdown .no-notifications p {
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.5; }
    .header__right .custom-dropdown .nav-tabs {
      justify-content: center; }
      .header__right .custom-dropdown .nav-tabs li:not(:last-child) {
        margin-right: 1.5625rem; }
      .header__right .custom-dropdown .nav-tabs li .nav-link {
        font-size: 12px;
        font-weight: 600;
        background: transparent;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        padding: 0;
        border: 0;
        padding-bottom: 7px;
        height: auto;
        width: auto;
        border-bottom: 2px solid transparent;
        display: flex;
        align-items: center;
        line-height: 1; }
        .header__right .custom-dropdown .nav-tabs li .nav-link span {
          width: 15px;
          height: 15px;
          background: #034146;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          background: #AA0000;
          color: #fff;
          font-size: 11px;
          font-weight: 700;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          position: absolute;
          right: -7px;
          top: -7px; }
          .header__right ul li > a > span i {
            font-style: normal;
            position: relative;
            top: 1px; }
    .header__right--lang-selector {
      position: relative;
      padding-right: 0.9375rem; }
      .header__right--lang-selector a {
        font-family: 'dinnext';
        font-weight: 400; }
      .header__right--lang-selector:after {
        content: "";
        position: absolute;
        background: #FFC289;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 28px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
    .header__right .custom-dropdown {
      position: relative; }
      .header__right .custom-dropdown > a > svg .inner {
        fill: transparent; }
      @media screen and (min-width: 1025px) {
        .header__right .custom-dropdown > a:hover {
          color: #ffc289; }
          .header__right .custom-dropdown > a:hover > svg .inner {
            fill: #ffc289; } }
      .header__right .custom-dropdown.dropdown-active > a > svg .inner {
        fill: #ffc289; }
      .header__right .custom-dropdown .cart .inner-scroll {
        max-height: 286px; }
        .header__right .custom-dropdown .cart .inner-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
          background: #003A1F !important; }
        @media screen and (max-width: 1500px) {
          .header__right .custom-dropdown .cart .inner-scroll {
            max-height: 230px; } }
        @media screen and (max-width: 767px) {
          .header__right .custom-dropdown .cart .inner-scroll {
            max-height: calc(100% - 150px); } }
      .header__right .custom-dropdown .cart__total {
        background: #FFC289;
        padding: 1.25rem 1.5625rem 1.125rem 1rem;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
        @media screen and (max-width: 767px) {
          .header__right .custom-dropdown .cart__total {
            padding: 1rem; } }
        .header__right .custom-dropdown .cart__total ul {
          list-style: none;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 1.0625rem; }
          .header__right .custom-dropdown .cart__total ul li {
            font-size: 14px; }
          .header__right .custom-dropdown .cart__total ul:last-child li {
            font-weight: 700; }
        .header__right .custom-dropdown .cart__total--total li {
          font-weight: 700; }
      .header__right .custom-dropdown .cart__packages {
        margin: 1.875rem 0.875rem; }
        .header__right .custom-dropdown .cart__packages .info {
          padding: 4px 0;
          font-size: 1rem;
          font-weight: 700; }
        .header__right .custom-dropdown .cart__packages--delete {
          content: "";
          position: relative;
          display: block;
          background-image: url("data:image/svg+xml,%0A%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.12 8.72727H2.88C2.11618 8.72727 1.38364 9.00312 0.843533 9.49412C0.303428 9.98512 0 10.6511 0 11.3455C0 12.0398 0.303428 12.7058 0.843533 13.1968C1.38364 13.6878 2.11618 13.9636 2.88 13.9636H3.84V43.6364C3.84631 44.7919 4.35405 45.8985 5.25286 46.7156C6.15167 47.5327 7.36891 47.9943 8.64 48H39.36C40.6311 47.9943 41.8483 47.5327 42.7471 46.7156C43.646 45.8985 44.1537 44.7919 44.16 43.6364V13.9636H45.12C45.8838 13.9636 46.6164 13.6878 47.1565 13.1968C47.6966 12.7058 48 12.0398 48 11.3455C48 10.6511 47.6966 9.98512 47.1565 9.49412C46.6164 9.00312 45.8838 8.72727 45.12 8.72727ZM38.4 42.7636H9.6V13.9636H38.4V42.7636ZM11.52 2.61818C11.52 1.9238 11.8234 1.25785 12.3635 0.766848C12.9036 0.275843 13.6362 0 14.4 0H33.6C34.3638 0 35.0964 0.275843 35.6365 0.766848C36.1766 1.25785 36.48 1.9238 36.48 2.61818C36.48 3.31257 36.1766 3.97851 35.6365 4.46952C35.0964 4.96052 34.3638 5.23636 33.6 5.23636H14.4C13.6362 5.23636 12.9036 4.96052 12.3635 4.46952C11.8234 3.97851 11.52 3.31257 11.52 2.61818Z' fill='%23FFC289'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          width: 19px;
          height: 19px;
          background-size: cover; }
          @media screen and (min-width: 1025px) {
            .header__right .custom-dropdown .cart__packages--delete:hover {
              opacity: 1;
              background-image: url("data:image/svg+xml,%0A%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.12 8.72727H2.88C2.11618 8.72727 1.38364 9.00312 0.843533 9.49412C0.303428 9.98512 0 10.6511 0 11.3455C0 12.0398 0.303428 12.7058 0.843533 13.1968C1.38364 13.6878 2.11618 13.9636 2.88 13.9636H3.84V43.6364C3.84631 44.7919 4.35405 45.8985 5.25286 46.7156C6.15167 47.5327 7.36891 47.9943 8.64 48H39.36C40.6311 47.9943 41.8483 47.5327 42.7471 46.7156C43.646 45.8985 44.1537 44.7919 44.16 43.6364V13.9636H45.12C45.8838 13.9636 46.6164 13.6878 47.1565 13.1968C47.6966 12.7058 48 12.0398 48 11.3455C48 10.6511 47.6966 9.98512 47.1565 9.49412C46.6164 9.00312 45.8838 8.72727 45.12 8.72727ZM38.4 42.7636H9.6V13.9636H38.4V42.7636ZM11.52 2.61818C11.52 1.9238 11.8234 1.25785 12.3635 0.766848C12.9036 0.275843 13.6362 0 14.4 0H33.6C34.3638 0 35.0964 0.275843 35.6365 0.766848C36.1766 1.25785 36.48 1.9238 36.48 2.61818C36.48 3.31257 36.1766 3.97851 35.6365 4.46952C35.0964 4.96052 34.3638 5.23636 33.6 5.23636H14.4C13.6362 5.23636 12.9036 4.96052 12.3635 4.46952C11.8234 3.97851 11.52 3.31257 11.52 2.61818Z' fill='%239E2415'/%3E%3C/svg%3E%0A"); } }
        .header__right .custom-dropdown .cart__packages--item {
          width: 100%; }
          .header__right .custom-dropdown .cart__packages--item:not(:last-child) {
            border-bottom: 1px solid rgba(1, 59, 32, 0.3);
            padding-bottom: 10px;
            margin-bottom: 10px; }
          .header__right .custom-dropdown .cart__packages--item .inner {
            border: 1px solid #003A1F;
            border-radius: 5.67px;
            padding: 12px;
            padding-right: 8px;
            background: #003A1F; }
          .header__right .custom-dropdown .cart__packages--item label {
            font-weight: 500;
            font-size: 9px;
            border: 0.53px solid #FFC289;
            border-radius: 1.6px;
            padding: 4px 7px;
            text-align: center;
            margin: 0 0 0 0.9375rem;
            color: #FFC289; }
            .header__right .custom-dropdown .cart__packages--item label p {
              font-size: 8px;
              font-weight: 500;
              margin: 0;
              display: flex;
              align-items: center;
              color: #fff; }
              .header__right .custom-dropdown .cart__packages--item label p img {
                margin-right: 3px;
                width: 12px;
                height: 12px; }
          .header__right .custom-dropdown .cart__packages--item .row {
            padding-top: 14px; }
            @media screen and (max-width: 575px) {
              .header__right .custom-dropdown .cart__packages--item .row > div:not(:last-child) {
                margin-bottom: 5px; } }
            .header__right .custom-dropdown .cart__packages--item .row label {
              font-size: 9px;
              min-height: 33px;
              flex-direction: column;
              justify-content: space-between;
              height: 100%;
              display: flex;
              align-items: center;
              color: #FFC289;
              margin: 0; }
          .header__right .custom-dropdown .cart__packages--item ul {
            list-style: none;
            color: #FFC289;
            padding-top: 1rem;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding-right: 1.25rem; }
            .header__right .custom-dropdown .cart__packages--item ul li {
              font-size: 8px;
              font-weight: 500; }
              .header__right .custom-dropdown .cart__packages--item ul li:last-child {
                font-size: 11px; }
              .header__right .custom-dropdown .cart__packages--item ul li:not(:last-child) {
                margin-right: 1.25rem; }
        .header__right .custom-dropdown .cart__packages--total {
          display: flex;
          align-items: flex-end;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          align-items: flex-end;
          color: #FFC289;
          font-size: 1rem; }
          .header__right .custom-dropdown .cart__packages--total a {
            font-size: 300;
            font-size: 10px;
            color: #003A1F;
            text-decoration: underline; }
          .header__right .custom-dropdown .cart__packages--total span {
            color: #B30707;
            margin-bottom: 10px;
            text-decoration: line-through;
            line-height: 11px; }
        .header__right .custom-dropdown .cart__packages .quantity-wrapper {
          display: flex;
          align-items: flex-end;
          justify-content: space-between;
          padding-top: 0.9375rem; }
          .header__right .custom-dropdown .cart__packages .quantity-wrapper .quantity .form-control {
            color: #FFC289; }
          .header__right .custom-dropdown .cart__packages .quantity-wrapper .quantity .btn-primary {
            background: #FFC289; }
            .header__right .custom-dropdown .cart__packages .quantity-wrapper .quantity .btn-primary:hover {
              background: #fff;
              color: #003A1F !important; }
      .header__right .custom-dropdown .cart__empty {
        max-width: 235px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3.125rem;
        margin-bottom: 3.125rem;
        text-align: center; }
        .header__right .custom-dropdown .cart__empty .image {
          max-width: 150px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 1.875rem; }
        .header__right .custom-dropdown .cart__empty h5, .header__right .custom-dropdown .cart__empty .h5 {
          margin-bottom: 10px; }
        .header__right .custom-dropdown .cart__empty p {
          font-size: 0.875rem;
          font-weight: 500; }
        .header__right .custom-dropdown .cart__empty .btn {
          min-width: 205px;
          font-size: 0.875rem; }
      .header__right .custom-dropdown .cart__item--title {
        font-size: 12px;
        font-weight: 600;
        color: #FFC289; }
      .header__right .custom-dropdown .no-notifications {
        padding: 3.125rem 1.875rem;
        text-align: center; }
        .header__right .custom-dropdown .no-notifications .image {
          max-width: 110px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 1.875rem; }
        .header__right .custom-dropdown .no-notifications h5, .header__right .custom-dropdown .no-notifications .h5 {
          margin-bottom: 10px; }
        .header__right .custom-dropdown .no-notifications p {
          font-size: 0.875rem;
          font-weight: 500;
          line-height: 1.5; }
      .header__right .custom-dropdown .nav-tabs {
        justify-content: center; }
        .header__right .custom-dropdown .nav-tabs li:not(:last-child) {
          margin-right: 1.5625rem; }
        .header__right .custom-dropdown .nav-tabs li .nav-link {
          font-size: 12px;
          font-weight: 600;
          margin-left: 7px;
          padding: 3px; }
        .header__right .custom-dropdown .nav-tabs li .nav-link.active {
          color: #034146;
          border-color: #034146; }
        .header__right .custom-dropdown .nav-tabs li .nav-link:hover {
          color: #034146;
          opacity: .7; }
    .header__right .custom-dropdown__wrapper {
      position: absolute;
      background: #FFFFFF;
      border: 0.75px solid rgba(0, 0, 0, 0.22);
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      top: 40px;
      z-index: 999;
      width: 340px;
      right: 0;
      left: auto;
      display: none;
      transition: .4s ease all;
      -webkit-transition: .4s ease all;
      -moz-transition: .4s ease all;
      -ms-transition: .4s ease all;
      -o-transition: .4s ease all; }
      @media screen and (min-width: 768px) {
        .header__right .custom-dropdown__wrapper {
          visibility: hidden;
          opacity: 0;
          display: block;
          transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms; } }
    .header__right .custom-dropdown__head {
      border: 0.75px solid rgba(0, 0, 0, 0.22);
      box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
      .header__right .custom-dropdown__head--title {
        font-size: 1.25rem;
        font-weight: 600;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 1.25rem; }
    .header__right .custom-dropdown .list-items {
      max-height: 585px; }
      .header__right .custom-dropdown .list-items.inner-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background: #034146 !important; }
      @media screen and (max-width: 1600px) {
        .header__right .custom-dropdown .list-items {
          max-height: 370px; } }
      @media screen and (max-width: 991px) {
        .header__right .custom-dropdown .list-items {
          max-height: 284px; } }
      @media screen and (max-width: 767px) {
        .header__right .custom-dropdown .list-items {
          max-height: calc(100vh - 70px); } }
    .header__right .custom-dropdown.notifications .custom-dropdown__wrapper {
      width: 380px; }
.header__right .custom-dropdown.search > a svg {
  width: 26px;
  height: 26px; }
.header__right .custom-dropdown.search .custom-dropdown__wrapper {
  width: 650px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--brand-primary); }
      @media screen and (max-width: 991px) {
        .header__right .custom-dropdown.search .custom-dropdown__wrapper {
          width: 500px; } }
      @media screen and (max-width: 767px) {
        .header__right .custom-dropdown.search .custom-dropdown__wrapper {
          width: 435px; } }
      @media screen and (max-width: 575px) {
        .header__right .custom-dropdown.search .custom-dropdown__wrapper {
          right: auto;
          left: -127px; } }
    .header__right .custom-dropdown.account {
      position: relative; }
      .header__right .custom-dropdown.account span {
        position: absolute;
        width: 15px;
        height: 15px;
        top: -3px;
        right: -3px;
        z-index: 2; }
      .header__right .custom-dropdown.account .custom-dropdown__wrapper {
        width: 200px !important;
        height: auto !important;
        background: var(--brand-text-primary);
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        padding: 0 0.75rem; }
        .header__right .custom-dropdown.account .custom-dropdown__wrapper ul {
          list-style: none; }
          .header__right .custom-dropdown.account .custom-dropdown__wrapper ul li a {
            display: flex;
            align-items: center;
            padding: 1.125rem 0; }
            .header__right .custom-dropdown.account .custom-dropdown__wrapper ul li a svg {
              width: 30px;
              height: 30px; }
              .header__right .custom-dropdown.account .custom-dropdown__wrapper ul li a svg .fill {
                fill: transparent;
                stroke: #003a1f;
                stroke-width: 6px; }
              .header__right .custom-dropdown.account .custom-dropdown__wrapper ul li a svg .account-icon {
                fill: transparent;
                stroke: #003a1f;
                stroke-miterlimit: 10;
                stroke-width: 28px; }
            .header__right .custom-dropdown.account .custom-dropdown__wrapper ul li a p {
              font-size: 1.25rem;
              font-weight: 700;
              color: #034146;
              margin: 0;
              line-height: 1;
              position: relative;
              top: 2px; }
            .header__right .custom-dropdown.account .custom-dropdown__wrapper ul li a svg {
              margin-right: 10px; }
          .header__right .custom-dropdown.account .custom-dropdown__wrapper ul li:hover svg .fill {
            fill: #003a1f; }
          .header__right .custom-dropdown.account .custom-dropdown__wrapper ul li:hover svg .account-icon {
            fill: #003a1f; }
          .header__right .custom-dropdown.account .custom-dropdown__wrapper ul li:not(:last-child) {
            margin-right: 0; }
            .header__right .custom-dropdown.account .custom-dropdown__wrapper ul li:not(:last-child) a {
              border-bottom: 1px solid #034146; }
      .header__right .custom-dropdown.account .account__user-icon {
        width: 37px;
        min-width: 37px;
        height: 37px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        overflow: hidden; }
        .header__right .custom-dropdown.account .account__user-icon img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .header__right .custom-dropdown.account .account__profile a {
        display: flex;
        align-items: center; }
        .header__right .custom-dropdown.account .account__profile a .icon {
          position: relative; }
          .header__right .custom-dropdown.account .account__profile a .icon span {
            position: absolute;
            width: 15px;
            height: 15px;
            top: -3px;
            right: 3px;
            z-index: 2; }
            .header__right .custom-dropdown.account .account__profile a .icon span img {
              width: 100%;
              height: 100%;
              min-width: 100%;
              border-radius: unset;
              overflow: visible;
              margin-right: 0; }
      .header__right .custom-dropdown.account .account__profile img {
        width: 2.8125rem;
        min-width: 2.8125rem;
        height: 2.8125rem;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        overflow: hidden;
        object-fit: cover;
        margin-right: 5px; }
      .header__right .custom-dropdown.account .account__profile i {
        display: block;
        font-style: normal;
        font-weight: 500;
        color: #034146;
        margin-top: 0.75rem;
        font-size: 1rem; }
    @media screen and (min-width: 768px) {
      .header__right .custom-dropdown:hover .custom-dropdown__wrapper {
        visibility: visible;
        opacity: 1;
        z-index: 1;
        transition-delay: 0s, 0s, .3s; } }
    @media screen and (max-width: 991px) {
      .header__right .custom-dropdown.search .custom-dropdown__wrapper {
        position: absolute;
        right: 0 !important;
        left: auto !important;
        opacity: 0;
        visibility: hidden;
        height: auto;
        top: 50px; }
      .header__right .custom-dropdown__wrapper {
        right: -100%;
        left: auto;
        display: none;
        transition: .4s ease all;
        -webkit-transition: .4s ease all;
        -moz-transition: .4s ease all;
        -ms-transition: .4s ease all;
        -o-transition: .4s ease all; }
        @media screen and (min-width: 768px) {
          .header__right .custom-dropdown__wrapper {
            visibility: hidden;
            opacity: 0;
            display: block;
            transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms; } }
      .header__right .custom-dropdown__head {
        border: 0.75px solid rgba(0, 0, 0, 0.22);
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
        .header__right .custom-dropdown__head--title {
          font-size: 1.25rem;
          font-weight: 600;
          text-align: center;
          padding-top: 12px;
          padding-bottom: 1.25rem; }
      .header__right .custom-dropdown .list-items {
        max-height: 585px; }
        .header__right .custom-dropdown .list-items.inner-scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
          background: #003A1F !important; }
        @media screen and (max-width: 1600px) {
          .header__right .custom-dropdown .list-items {
            max-height: 370px; } }
        @media screen and (max-width: 991px) {
          .header__right .custom-dropdown .list-items {
            max-height: 284px; } }
        @media screen and (max-width: 767px) {
          .header__right .custom-dropdown .list-items {
            max-height: calc(100vh - 70px); } }
      .header__right .custom-dropdown.notifications .custom-dropdown__wrapper {
        width: 380px; }
      .header__right .custom-dropdown.search > a svg {
        width: 26px;
        height: 26px; }
      .header__right .custom-dropdown.search .custom-dropdown__wrapper {
        right: -135px !important; } }
    @media screen and (max-width: 400px) {
      .header__right .custom-dropdown .nav-tabs {
        justify-content: space-between; }
        .header__right .custom-dropdown .nav-tabs li:not(:last-child) {
          margin-right: 0; }
        .header__right .custom-dropdown .nav-tabs li .nav-link {
          margin: auto; } }
  .header__right--menu-icon a {
    color: var(--brand-text-primary) !important; }
    .header__right--menu-icon a svg {
      width: 37px;
      height: 37px; }
  .header__right--menu-icon:hover a svg .outer {
    fill: var(--brand-text-primary);
    stroke: var(--brand-text-primary); }
  .header__right--menu-icon:hover a svg .inner {
    fill: #034146; }
  .header:after {
    border-bottom: 2px solid var(--brand-text-primary);
    width: 0%;
    left: 0;
    right: 0;
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    margin: 0 auto;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .header.sticky {
    background: var(--brand-primary); }
    @media screen and (min-width: 992px) {
      .header.sticky {
        padding: 0.3125rem 0; }
        .header.sticky .header__logo img {
          max-width: 46px; } }
    .header.sticky:after {
      width: 100%;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      transform-style: preserve-3d; }
  @media screen and (max-width: 991px) {
    .header__logo img {
      max-width: 42px; } }

.footer {
  padding-top: 3.125rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #034146; }
  .footer p {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 1.75rem;
    padding-top: 0.75rem;
    line-height: 1; }
  .footer__main-title {
    font-size: 2.375rem;
    color: var(--brand-text-primary);
    font-weight: 700;
    margin-bottom: 2.25rem; }
  .footer__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--brand-text-primary);
    margin-bottom: 1.125rem;
    position: relative;
    z-index: 1000; }
    .footer__title a {
      color: var(--brand-text-primary); }
  .footer ul {
    list-style: none;
    margin-bottom: 2.3125rem; }
    .footer ul li a {
      font-size: 1.25rem;
      color: #fff; }
      @media screen and (max-width: 575px) {
        .footer ul li a {
          word-break: break-all; } }
      .footer ul li a:hover {
        color: var(--brand-accent-yellow);
        opacity: 1; }
  .footer__main-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--brand-text-primary); }
    .footer__main-links li:not(:last-child) {
      margin: 0 0.625rem 0 0; }
      .footer__main-links li:not(:last-child) a {
        font-weight: 500; }
  .footer__category li:not(:last-child) {
    margin-bottom: 1rem; }
  .footer__category.contact li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap; }
    .footer__category.contact li img {
      margin-right: 10px;
      max-width: 20px; }
      @media screen and (max-width: 400px) {
        .footer__category.contact li img {
          margin-right: 6px;
          max-width: 16px; } }
  .footer__category.available {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .footer__category.available li {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 10px;
      font-weight: 500;
      color: #fff; }
      .footer__category.available li span {
        width: 32px;
        height: 32px;
        margin-bottom: 12px; }
        .footer__category.available li span img {
          transition: .5s ease all; }
      .footer__category.available li:not(:last-child) {
        margin-right: 0.3125rem;
        margin-bottom: 0; }
      .footer__category.available li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 10px; }
        .footer__category.available li a:hover {
          color: var(--brand-accent-yellow); }
        @media screen and (min-width: 1025px) {
          .footer__category.available li a:hover {
            color: var(--brand-accent-yellow); } }
        @media screen and (min-width: 1025px) {
          .footer__category.available li a:hover img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1); } }
  .footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    margin-bottom: 1.25rem !important; }
    .footer__social li {
      margin-bottom: 1.0625rem; }
      .footer__social li:not(:last-child) {
        margin-right: 1rem; }
      .footer__social li a {
        width: 28px;
        height: 28px;
        min-width: 28px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        color: #034146 !important; }
        .footer__social li a svg {
          width: 20px;
          height: 20px;
          fill: currentColor;
          stroke: currentColor; }
        .footer__social li a:hover {
          background: var(--brand-accent-yellow);
          color: var(--brand-accent-yellow); }
        .footer__social li a:hover svg {
          fill: var(--brand-accent-yellow);
          stroke: var(--brand-accent-yellow); }
        .footer__social li a svg {
          width: 20px;
          height: 20px; }
      .footer__social li.twitter a svg {
        width: 16px;
        height: 16px; }
  @media screen and (max-width: 1300px) {
    .footer .col-gap-130 {
      margin-left: calc((50px/2) * -1) !important;
      margin-right: calc((50px/2) * -1) !important; }
      .footer .col-gap-130 > div {
        padding-left: calc(50px/2) !important;
        padding-right: calc(50px/2) !important; } }
  @media screen and (max-width: 991px) {
    .footer {
      padding-bottom: 2.1875rem;
      padding-top: 2.1875rem; }
      .footer__main-title {
        font-size: 2rem;
        text-align: center; }
      .footer__main-links {
        justify-content: center; }
        .footer__main-links li:not(:last-child) {
          margin-right: 1.25rem; }
      .footer__category.available {
        justify-content: start; }
        .footer__category.available li {
          margin-bottom: 0.5rem !important; }
          .footer__category.available li:not(:last-child) {
            margin-right: 1rem; }
      .footer .center-on-lg {
        text-align: center; }
      .footer ul li a {
        font-size: 1rem; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .footer__category.available li {
      font-size: 9px; } }
  @media screen and (max-width: 767px) {
    .footer .center-on-md {
      text-align: center;
      max-width: 100%;
      width: 100%; }
    .footer__main-links {
      justify-content: center; }
      .footer__main-links li {
        margin-bottom: 10px !important; }
        .footer__main-links li:not(:last-child) {
          margin-right: 1rem; }
    .footer__main-title {
      font-size: 1.75rem; }
    .footer p {
      font-size: 1.25rem;
      padding-top: 0; }
    .footer__category.available {
      justify-content: center;
      margin-bottom: 0; }
    .footer__social li:not(:last-child) {
      margin-right: 0.625rem; }
    .footer__title {
      font-size: 1.25rem; }
    .footer ul li a {
      font-size: 1.0625rem; } }
  @media screen and (max-width: 575px) {
    .footer ul li a {
      font-size: 0.9375rem; } }

.menu {
  background: var(--brand-text-primary);
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 3rem 4.0625rem;
  padding-bottom: 20px;
  top: -100%;
  left: 0;
  z-index: -99999;
  overflow-x: hidden;
  visibility: hidden;
  transition: .6s ease all;
  -webkit-transition: .6s ease all;
  -moz-transition: .6s ease all;
  -ms-transition: .6s ease all;
  -o-transition: .6s ease all; }
  .menu .container {
    position: relative;
    height: 100%; }
  .menu__logo img {
    width: 140px; }
  .menu ul {
    list-style: none; }
  .menu__close {
    width: 2.3125rem;
    height: 2.3125rem;
    background: url(../images/svg/cross-icon.svg) center center no-repeat;
    background-size: 100%; }
  .menu__main-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 1.875rem; }
    .menu__main-links li {
      display: flex;
      align-items: center;
      position: relative; }
      .menu__main-links li.game-menu-dropdown {
        padding-right: 20px;
        margin-bottom: 1.875rem; }
      .menu__main-links li > img {
        opacity: 0;
        margin-left: 10px;
        position: absolute;
        right: -79px;
        top: 35%;
        transform: translateY(-50%);
        max-width: 60px; }
      .menu__main-links li:not(:last-child) {
        margin-bottom: 2.0625rem; }
      .menu__main-links li a {
        font-size: 3.75rem;
        font-weight: 700;
        position: relative;
        opacity: 1 !important;
        padding-bottom: 10px;
        color: #034146; }
        .menu__main-links li a:after {
          content: "";
          position: absolute;
          width: 0%;
          height: 2px;
          background-color: #034146;
          bottom: 0;
          left: 0;
          transition: .4s ease all;
          -webkit-transition: .4s ease all;
          -moz-transition: .4s ease all;
          -ms-transition: .4s ease all;
          -o-transition: .4s ease all; }
      .menu__main-links li .arrow {
        cursor: pointer;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 10.1406L0.25 1.8906L1.72812 0.412476L8.5 7.21873L15.2719 0.44685L16.75 1.92497L8.5 10.1406Z' fill='%23003a1f'/%3E%3C/svg%3E%0A");
        position: relative;
        display: inline-block;
        height: 11px;
        width: 17px;
        background-repeat: no-repeat;
        z-index: 9;
        transform: rotate(270deg);
        transition: .5s ease all; }
      .menu__main-links li.active .arrow {
        transform: rotate(360deg); }
      @media screen and (min-width: 1025px) {
        .menu__main-links li:hover a::after {
          width: 100%; }
        .menu__main-links li:hover img {
          opacity: 1; } }
  .menu__socials {
    position: absolute;
    right: 4.0625rem;
    bottom: 140px; }
    .menu__socials--item {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .menu__socials--item:not(:last-child) {
        margin-bottom: 2.5rem; }
      .menu__socials--item ul li {
        margin-bottom: 10px; }
    .menu__socials p {
      font-size: 15px;
      font-weight: 500;
      position: relative;
      margin: 0;
      left: -20px;
      top: -55px;
      transform: rotate(-90deg);
      transform-origin: right bottom;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg); }
  .menu__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #034146;
    padding: 1.375rem 0; }
    .menu__bottom ul {
      display: flex;
      align-items: center; }
      .menu__bottom ul li:not(:last-child) {
        margin-right: 1.0625rem; }
      .menu__bottom ul li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        font-weight: 700; }
  .menu .logo {
    position: absolute;
    bottom: 140px; }
  .menu .h-100 {
    height: 88% !important; }
  @media screen and (max-width: 1600px) {
    .menu {
      padding: 1.875rem 6px; }
      .menu__socials {
        right: 2.5rem;
        bottom: 100px; }
      .menu__main-links li:not(:last-child) {
        margin-bottom: 1.875rem; }
      .menu__main-links li a {
        font-size: 3.125rem; }
      .menu .logo {
        bottom: 100px; }
      .menu .h-100 {
        height: 86% !important; } }
  @media screen and (max-width: 1300px) {
    .menu__main-links li a {
      font-size: 2.5rem; }
    .menu__close {
      margin-top: 0; } }
  @media screen and (max-width: 992px) {
    .menu {
      height: 100%;
      padding: 1.25rem 0.9375rem;
      overflow-y: scroll; }
      .menu .h-100 {
        height: 100% !important; }
      .menu__logo {
        max-width: 115px; }
      .menu__main-links li a {
        font-size: 2.125rem; }
      .menu__socials {
        bottom: 50px;
        right: 15px; }
      .menu .logo {
        bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .menu .section__head {
      justify-content: center; }
    .menu__close {
      position: fixed;
      right: 10px;
      top: 10px;
      z-index: 999; }
    .menu__main-links {
      align-items: flex-start; }
    .menu__socials {
      bottom: 0;
      right: 29px;
      position: static; }
      .menu__socials--item {
        display: block;
        text-align: center; }
      .menu__socials p {
        position: static;
        transform: unset;
        margin-bottom: 0.625rem; }
      .menu__socials ul {
        display: flex;
        align-items: center;
        justify-content: center; }
        .menu__socials ul li a {
          width: 28px;
          height: 28px;
          min-width: 28px;
          background: #034146;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          border-radius: 100%; }
          .menu__socials ul li a img {
            width: 18px;
            height: 18px; }
        .menu__socials ul li:not(:last-child) {
          margin-right: 0.9375rem; }
    .menu .logo {
      bottom: 0;
      display: none; }
    .menu .game-menu-dropdown .game-menu {
      display: none;
      position: relative; }
    .menu .game-menu-dropdown.active .game-menu {
      display: flex;
      opacity: 1;
      visibility: visible; } }
  @media screen and (max-width: 575px) {
    .menu__bottom {
      flex-direction: column; }
      .menu__bottom ul:not(:last-child) {
        margin-bottom: 10px; } }

.menu-active .menu {
  top: 0;
  z-index: 9999999;
  visibility: visible; }

.game-menu {
  display: flex;
  width: 560px;
  background: var(--brand-text-primary);
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  position: absolute;
  top: 20px;
  margin-top: 14px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms; }
  .game-menu > div {
    flex: 1; }
    .game-menu > div:first-child {
      width: 46%;
      border-right: 1.3px solid #034146;
      flex: none; }
  .game-menu .title {
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 0.9375rem 2.5rem;
    padding-right: 1.875rem;
    padding-left: 2.1875rem;
    border-bottom: 1.3px solid #034146;
    height: 60px; }
    .game-menu .title img {
      margin-right: 13px; }
  .game-menu ul {
    list-style: none; }
    .game-menu ul li {
      padding: 10px 2.1875rem;
      font-size: 1.25rem;
      font-weight: 600; }
      .game-menu ul li:not(:last-child) {
        margin: 0 !important; }
      .game-menu ul li img {
        margin-right: 13px;
        position: static;
        max-width: 30px; }
      .game-menu ul li a {
        font-size: 1.25rem;
        font-weight: 600;
        color: #034146;
        position: relative;
        padding-bottom: 0; }
        .game-menu ul li a:before {
          content: '';
          position: absolute;
          width: 13px;
          height: 8px;
          background-size: 100%;
          background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 10.1406L0.25 1.8906L1.72812 0.412476L8.5 7.21873L15.2719 0.44685L16.75 1.92497L8.5 10.1406Z' fill='%23003a1f'/%3E%3C/svg%3E%0A");
          right: -20px;
          top: 50%;
          transform: translateY(-50%) rotate(-90deg);
          -webkit-transform: translateY(-50%) rotate(-90deg);
          -moz-transform: translateY(-50%) rotate(-90deg);
          -ms-transform: translateY(-50%) rotate(-90deg);
          -o-transform: translateY(-50%) rotate(-90deg);
          transition: .4s ease all;
          -webkit-transition: .4s ease all;
          -moz-transition: .4s ease all;
          -ms-transition: .4s ease all;
          -o-transition: .4s ease all;
          opacity: 0; }
        .game-menu ul li a:after {
          content: "";
          position: absolute;
          width: 0%;
          height: 1px;
          bottom: -1px;
          background: #034146;
          left: 0;
          transition: .4s ease all;
          -webkit-transition: .4s ease all;
          -moz-transition: .4s ease all;
          -ms-transition: .4s ease all;
          -o-transition: .4s ease all; }
        @media screen and (min-width: 1025px) {
          .game-menu ul li a:hover {
            color: #034146; }
            .game-menu ul li a:hover::after {
              width: 100%; }
            .game-menu ul li a:hover:before {
              right: -22px;
              opacity: 1; } }
      .game-menu ul li.in-progress {
        border-top: 1.3px solid #034146;
        border-bottom: 1.3px solid #034146;
        font-size: 1.0625rem;
        font-weight: 700; }
  .game-menu .game-votes {
    padding: 12px 0; }
    .game-menu .game-votes__item {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .game-menu .game-votes__item:not(:last-child) {
        margin-bottom: 1.25rem; }
      .game-menu .game-votes__item--name {
        color: var(--brand-text-primary) !important;
        font-size: 14px !important;
        font-weight: 600;
        margin: 0;
        z-index: 1; }
      .game-menu .game-votes__item--inner {
        width: 225px;
        height: 40px;
        background: rgba(3, 65, 70, 0.65);
        border: 2px solid #034146;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        padding: 8px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between; }
        .game-menu .game-votes__item--inner > div {
          display: flex;
          align-items: center; }
        .game-menu .game-votes__item--inner span {
          background: none;
          background-color: #fff;
          background: #034146;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px; }
        .game-menu .game-votes__item--inner i {
          width: 12px;
          height: 12px;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border: 0.5px solid var(--brand-text-primary);
          position: relative;
          z-index: 1;
          margin-right: 5px; }
          .game-menu .game-votes__item--inner i::after {
            content: "";
            position: absolute;
            background: url(../images/svg/tik-small.svg) center center no-repeat;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            width: 6px;
            height: 6px;
            opacity: 0; }
        .game-menu .game-votes__item--inner p {
          margin: 0;
          font-size: 10px;
          font-weight: 600;
          color: #034146;
          z-index: 1; }
      .game-menu .game-votes__item.vote .game-votes__item--inner > span {
        z-index: 1; }
      .game-menu .game-votes__item.vote .game-votes__item--inner i {
        background: var(--brand-text-primary); }
        .game-menu .game-votes__item.vote .game-votes__item--inner i:after {
          opacity: 1; }
      .game-menu .game-votes__item.vote .game-votes__item--inner p {
        color: #fff; }
      .game-menu .game-votes__item.fullvote p {
        color: var(--brand-text-primary); }
  @media screen and (max-width: 767px) {
    .game-menu {
      box-shadow: 2px 2px 21px 2px rgba(3, 65, 70, 0.5);
      -webkit-box-shadow: 2px 2px 21px 2px rgba(3, 65, 70, 0.5);
      -moz-box-shadow: 2px 2px 21px 2px rgba(3, 65, 70, 0.5);
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      width: 500px; }
      .game-menu ul li img {
        opacity: 1;
        transform: none;
        margin-left: 0; } }
  @media screen and (max-width: 575px) {
    .game-menu {
      flex-direction: column;
      width: 300px; }
      .game-menu > div:first-child {
        width: 100%;
        border-right: 0; }
      .game-menu > div:last-child {
        border-top: 1.3px solid #034146; } }

@media screen and (min-width: 768px) {
  .game-menu-dropdown:hover .game-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transition-delay: 0s,0s,.3s; } }

.tournament {
  padding-top: 10.625rem; }
  .tournament .swiper {
    padding-bottom: 1.875rem; }
    .tournament .swiper .swiper-pagination {
      bottom: 15px; }
  .tournament .round-tabs {
    flex: 1; }
  .tournament .round-status .row > div {
    margin-bottom: 3.75rem; }
  .tournament .round-info {
    padding: 2.5rem 2.5rem;
    padding-bottom: 4.375rem;
    height: 100%;
    min-height: 200px; }
    .tournament .round-info__players {
      position: relative; }
      .tournament .round-info__players .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%); }
        .tournament .round-info__players .icon svg {
          color: var(--brand-text-primary);
          width: 7.8125rem;
          height: 7.8125rem; }
      .tournament .round-info__players ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        justify-content: space-between;
        flex-wrap: nowrap; }
        .tournament .round-info__players ul:not(:last-child) {
          margin-bottom: 2.5rem; }
        .tournament .round-info__players ul li {
          color: #fff;
          font-weight: 700;
          font-size: 1.1875rem;
          text-align: center;
          min-width: 125px; }
          .tournament .round-info__players ul li p {
            margin: 5px 0;
            line-height: 1;
            color: #fff;
            font-weight: 500;
            font-size: 12px; }
          .tournament .round-info__players ul li span {
            position: relative; }
            .tournament .round-info__players ul li span:after {
              content: "";
              position: absolute;
              width: 120%;
              height: 2px;
              background: #a11411;
              top: 50%;
              left: 50%;
              transform: translate(-50%);
              -webkit-transform: translate(-50%);
              -moz-transform: translate(-50%);
              -ms-transform: translate(-50%);
              -o-transform: translate(-50%); }
          .tournament .round-info__players ul li:not(:last-child) {
            margin-right: 1.25rem; }
          .tournament .round-info__players ul li svg {
            width: 74px;
            height: 74px; }
          .tournament .round-info__players ul li:last-child .round-info__players--image img {
            border-color: #a11411; }
        .tournament .round-info__players ul.h-full-content {
          height: 100%; }
          .tournament .round-info__players ul.h-full-content li {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            flex-direction: column;
            height: 100%; }
      .tournament .round-info__players--image-wrapper {
        display: flex;
        align-items: center; }
        .tournament .round-info__players--image-wrapper > div:not(:first-child) {
          margin-left: -21px; }
      .tournament .round-info__players--image {
        width: 4.5rem;
        height: 4.5rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.9375rem;
        position: relative; }
        .tournament .round-info__players--image.current-player:before {
          content: "";
          position: absolute;
          background: url(../images/svg/Bot-active.svg) left top no-repeat;
          width: 21px;
          height: 21px;
          top: 3px;
          right: -5px;
          background-size: contain; }
        .tournament .round-info__players--image label {
          position: absolute;
          background: #A11411;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          font-size: 0.9375rem;
          font-weight: 400;
          color: #fff;
          padding: 1px 7px;
          padding-top: 3px;
          top: -19px;
          display: flex;
          left: 50%;
          transform: translateX(-50%); }
        .tournament .round-info__players--image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 100%;
          overflow: hidden;
          border: 4px solid #febe00; }
      .tournament .round-info__players--position {
        text-align: center;
        margin-top: 1.25rem;
        margin-left: auto;
        margin-right: auto;
        background: #FEBE00;
        color: #034146;
        border-radius: 5px;
        width: 118px;
        height: 40px;
        line-height: 40px;
        font-size: 1.1875rem;
        font-weight: 700; }
        .tournament .round-info__players--position.loser {
          background: #A11411;
          color: #fff; }
    .tournament .round-info__score {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin-bottom: 65px;
      margin-top: -70px; }
      .tournament .round-info__score > div {
        display: flex; }
        .tournament .round-info__score > div:not(:last-child) {
          margin-right: 0.875rem; }
        .tournament .round-info__score > div:first-child p:first-child {
          border-radius: 50px; }
        .tournament .round-info__score > div:first-child p:last-child {
          background: #FEBE00;
          color: #034146; }
        .tournament .round-info__score > div:last-child p:first-child {
          background: #A11411;
          color: #fff; }
        .tournament .round-info__score > div:last-child p:last-child {
          border-radius: 50px; }
      .tournament .round-info__score P {
        margin: 0;
        line-height: 1;
        position: relative;
        min-width: 108px;
        background: #FEBE00;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        font-weight: 700;
        font-size: 2.5rem;
        padding: 14px 10px 7px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        .tournament .round-info__score P:last-child {
          background: #A11411;
          color: #fff;
          margin-left: 0.875rem; }
    .tournament .round-info__round {
      margin-bottom: 65px;
      margin-top: -80px; }
      .tournament .round-info__round p {
        border-radius: 8px;
        border: 3px solid var(--brand-text-primary);
        font-weight: 700;
        font-size: 2.5rem;
        padding: 7px 10px 7px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 220px;
        background: #034146;
        color: var(--brand-text-primary);
        margin: auto; }
  .tournament .hand .round-info__players ul li {
    color: var(--brand-text-primary); }
    .tournament .hand .round-info__players ul li .score {
      font-size: 1.25rem;
      font-weight: 700;
      color: #fff;
      border: 2px solid var(--brand-text-primary);
      border-radius: 55px;
      margin: 8px 0;
      margin-left: auto;
      margin-right: auto;
      width: 75px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 2px;
      padding-top: 4px; }
      .tournament .hand .round-info__players ul li .score:after {
        display: none; }
  .tournament .hand .round-info__players--image img {
    border-color: var(--brand-text-primary) !important; }
  .tournament .inprogress .round-info__players ul:not(:last-child) {
    margin-bottom: 4.375rem; }
  .tournament .inprogress .round-info__players ul li {
    color: var(--brand-text-primary); }
  .tournament .tournament-list {
    padding: 3.125rem 0; }
    .tournament .tournament-list .custom-arrows .custom-arrow {
      background: #034146;
      color: var(--brand-text-primary);
      border-color: var(--brand-text-primary); }
      .tournament .tournament-list .custom-arrows .custom-arrow:hover {
        background: var(--brand-text-primary);
        color: #034146; }
        .tournament .tournament-list .custom-arrows .custom-arrow:hover svg {
          color: #034146; }
    .tournament .tournament-list .custom-arrows__prev {
      left: -45px; }
      @media screen and (max-width: 1600px) {
        .tournament .tournament-list .custom-arrows__prev {
          left: -16px; } }
      @media screen and (max-width: 1200px) {
        .tournament .tournament-list .custom-arrows__prev {
          left: -5px; } }
    .tournament .tournament-list .custom-arrows__next {
      right: -45px; }
      @media screen and (max-width: 1600px) {
        .tournament .tournament-list .custom-arrows__next {
          right: -16px; } }
      @media screen and (max-width: 1200px) {
        .tournament .tournament-list .custom-arrows__next {
          right: -5px; } }
    .tournament .tournament-list .swiper {
      padding-top: 20px; }
      @media screen and (max-width: 1600px) {
        .tournament .tournament-list .swiper {
          margin: 0 30px; } }
      .tournament .tournament-list .swiper .swiper-slide {
        height: auto; }
    .tournament .tournament-list .nav-tabs.inner-tabs {
      margin: 0 0 5rem; }
      .tournament .tournament-list .nav-tabs.inner-tabs li {
        width: 19%; }
        .tournament .tournament-list .nav-tabs.inner-tabs li .nav-link {
          width: 100%;
          height: 62px; }
        .tournament .tournament-list .nav-tabs.inner-tabs li:first-child {
          width: auto; }
          .tournament .tournament-list .nav-tabs.inner-tabs li:first-child .nav-link {
            width: 145px; }
        .tournament .tournament-list .nav-tabs.inner-tabs li:not(:last-child) {
          margin-right: 1.875rem; }
    .tournament .tournament-list .nav-pills {
      justify-content: flex-start;
      margin: 3.125rem 0;
      border-color: rgba(3, 65, 70, 0.5);
      border-bottom-width: 2px; }
      .tournament .tournament-list .nav-pills .nav-link {
        font-size: 1.875rem;
        color: #034146;
        opacity: .5; }
        .tournament .tournament-list .nav-pills .nav-link.active {
          opacity: 1; }
    .tournament .tournament-list .section__head {
      justify-content: center; }
      @media screen and (min-width: 992px) {
        .tournament .tournament-list .section__head .btn {
          min-width: 180px; } }
      .tournament .tournament-list .section__head--title {
        font-size: 2.25rem;
        margin-bottom: 0; }
      .tournament .tournament-list .section__head svg {
        width: 45px;
        height: 45px;
        margin-right: 10px; }
    .tournament .tournament-list .separator {
      border: 0;
      border-top: 1px solid #034146;
      margin: 0 0 1.875rem; }
    .tournament .tournament-list .toggler_filter {
      flex: 1;
      max-width: 500px; }
      .tournament .tournament-list .toggler_filter .toggler_filter-btn {
        background: #fff;
        height: 55px;
        padding-top: 1rem;
        padding-bottom: 1rem; }
        @media screen and (min-width: 1025px) {
          .tournament .tournament-list .toggler_filter .toggler_filter-btn:hover {
            background: #034146; } }
      .tournament .tournament-list .toggler_filter .nav-tabs {
        overflow: hidden; }
        .tournament .tournament-list .toggler_filter .nav-tabs .nav-link {
          background: #fff; }
          .tournament .tournament-list .toggler_filter .nav-tabs .nav-link img {
            max-width: 32px; }
          @media screen and (min-width: 1025px) {
            .tournament .tournament-list .toggler_filter .nav-tabs .nav-link:hover {
              background: rgba(3, 65, 70, 0.2); } }
  .tournament .tournaments__slider {
    position: relative; }
    .tournament .tournaments__slider .swiper {
      padding: 3.125rem 0;
      z-index: 0; }
  .tournament .tournaments__card {
    border: 3px solid #034146;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .tournament .tournaments__card--label {
      max-width: 13.75rem; }
    .tournament .tournaments__card--logo {
      border-color: #cccccc; }
    .tournament .tournaments__card .button-row {
      border: 0;
      padding: 0; }
    .tournament .tournaments__card .tag-list-wrapper .tag-list {
      flex-wrap: wrap; }
  .tournament .ongoing-tournament {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem; }
    .tournament .ongoing-tournament .nav-pills {
      justify-content: flex-start;
      border-bottom: 2px solid rgba(3, 65, 70, 0.31); }
      .tournament .ongoing-tournament .nav-pills .nav-link {
        position: relative;
        padding-left: 45px; }
        .tournament .ongoing-tournament .nav-pills .nav-link svg {
          position: absolute;
          left: 0;
          width: 35px;
          height: 35px;
          margin-right: 10px;
          top: -50%;
          transform: translateY(50%); }
    .tournament .ongoing-tournament .button-row {
      text-align: center;
      margin-top: 1.5625rem; }
    .tournament .ongoing-tournament .search-wrapper {
      max-width: 490px;
      flex: 0 0 490px;
      border-radius: 14px;
      -webkit-border-radius: 14px;
      -moz-border-radius: 14px;
      -ms-border-radius: 14px;
      -o-border-radius: 14px;
      height: 74px;
      border-width: 1.07823px; }
      .tournament .ongoing-tournament .search-wrapper .btn-primary {
        border-radius: 14px;
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        -o-border-radius: 14px;
        min-width: 155px; }
  .tournament__info .row > div {
    margin-bottom: 1.25rem; }
  .tournament__info .card {
    border-radius: 15px;
    height: 100%; }
    .tournament__info .card .card-header {
      font-size: 2rem;
      font-weight: 700;
      color: var(--brand-text-primary);
      border: 4px solid var(--brand-text-primary);
      border-radius: 12px;
      text-align: center;
      padding: 1.5625rem 1rem; }
    .tournament__info .card .card-body {
      padding: 3.125rem 1.875rem; }
  .tournament__info ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem; }
    .tournament__info ul li {
      color: var(--brand-text-primary);
      font-size: 1.375rem;
      font-weight: 600;
      display: flex;
      line-height: 1.4;
      width: 50%; }
      .tournament__info ul li:last-child {
        color: #fff;
        font-weight: 500;
        text-align: right;
        justify-content: flex-end; }
      .tournament__info ul li:first-child {
        margin-right: 8px; }
      .tournament__info ul li svg {
        width: 30px;
        height: 30px;
        min-width: 30px;
        margin-right: 10px;
        position: relative;
        top: -3px; }
      .tournament__info ul li.no-icon {
        margin-left: 40px; }
    .tournament__info ul .dropdown {
      width: 100%; }
      .tournament__info ul .dropdown .btn {
        width: 100%;
        border: 0;
        justify-content: space-between;
        padding: 0;
        font-size: 1.375rem;
        padding-right: 30px;
        box-shadow: unset; }
        .tournament__info ul .dropdown .btn span {
          color: #fff;
          font-weight: 500;
          top: unset; }
        .tournament__info ul .dropdown .btn svg {
          width: 30px;
          height: 30px;
          margin-right: 10px; }
        .tournament__info ul .dropdown .btn:hover {
          background: transparent;
          color: var(--brand-text-primary); }
        .tournament__info ul .dropdown .btn:after {
          content: "";
          position: absolute;
          right: 0;
          background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23fff'/%3E%3C/svg%3E");
          background-size: 100%;
          background-repeat: no-repeat;
          width: 21px;
          height: 13px;
          border: 0;
          transition: .5s ease all; }
        .tournament__info ul .dropdown .btn.show:after {
          transform: rotate(180deg); }
      .tournament__info ul .dropdown .dropdown-menu {
        position: relative !important;
        transform: unset !important;
        display: none;
        background: transparent;
        border: 2px solid var(--brand-text-primary);
        border-radius: 12px;
        z-index: 1;
        margin-top: 10px !important; }
        .tournament__info ul .dropdown .dropdown-menu.show {
          display: block; }
        .tournament__info ul .dropdown .dropdown-menu li {
          color: #fff;
          font-weight: 500;
          justify-content: space-between;
          padding: 1rem 0.625rem;
          max-width: 100%;
          margin-right: 0;
          width: 100%; }
          .tournament__info ul .dropdown .dropdown-menu li:not(:last-child) {
            border-bottom: 1px solid var(--brand-text-primary); }
  .tournament__participants .row {
    padding-top: 3.125rem; }
  .tournament__participants .card {
    padding: 1.25rem 1.6875rem;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    margin-bottom: 1.5rem; }
  .tournament__participants p {
    margin: 0;
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1; }
  .tournament__participants--image {
    width: 4.375rem;
    height: 4.375rem;
    border: 2px solid var(--brand-text-primary);
    border-radius: 100%; }
  .tournament__participants ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start; }
    .tournament__participants ul li {
      font-size: 1.5rem;
      font-weight: 500;
      color: var(--brand-text-primary); }
      .tournament__participants ul li:not(:last-child) {
        margin-right: 1.875rem; }
  .tournament__round-status--round {
    background: var(--brand-text-primary);
    border: 1px solid #034146;
    box-shadow: 0px 4.31293px 15.0952px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 1.5rem 1.125rem;
    margin-bottom: 1.4375rem;
    overflow: hidden; }
    .tournament__round-status--round ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .tournament__round-status--round ul li:not(:last-child) {
        margin-right: 2.8125rem; }
      .tournament__round-status--round ul li a {
        font-size: 1.5rem;
        position: relative; }
        .tournament__round-status--round ul li a:after {
          content: "";
          position: absolute;
          width: 2px;
          height: 0;
          background: #034146;
          bottom: -24px;
          left: 0;
          right: 0;
          margin: auto; }
        .tournament__round-status--round ul li a.active {
          font-weight: 700; }
          .tournament__round-status--round ul li a.active:after {
            height: 10px; }
  .tournament__round-status .round-tabs {
    box-shadow: 0px 4.31293px 15.0952px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    max-width: none;
    height: 74px;
    margin-right: 1.25rem !important;
    border-width: 1.07823px; }
    .tournament__round-status .round-tabs li:not(:last-child) {
      border-right-width: 1.07823px; }
    .tournament__round-status .round-tabs li .nav-link {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      font-weight: 500;
      color: rgba(3, 65, 70, 0.5) !important;
      width: 100%; }
      .tournament__round-status .round-tabs li .nav-link.active {
        font-weight: 700;
        color: var(--brand-text-primary) !important; }
  .tournament__category {
    padding-top: 3.125rem; }
    .tournament__category .row {
      justify-content: center; }
      .tournament__category .row > div {
        margin-bottom: 3.125rem; }
  .tournament .no-results {
    padding: 3.125rem 0 0; }
    .tournament .no-results__content {
      padding-top: 3rem; }
  .tournament__winners {
    margin: 2.8125rem 0 3.4375rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 795px;
    height: 550px;
    margin: auto;
    position: relative;
    padding-top: 150px;
    padding-bottom: 600px;
    left: 0; }
    .tournament__winners--position {
      color: var(--brand-text-primary);
      font-size: 5rem;
      font-weight: 800;
      position: relative;
      text-align: center;
      top: 92px; }
    .tournament__winners--image {
      position: relative;
      width: 11.25rem;
      margin: auto;
      margin-bottom: 1.25rem;
      top: 20px;
      position: relative; }
      .tournament__winners--image img {
        border-radius: 100%;
        overflow: hidden;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .tournament__winners--image span {
        content: "";
        position: absolute;
        background: url(../images/svg/Bot-active.svg) left top no-repeat;
        width: 35px;
        height: 35px;
        top: 0px;
        right: 20px;
        background-size: contain; }
    .tournament__winners .card {
      position: relative;
      background-color: transparent;
      box-shadow: none; }
      .tournament__winners .card:before {
        content: "";
        position: absolute;
        background: url(../images/svg/1st.svg) left top no-repeat;
        width: 380px;
        height: 315px;
        left: 0;
        top: 179px; }
    .tournament__winners > div {
      position: absolute;
      width: 380px; }
      .tournament__winners > div:nth-child(1) {
        left: 0;
        right: 0;
        margin: auto; }
        .tournament__winners > div:nth-child(1) .tournament__winners--image {
          top: 57px; }
      .tournament__winners > div:nth-child(2) {
        right: 0px;
        top: 222px;
        width: 350px; }
        .tournament__winners > div:nth-child(2) .tournament__winners--image {
          top: 38px; }
        .tournament__winners > div:nth-child(2) .card:before {
          background: url(../images/svg/2nd.svg) left top no-repeat;
          width: 350px;
          height: 254px;
          left: -23px;
          top: 165px; }
      .tournament__winners > div:nth-child(3) {
        left: 4px;
        top: 245px;
        width: 430px; }
        .tournament__winners > div:nth-child(3) .tournament__winners--image {
          top: 66px; }
        .tournament__winners > div:nth-child(3) .card:before {
          background: url(../images/svg/3rd.svg) left top no-repeat;
          width: 430px;
          height: 213px; }
    @media screen and (max-width: 991px) and (min-width: 901px) {
      .tournament__winners > div:nth-child(1) .tournament__winners--image {
        top: 90px; }
      .tournament__winners > div:nth-child(2) .tournament__winners--image {
        top: 87px; }
      .tournament__winners > div:nth-child(3) .tournament__winners--image {
        top: 100px; }
      .tournament__winners--position {
        top: 132px; } }
    @media screen and (max-width: 900px) {
      .tournament__winners {
        flex-direction: column;
        position: static;
        padding: 0 0 220px 0;
        height: auto; }
        .tournament__winners--position {
          top: 80px;
          font-size: 3.75rem; }
        .tournament__winners--image {
          width: 9.375rem; }
        .tournament__winners .card:before {
          left: 0 !important;
          right: 0 !important;
          margin: auto !important;
          top: 130px;
          width: 278px;
          height: 228px; }
        .tournament__winners > div {
          position: static;
          width: 278px; }
          .tournament__winners > div:not(:last-child) {
            margin-bottom: 3.4375rem !important; }
          .tournament__winners > div:nth-child(2) {
            width: 270px; }
            .tournament__winners > div:nth-child(2) .tournament__winners--image {
              left: 0;
              top: 57px; }
            .tournament__winners > div:nth-child(2) .card:before {
              top: 128px;
              width: 270px;
              height: 203px; }
          .tournament__winners > div:nth-child(3) {
            width: 310px; }
            .tournament__winners > div:nth-child(3) .tournament__winners--image {
              left: 0; }
            .tournament__winners > div:nth-child(3) .card:before {
              width: 300px;
              height: 150px; } }
    @media screen and (max-width: 575px) {
      .tournament__winners {
        padding-bottom: 150px; }
        .tournament__winners--image {
          width: 8.125rem; }
        .tournament__winners .card:before {
          width: 210px;
          height: 172px; }
        .tournament__winners > div {
          width: 210px; }
          .tournament__winners > div:nth-child(2) {
            width: 220px; }
            .tournament__winners > div:nth-child(2) .tournament__winners--image {
              left: 0;
              top: 57px; }
            .tournament__winners > div:nth-child(2) .card:before {
              width: 220px;
              height: 165px; }
          .tournament__winners > div:nth-child(3) {
            width: 250px; }
            .tournament__winners > div:nth-child(3) .tournament__winners--image {
              left: 0; }
            .tournament__winners > div:nth-child(3) .card:before {
              width: 250px;
              height: 124px; } }
  .tournament__ranks--item {
    border: 2.3px solid var(--brand-text-primary);
    border-radius: 11px;
    overflow: hidden;
    height: 100%; }
  .tournament__ranks--head {
    font-size: 1.4375rem;
    font-weight: 700;
    background: var(--brand-text-primary);
    padding: 0.625rem 1rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
    .tournament__ranks--head span {
      position: relative;
      top: 3px; }
    .tournament__ranks--head svg {
      width: 25px;
      height: 25px;
      margin-right: 8px; }
  .tournament__ranks--body h4, .tournament__ranks--body .h4 {
    color: var(--brand-text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1rem;
    border-bottom: 0.7px solid var(--brand-text-primary);
    margin-bottom: 0; }
    .tournament__ranks--body h4 .icon, .tournament__ranks--body .h4 .icon {
      width: 3.375rem;
      height: 3.375rem;
      margin-right: 10px;
      border: 1.4px solid var(--brand-text-primary);
      border-radius: 100%;
      position: relative; }
      .tournament__ranks--body h4 .icon span, .tournament__ranks--body .h4 .icon span {
        content: "";
        position: absolute;
        background: url(../images/svg/Bot-active.svg) left top no-repeat;
        width: 16px;
        height: 16px;
        top: 0px;
        right: -4px;
        background-size: contain; }
      .tournament__ranks--body h4 .icon img, .tournament__ranks--body .h4 .icon img {
        overflow: hidden;
        border-radius: 100%; }
  .tournament__ranks--body .d-flex {
    padding: 1.25rem 1rem 1rem; }
  .tournament__ranks--body ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 32%; }
    .tournament__ranks--body ul li {
      font-size: 1.1875rem;
      color: var(--brand-text-primary);
      font-weight: 600;
      display: flex;
      align-items: center; }
      .tournament__ranks--body ul li svg {
        margin-right: 5px;
        width: 25px;
        height: 25px; }
      .tournament__ranks--body ul li:last-child {
        color: #fff;
        font-size: 1.5rem; }
        .tournament__ranks--body ul li:last-child img {
          max-width: 26px;
          margin-left: 5px; }
      .tournament__ranks--body ul li:not(:last-child) {
        margin-bottom: 0.75rem; }
    .tournament__ranks--body ul:last-child li:last-child img {
      max-width: 33px;
      margin-left: 0; }
  .tournament__ranks .swiper {
    padding-bottom: 0; }
    .tournament__ranks .swiper .swiper-slide {
      height: auto !important; }
  .tournament__ranks .custom-arrows .custom-arrow {
    width: 3rem;
    height: 3rem;
    color: var(--brand-text-primary);
    border-color: var(--brand-text-primary);
    background: #034146; }
    .tournament__ranks .custom-arrows .custom-arrow:hover {
      background: var(--brand-text-primary); }
      .tournament__ranks .custom-arrows .custom-arrow:hover svg {
        color: #034146; }
  .tournament__ranks .custom-arrows__prev {
    left: -25px; }
  .tournament__ranks .custom-arrows__next {
    right: -25px; }
  .tournament.history .tournament__round-status .tournament__round-status--round {
    margin-bottom: 0;
    flex: 1;
    margin-right: 3.125rem; }
  .tournament.balot .round-info__score {
    margin-top: -65px; }
    .tournament.balot .round-info__score > div:not(:last-child) {
      margin-right: 8px; }
    .tournament.balot .round-info__score p {
      min-width: 90px;
      padding: 9px 10px 5px;
      font-size: 2.1875rem; }
  @media screen and (max-width: 1200px) {
    .tournament .round-info__score > div p {
      font-size: 2.1875rem;
      min-width: 80px; }
    .tournament.balot .round-info__score > div p {
      min-width: 80px; }
    .tournament .tournament-list .nav-tabs.inner-tabs li:not(:last-child) {
      margin-right: 1.25rem; } }
  @media screen and (max-width: 991px) {
    .tournament {
      padding-top: 6.25rem; }
      .tournament .round-tabs {
        flex: unset; }
      .tournament .tournament-list .custom-arrows__prev {
        left: 0; }
      .tournament .tournament-list .custom-arrows__next {
        right: 0; }
      .tournament .tournament-list .section__head--title {
        font-size: 1.875rem; }
      .tournament .tournament-list .toggler_filter .nav-tabs .nav-link img {
        max-width: 22px; }
      .tournament .tournament-list .nav-tabs.inner-tabs {
        margin: 0 0 2.5rem; }
        .tournament .tournament-list .nav-tabs.inner-tabs li .nav-link {
          height: 40px;
          line-height: 26px; }
        .tournament .tournament-list .nav-tabs.inner-tabs li:first-child .nav-link {
          width: 105px; }
      .tournament .tournament-list .d-flex {
        flex-direction: column-reverse;
        max-width: 500px;
        margin: auto;
        align-items: unset !important; }
      .tournament .tournament-list .nav-pills {
        margin: 2.5rem 0; }
        .tournament .tournament-list .nav-pills .nav-link {
          font-size: 1.5rem; }
      .tournament .ongoing-tournament {
        padding-bottom: 3.125rem; }
        .tournament .ongoing-tournament .search-wrapper {
          flex: none;
          max-width: 100%;
          width: 100%;
          height: 59px; }
        .tournament .ongoing-tournament .nav-pills {
          overflow-x: scroll;
          flex-wrap: nowrap;
          white-space: nowrap;
          padding-top: 0.625rem; }
          .tournament .ongoing-tournament .nav-pills .nav-item:not(:last-child) {
            margin-right: 2.5rem; }
          .tournament .ongoing-tournament .nav-pills .nav-link {
            padding-left: 38px; }
            .tournament .ongoing-tournament .nav-pills .nav-link svg {
              width: 30px;
              height: 30px;
              top: -56%; }
      .tournament .round-info {
        padding: 1.5625rem;
        padding-bottom: 2.5rem; }
        .tournament .round-info__score {
          margin-top: -42px;
          margin-bottom: 2.375rem; }
          .tournament .round-info__score > div p {
            min-width: 60px;
            font-size: 1.5625rem; }
          .tournament .round-info__score p {
            min-width: 75px;
            font-size: 1.875rem; }
        .tournament .round-info__round {
          margin-bottom: 2.375rem;
          margin-top: -50px; }
          .tournament .round-info__round p {
            font-size: 1.875rem;
            width: 160px; }
        .tournament .round-info__players ul li {
          min-width: 95px; }
      .tournament .hand .round-info__players ul li .score {
        width: 55px; }
      .tournament__round-status .d-flex {
        flex-direction: column; }
      .tournament__round-status .nav-tabs {
        width: 100%;
        margin: 0 0 1rem 0 !important;
        height: 59px; }
      .tournament__participants .d-flex {
        flex-direction: column; }
      .tournament__participants p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem; }
      .tournament__participants ul li {
        font-size: 1.375rem; }
        .tournament__participants ul li:not(:last-child) {
          margin-right: 1.25rem; }
      .tournament__winners--image span {
        width: 30px;
        height: 30px;
        right: 15px; }
      .tournament__ranks--body .icon span {
        width: 15px;
        height: 15px;
        top: -2px;
        right: -5px; }
      .tournament__ranks .swiper {
        padding-right: 5px; }
      .tournament.history .tournament__round-status .tournament__round-status--round {
        margin: 0 0 1.25rem !important;
        width: 100%; }
      .tournament.balot .round-info__score {
        margin-top: -37px; }
        .tournament.balot .round-info__score > div p {
          min-width: 60px;
          font-size: 1.5625rem; } }
  @media screen and (max-width: 767px) {
    .tournament .tournament-list .section__head--title {
      font-size: 1.5625rem; }
    .tournament .tournament-list .section__head svg {
      width: 30px;
      height: 30px; }
    .tournament .tournament-list .nav-tabs.inner-tabs {
      white-space: nowrap;
      flex-wrap: nowrap;
      overflow-x: scroll; }
      .tournament .tournament-list .nav-tabs.inner-tabs li {
        margin-bottom: 1rem; }
        .tournament .tournament-list .nav-tabs.inner-tabs li:first-child .nav-link {
          width: 75px; }
    .tournament .tournament-list .nav-pills .nav-link {
      font-size: 1.25rem; }
    .tournament .ongoing-tournament .nav-pills .nav-link {
      font-size: 1.125rem; }
      .tournament .ongoing-tournament .nav-pills .nav-link svg {
        top: -65%; }
    .tournament .round-info__players--position {
      width: 100px;
      height: 37px;
      font-size: 1.0625rem; }
    .tournament .round-info__players .icon svg {
      width: 5rem;
      min-width: 5rem;
      min-height: 5rem;
      height: 5rem; }
    .tournament .round-info__round {
      margin-top: -45px; }
      .tournament .round-info__round p {
        padding: 10px 10px 5px;
        width: 130px; }
    .tournament__round-status--round ul li a {
      font-size: 1.25rem; }
    .tournament__info .card .card-header {
      font-size: 1.5625rem; }
    .tournament__info .card .card-body {
      padding: 2.1875rem 1.125rem; }
    .tournament__info ul li {
      font-size: 1.125rem; }
      .tournament__info ul li svg {
        width: 25px;
        height: 25px;
        min-width: 25px; }
    .tournament__info ul .dropdown .btn {
      font-size: 1.125rem; }
      .tournament__info ul .dropdown .btn svg {
        width: 25px;
        height: 25px; }
    .tournament__ranks--body ul li svg {
      width: 20px;
      height: 20px; } }
  @media screen and (max-width: 667px) {
    .tournament .round-status .row > div {
      flex-shrink: 0;
      width: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 575px) {
    .tournament .tournament-list .nav-tabs.inner-tabs li {
      width: 105px;
      min-width: 105px; }
      .tournament .tournament-list .nav-tabs.inner-tabs li:first-child {
        min-width: auto; }
    .tournament .tournament-list .nav-pills .nav-link {
      font-size: 1.125rem; }
    .tournament .round-info {
      padding: 1.5625rem 1rem; }
      .tournament .round-info ul li {
        font-size: 1.0625rem; }
    .tournament .no-results .d-flex {
      justify-content: center !important; }
    .tournament .ongoing-tournament .search-wrapper .btn-primary {
      min-width: 100px; }
    .tournament .ongoing-tournament .nav-pills .nav-link svg {
      top: -80%; }
    .tournament__winners--image span {
      width: 25px;
      height: 25px;
      right: 10px; } }
  @media screen and (max-width: 400px) {
    .tournament .tournament-list .nav-pills .nav-link {
      font-size: 1rem; } }

.tournament-info {
  padding-left: 4.375rem;
  padding-top: 6.25rem; }
  .tournament-info .swiper {
    padding-bottom: 4.375rem; }
  .tournament-info ul li svg {
    width: 24px;
    height: 21px;
    margin-right: 5px; }
  .tournament-info .btn-secondary {
    background: var(--brand-text-primary);
    color: #034146;
    font-weight: 700; }
    @media screen and (min-width: 1200px) {
      .tournament-info .btn-secondary {
        min-width: 180px; } }
    .tournament-info .btn-secondary:hover {
      border: 2.5px solid var(--brand-text-primary);
      background: #034146;
      color: var(--brand-text-primary); }
    .tournament-info .btn-secondary svg {
      width: 22px;
      height: 22px; }
  @media screen and (min-width: 768px) {
    .tournament-info .inline-buttons {
      margin-top: 0; } }
  .tournament-info .share-link {
    width: 25px;
    height: 25px; }
  .tournament-info .flex-wrapper {
    display: flex; }
  .tournament-info__left {
    width: 220px; }
    .tournament-info__left--image {
      height: 245px;
      background: #FFFFFF;
      border-radius: 13.365px;
      width: 100%;
      padding: 0 1.5625rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
  .tournament-info__right {
    padding-left: 2.8125rem;
    flex: 1; }
    .tournament-info__right--title {
      font-size: 1.875rem;
      font-weight: 600;
      margin-bottom: 1.25rem; }
    .tournament-info__right p {
      color: #FFF5F5;
      font-size: 1.25rem;
      font-weight: 500;
      margin: 0; }
    .tournament-info__right .tag-list-wrapper .tag-list {
      flex-wrap: wrap; }
      .tournament-info__right .tag-list-wrapper .tag-list li {
        margin-bottom: 0.9375rem; }
    .tournament-info__right .ongoing-link {
      color: #fff;
      border: 1px solid #fff;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      font-weight: 500;
      width: 152px;
      min-width: 152px;
      height: 44px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      opacity: 1;
      margin-left: 1rem; }
      @media screen and (max-width: 667px) {
        .tournament-info__right .ongoing-link {
          margin: 1rem 0 0 0; } }
      .tournament-info__right .ongoing-link span {
        position: relative;
        top: 2px; }
      .tournament-info__right .ongoing-link img {
        margin-right: 8px;
        max-width: 26px; }
    .tournament-info__right .ongoing-tag {
      color: var(--brand-text-primary);
      border: 1px solid var(--brand-text-primary);
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      font-weight: 500;
      width: 172px;
      min-width: 172px;
      height: 47px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      opacity: 1;
      margin-left: 1rem; }
      @media screen and (max-width: 667px) {
        .tournament-info__right .ongoing-tag {
          margin: 1rem 0 0 0; } }
      .tournament-info__right .ongoing-tag span {
        position: relative;
        top: 2px; }
      .tournament-info__right .ongoing-tag img {
        margin-right: 8px;
        max-width: 26px;
        animation-name: spin;
        animation-duration: 4000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
      .tournament-info__right .ongoing-tag svg {
        width: 27px;
        height: 27px;
        margin-right: 8px;
        animation-name: spin;
        animation-duration: 4000ms;
        animation-iteration-count: infinite;
        animation-timing-function: linear; }
    .tournament-info__right--detail {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 1.875rem;
      margin-top: 0.9375rem;
      border-top: 1px solid var(--brand-text-primary); }
      .tournament-info__right--detail > div {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap; }
      .tournament-info__right--detail ul {
        list-style: none;
        margin-bottom: 1rem; }
        .tournament-info__right--detail ul:not(:last-child) {
          margin-right: 2.1875rem; }
        .tournament-info__right--detail ul li {
          font-weight: 500; }
          .tournament-info__right--detail ul li:last-child {
            font-size: 1rem;
            color: #fff;
            margin-top: 12px;
            font-weight: 400;
            text-align: center; }
    .tournament-info__right--joining {
      text-align: center;
      padding-left: 1rem; }
      .tournament-info__right--joining .btn {
        display: block;
        margin-bottom: 1.25rem; }
        .tournament-info__right--joining .btn svg {
          width: 23px;
          height: 23px; }
      .tournament-info__right--joining p {
        color: var(--brand-text-primary);
        font-size: 1.25rem !important; }
  @media screen and (max-width: 1199px) {
    .tournament-info {
      padding-left: 2.5rem; }
      .tournament-info__left {
        width: 180px; }
        .tournament-info__left--image {
          height: 220px; }
      .tournament-info__right {
        padding-left: 30px; } }
  @media screen and (max-width: 991px) {
    .tournament-info {
      padding-left: 0;
      padding-top: 4.375rem; }
      .tournament-info .btn-secondary svg {
        width: 15px;
        height: 15px; }
      .tournament-info__right .ongoing-tag {
        width: 132px;
        min-width: 132px;
        height: 42px; }
        .tournament-info__right .ongoing-tag svg {
          width: 20px;
          height: 20px; } }
  @media screen and (max-width: 767px) {
    .tournament-info__left {
      width: 170px; }
      .tournament-info__left--image {
        height: 170px; }
    .tournament-info__right {
      padding-left: 1.25rem; }
      .tournament-info__right--detail {
        flex-direction: column; }
        .tournament-info__right--detail .inline-buttons {
          justify-content: center;
          margin-top: 1.25rem; }
      .tournament-info__right--title {
        font-size: 1.5625rem; }
      .tournament-info__right p {
        font-size: 1.125rem; }
      .tournament-info__right .ongoing-link img {
        max-width: 20px; } }
  @media screen and (max-width: 667px) {
    .tournament-info .flex-wrapper {
      flex-direction: column; }
    .tournament-info .text-end {
      text-align: center !important;
      margin-top: 1.25rem; }
    .tournament-info__right {
      padding: 1.25rem 0 0 0;
      text-align: center; }
      .tournament-info__right .d-flex {
        flex-direction: column;
        align-items: center !important; }
        .tournament-info__right .d-flex > div {
          padding-right: 0; }
      .tournament-info__right .ongoing-link {
        margin: 1rem 0 0; }
      .tournament-info__right--detail {
        justify-content: center; }
      .tournament-info__right--joining {
        margin-top: 1.5625rem;
        padding: 0; }
    .tournament-info__left {
      margin: auto; } }

.game-guide {
  padding-bottom: 6.25rem; }
  .game-guide .section__head {
    flex-direction: column;
    padding: 5rem 0; }
    .game-guide .section__head h2, .game-guide .section__head .h2 {
      font-size: 2.4375rem;
      font-weight: 600;
      margin-bottom: 1.25rem;
      display: block; }
    .game-guide .section__head p {
      font-size: 1.354375rem;
      font-weight: 500;
      max-width: 860px;
      margin: auto;
      text-align: center;
      line-height: 1.5; }
  .game-guide__search {
    margin-bottom: 3.625rem; }
    .game-guide__search .form-control {
      border-radius: 57px;
      border: 1px solid #034146;
      padding: 1.125rem 1.5625rem; }
    .game-guide__search button {
      position: absolute;
      right: 1.5625rem;
      top: 0.875rem;
      border: none;
      background: transparent;
      color: #034146;
      background: url(../images/svg/search-icon2.svg) no-repeat;
      height: 30px;
      width: 30px; }
    .game-guide__search .clearable__clear {
      right: 3.75rem; }
  .game-guide .nav-tabs {
    justify-content: center;
    margin-bottom: 5rem; }
    .game-guide .nav-tabs li:not(:last-child) {
      margin-right: 1rem; }
    .game-guide .nav-tabs .nav-link {
      font-size: 1.125rem;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center; }
  .game-guide .row > div {
    margin-bottom: 2.8125rem; }
  .game-guide .card {
    background: #fff;
    overflow: hidden;
    border: 3px solid #034146;
    border-radius: 15px;
    height: 100%;
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all; }
    .game-guide .card__image {
      height: 180px;
      overflow: hidden;
      background: #034146;
      padding: 1.875rem;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      text-align: center; }
      .game-guide .card__image img {
        width: 100%;
        height: 100%;
        max-width: 90%;
        transition: .5s ease all;
        -webkit-transition: .5s ease all;
        -moz-transition: .5s ease all;
        -ms-transition: .5s ease all;
        -o-transition: .5s ease all; }
    .game-guide .card__content {
      padding: 1.875rem;
      padding-top: 2.5rem;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .game-guide .card__content p {
        font-weight: 500;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
        margin-bottom: 0;
        line-height: 1.3; }
      .game-guide .card__content .inline-buttons {
        justify-content: center;
        margin-top: 2.5rem; }
        .game-guide .card__content .inline-buttons .btn {
          font-size: 1.125rem;
          min-width: 150px;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; }
    @media screen and (min-width: 1025px) {
      .game-guide .card:hover {
        box-shadow: 0px 5.01205px 17.5422px rgba(0, 0, 0, 0.15); }
      .game-guide .card__image:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1); } }
  .game-guide h2, .game-guide .h2 {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 2.8125rem;
    font-weight: 600; }
    .game-guide h2 img, .game-guide .h2 img {
      width: 80px;
      height: 80px;
      border-radius: 100%;
      overflow: hidden;
      object-fit: cover;
      margin-right: 1.25rem; }
  .game-guide .select2-container--default {
    width: 230px !important;
    font-size: 1.3125rem;
    font-weight: 600; }
  .game-guide .nav-pills {
    margin: 4.375rem 0 3.75rem;
    justify-content: flex-start;
    border-color: rgba(3, 65, 70, 0.5);
    border-bottom-width: 2px; }
    .game-guide .nav-pills .nav-item:not(:last-child) {
      margin-right: 1.875rem; }
    .game-guide .nav-pills .nav-link {
      padding-bottom: 0.9375rem; }
  .game-guide .icon svg {
    width: 35px;
    height: 35px;
    margin-right: 15px; }
  .game-guide p {
    line-height: 1.4;
    margin-bottom: 2.5rem; }
  .game-guide__intro--item:not(:last-child) {
    margin-bottom: 3.125rem; }
  .game-guide__intro--image {
    max-width: 515px;
    height: 300px;
    border-radius: 12px;
    overflow: hidden; }
    .game-guide__intro--image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media screen and (min-width: 576px) {
    .game-guide__rules {
      padding: 0 1.875rem; } }
  .game-guide__rules > div {
    display: flex; }
    .game-guide__rules > div.no-icon {
      display: block;
      padding-left: 50px; }
      .game-guide__rules > div.no-icon h5, .game-guide__rules > div.no-icon .h5 {
        border-bottom: 1px solid #034146; }
  .game-guide__rules h5, .game-guide__rules .h5 {
    padding-top: 6px;
    display: inline-block; }
  .game-guide__calls {
    padding: 0 5rem; }
    .game-guide__calls--image {
      max-width: 1040px;
      height: 495px;
      border-radius: 15px;
      overflow: hidden;
      margin-bottom: 2.5rem; }
      .game-guide__calls--image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .game-guide__release--months {
    border-radius: 61px;
    background: #034146;
    margin-bottom: 3.75rem; }
    .game-guide__release--months .swiper {
      padding: 1.125rem 1.875rem; }
    .game-guide__release--months .custom-arrows .custom-arrow {
      background: transparent;
      color: var(--brand-text-primary);
      border: 0;
      width: 2rem;
      height: 2rem; }
    .game-guide__release--months .custom-arrows__prev {
      left: 10px; }
    .game-guide__release--months .custom-arrows__next {
      right: 10px; }
    .game-guide__release--months ul {
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .game-guide__release--months ul li {
        text-align: center; }
        .game-guide__release--months ul li a {
          color: #fff; }
          .game-guide__release--months ul li a span {
            display: block;
            margin-top: 8px; }
          .game-guide__release--months ul li a:after {
            content: "";
            position: absolute;
            width: 2px;
            height: 0;
            background: var(--brand-text-primary);
            bottom: -18px;
            left: 0;
            right: 0;
            margin: auto; }
          .game-guide__release--months ul li a.active {
            font-weight: 700;
            color: var(--brand-text-primary);
            opacity: 1 !important; }
            .game-guide__release--months ul li a.active:after {
              height: 10px; }
          .game-guide__release--months ul li a.non-active {
            opacity: .5;
            pointer-events: none; }
        .game-guide__release--months ul li:not(:last-child) {
          margin-right: 0.9375rem; }
  .game-guide__release--top-head {
    margin-bottom: 2.5rem; }
    .game-guide__release--top-head h3, .game-guide__release--top-head .h3 {
      margin-bottom: 1.25rem !important; }
    .game-guide__release--top-head p {
      font-size: 1.75rem;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 0.625rem; }
    .game-guide__release--top-head span {
      font-size: 1rem;
      color: #828282; }
  .game-guide__release .table {
    border: 1px solid #034146;
    border-radius: 7px; }
    .game-guide__release .table__row {
      padding: 0; }
      .game-guide__release .table__row--cell {
        padding: 2.5rem 1.875rem 1.875rem !important; }
        .game-guide__release .table__row--cell:first-child {
          font-size: 1.75rem;
          font-weight: 600;
          width: 25%;
          border-right: 1px solid #034146;
          vertical-align: top; }
      .game-guide__release .table__row:last-child {
        border-bottom: 0; }
    .game-guide__release .table ul {
      padding-left: 1.875rem; }
      .game-guide__release .table ul li {
        font-weight: 400;
        line-height: 1.4; }
        .game-guide__release .table ul li:not(:last-child) {
          margin-bottom: 1.5625rem; }
    .game-guide__release .table .image-wrapper {
      display: flex;
      align-items: center;
      padding-left: 1.875rem;
      margin-top: 1.875rem; }
      .game-guide__release .table .image-wrapper img:not(:last-child) {
        margin-right: 1.25rem; }
  .game-guide__modes .card {
    border: 1px solid #034146;
    border-radius: 25px; }
    .game-guide__modes .card__image {
      height: 248px;
      width: 100%;
      overflow: hidden; }
    .game-guide__modes .card__content {
      padding: 1.875rem 1.25rem;
      text-align: left; }
      .game-guide__modes .card__content h4, .game-guide__modes .card__content .h4 {
        font-size: 1.0625rem;
        margin-bottom: 0.9375rem;
        font-weight: 700;
        line-height: 1.3; }
      .game-guide__modes .card__content p {
        font-size: 13px;
        font-weight: 400; }
      .game-guide__modes .card__content .readmore {
        font-size: 13px;
        font-weight: 500;
        margin-top: 1.875rem;
        text-align: right;
        padding-right: 33px;
        opacity: 1;
        position: relative; }
        .game-guide__modes .card__content .readmore:before {
          content: "";
          position: absolute;
          right: 0;
          background-image: url("data:image/svg+xml,%0A%3Csvg width='23' height='8' viewBox='0 0 23 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.3536 4.35355C22.5488 4.15829 22.5488 3.84171 22.3536 3.64645L19.1716 0.464466C18.9763 0.269204 18.6597 0.269204 18.4645 0.464466C18.2692 0.659728 18.2692 0.976311 18.4645 1.17157L21.2929 4L18.4645 6.82843C18.2692 7.02369 18.2692 7.34027 18.4645 7.53553C18.6597 7.7308 18.9763 7.7308 19.1716 7.53553L22.3536 4.35355ZM0 4.5L22 4.5V3.5L0 3.5L0 4.5Z' fill='%23003A1F'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          top: 50%;
          transform: translateY(-50%);
          width: 23px;
          height: 8px;
          transition: .5s ease all; }
        @media screen and (min-width: 1025px) {
          .game-guide__modes .card__content .readmore:hover:before {
            right: -5px; } }
  @media screen and (max-width: 1300px) {
    .game-guide .nav-tabs .nav-link {
      width: 150px; }
    .game-guide .card__content .inline-buttons .btn {
      font-size: 1rem;
      min-width: 130px; } }
  @media screen and (max-width: 1200px) {
    .game-guide__release--months .swiper {
      margin-left: 2.8125rem;
      margin-right: 2.8125rem;
      padding: 1.125rem 1.25rem; } }
  @media screen and (max-width: 991px) {
    .game-guide {
      padding-bottom: 3.75rem; }
      .game-guide .section__head {
        padding: 3.125rem 0; }
        .game-guide .section__head h2, .game-guide .section__head .h2 {
          font-size: 2rem; }
        .game-guide .section__head p {
          font-size: 1.125rem; }
      .game-guide__search button {
        top: 0.875rem;
        background-size: 75%; }
      .game-guide__search .clearable__clear {
        right: 4.375rem; }
      .game-guide .nav-tabs {
        margin-bottom: 2.5rem; }
        .game-guide .nav-tabs li {
          margin-bottom: 1rem; }
        .game-guide .nav-tabs .nav-link {
          width: 125px; }
      .game-guide h2, .game-guide .h2 {
        font-size: 2.1875rem; }
        .game-guide h2 img, .game-guide .h2 img {
          width: 50px;
          height: 50px; }
      .game-guide .nav-pills {
        margin: 1.875rem 0; }
      .game-guide__calls {
        padding: 0 2.5rem; }
        .game-guide__calls--image {
          height: 300px; }
      .game-guide__release--months ul li a {
        font-size: 1rem; }
        .game-guide__release--months ul li a:after {
          bottom: -14px; } }
  @media screen and (max-width: 850px) {
    .game-guide .nav-tabs {
      white-space: nowrap;
      flex-wrap: nowrap;
      justify-content: flex-start;
      overflow-x: scroll; }
      .game-guide .nav-tabs li:not(:last-child) {
        margin-right: 1.375rem; } }
  @media screen and (max-width: 767px) {
    .game-guide .card__content {
      padding: 1.25rem;
      padding-top: 1.875rem; }
      .game-guide .card__content .inline-buttons .btn {
        min-width: 110px; }
    .game-guide h2, .game-guide .h2 {
      font-size: 1.625rem; }
      .game-guide h2 img, .game-guide .h2 img {
        width: 40px;
        height: 40px;
        margin-right: 10px; }
    .game-guide .select2-container--default {
      width: 140px !important;
      font-size: 1rem; }
      .game-guide .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 10px; }
        .game-guide .select2-container--default .select2-selection--single .select2-selection__arrow b {
          width: 16px;
          height: 8px;
          background-size: cover; }
    .game-guide__intro--image {
      margin-left: auto;
      margin-right: auto;
      height: 220px; }
    .game-guide__release--top-head p {
      font-size: 1.375rem; }
    .game-guide__release .table__row--cell {
      padding: 1.5625rem !important; }
      .game-guide__release .table__row--cell:first-child {
        font-size: 1.375rem; }
    .game-guide__release .table ul {
      padding-left: 1.25rem; }
      .game-guide__release .table ul li {
        font-size: 1.125rem; }
    .game-guide__release .table .image-wrapper {
      padding-left: 1.25rem; }
    .game-guide__modes .card__image {
      height: 220px; } }
  @media screen and (max-width: 667px) {
    .game-guide .nav-pills.game-rule {
      justify-content: space-between; }
      .game-guide .nav-pills.game-rule .nav-item:not(:last-child) {
        margin: 0 !important; } }
  @media screen and (max-width: 575px) {
    .game-guide .nav-tabs .nav-link {
      width: 115px;
      font-size: 1rem; }
    .game-guide .card {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }
      .game-guide .card__content .inline-buttons {
        flex-direction: column; }
        .game-guide .card__content .inline-buttons .btn {
          min-width: auto;
          width: 100%; }
          .game-guide .card__content .inline-buttons .btn:not(:last-child) {
            margin: 0 0 0.75rem 0; }
    .game-guide__calls {
      padding: 0; }
      .game-guide__calls--image {
        height: 240px; }
    .game-guide__release .table__row--cell:first-child {
      font-size: 1.125rem;
      width: 31%; }
    .game-guide__release .table ul {
      padding-left: 0.625rem; }
      .game-guide__release .table ul li {
        font-size: 1rem; }
    .game-guide__release .table .image-wrapper {
      padding-left: 0.625rem; }
      .game-guide__release .table .image-wrapper img {
        max-width: 80px; } }

.emojionearea .emojionearea-editor {
  min-height: auto;
  max-height: auto;
  padding: 0; }

.emojionearea .emojionearea-button {
  right: 21px;
  top: 45%;
  transform: translateY(-50%); }
  .emojionearea .emojionearea-button div.emojionearea-button-open {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='26' viewBox='0 0 25 26' fill='none'%3E%3Cpath d='M12.123 1.55664C5.84621 1.55664 0.757812 6.64504 0.757812 12.9219C0.757812 19.1987 5.84621 24.2871 12.123 24.2871C18.3998 24.2871 23.4882 19.1987 23.4882 12.9219C23.4882 6.64504 18.3998 1.55664 12.123 1.55664ZM19.0879 19.8867C17.3609 21.6086 15.0547 22.6258 12.6186 22.7402C10.1826 22.8545 7.79121 22.0578 5.91048 20.5053C4.02975 18.9528 2.79439 16.7557 2.44511 14.3421C2.09583 11.9286 2.65765 9.47138 4.0211 7.4494C5.38456 5.42741 7.45196 3.98547 9.82049 3.40454C12.189 2.82361 14.689 3.1453 16.8333 4.30693C18.9776 5.46856 20.6126 7.38691 21.4198 9.6882C22.2269 11.9895 22.1484 14.5088 21.1994 16.7554C20.7049 17.926 19.9878 18.9894 19.0879 19.8867Z' fill='%23A5A5A5'/%3E%3Cpath d='M7.19964 10.2695H9.09384V12.1637H7.19964V10.2695ZM15.1553 10.2695H17.0495V12.1637H15.1553V10.2695ZM16.0214 15.346C15.7283 16.0856 15.2192 16.7197 14.5604 17.1657C13.9016 17.6117 13.1237 17.8489 12.3282 17.8463H11.9209C11.1254 17.8489 10.3475 17.6118 9.68867 17.1658C9.02987 16.7198 8.52073 16.0856 8.22763 15.346L8.16706 15.1945H6.53516L6.8208 15.9086C7.22852 16.9279 7.93232 17.8017 8.84139 18.4172C9.75046 19.0327 10.8231 19.3617 11.9209 19.3617H12.3282C13.426 19.3617 14.4987 19.0327 15.4077 18.4172C16.3168 17.8017 17.0206 16.9279 17.4283 15.9086L17.714 15.1945H16.0819L16.0214 15.346Z' fill='%23A5A5A5'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-size: cover; }
  .emojionearea .emojionearea-button:hover div.emojionearea-button-open {
    width: 30px;
    height: 30px;
    background-position: center center;
    background-size: cover;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_358_153)'%3E%3Cpath d='M15 0.9375C7.23352 0.9375 0.9375 7.23352 0.9375 15C0.9375 22.7665 7.23352 29.0625 15 29.0625C22.7665 29.0625 29.0625 22.7665 29.0625 15C29.0625 7.23352 22.7665 0.9375 15 0.9375ZM23.6179 23.6179C21.481 25.7484 18.6274 27.007 15.6132 27.1485C12.599 27.29 9.64012 26.3042 7.31304 24.3833C4.98597 22.4623 3.45742 19.7438 3.02525 16.7574C2.59307 13.771 3.28823 10.7306 4.97526 8.22877C6.6623 5.72692 9.22036 3.94276 12.151 3.22396C15.0817 2.50515 18.1749 2.90319 20.8281 4.34051C23.4814 5.77782 25.5044 8.15146 26.5031 10.9989C27.5018 13.8464 27.4046 16.9636 26.2305 19.7433C25.6186 21.1918 24.7313 22.5076 23.6179 23.6179Z' fill='%23003A1F'/%3E%3Cpath d='M8.90812 11.7188H11.2519V14.0625H8.90812V11.7188ZM18.7519 11.7188H21.0956V14.0625H18.7519V11.7188ZM19.8235 18C19.4608 18.9151 18.8309 19.6997 18.0158 20.2516C17.2007 20.8035 16.2382 21.0969 15.2538 21.0938H14.7499C13.7655 21.097 12.803 20.8035 11.9879 20.2517C11.1727 19.6998 10.5427 18.9151 10.1801 18L10.1051 17.8125H8.08594L8.43937 18.6962C8.94386 19.9574 9.81469 21.0385 10.9395 21.8001C12.0643 22.5617 13.3915 22.9687 14.7499 22.9688H15.2538C16.6122 22.9687 17.9394 22.5617 19.0642 21.8001C20.1891 21.0385 21.0599 19.9574 21.5644 18.6962L21.9178 17.8125H19.8984L19.8235 18Z' fill='%23003A1F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_358_153'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") !important; }

.emojionearea .emojionearea-picker .emojionearea-search > input {
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .emojionearea .emojionearea-picker .emojionearea-search > input::placeholder {
    font-size: 12px;
    color: #034146;
    padding: 0 4px; }

.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
  top: 49px; }

.emojionearea .emojionearea-picker .emojionearea-filters {
  position: static;
  display: flex;
  align-items: center; }
  .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center; }

.about-us {
  border-bottom: 3px solid var(--brand-text-primary); }
  @media screen and (max-width: 991px) {
    .about-us {
      padding-bottom: 2.5rem; } }
  .about-us .page-head {
    padding-bottom: 8.125rem !important;
    border-bottom: 1px solid var(--brand-text-primary); }
    .about-us .page-head h1, .about-us .page-head .h1 {
      margin-bottom: 2.1875rem; }
    .about-us .page-head__desc p {
      font-size: 1.125rem;
      font-weight: 500;
      color: var(--brand-text-primary);
      line-height: 1.4;
      margin-bottom: 0; }
  .about-us .scroll-down {
    padding: 6.25rem 0 5rem; }
    .about-us .scroll-down p {
      color: #E3E3E3;
      font-size: 1.5rem;
      text-align: center;
      margin-bottom: 2.5rem;
      text-transform: uppercase; }
    .about-us .scroll-down a {
      width: 55px;
      height: 86px;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      background: var(--brand-text-primary);
      margin-left: auto;
      margin-right: auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      position: relative;
      cursor: pointer; }
      .about-us .scroll-down a:before {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='49' viewBox='0 0 20 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0625 2.86328V46.6514' stroke='%23003A1F' stroke-width='4.17478' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.8079 33.877L10.0661 46.6485L2.32422 33.877' stroke='%23003A1F' stroke-width='4.17478' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 20px;
        height: 50px;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background-repeat: no-repeat;
        background-size: cover;
        animation: animate 2s infinite; }
  .about-us__item {
    position: relative;
    padding-top: 4.375rem; }
    .about-us__item .on-ar {
      display: none; }
    .about-us__item .container {
      position: relative; }
    .about-us__item .icon {
      position: absolute;
      right: 10%;
      top: -280px;
      max-width: 135px; }
      .about-us__item .icon.left {
        left: 10%;
        right: auto; }
    .about-us__item h3, .about-us__item .h3 {
      font-size: 5rem;
      color: var(--brand-text-primary);
      font-weight: 900;
      border-bottom: 2px solid var(--brand-text-primary);
      margin-bottom: 2.8125rem;
      padding-bottom: 6px;
      text-align: center;
      display: inline-block;
      left: 50%;
      transform: translateX(-50%);
      position: relative; }
    .about-us__item p {
      color: #fff;
      font-size: 1.25rem;
      margin-bottom: 1.375rem;
      text-align: center;
      line-height: 1.4; }
      .about-us__item p a {
        color: #fff;
        text-decoration: underline;
        display: none;
        position: relative;
        z-index: 1; }
    .about-us__item ul {
      text-align: center;
      list-style: none; }
      .about-us__item ul li {
        margin-bottom: 1rem; }
        .about-us__item ul li a {
          color: #fff;
          font-size: 1.25rem;
          font-weight: 700;
          text-decoration: underline;
          position: relative;
          z-index: 1; }
    @media screen and (min-width: 1201px) {
      .about-us__item--image {
        position: absolute; }
      .about-us__item:first-child {
        height: 1175px; }
        .about-us__item:first-child .about-us__item--image {
          top: 120px;
          right: 70px; }
      .about-us__item:nth-child(2) {
        height: 1092px; }
        .about-us__item:nth-child(2) .about-us__item--image {
          width: 417px;
          top: -30px;
          left: 70px; }
          .about-us__item:nth-child(2) .about-us__item--image img {
            position: relative;
            z-index: 1; }
      .about-us__item:nth-child(3) {
        height: 655px; }
        .about-us__item:nth-child(3) .about-us__item--image {
          right: 85px;
          top: -625px; }
        .about-us__item:nth-child(3) .icon {
          top: -380px; }
      .about-us__item:nth-child(4) {
        height: 1011px; }
        .about-us__item:nth-child(4) .row {
          padding: 9.375rem 0; }
        .about-us__item:nth-child(4) .about-us__item--image {
          width: 417px; }
          .about-us__item:nth-child(4) .about-us__item--image img {
            position: relative;
            z-index: 1; }
        .about-us__item:nth-child(4) .icon {
          top: -130px;
          right: 13%; }
      .about-us__item:nth-child(5) {
        height: 1115px; }
        .about-us__item:nth-child(5) .row {
          padding: 14.375rem 0; }
        .about-us__item:nth-child(5) .about-us__item--image {
          top: -450px;
          right: 105px; }
        .about-us__item:nth-child(5) .icon {
          top: -160px; }
          .about-us__item:nth-child(5) .icon.left {
            left: 16%; }
      .about-us__item:last-child {
        height: 877px; }
        .about-us__item:last-child .about-us__item--image {
          left: 65px; } }

@media screen and (min-width: 1201px) and (max-width: 1350px) {
  .about-us__item:nth-child(5) .about-us__item--image {
    top: -460px;
    right: 40px; } }
  .about-us .plateforms {
    background: transparent;
    padding: 0; }
    .about-us .plateforms ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      list-style: none;
      margin-bottom: 3.125rem;
      margin-top: 30px; }
      .about-us .plateforms ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        font-size: 0.9375rem;
        font-weight: 500;
        margin-bottom: 0; }
        .about-us .plateforms ul li a {
          display: flex;
          flex-direction: column;
          align-items: center;
          position: relative;
          z-index: 1;
          color: #fff;
          font-size: 0.9375rem;
          font-weight: 500;
          text-decoration: none; }
        .about-us .plateforms ul li span {
          margin-bottom: 0.75rem; }
        .about-us .plateforms ul li:not(:last-child) {
          margin-right: 25px; }
        .about-us .plateforms ul li img {
          max-width: 40px;
          height: 40px; }
    .about-us .plateforms .games-slider {
      margin: 0; }
      .about-us .plateforms .games-slider .custom-arrows .custom-arrow {
        background: transparent;
        color: var(--brand-text-primary);
        padding: 0;
        height: auto;
        width: auto;
        border: 0; }
      .about-us .plateforms .games-slider .custom-arrows__next {
        right: -20px; }
      .about-us .plateforms .games-slider .custom-arrows__prev {
        left: -20px; }
      .about-us .plateforms .games-slider .card-wrapper {
        margin: 0 10px; }
      .about-us .plateforms .games-slider .card {
        border: 3px solid var(--brand-text-primary);
        min-height: 120px; }
      .about-us .plateforms .games-slider .button-row .btn {
        background: var(--brand-text-primary);
        color: #034146;
        font-size: 1.125rem;
        font-weight: 900; }
        @media screen and (min-width: 1025px) {
          .about-us .plateforms .games-slider .button-row .btn:hover {
            background: #034146;
            color: var(--brand-text-primary); } }
      .about-us .plateforms .games-slider .swiper {
        padding: 0;
        margin: 0 25px; }
  @media screen and (min-width: 992px) {
    .about-us .plateforms .games-slider .card-wrapper {
      margin: 0 15px; } }
  @media screen and (min-width: 1301px) {
    .about-us .plateforms .games-slider .card-wrapper {
      margin: 0 25px; } }
  @media screen and (max-width: 1200px) {
    .about-us {
      padding-bottom: 4.375rem; }
      .about-us .scroll-down {
        padding: 6.25rem 0 1.875rem; }
      .about-us__item {
        padding-bottom: 12.5rem; }
        .about-us__item:nth-child(5) {
          padding-bottom: 1.875rem; }
        .about-us__item:last-child {
          padding-bottom: 0; }
        .about-us__item .icon {
          top: -220px; }
      .about-us .plateforms .games-slider .custom-arrows__next {
        right: 0; }
      .about-us .plateforms .games-slider .custom-arrows__prev {
        left: 0; } }
  @media screen and (max-width: 991px) {
    .about-us .scroll-down {
      padding: 3.125rem 0 0; }
    .about-us__item {
      padding-bottom: 11.25rem; }
      .about-us__item h3, .about-us__item .h3 {
        font-size: 3.75rem; }
      .about-us__item .icon {
        top: -160px;
        max-width: 95px; } }
  @media screen and (max-width: 767px) {
    .about-us .page-head {
      padding-bottom: 6.25rem !important; }
    .about-us__item {
      padding-bottom: 6.25rem; }
      .about-us__item:nth-child(5) {
        padding-bottom: 0; }
      .about-us__item h3, .about-us__item .h3 {
        font-size: 3.125rem; }
      .about-us__item .row {
        flex-direction: column-reverse !important; }
      .about-us__item .icon {
        top: -130px;
        max-width: 70px; }
      .about-us__item p {
        text-align: justify; }
        .about-us__item p a {
          display: inline-block; }
      .about-us__item--image {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.875rem; }
    .about-us .scroll-down a {
      width: 45px;
      height: 72px; }
      .about-us .scroll-down a:before {
        background-size: 100% 100%;
        height: 34px; }
    .about-us .scroll-up a {
      position: fixed;
      bottom: 40%;
      right: 5%;
      z-index: 9;
      display: block;
      background-color: var(--brand-text-primary);
      border-color: #034146;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23003A1F'/%3E%3C/svg%3E%0A"); } }
  @media screen and (max-width: 575px) {
    .about-us .page-head {
      padding-bottom: 3.75rem !important; }
    .about-us__item .icon {
      top: -110px;
      max-width: 50px; }
    .about-us__item--image {
      max-width: 220px; } }

.privacy ul {
  margin-left: 1.25rem; }
  @media screen and (min-width: 768px) {
    .privacy ul li {
      font-size: 1.625rem; } }
  .privacy ul li:not(:last-child) {
    margin-bottom: 0.75rem; }

@media screen and (min-width: 768px) {
  .privacy .page-head {
    padding-bottom: 4.375rem; }
    .privacy .page-head__desc {
      max-width: 90%; } }

.privacy .section__head {
  background: rgba(35, 174, 183, 0.1);
  padding: 3.75rem 0;
  position: relative;
  margin-bottom: 3.75rem; }
  .privacy .section__head:before {
    content: "";
    position: absolute;
    background: rgba(35, 174, 183, 0.1);
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%; }
  .privacy .section__head:after {
    content: "";
    position: absolute;
    background: rgba(35, 174, 183, 0.1);
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%; }
  .privacy .section__head > div {
    border-left: 15px solid var(--brand-text-primary);
    padding-left: 1.875rem; }
  .privacy .section__head p {
    font-size: 2rem;
    font-weight: 500; }

.privacy h3, .privacy .h3 {
  font-size: 2.375rem;
  line-height: 1.3;
  margin-bottom: 1.375rem;
  position: relative; }

.privacy .page-head {
  color: var(--brand-text-primary); }

.privacy .top-bar {
  background: var(--brand-text-primary);
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  padding: 1.875rem 0;
  margin-bottom: 3.75rem; }

.privacy .nav-tabs {
  justify-content: space-between;
  flex-wrap: nowrap; }
  .privacy .nav-tabs .nav-link {
    border-radius: 8px;
    border: 1.551px solid #034146;
    min-height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    line-height: 1.2; }
    .privacy .nav-tabs .nav-link .icon {
      margin-bottom: 12px; }
      .privacy .nav-tabs .nav-link .icon svg {
        width: 80px;
        height: 80px; }

.privacy .swiper {
  margin: 0 3.125rem 3.125rem;
  padding: 0 5px; }

.privacy__detail {
  padding: 3.75rem 0;
  background: var(--bg); }
  .privacy__detail p {
    font-size: 1.75rem;
    margin-bottom: 2.5rem;
    max-width: 1055px;
    margin-left: 4.375rem; }
  .privacy__detail .section__head {
    padding: 0 !important;
    background: rgba(35, 174, 183, 0.13); }
    .privacy__detail .section__head > div {
      padding-top: 0.8125rem;
      padding-bottom: 0.8125rem; }
    .privacy__detail .section__head h3, .privacy__detail .section__head .h3 {
      margin: 0; }
    .privacy__detail .section__head:before, .privacy__detail .section__head:after {
      display: none; }
  .privacy__detail .icon {
    margin-right: 1.25rem; }
    .privacy__detail .icon svg {
      width: 80px; }
  .privacy__detail .button-row {
    text-align: center;
    margin-top: 3.125rem; }
    .privacy__detail .button-row .btn {
      min-width: 250px; }

.privacy .accordion {
  margin-bottom: 5rem;
  margin-top: 3.125rem; }
  .privacy .accordion .accordion-item {
    filter: none;
    border-radius: 10px;
    border: 2px solid #034146; }
    .privacy .accordion .accordion-item:not(:last-child) {
      margin-bottom: 1.5625rem; }
  .privacy .accordion .accordion-button {
    padding-right: 4.5rem;
    line-height: 1.2; }
    .privacy .accordion .accordion-button:before {
      content: "";
      position: absolute;
      height: 20px;
      width: 2px;
      background: #034146;
      right: 49px;
      top: 50%;
      transform: translateY(-50%); }
    .privacy .accordion .accordion-button:after {
      position: absolute;
      background-image: none;
      width: 20px;
      height: 2px;
      background: #034146;
      right: 40px;
      top: 50%;
      transform: translateY(-50%); }
    .privacy .accordion .accordion-button:not(.collapsed):before {
      display: none; }
    .privacy .accordion .accordion-button:not(.collapsed):after {
      transform: none; }
  @media screen and (min-width: 768px) {
    .privacy .accordion p {
      font-size: 1.375rem;
      line-height: 1.5; } }
  @media screen and (min-width: 768px) {
    .privacy .accordion ul li {
      font-size: 1.375rem; } }

@media screen and (min-width: 667px) {
  .privacy .nav-tabs .nav-link {
    width: 15% !important; }
  .privacy .swiper {
    margin: 0 0 5rem;
    padding: 0; } }

@media screen and (max-width: 991px) {
  .privacy h3, .privacy .h3 {
    font-size: 2rem;
    margin-bottom: 0.875rem; }
    .privacy h3 br, .privacy .h3 br {
      display: none; }
  .privacy .section__head {
    padding: 1.625rem 0; }
    .privacy .section__head p {
      font-size: 1.625rem; }
    .privacy .section__head > div {
      border-width: 10px;
      padding-left: 1rem; }
  .privacy .top-bar {
    font-size: 1.4375rem; }
  .privacy__detail {
    padding: 1.75rem 0; }
    .privacy__detail .icon svg {
      width: 60px; }
    .privacy__detail p {
      font-size: 1.4375rem;
      margin-bottom: 1.5625rem;
      margin-left: 2.5rem; }
  .privacy .nav-tabs .nav-link {
    min-height: 140px; }
    .privacy .nav-tabs .nav-link .icon svg {
      width: 65px;
      height: 65px; } }

@media screen and (max-width: 767px) {
  .privacy .accordion {
    margin-bottom: 3.125rem; }
    .privacy .accordion .accordion-button:before {
      right: 17px;
      height: 15px; }
    .privacy .accordion .accordion-button:after {
      right: 11px;
      width: 15px; }
  .privacy .section__head > div {
    border-width: 8px; }
  .privacy .section__head p {
    font-size: 1.0625rem; }
  .privacy .top-bar {
    font-size: 1.25rem;
    padding: 1.375rem 0;
    margin-bottom: 2.1875rem; }
  .privacy h3, .privacy .h3 {
    font-size: 1.5625rem; }
  .privacy__detail p {
    font-size: 1.0625rem; }
  .privacy__detail .icon svg {
    width: 45px; }
  .privacy__detail .button-row .btn {
    min-width: 200px; }
  .privacy .nav-tabs .nav-link {
    min-height: 120px;
    padding: 0.9375rem; }
    .privacy .nav-tabs .nav-link .icon svg {
      width: 45px;
      height: 45px; } }

.popular-topics {
  padding: 3rem 0; }
  .popular-topics h2, .popular-topics .h2 {
    text-align: center;
    font-size: 3.125rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .popular-topics h2 svg, .popular-topics .h2 svg {
      margin-right: 15px;
      width: 50px;
      height: 50px; }
  .popular-topics ul {
    max-width: 1000px;
    margin: 3.75rem auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    .popular-topics ul li {
      width: 30%;
      margin-bottom: 2rem;
      margin-right: 1.5625rem; }
      .popular-topics ul li a {
        font-size: 1.375rem;
        font-weight: 700;
        color: var(--brand-text-primary);
        background: #034146;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 1.25rem 2.5rem;
        position: relative;
        opacity: 1;
        height: 100%;
        text-align: center; }
        .popular-topics ul li a:after {
          content: '';
          position: absolute;
          width: 21px;
          height: 12px;
          background-size: 100%;
          background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 10.1406L0.25 1.8906L1.72812 0.412476L8.5 7.21873L15.2719 0.44685L16.75 1.92497L8.5 10.1406Z' fill='%23FFC289'/%3E%3C/svg%3E%0A");
          right: 20px;
          top: 50%;
          transform: translateY(-50%) rotate(-90deg);
          -webkit-transform: translateY(-50%) rotate(-90deg);
          -moz-transform: translateY(-50%) rotate(-90deg);
          -ms-transform: translateY(-50%) rotate(-90deg);
          -o-transform: translateY(-50%) rotate(-90deg);
          transition: .4s ease all;
          -webkit-transition: .4s ease all;
          -moz-transition: .4s ease all;
          -ms-transition: .4s ease all;
          -o-transition: .4s ease all;
          background-size: cover; }
        @media screen and (min-width: 1025px) {
          .popular-topics ul li a:hover:after {
            right: 17px; } }
  @media screen and (max-width: 991px) {
    .popular-topics h2, .popular-topics .h2 {
      font-size: 3.125rem; }
    .popular-topics ul {
      margin: 3.75rem auto 0; } }
  @media screen and (max-width: 767px) {
    .popular-topics h2, .popular-topics .h2 {
      font-size: 2.5rem; }
      .popular-topics h2 svg, .popular-topics .h2 svg {
        width: 40px;
        height: 40px; }
    .popular-topics ul li a {
      font-size: 1.25rem; } }
  @media screen and (max-width: 667px) {
    .popular-topics h2, .popular-topics .h2 {
      font-size: 2rem; }
      .popular-topics h2 svg, .popular-topics .h2 svg {
        width: 32px;
        height: 32px; }
    .popular-topics ul {
      justify-content: center; }
      .popular-topics ul li {
        width: 45%; }
        .popular-topics ul li a:after {
          width: 16px;
          height: 10px;
          right: 15px; } }
  @media screen and (max-width: 450px) {
    .popular-topics ul li {
      margin-right: 0;
      width: 100%; } }

.errorlist li {
  line-height: 1 !important; }

.bg-gray {
  background: #fbfbfb; }

a {
  text-underline-offset: 6px; }

.red-color {
  color: #9F2228 !important; }

input:-webkit-autofill {
  background-color: #fff !important; }

.pagination-wrapper {
  padding: 1.875rem 0; }
  .pagination-wrapper .pagination li {
    background: transparent; }
    .pagination-wrapper .pagination li svg {
      width: 25px; }
    .pagination-wrapper .pagination li.prev svg {
      margin-right: 0.625rem; }
    .pagination-wrapper .pagination li.next svg {
      margin-left: 0.625rem; }
    .pagination-wrapper .pagination li a {
      border: 0;
      padding: 0;
      font-weight: 400;
      background: transparent; }
      .pagination-wrapper .pagination li a:hover, .pagination-wrapper .pagination li a:focus, .pagination-wrapper .pagination li a:active {
        background: transparent;
        color: #034146; }
  .pagination-wrapper .pagination ul {
    list-style: none; }
    .pagination-wrapper .pagination ul li:not(:last-child) {
      margin-right: 5px; }
    .pagination-wrapper .pagination ul li .page-link {
      font-weight: 700;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      width: 40px;
      height: 40px;
      opacity: 1;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
    .pagination-wrapper .pagination ul li.active .page-link {
      color: var(--brand-text-primary);
      background: #034146; }
      .pagination-wrapper .pagination ul li.active .page-link:hover {
        background: #034146; }

.g-recaptcha {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .g-recaptcha > div {
    border: 1px solid #034146;
    border-radius: 11px;
    overflow: hidden; }

.steps {
  background: #fcfafa;
  position: relative;
  padding: 3.75rem 0; }
  .steps ul {
    max-width: 850px;
    margin: auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap; }
    .steps ul li {
      position: relative;
      z-index: 1;
      width: 25%;
      text-align: center; }
      .steps ul li:not(:last-child):before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #B6B6B6;
        top: 33%;
        transform: translateY(-50%);
        right: -82px; }
      .steps ul li a {
        background: #E3E3E3;
        border: 2px solid #B6B6B6;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 3.625rem;
        height: 3.625rem;
        border-radius: 100%;
        padding-top: 5px;
        color: #4D4D4D;
        font-size: 1.5rem;
        font-weight: 500;
        margin: auto;
        margin-bottom: 10px;
        position: relative;
        cursor: pointer;
        opacity: 1 !important; }
      .steps ul li p {
        color: #A5A3A3;
        margin-bottom: 0; }
      .steps ul li.success:before {
        background: #034146; }
      .steps ul li.success a {
        background: #034146;
        border-color: #034146;
        color: #fff; }
      .steps ul li.success p {
        color: #034146;
        font-weight: 500; }
      .steps ul li.current:before {
        background: #034146; }
      .steps ul li.current a {
        background: #fff;
        border-color: #034146;
        color: #034146; }
      .steps ul li.current p {
        color: #034146; }
      .steps ul li.disabled a {
        pointer-events: none;
        cursor: default; }
  @media screen and (max-width: 991px) {
    .steps {
      padding: 2.1875rem 0; } }
  @media screen and (max-width: 575px) {
    .steps ul li a {
      width: 2.8125rem;
      height: 2.8125rem;
      font-size: 1.1875rem;
      padding-top: 2px; }
    .steps ul li p {
      min-height: 33px; }
    .steps ul li:not(:last-child):before {
      right: -60px;
      top: 24%; } }

.nav-pills {
  border-bottom: 1px solid #034146;
  justify-content: center; }
  .nav-pills .nav-item:not(:last-child) {
    margin-right: 5rem; }
  .nav-pills .nav-link {
    background-color: transparent !important;
    color: #034146;
    padding: 0;
    padding-bottom: 1.5625rem;
    font-size: 1.5rem;
    font-weight: 400;
    position: relative; }
    .nav-pills .nav-link:after {
      content: "";
      position: absolute;
      width: 0%;
      height: 3px;
      background: #034146;
      left: 0;
      bottom: -2px;
      transition: .4s ease all;
      -webkit-transition: .4s ease all;
      -moz-transition: .4s ease all;
      -ms-transition: .4s ease all;
      -o-transition: .4s ease all; }
    .nav-pills .nav-link.active {
      font-weight: 700;
      color: #034146; }
      .nav-pills .nav-link.active:after {
        width: 100%; }
  @media screen and (max-width: 767px) {
    .nav-pills .nav-link {
      font-size: 1.25rem; }
    .nav-pills .nav-item:not(:last-child) {
      margin-right: 2.5rem; } }
  @media screen and (max-width: 575px) {
    .nav-pills {
      justify-content: space-between; }
      .nav-pills .nav-link {
        padding-bottom: 1.125rem; }
      .nav-pills .nav-item:not(:last-child) {
        margin-right: 0.625rem; } }
  @media screen and (max-width: 400px) {
    .nav-pills .nav-link {
      font-size: 1rem; } }

.nav-pills.simple {
  border-bottom: 0; }
  .nav-pills.simple .nav-item:not(:last-child) {
    margin-right: 1.875rem; }
  .nav-pills.simple .nav-link {
    padding-bottom: 0;
    font-size: 1.625rem; }
    .nav-pills.simple .nav-link:after {
      bottom: -1px;
      height: 1px; }

.rounded-7 {
  border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  -o-border-radius: 7px !important; }

.font-weight-medium {
  font-weight: 500 !important; }

.border-img {
  z-index: 1;
  position: relative;
  width: 3.875rem;
  height: 3.875rem; }
  .border-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    overflow: hidden; }
  .border-img:before {
    content: "";
    position: absolute;
    width: 104%;
    height: 103%;
    left: -3px;
    top: 0px;
    background: #a5392e;
    z-index: -1;
    border-radius: 100%; }
  @media screen and (max-width: 991px) {
    .border-img {
      width: 3.125rem;
      height: 3.125rem; } }

.separator {
  border: 1.1198px dashed #C9C9C9;
  margin: 2.125rem 0; }

.text-base {
  font-size: 1rem; }

.custom-tooltip {
  background: #FFFFFF;
  box-shadow: 0px 1px 11px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  width: 210px;
  position: absolute;
  padding: 0.9375rem;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  top: 40px;
  right: -80px;
  z-index: 99;
  display: none; }
  .custom-tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 15px solid #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: -14px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg); }
  .custom-tooltip .inline-buttons {
    margin-top: 1.5rem;
    justify-content: center; }
    .custom-tooltip .inline-buttons .btn {
      width: 62px;
      height: 24px;
      border-radius: 2px;
      font-size: 12px;
      font-weight: 500;
      border-width: 1px !important; }
  @media screen and (max-width: 1200px) {
    .custom-tooltip {
      right: 0; }
      .custom-tooltip:before {
        right: 10px;
        left: auto; } }

#st-2 .st-toggle {
  background: #034146 !important;
  color: var(--brand-text-primary) !important;
  height: 27px !important;
  width: 40px !important;
  border-bottom-left-radius: 6px !important;
  border-top-left-radius: 6px !important;
  line-height: 20px !important; }
  @media screen and (min-width: 1600px) {
    #st-2 .st-toggle {
      height: 25px !important; } }

#st-2 .st-btn {
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  height: 46px !important;
  width: 40px !important;
  padding: 10px 10px 10px 8px !important;
  background: var(--brand-text-primary) !important; }
  #st-2 .st-btn span {
    color: #034146 !important; }
  #st-2 .st-btn > img {
    width: 26px !important;
    height: 26px !important;
    filter: invert(84%) sepia(13%) saturate(4311%) hue-rotate(112deg) brightness(99%) contrast(102%) !important;
    -webkit-filter: invert(84%) sepia(13%) saturate(4311%) hue-rotate(112deg) brightness(99%) contrast(102%) !important; }
  #st-2 .st-btn.st-first {
    border-top-left-radius: 6px !important; }
  #st-2 .st-btn.st-last {
    border-bottom-left-radius: 6px !important; }

#st-2.st-has-labels .st-btn:hover {
  width: 120px !important; }

.wrapper {
  overflow: hidden; }

.mr-1 {
  margin-right: 0.25rem; }

.mr-2 {
  margin-right: .5rem; }

.mr-3 {
  margin-right: 0.75rem; }

.mr-4 {
  margin-right: 1rem; }

.inner-wrapper {
  padding-top: 98px; }
  @media screen and (max-width: 991px) {
    .inner-wrapper {
      padding-top: 65px; } }

.inner-banner .page-head {
  color: var(--brand-text-primary);
  padding: 6.25rem 0 11.25rem; }
  .inner-banner .page-head h1, .inner-banner .page-head .h1 {
    font-size: 3.75rem; }

.inner-banner p {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-width: 991px) {
  .inner-banner .page-head h1, .inner-banner .page-head .h1 {
    font-size: 3.125rem; } }

@media screen and (max-width: 767px) {
  .inner-banner .page-head {
    padding: 3.75rem 0 6.25rem; }
    .inner-banner .page-head h1, .inner-banner .page-head .h1 {
      font-size: 2.6875rem; } }

@media screen and (max-width: 575px) {
  .inner-banner .page-head {
    padding: 3.75rem 0; }
    .inner-banner .page-head h1, .inner-banner .page-head .h1 {
      font-size: 2.125rem; } }

.content-box {
  background: #FBFBFB;
  border: 1px solid #034146;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.11);
  border-radius: 19px;
  overflow: hidden; }

ul.social {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center; }
  ul.social a {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: #034146;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    color: #fff; }
    ul.social a svg {
      width: 18px;
      height: 18px; }
    @media screen and (min-width: 1025px) {
      ul.social a:hover {
        color: var(--brand-text-primary);
        opacity: 1; } }
  ul.social li:not(:last-child) {
    margin-right: 1.0625rem; }

.download {
  display: inline-flex;
  align-items: center;
  position: absolute;
  font-size: 1.25rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-weight: 500;
  opacity: 1; }
  .download img {
    margin-left: 1.0625rem;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -ms-transition: .4s ease all;
    -o-transition: .4s ease all;
    position: relative;
    top: 0; }
  @media screen and (min-width: 1025px) {
    .download:hover {
      opacity: 1; }
      .download:hover img {
        animation: download 1s infinite;
        -webkit-animation: download 1s infinite; } }

@keyframes download {
  from {
    top: 0px; }
  to {
    top: 6px; } }

.page-head {
  text-align: center;
  padding: 4.375rem 0 1.25rem; }
  .page-head .button-row {
    margin-top: 2.5rem; }
    .page-head .button-row .btn {
      min-width: 20.9375rem;
      font-size: 1.375rem; }
      @media screen and (max-width: 991px) {
        .page-head .button-row .btn {
          font-size: 1.25rem;
          min-width: auto; } }
      @media screen and (max-width: 767px) {
        .page-head .button-row .btn svg {
          width: 23px;
          height: 23px; } }
      .page-head .button-row .btn span {
        position: relative; }
        @media screen and (min-width: 992px) {
          .page-head .button-row .btn span {
            top: 3px; } }
  .page-head__icon {
    width: 11.875rem;
    height: 11.875rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #034146;
    margin-bottom: 4.0625rem; }
  .page-head h1, .page-head .h1 {
    font-size: 2.3125rem;
    font-weight: 600;
    margin-bottom: 1.25rem; }
  .page-head p {
    font-size: 1.4375rem;
    font-weight: 500; }
  .page-head__desc {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto; }
    .page-head__desc p {
      color: #fff;
      padding: 0 1.5625rem; }
  .page-head__subtitle {
    font-size: 2.625rem;
    font-weight: 700;
    margin-bottom: 10px; }
  @media screen and (max-width: 991px) {
    .page-head__icon {
      width: 7.5rem;
      height: 7.5rem;
      margin-bottom: 2.1875rem; }
      .page-head__icon img {
        max-width: 70px; }
    .page-head__subtitle {
      font-size: 2.1875rem; }
    .page-head h1, .page-head .h1 {
      font-size: 2rem; } }
  @media screen and (max-width: 767px) {
    .page-head p {
      font-size: 1rem; }
    .page-head__icon {
      width: 5.625rem;
      height: 5.625rem; }
      .page-head__icon img {
        max-width: 50px; }
    .page-head__subtitle {
      font-size: 1.875rem; }
    .page-head h1, .page-head .h1 {
      font-size: 1.5625rem; } }

.z-index {
  z-index: 1; }

.info {
  background: #FFCD03;
  position: absolute;
  top: -20px;
  color: #034146;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
  font-size: 1.125rem; }

.cart-items__item {
  border-bottom: 1px solid rgba(1, 59, 32, 0.3);
  padding: 0.875rem;
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px; }
  .cart-items__item .quantity {
    margin: 0.5rem 0 0 0; }
  .cart-items__item .discount {
    position: relative;
    margin-top: -10px; }
  .cart-items__item--content {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .cart-items__item--image {
    border: 1px solid #034146;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 94px;
    margin-right: 0.875rem;
    padding: 10px;
    position: relative;
    background: #fff; }
    .cart-items__item--image img {
      width: 100%;
      height: 100%; }
    .cart-items__item--image .info {
      font-size: 9px;
      font-weight: 700;
      height: 23px;
      padding-top: 4px;
      top: -17px;
      left: 0;
      right: 0;
      margin: auto; }
  .cart-items__item .flex-fill {
    position: relative;
    display: flex;
    justify-content: space-between; }
    .cart-items__item .flex-fill > div {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .cart-items__item .flex-fill > div:last-child {
        align-items: flex-end; }
  .cart-items__item--delete {
    content: "";
    position: relative;
    display: block;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.12 8.72727H2.88C2.11618 8.72727 1.38364 9.00312 0.843533 9.49412C0.303428 9.98512 0 10.6511 0 11.3455C0 12.0398 0.303428 12.7058 0.843533 13.1968C1.38364 13.6878 2.11618 13.9636 2.88 13.9636H3.84V43.6364C3.84631 44.7919 4.35405 45.8985 5.25286 46.7156C6.15167 47.5327 7.36891 47.9943 8.64 48H39.36C40.6311 47.9943 41.8483 47.5327 42.7471 46.7156C43.646 45.8985 44.1537 44.7919 44.16 43.6364V13.9636H45.12C45.8838 13.9636 46.6164 13.6878 47.1565 13.1968C47.6966 12.7058 48 12.0398 48 11.3455C48 10.6511 47.6966 9.98512 47.1565 9.49412C46.6164 9.00312 45.8838 8.72727 45.12 8.72727ZM38.4 42.7636H9.6V13.9636H38.4V42.7636ZM11.52 2.61818C11.52 1.9238 11.8234 1.25785 12.3635 0.766848C12.9036 0.275843 13.6362 0 14.4 0H33.6C34.3638 0 35.0964 0.275843 35.6365 0.766848C36.1766 1.25785 36.48 1.9238 36.48 2.61818C36.48 3.31257 36.1766 3.97851 35.6365 4.46952C35.0964 4.96052 34.3638 5.23636 33.6 5.23636H14.4C13.6362 5.23636 12.9036 4.96052 12.3635 4.46952C11.8234 3.97851 11.52 3.31257 11.52 2.61818Z' fill='%23929292'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    background-size: 100%; }
    .cart-items__item--delete:hover {
      opacity: 1;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.12 8.72727H2.88C2.11618 8.72727 1.38364 9.00312 0.843533 9.49412C0.303428 9.98512 0 10.6511 0 11.3455C0 12.0398 0.303428 12.7058 0.843533 13.1968C1.38364 13.6878 2.11618 13.9636 2.88 13.9636H3.84V43.6364C3.84631 44.7919 4.35405 45.8985 5.25286 46.7156C6.15167 47.5327 7.36891 47.9943 8.64 48H39.36C40.6311 47.9943 41.8483 47.5327 42.7471 46.7156C43.646 45.8985 44.1537 44.7919 44.16 43.6364V13.9636H45.12C45.8838 13.9636 46.6164 13.6878 47.1565 13.1968C47.6966 12.7058 48 12.0398 48 11.3455C48 10.6511 47.6966 9.98512 47.1565 9.49412C46.6164 9.00312 45.8838 8.72727 45.12 8.72727ZM38.4 42.7636H9.6V13.9636H38.4V42.7636ZM11.52 2.61818C11.52 1.9238 11.8234 1.25785 12.3635 0.766848C12.9036 0.275843 13.6362 0 14.4 0H33.6C34.3638 0 35.0964 0.275843 35.6365 0.766848C36.1766 1.25785 36.48 1.9238 36.48 2.61818C36.48 3.31257 36.1766 3.97851 35.6365 4.46952C35.0964 4.96052 34.3638 5.23636 33.6 5.23636H14.4C13.6362 5.23636 12.9036 4.96052 12.3635 4.46952C11.8234 3.97851 11.52 3.31257 11.52 2.61818Z' fill='%239E2415'/%3E%3C/svg%3E%0A"); }
  .cart-items__item--name {
    margin-bottom: 5px; }
    .cart-items__item--name a {
      font-size: 14px;
      font-weight: 700;
      color: #034146 !important; }
  .cart-items__item--remove {
    font-size: 10px;
    color: #034146 !important;
    font-weight: 300;
    text-decoration: underline; }
  .cart-items__item--price {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end; }
    .cart-items__item--price--old {
      color: #B30707;
      margin-top: 10px;
      text-decoration: line-through;
      line-height: 11px;
      text-decoration: line-through; }
  .cart-items__item p {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    line-height: 22px;
    height: 22px;
    border: 1px solid #034146;
    border-radius: 0.984735px;
    display: inline-block;
    padding: 0 15px; }
  @media screen and (min-width: 1025px) {
    .cart-items__item a:hover {
      opacity: .7; }
    .cart-items__item--delete:hover {
      opacity: .7 !important; } }

.list-items__item {
  padding: 0.75rem 1.125rem 1.125rem; }
  .list-items__item:not(:last-child) {
    border-bottom: 1px solid rgba(1, 59, 32, 0.3);
    margin-bottom: 10px; }
  .list-items__item span {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px; }
  .list-items__item--title {
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.3;
    margin-bottom: 5px; }
  .list-items__item P {
    font-size: 0.9375rem;
    font-weight: 500;
    margin: 0 0 10px 0; }
    .list-items__item P i {
      font-style: normal; }
    .list-items__item P a {
      color: #034146 !important;
      margin-left: 10px;
      position: relative;
      transition: .4s ease all; }
      .list-items__item P a.code-copy {
        display: inline-flex; }
      .list-items__item P a.code-coppied {
        pointer-events: none;
        display: none; }
        .list-items__item P a.code-coppied:after {
          content: "";
          position: relative;
          min-width: 15px;
          height: 15px;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          background: url(../images/svg/tick.svg) center center no-repeat;
          background-color: #034146;
          display: inline-block;
          margin-left: 10px;
          background-size: 9px; }
      .list-items__item P a img {
        margin-left: 5px;
        width: 16px; }
      .list-items__item P a:hover {
        opacity: .7; }
  .list-items__item .button-row {
    margin-top: 0.9375rem; }
    .list-items__item .button-row .btn {
      font-size: 0.9375rem;
      padding: 0.625rem 0.9375rem; }
  .list-items__item.coppied .list-items__item P a.code-copy {
    display: none; }
  .list-items__item.coppied .list-items__item P a.code-coppied {
    display: block; }
  .list-items__item.coppied .code-coppied {
    display: inline-flex !important; }
  .list-items__item.coppied .code-copy {
    display: none !important; }

@media screen and (max-width: 1600px) {
  .list-items {
    max-height: 400px; } }

.packages .info {
  padding: 10px 0;
  padding-top: 4px;
  top: -29px; }

.packages .info + .package {
  margin-top: 20px; }

.package {
  color: var(--brand-text-primary);
  padding: 1.375rem;
  padding-bottom: 0.8125rem;
  border-radius: 10px;
  margin-bottom: 2.5rem;
  transition: transform 0.5s; }
  .package label:not(.info) {
    border: 0.966577px solid var(--brand-text-primary);
    border-radius: 2.89973px;
    font-weight: 500;
    font-size: 11.0579px;
    text-align: center;
    padding: 7px 13px;
    height: 100%; }
  .package__title {
    font-size: 0.9375rem;
    font-weight: 600; }
  .package__quantity {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 1rem 0; }
    .package__quantity .quantity .form-control {
      color: var(--brand-text-primary);
      font-size: 1.1875rem; }
    .package__quantity .quantity .btn-primary {
      background: var(--brand-text-primary) !important;
      color: #034146 !important;
      border: 0; }
      .package__quantity .quantity .btn-primary.bootstrap-touchspin-down {
        opacity: .7; }
    .package__quantity P {
      font-size: 13px;
      margin: 0 14px 0 0; }
  .package__total {
    margin-top: 2rem;
    border-top: 1px solid var(--brand-text-primary);
    padding-top: 11px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .package__total--price {
      display: flex; }
      .package__total--price span:first-child {
        color: #AB0000;
        text-decoration: line-through;
        margin-right: 0.9375rem; }
    .package__total span {
      font-size: 1.25rem;
      font-weight: 500;
      color: #fff; }
    .package__total .inline-buttons {
      margin-top: 0;
      height: 3.875rem;
      width: 156px;
      height: 42px;
      display: flex;
      border-radius: 9px;
      overflow: hidden;
      background: var(--brand-text-primary);
      position: relative; }
      .package__total .inline-buttons a {
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        font-weight: 600;
        opacity: 1; }
        .package__total .inline-buttons a svg {
          width: 25px; }
          .package__total .inline-buttons a svg .inner {
            fill: transparent; }
        .package__total .inline-buttons a.buy-now {
          width: 65%; }
        .package__total .inline-buttons a.cart {
          flex: 1;
          position: absolute;
          right: 0;
          width: 36%;
          border-left: 3px solid #003a1f;
          z-index: 1;
          background: var(--brand-text-primary);
          white-space: nowrap; }
          .package__total .inline-buttons a.cart p {
            display: none;
            font-weight: 600;
            margin: 0;
            font-size: 14px; }
          .package__total .inline-buttons a.cart svg .inner {
            fill: transparent; }
        .package__total .inline-buttons a:not(:last-child) {
          margin-right: 0; }
        @media screen and (min-width: 1025px) {
          .package__total .inline-buttons a:hover.buy-now {
            opacity: .7; } }
        .package__total .inline-buttons a:hover.cart {
          width: 100%;
          border-left: 0;
          justify-content: space-around; }
          .package__total .inline-buttons a:hover.cart p {
            display: block; }
          .package__total .inline-buttons a:hover.cart svg .inner {
            fill: #034146; }
  .package .row {
    padding-top: 12px; }
    .package .row label:not(.info) {
      font-size: 12.5px;
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      padding: 4px 9px;
      text-align: center; }
      .package .row label:not(.info) p {
        margin: 0;
        color: #fff;
        font-size: 11.0579px;
        display: flex;
        align-items: center; }
        .package .row label:not(.info) p svg,
        .package .row label:not(.info) p img {
          margin-right: 5px;
          width: 20px;
          height: 20px; }
  @media screen and (min-width: 1025px) {
    .package:hover {
      transform: scale(1.05); } }
  @media screen and (max-width: 1300px) and (min-width: 992px) {
    .package__total--price {
      flex-direction: column; }
      .package__total--price span:first-child {
        margin-right: 0;
        margin-bottom: 4px; } }
  @media screen and (max-width: 1250px) and (min-width: 992px) {
    .package .row {
      justify-content: center; }
      .package .row > div {
        width: 50%;
        flex: none; }
        .package .row > div:not(:last-child) {
          margin-bottom: 0.75rem; }
      .package .row label:not(.info) {
        min-height: 55px; } }
  @media screen and (max-width: 991px) {
    .package .row label:not(.info) {
      min-height: 70px;
      padding-top: 6px;
      padding-bottom: 6px; } }
  @media screen and (max-width: 767px) {
    .package {
      max-width: 330px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 3.125rem; }
      .package__total {
        margin-top: 1.25rem; }
        .package__total--price {
          flex-direction: column; }
          .package__total--price span:first-child {
            margin-right: 0;
            margin-bottom: 4px; }
      .package .row > div {
        margin-bottom: 10px; }
      .package .row label:not(.info) {
        min-height: auto; } }

.section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap; }
  .section__head--title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.2; }
    @media screen and (max-width: 991px) {
      .section__head--title {
        font-size: 2.5rem; } }
    @media screen and (max-width: 767px) {
      .section__head--title {
        font-size: 2rem; } }
  @media screen and (min-width: 768px) {
    .section__head > div:not(:last-child) {
      margin-right: 10px; } }
  .section__head p {
    margin: 0; }

.product {
  text-align: center;
  padding-top: 1.25rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: .5s ease all;
  -webkit-transition: .5s ease all;
  -moz-transition: .5s ease all;
  -ms-transition: .5s ease all;
  -o-transition: .5s ease all;
  height: 100%; }
  .product label {
    font-weight: 800;
    font-size: 1.125rem;
    width: 100%;
    background: var(--brand-accent-yellow);
    border-radius: 12.9359px 12.9359px 0px 0px;
    position: absolute;
    top: -29px;
    z-index: -1;
    padding-top: 8px;
    margin: 0;
    height: 45px;
    text-align: center; }
  .product__name {
    font-size: 1.375rem;
    color: var(--brand-text-primary);
    font-weight: 600;
    margin-bottom: 12px; }
    .product__name img {
      margin: 0 4px;
      width: 23px; }
  .product__quantity {
    font-size: 1.0625rem;
    font-weight: 500;
    color: var(--brand-text-primary);
    border: 0.713033px solid var(--brand-text-primary);
    border-radius: 2.1391px;
    width: 133px;
    height: 34px;
    line-height: 1;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .product__image {
    margin: 1.5625rem 0 1.25rem 0;
    text-align: center;
    min-height: 134px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .product__image img {
      transition: .5s ease all;
      -webkit-transition: .5s ease all;
      -moz-transition: .5s ease all;
      -ms-transition: .5s ease all;
      -o-transition: .5s ease all; }
    @media screen and (min-width: 1025px) {
      .product__image:hover img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2); } }
  .product__price {
    font-size: 1.5625rem;
    color: #fff;
    text-transform: uppercase; }
  .product .inline-buttons {
    margin-top: 1.25rem;
    height: 3.875rem;
    width: 100%;
    display: flex;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    background: var(--brand-text-primary);
    position: relative; }
    .product .inline-buttons a {
      display: flex;
      justify-content: space-around;
      height: 100%;
      font-weight: 600;
      overflow: hidden;
      opacity: 1; }
      .product .inline-buttons a svg {
        width: 35px;
        min-width: 35px; }
      .product .inline-buttons a.buy-now {
        width: 64%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .product .inline-buttons a.buy-now p {
          font-weight: 600;
          margin: 0; }
      .product .inline-buttons a:not(:last-child) {
        margin-right: 0; }
      @media screen and (min-width: 1025px) {
        .product .inline-buttons a:hover.buy-now {
          opacity: .7; } }
  @media screen and (max-width: 767px) {
    .product__name {
      font-size: 1.125rem; }
    .product__quantity {
      font-size: 1.3125rem; }
    .product__price {
      font-size: 1.3125rem;
      color: #fff; } }

.card .cart {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: absolute;
  right: 0;
  width: 36%;
  border-left: 3px solid #003a1f;
  z-index: 1;
  background: var(--brand-text-primary);
  white-space: nowrap;
  padding: 0 8px; }
  .card .cart .loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(113px * 5);
    background-color: #003a1f4d;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 20px, #ffc2897d 20px, #ffc2895e 40px);
    animation: cart-loader .8s linear infinite;
    will-change: background-position;
    -webkit-animation: cart-loader .8s linear infinite;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    display: none; }
  .card .cart.sending {
    height: 100%;
    width: 100% !important;
    border-left: 0 !important; }
    .card .cart.sending P {
      display: block !important; }
    .card .cart.sending .loading {
      display: block; }
    .card .cart.sending svg {
      display: none; }
  .card .cart svg {
    margin-left: 5px; }
  .card .cart p {
    display: none;
    font-weight: 600;
    margin: 0;
    z-index: 3;
    font-size: 1rem; }
  .card .cart svg .inner {
    fill: transparent; }

.card a.cart:hover {
  width: 100%;
  border-left: 0;
  justify-content: space-around; }
  .card a.cart:hover p {
    display: block; }
  .card a.cart:hover svg .inner {
    fill: #034146; }

.viewall {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--brand-text-primary);
  border: 2.5px solid var(--brand-text-primary);
  padding: 0.8125rem 1.25rem;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  min-width: 11.875rem;
  text-align: center; }
  .viewall span {
    position: relative;
    top: 2px; }
  @media screen and (min-width: 1025px) {
    .viewall:hover {
      background: var(--brand-text-primary);
      color: #034146;
      opacity: 1; } }

.round-tabs {
  justify-content: space-between;
  border: 2px solid #034146;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  max-width: 500px;
  height: 55px;
  margin: auto;
  overflow: hidden;
  background: #034146; }
  .round-tabs li {
    width: 33.3%;
    overflow: hidden; }
    .round-tabs li:not(:last-child) {
      margin: 0 !important;
      border-right: 2px solid #034146; }
    .round-tabs li .nav-link {
      width: 100%;
      height: 100%;
      border: 0;
      font-size: 1.25rem;
      font-weight: 700;
      border-radius: 0;
      background: var(--brand-text-primary) !important;
      color: #034146 !important;
      position: relative;
      transition: .4s ease all;
      -webkit-transition: .4s ease all;
      -moz-transition: .4s ease all;
      -ms-transition: .4s ease all;
      -o-transition: .4s ease all;
      z-index: 1;
      overflow: hidden; }
      .round-tabs li .nav-link:before {
        content: "";
        position: absolute;
        width: 0;
        height: 100%;
        background: #034146;
        left: 0;
        top: 0;
        transition: .4s ease all;
        -webkit-transition: .4s ease all;
        -moz-transition: .4s ease all;
        -ms-transition: .4s ease all;
        -o-transition: .4s ease all;
        z-index: -1; }
      .round-tabs li .nav-link.active {
        color: var(--brand-text-primary) !important; }
        .round-tabs li .nav-link.active:before {
          width: 100%; }
  @media screen and (max-width: 991px) {
    .round-tabs {
      height: 48px; }
      .round-tabs li .nav-link {
        font-size: 1rem; } }

.games-slider {
  position: relative; }
  .games-slider .swiper {
    margin: 0 30px;
    padding: 20px 0; }
    @media screen and (min-width: 668px) {
      .games-slider .swiper.is-centered .swiper-wrapper {
        justify-content: center; } }
    .games-slider .swiper .card {
      min-height: 25.9375rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .games-slider .swiper .card a {
        height: 100%;
        width: 100%;
        position: absolute;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        opacity: 1;
        padding: 0 1.25rem; }
        .games-slider .swiper .card a img {
          max-width: 90%; }
  .games-slider .custom-arrows__prev {
    left: 0px; }
  .games-slider .custom-arrows__next {
    right: 0; }
  @media screen and (max-width: 767px) {
    .games-slider .swiper .card {
      min-height: 20rem; } }
  @media screen and (max-width: 575px) {
    .games-slider .swiper .card a img {
      max-width: 200px; } }

.main-banner {
  background: #034146;
  padding-top: 6.25rem;
  position: relative; }
  .main-banner__image {
    height: 680px;
    width: 100%;
    position: relative; }
    .main-banner__image img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
    .main-banner__image--intro {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: var(--brand-text-primary);
      max-width: 775px;
      margin: auto;
      text-align: center;
      width: 100%;
      padding: 0 0.9375rem; }
      .main-banner__image--intro h1, .main-banner__image--intro .h1 {
        line-height: 1.35;
        font-size: 3.4375rem;
        font-weight: 700; }
      .main-banner__image--intro p {
        line-height: 1.4;
        font-size: 1.25rem;
        font-weight: 500; }
    @media screen and (max-width: 1600px) {
      .main-banner__image {
        height: 550px; }
        .main-banner__image--intro h1, .main-banner__image--intro .h1 {
          line-height: 1; } }
    @media screen and (max-width: 1024px) {
      .main-banner__image--intro h1, .main-banner__image--intro .h1 {
        font-size: 3.125rem; } }
    @media screen and (max-width: 991px) {
      .main-banner__image {
        height: 300px; } }
    @media screen and (max-width: 767px) {
      .main-banner__image--intro h1, .main-banner__image--intro .h1 {
        font-size: 2.5rem; }
      .main-banner__image--intro p {
        font-size: 1.125rem; } }
    @media screen and (max-width: 667px) {
      .main-banner__image {
        height: 260px; }
        .main-banner__image--intro h1, .main-banner__image--intro .h1 {
          font-size: 2.0625rem; } }
  .main-banner__video {
    height: 100%; }
  .main-banner__social {
    position: fixed;
    right: 0px;
    background: var(--brand-text-primary);
    width: 53px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0.9375rem 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99; }
    .main-banner__social a {
      width: 28px;
      height: 28px;
      min-width: 28px;
      background: #034146;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      color: var(--brand-text-primary); }
      .main-banner__social a svg {
        width: 20px !important;
        height: 20px !important; }
      @media screen and (min-width: 1025px) {
        .main-banner__social a:hover {
          color: #fff;
          opacity: 1 !important; } }
    .main-banner__social li {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .main-banner__social li:not(:last-child) {
        margin-bottom: 15px; }
      .main-banner__social li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
  .main-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .main-banner .scroll-down {
    border: 2.19828px solid var(--brand-text-primary);
    width: 32px;
    height: 32px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: block;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 27px;
    z-index: 1; }
    .main-banner .scroll-down:before {
      content: "";
      position: absolute;
      width: 17px;
      height: 75px;
      background: url(../images/svg/Arrow-long.svg) center center no-repeat;
      left: 21%;
      top: -58px;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      animation: float-sb 3s infinite;
      -webkit-animation: float-sb 3s infinite; }
  .main-banner .swiper-pagination {
    bottom: 133px !important; }
  .main-banner__contact-options {
    right: 16%;
    bottom: 50px;
    position: absolute; }
    .main-banner__contact-options--link {
      width: 3.125rem;
      height: 3.125rem;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='27' height='24' viewBox='0 0 27 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.362355 3.00564C0.376069 2.20843 0.730913 1.44975 1.34883 0.8965C1.96674 0.343249 2.79711 0.040749 3.65725 0.0555453L23.1164 0.390282C23.9765 0.405078 24.796 0.735959 25.3945 1.31013C25.9931 1.88431 26.3216 2.65475 26.3079 3.45196L26.1011 15.4755C26.0873 16.2727 25.7325 17.0314 25.1146 17.5846C24.4967 18.1379 23.6663 18.4404 22.8062 18.4256L18.7522 18.3559C18.5004 18.3515 18.2512 18.4016 18.0242 18.502C17.7973 18.6025 17.5988 18.7507 17.4446 18.9347L14.298 22.6887C14.1438 22.8727 13.9453 23.0209 13.7183 23.1213C13.4914 23.2218 13.2422 23.2719 12.9904 23.2675C12.7387 23.2632 12.4913 23.2046 12.2679 23.0964C12.0446 22.9882 11.8513 22.8333 11.7035 22.644L8.68793 18.7841C8.5401 18.5948 8.34684 18.44 8.12347 18.3317C7.9001 18.2235 7.65274 18.1649 7.401 18.1606L3.34701 18.0909C2.48686 18.0761 1.66739 17.7452 1.06887 17.171C0.470353 16.5968 0.141812 15.8264 0.155526 15.0292L0.362355 3.00564ZM8.36692 9.15688C8.37378 8.75828 8.2095 8.37306 7.91025 8.08597C7.61099 7.79889 7.20125 7.63344 6.77118 7.62605C6.3411 7.61865 5.92592 7.7699 5.61696 8.04652C5.30801 8.32315 5.13058 8.70249 5.12373 9.10109C5.11687 9.4997 5.28114 9.88492 5.5804 10.172C5.87966 10.4591 6.2894 10.6245 6.71947 10.6319C7.14954 10.6393 7.56473 10.4881 7.87368 10.2115C8.18264 9.93483 8.36006 9.55549 8.36692 9.15688ZM14.8533 9.26846C14.8602 8.86986 14.6959 8.48464 14.3966 8.19755C14.0974 7.91046 13.6876 7.74502 13.2576 7.73763C12.8275 7.73023 12.4123 7.88148 12.1033 8.1581C11.7944 8.43473 11.617 8.81407 11.6101 9.21267C11.6033 9.61128 11.7675 9.9965 12.0668 10.2836C12.366 10.5707 12.7758 10.7361 13.2059 10.7435C13.6359 10.7509 14.0511 10.5997 14.3601 10.323C14.669 10.0464 14.8464 9.66707 14.8533 9.26846ZM19.6922 10.8551C20.1223 10.8625 20.5375 10.7112 20.8464 10.4346C21.1554 10.158 21.3328 9.77865 21.3397 9.38004C21.3465 8.98144 21.1823 8.59622 20.883 8.30913C20.5838 8.02204 20.174 7.8566 19.7439 7.8492C19.3139 7.84181 18.8987 7.99306 18.5897 8.26968C18.2808 8.54631 18.1034 8.92565 18.0965 9.32425C18.0896 9.72286 18.2539 10.1081 18.5532 10.3952C18.8524 10.6823 19.2622 10.8477 19.6922 10.8551Z' fill='%23183D2C'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center center;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      transition: .5s ease all;
      -webkit-transition: .5s ease all;
      -moz-transition: .5s ease all;
      -ms-transition: .5s ease all;
      -o-transition: .5s ease all;
      border: 3px solid var(--brand-text-primary);
      background-color: var(--brand-text-primary);
      position: relative;
      z-index: 2;
      opacity: 1 !important; }
    .main-banner__contact-options ul {
      background: var(--brand-text-primary);
      list-style: none;
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
      border-radius: 8px;
      width: 136px;
      padding: 0.375rem 0;
      position: absolute;
      top: 37px;
      left: 18px;
      opacity: 0;
      visibility: hidden;
      z-index: -9; }
      .main-banner__contact-options ul li a {
        font-size: 12px;
        font-weight: 500;
        padding: 0.6875rem 1.1875rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: start; }
        .main-banner__contact-options ul li a img {
          margin-right: 10px;
          max-width: 20px; }
        @media screen and (min-width: 1025px) {
          .main-banner__contact-options ul li a:hover {
            opacity: .6; } }
      .main-banner__contact-options ul li:not(:last-child) {
        border-bottom: 1px solid #034146; }
    .main-banner__contact-options.open ul {
      opacity: 1;
      visibility: visible;
      z-index: 9; }
    .main-banner__contact-options.open .main-banner__contact-options--link {
      background-color: #034146;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='27' height='24' viewBox='0 0 27 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.362355 3.00564C0.376069 2.20843 0.730913 1.44975 1.34883 0.8965C1.96674 0.343249 2.79711 0.040749 3.65725 0.0555453L23.1164 0.390282C23.9765 0.405078 24.796 0.735959 25.3945 1.31013C25.9931 1.88431 26.3216 2.65475 26.3079 3.45196L26.1011 15.4755C26.0873 16.2727 25.7325 17.0314 25.1146 17.5846C24.4967 18.1379 23.6663 18.4404 22.8062 18.4256L18.7522 18.3559C18.5004 18.3515 18.2512 18.4016 18.0242 18.502C17.7973 18.6025 17.5988 18.7507 17.4446 18.9347L14.298 22.6887C14.1438 22.8727 13.9453 23.0209 13.7183 23.1213C13.4914 23.2218 13.2422 23.2719 12.9904 23.2675C12.7387 23.2632 12.4913 23.2046 12.2679 23.0964C12.0446 22.9882 11.8513 22.8333 11.7035 22.644L8.68793 18.7841C8.5401 18.5948 8.34684 18.44 8.12347 18.3317C7.9001 18.2235 7.65274 18.1649 7.401 18.1606L3.34701 18.0909C2.48686 18.0761 1.66739 17.7452 1.06887 17.171C0.470353 16.5968 0.141812 15.8264 0.155526 15.0292L0.362355 3.00564ZM8.36692 9.15688C8.37378 8.75828 8.2095 8.37306 7.91025 8.08597C7.61099 7.79889 7.20125 7.63344 6.77118 7.62605C6.3411 7.61865 5.92592 7.7699 5.61696 8.04652C5.30801 8.32315 5.13058 8.70249 5.12373 9.10109C5.11687 9.4997 5.28114 9.88492 5.5804 10.172C5.87966 10.4591 6.2894 10.6245 6.71947 10.6319C7.14954 10.6393 7.56473 10.4881 7.87368 10.2115C8.18264 9.93483 8.36006 9.55549 8.36692 9.15688ZM14.8533 9.26846C14.8602 8.86986 14.6959 8.48464 14.3966 8.19755C14.0974 7.91046 13.6876 7.74502 13.2576 7.73763C12.8275 7.73023 12.4123 7.88148 12.1033 8.1581C11.7944 8.43473 11.617 8.81407 11.6101 9.21267C11.6033 9.61128 11.7675 9.9965 12.0668 10.2836C12.366 10.5707 12.7758 10.7361 13.2059 10.7435C13.6359 10.7509 14.0511 10.5997 14.3601 10.323C14.669 10.0464 14.8464 9.66707 14.8533 9.26846ZM19.6922 10.8551C20.1223 10.8625 20.5375 10.7112 20.8464 10.4346C21.1554 10.158 21.3328 9.77865 21.3397 9.38004C21.3465 8.98144 21.1823 8.59622 20.883 8.30913C20.5838 8.02204 20.174 7.8566 19.7439 7.8492C19.3139 7.84181 18.8987 7.99306 18.5897 8.26968C18.2808 8.54631 18.1034 8.92565 18.0965 9.32425C18.0896 9.72286 18.2539 10.1081 18.5532 10.3952C18.8524 10.6823 19.2622 10.8477 19.6922 10.8551Z' fill='%23ffc289'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center center;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg); }
  .main-banner .swiper-slide {
    width: 100% !important; }
  @media screen and (max-width: 991px) {
    .main-banner .scroll-down {
      display: none; }
    .main-banner .swiper-pagination {
      bottom: 30px !important; }
    .main-banner__social {
      bottom: -1px;
      top: auto;
      transform: none;
      width: 100%;
      height: 50px;
      padding: 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      display: none; }
      .main-banner__social li:not(:last-child) {
        margin-right: 10px;
        margin-bottom: 0; }
    .main-banner__contact-options {
      bottom: 30px; }
      .main-banner__contact-options ul {
        left: auto;
        right: 18px; } }
  @media screen and (max-width: 667px) {
    .main-banner .swiper-pagination {
      bottom: 20px !important; }
      .main-banner .swiper-pagination .swiper-pagination-bullet {
        margin: 0 8px !important; }
    .main-banner__contact-options {
      bottom: 20px;
      right: 8%; } }

.duwaween-games {
  background: #e9efec;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #e9efec 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #e9efec 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #e9efec 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9efec', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 3.125rem 0 4.6875rem 0;
  position: relative;
  z-index: 2; }
  .duwaween-games .section__head {
    display: block;
    position: relative; }
    .duwaween-games .section__head .viewall {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      border-color: #034146;
      color: #034146; }
      @media screen and (min-width: 1025px) {
        .duwaween-games .section__head .viewall:hover {
          background: #034146;
          color: var(--brand-text-primary); } }
  .duwaween-games .tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 2.1875rem;
    margin-bottom: 3.75rem; }
    .duwaween-games .tabs-wrapper .view-all {
      font-size: 1.25rem;
      font-weight: 700;
      text-decoration: underline;
      margin-left: 1.375rem; }
  .duwaween-games .games-slider .card {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.64);
    margin: 0 20px;
    transition: .4s ease all;
    background: var(--brand-primary);
    overflow: hidden; }
    .duwaween-games .games-slider .card:hover {
      box-shadow: 0px 0px 13px 5px rgba(3, 65, 70, 0.8); }
  @media screen and (min-width: 1300px) {
    .duwaween-games .games-slider .custom-arrows__prev {
      left: -30px; }
    .duwaween-games .games-slider .custom-arrows__next {
      right: -30px; } }
  .duwaween-games__preview {
    width: 100%;
    background-color: #034146;
    padding: 2.25rem 3.125rem;
    padding-top: 4.375rem;
    color: var(--brand-text-primary);
    position: absolute;
    z-index: 999;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    left: -100%;
    min-height: 490px;
    border: 2px solid var(--brand-text-primary); }
    .duwaween-games__preview.open {
      top: 25%; }
    .duwaween-games__preview--close {
      width: 38px;
      height: 38px;
      background: url(../images/svg/cross-icon.svg) center center no-repeat;
      background-size: 100%;
      position: absolute;
      right: 20px;
      top: 20px; }
    .duwaween-games__preview--logo {
      margin-bottom: 2.5rem;
      max-width: 95px; }
    .duwaween-games__preview ul {
      display: flex;
      align-items: center;
      list-style: none; }
      .duwaween-games__preview ul li {
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        border: 1.3px solid #fff;
        color: #fff;
        font-weight: 600;
        font-size: 1rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 5px 11px;
        min-height: 36px; }
        .duwaween-games__preview ul li img {
          margin-right: 6px;
          max-height: 19px; }
        .duwaween-games__preview ul li:not(:last-child) {
          margin-right: 0.9375rem; }
    .duwaween-games__preview .section__head {
      padding-bottom: 3rem;
      display: flex; }
    .duwaween-games__preview--game.hide {
      opacity: 0;
      visibility: hidden; }
  .duwaween-games__game--title {
    font-size: 1.625rem;
    font-weight: 700;
    margin-right: 1.25rem !important; }
  .duwaween-games__game--intro {
    margin-top: 1.4375rem; }
    .duwaween-games__game--intro p {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.8;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      .duwaween-games__game--intro p:not(:last-child) {
        margin-bottom: 1.25rem; }
    .duwaween-games__game--intro a {
      color: #fff;
      margin-left: 0.9375rem;
      font-weight: 600;
      text-decoration: underline;
      text-transform: capitalize; }
      .duwaween-games__game--intro a:hover {
        text-decoration: none; }
  .duwaween-games__game--device {
    position: relative; }
    .duwaween-games__game--device .custom-arrows .custom-arrow svg {
      width: 15px; }
    .duwaween-games__game--device .custom-arrows__next {
      right: -30px; }
    .duwaween-games__game--device .custom-arrows__prev {
      left: -30px; }
    .duwaween-games__game--device .swiper {
      min-height: 300px;
      display: flex;
      align-items: center; }
    .duwaween-games__game--device .btn.play {
      position: absolute;
      z-index: 1;
      right: 0;
      font-size: 14px;
      border-width: 1px;
      font-weight: 500;
      padding: 0 1rem;
      height: 36px;
      line-height: 36px;
      min-width: 120px;
      background: var(--brand-text-primary);
      color: #034146; }
      @media screen and (min-width: 1025px) {
        .duwaween-games__game--device .btn.play:hover {
          color: var(--brand-text-primary);
          background: #034146;
          border-color: var(--brand-text-primary); } }
    .duwaween-games__game--device .tab-content.main .nav-tabs {
      padding-left: 9.0625rem;
      top: 10px;
      position: relative; }
      .duwaween-games__game--device .tab-content.main .nav-tabs .nav-link {
        font-weight: 400;
        font-size: 14.2709px;
        color: var(--brand-text-primary);
        height: auto;
        line-height: 1;
        padding-top: 0;
        padding-bottom: 0;
        width: auto;
        min-width: 120px;
        text-decoration: none;
        border: 0; }
        .duwaween-games__game--device .tab-content.main .nav-tabs .nav-link.active, .duwaween-games__game--device .tab-content.main .nav-tabs .nav-link:hover {
          text-decoration: underline;
          text-underline-offset: 6px; }
        .duwaween-games__game--device .tab-content.main .nav-tabs .nav-link.active {
          font-weight: 700; }
        .duwaween-games__game--device .tab-content.main .nav-tabs .nav-link:last-child {
          margin-left: 10px; }
          @media screen and (max-width: 575px) {
            .duwaween-games__game--device .tab-content.main .nav-tabs .nav-link:last-child {
              margin-left: 5px; } }
    .duwaween-games__game--device .tab-content.main .tab-content {
      padding-top: 3rem; }
  .duwaween-games__game--toggler-filter {
    width: 120px;
    position: absolute; }
    .duwaween-games__game--toggler-filter .toggle-filter-btn {
      width: 100%;
      height: 36px;
      line-height: 40px;
      color: #034146;
      font-size: 1rem;
      font-weight: 600;
      border-radius: 28px;
      position: relative;
      background: var(--brand-text-primary);
      padding: 0 1.5rem;
      text-align: left;
      border: 0;
      z-index: 99;
      min-width: 115px; }
      .duwaween-games__game--toggler-filter .toggle-filter-btn:after {
        content: "";
        position: absolute;
        background: url(../images/svg/arrow-right.svg) right center no-repeat;
        background-size: 87%;
        width: 9px;
        height: 13px;
        right: 21px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transition: .5s ease all;
        -webkit-transition: .5s ease all;
        -moz-transition: .5s ease all;
        -ms-transition: .5s ease all;
        -o-transition: .5s ease all; }
    .duwaween-games__game--toggler-filter .nav-tabs {
      width: 100%;
      border: 2px solid var(--brand-text-primary);
      background: #034146;
      display: none;
      z-index: 9;
      position: absolute;
      width: 100%;
      top: 16px;
      border-bottom-left-radius: 16px;
      border-bottom-right-radius: 16px; }
      .duwaween-games__game--toggler-filter .nav-tabs .nav-link {
        width: 100%;
        height: auto;
        line-height: 1;
        color: var(--brand-text-primary);
        font-size: 1rem;
        font-weight: 600;
        padding: 1rem;
        text-align: left;
        margin-top: 20px; }
        .duwaween-games__game--toggler-filter .nav-tabs .nav-link.active {
          display: none; }
        .duwaween-games__game--toggler-filter .nav-tabs .nav-link:hover {
          color: #fff; }
    .duwaween-games__game--toggler-filter.active .toggle-filter-btn:after {
      transform: translateY(-50%) rotate(90deg); }
  .duwaween-games__game--moblandscape .swiper-slide img {
    width: 100%; }
  .duwaween-games.preview-layer .duwaween-games__preview {
    left: 50%; }
  @media screen and (max-width: 1300px) {
    .duwaween-games__preview {
      width: 96%; } }
  @media screen and (min-width: 1201px) {
    .duwaween-games__game--device .custom-arrows .custom-arrow {
      width: 2.3125rem;
      height: 2.3125rem; } }
  @media screen and (max-width: 1100px) {
    .duwaween-games__preview .row > div {
      flex: 0 0 auto;
      width: 100%; }
    .duwaween-games__preview .section__head {
      padding-bottom: 0; }
    .duwaween-games__game--intro {
      margin-bottom: 1.4375rem; }
    .duwaween-games__game--mobpotrait, .duwaween-games__game--moblandscape, .duwaween-games__game--ipadpotrait, .duwaween-games__game--ipadlandscape {
      text-align: center; } }
  @media screen and (max-width: 991px) {
    .duwaween-games .tabs-wrapper .nav-tabs .nav-link {
      width: 140px; }
    .duwaween-games__preview {
      padding: 3.125rem 2.1875rem 1.5625rem; }
      .duwaween-games__preview--close {
        top: 10px;
        right: 10px; }
    .duwaween-games__game--device .tab-content.main .nav-tabs {
      padding-left: 11.25rem; }
    .duwaween-games__game--device .custom-arrows__prev {
      left: -15px; }
    .duwaween-games__game--device .custom-arrows__next {
      right: -15px; } }
  @media screen and (max-width: 767px) {
    .duwaween-games__game--toggler-filter {
      width: 100px; }
      .duwaween-games__game--toggler-filter .toggle-filter-btn {
        min-width: auto; }
    .duwaween-games__game--device .btn.play {
      min-width: auto;
      width: 100px; }
    .duwaween-games__game--device .tab-content.main .nav-tabs .nav-link {
      min-width: auto;
      width: 100px; }
    .duwaween-games .tabs-wrapper .nav-tabs .nav-link {
      width: 110px; } }
  @media screen and (max-width: 575px) {
    .duwaween-games .section__head {
      display: flex;
      flex-direction: column; }
      .duwaween-games .section__head .viewall {
        position: static;
        transform: unset; }
    .duwaween-games .tabs-wrapper .view-all {
      display: none; }
    .duwaween-games__preview.open {
      top: 28%; }
    .duwaween-games__preview--close {
      width: 28px;
      height: 28px; }
    .duwaween-games__game--toggler-filter {
      top: 50px; }
    .duwaween-games__game--device .btn.play {
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      right: unset; }
    .duwaween-games__game--device .swiper {
      min-height: 0; }
    .duwaween-games__game--device .tab-content.main {
      padding-top: 3.75rem; } }
  @media screen and (max-width: 450px) {
    .duwaween-games__game--title {
      margin-right: 0.9375rem !important;
      font-size: 1.375rem; }
    .duwaween-games__game--toggler-filter {
      width: 100px; }
    .duwaween-games__game--device .tab-content.main .nav-tabs {
      flex-wrap: nowrap;
      padding-left: 9.0625rem; }
      .duwaween-games__game--device .tab-content.main .nav-tabs .nav-link {
        font-size: 12px; }
    .duwaween-games__preview .section__head {
      padding-top: 0.625rem; }
    .duwaween-games__preview ul li {
      font-size: 0.8125rem;
      min-height: 30px; }
      .duwaween-games__preview ul li img {
        max-height: 12px;
        margin-right: 4px; }
      .duwaween-games__preview ul li:not(:last-child) {
        margin-right: 0.5rem; } }
  @media screen and (max-width: 375px) {
    .duwaween-games__preview {
      padding: 3.125rem 1.5625rem 1.5625rem; } }

.tournaments {
  padding: 5rem 0 6.25rem 0; }
  .tournaments .section__head {
    margin-bottom: 3rem; }
    .tournaments .section__head--title {
      margin-bottom: 0; }
  .tournaments .section__subtitle p {
    font-size: 1.25rem;
    margin: 0;
    max-width: 1010px;
    color: var(--brand-text-primary); }
  .tournaments__slider .swiper {
    padding-top: 8.125rem;
    margin: 0 20px; }
    .tournaments__slider .swiper .swiper-slide {
      height: auto; }
    @media screen and (max-width: 991px) {
      .tournaments__slider .swiper {
        margin: 0 35px; } }
    @media screen and (max-width: 667px) {
      .tournaments__slider .swiper {
        margin: 0 25px; } }
  .tournaments__slider .custom-arrows .custom-arrow {
    top: 60%; }
  @media screen and (min-width: 1300px) {
    .tournaments__slider .custom-arrows__next {
      right: -35px; }
    .tournaments__slider .custom-arrows__prev {
      left: -35px; } }
  .tournaments__card {
    background: #fff;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    position: relative;
    height: 100%; }
    .tournaments__card--label {
      font-size: 1.0625rem;
      font-weight: 500;
      background: var(--brand-text-primary);
      max-width: 11.5625rem;
      margin: auto;
      padding: 0.75rem 0.375rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      top: -24px;
      text-align: center; }
    .tournaments__card--logo {
      padding: 10px 0;
      padding-top: 17px;
      min-height: 180px;
      border-bottom: 1px solid #cccccc;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .tournaments__card--logo img {
        max-width: 115px; }
    .tournaments__card--time {
      font-size: 0.8125rem;
      font-weight: 500;
      margin: 0.3125rem 0 0.3125rem 0; }
    .tournaments__card--name {
      font-size: 1rem;
      font-weight: 600;
      margin: 0;
      line-height: 1.2; }
    .tournaments__card--detail {
      display: flex;
      flex-wrap: wrap;
      align-items: start;
      justify-content: start;
      border-top: 1px solid #034146;
      padding-top: 13px;
      margin-bottom: 40px; }
      .tournaments__card--detail ul {
        list-style: none;
        width: 45%;
        margin-bottom: 1rem;
        margin-right: 1rem; }
        .tournaments__card--detail ul li {
          font-size: 13px;
          font-weight: 400;
          margin-bottom: 3px; }
          @media screen and (min-width: 992px) {
            .tournaments__card--detail ul li {
              font-size: 12px; } }
          .tournaments__card--detail ul li:first-child {
            font-weight: 700;
            line-height: 1.2; }
    .tournaments__card .p-3 {
      padding: 1.25rem !important; }
    .tournaments__card .inline-buttons {
      justify-content: space-between;
      margin-top: 1.125rem;
      padding-bottom: 10px;
      border-bottom: 1px solid #034146; }
      .tournaments__card .inline-buttons .btn {
        font-size: 9px;
        font-weight: 500;
        width: 115px;
        height: 30px;
        min-height: 30px;
        padding: 7px 9px; }
        .tournaments__card .inline-buttons .btn:not(:last-child) {
          margin-right: 0; }
    .tournaments__card .button-row {
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      margin: auto; }
    .tournaments__card .tag-list-wrapper {
      display: block;
      min-height: 120px; }
      .tournaments__card .tag-list-wrapper .tag-list {
        flex-wrap: wrap; }
        .tournaments__card .tag-list-wrapper .tag-list li {
          border-color: #034146;
          color: #034146;
          font-size: 12px;
          min-height: 30px;
          flex-wrap: nowrap;
          margin-right: 0.625rem;
          margin-bottom: 10px; }
          .tournaments__card .tag-list-wrapper .tag-list li svg {
            margin-right: 3px;
            width: 18px;
            height: 17px; }
  @media screen and (max-width: 991px) {
    .tournaments {
      padding: 2.5rem 0; }
      .tournaments .row {
        padding-top: 5rem; }
      .tournaments .section__subtitle p {
        font-size: 1.125rem; }
      .tournaments .section-title {
        margin-bottom: 1.5625rem !important; } }
  @media screen and (max-width: 767px) {
    .tournaments .section__head {
      margin-bottom: 1.875rem !important; }
    .tournaments .row > div {
      margin-bottom: 2.8125rem; }
    .tournaments__card--logo {
      min-height: 142px; }
    .tournaments__card--time {
      margin-top: 0; } }
  @media screen and (max-width: 667px) {
    .tournaments__card {
      max-width: 350px;
      margin: auto; }
      .tournaments__card--label {
        max-width: 60%; } }

.store {
  background: #fff;
  padding: 7.1875rem 0 3.125rem 0; }
  .store .section__head .nav-tabs {
    flex-wrap: nowrap; }
  .store .filter-icon {
    border: 2px solid #034146;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    min-width: 43px;
    margin-left: 1.0625rem;
    display: none; }
    .store .filter-icon svg {
      width: 25px;
      height: 25px; }
    .store .filter-icon:hover {
      background: #034146;
      opacity: 1; }
      .store .filter-icon:hover svg {
        color: var(--brand-text-primary); }
  .store .toggler_filter .toggler_filter-btn {
    background: #fff; }
  .store .toggler_filter .nav-tabs {
    background: #fff; }
  .store .tab-content {
    margin-top: 3.4375rem; }
  .store .nav-tabs .nav-link svg {
    width: 32px;
    height: 30px;
    display: inline-block; }
    @media screen and (max-width: 991px) {
      .store .nav-tabs .nav-link svg {
        max-width: 22px;
        height: 22px; } }
  .store .nav-tabs .nav-link img {
    margin-right: 7px;
    max-width: 32px; }
    @media screen and (max-width: 991px) {
      .store .nav-tabs .nav-link img {
        max-width: 22px; } }
    .store .nav-tabs .nav-link img.active {
      display: none !important; }
  .store .nav-tabs .nav-link.active img.unactive, .store .nav-tabs .nav-link:hover img.unactive {
    display: none; }
  .store .nav-tabs .nav-link.active img.active, .store .nav-tabs .nav-link:hover img.active {
    display: inline-block !important; }
  .store .swiper {
    padding: 3.125rem 0; }
    .store .swiper .swiper-slide {
      height: auto; }
  .store .packages .row {
    justify-content: center; }
    .store .packages .row > div {
      position: relative; }
  .store .packages .info {
    z-index: auto;
    width: 94%;
    height: 36px;
    padding-top: 7px;
    font-weight: 800;
    font-size: 14px;
    top: -27px; }
  .store .packages .info + .package {
    margin-top: 0; }
  .store .packages .button-row {
    text-align: center; }
    .store .packages .button-row .viewall {
      border-color: #034146;
      color: #034146;
      font-size: 1.125rem;
      padding: 0.8125rem 2.9375rem; }
      @media screen and (min-width: 1025px) {
        .store .packages .button-row .viewall:hover {
          background: #034146;
          color: var(--brand-text-primary); } }
  .store.add-extra {
    background: #EFEFEF;
    padding-top: 4.375rem; }
    .store.add-extra .section__head--title {
      font-size: 1.875rem; }
    .store.add-extra .button-row {
      text-align: center; }
      .store.add-extra .button-row .viewall {
        border-color: #034146;
        color: #034146;
        font-size: 1.125rem;
        padding: 0.8125rem 2.9375rem; }
    .store.add-extra .toggler_filter .toggler_filter-btn {
      background: #EFEFEF; }
  @media screen and (max-width: 1200px) {
    .store .swiper {
      margin: 0 45px; } }
  @media screen and (max-width: 991px) {
    .store {
      padding: 2.8125rem 0 1.25rem; }
      .store .section__head.show-filter .filter-icon {
        display: flex;
        align-items: center;
        justify-content: center; }
      .store .tab-content {
        margin-top: 2.8125rem; }
      .store .packages {
        padding-bottom: 2.8125rem; } }
  @media screen and (max-width: 767px) {
    .store .filter-icon {
      width: 40px;
      height: 40px;
      min-width: 40px;
      margin-left: 0.75rem; }
    .store .section__head {
      flex-direction: column;
      align-items: center !important;
      justify-content: center;
      text-align: center; }
      .store .section__head > div {
        margin-bottom: 1.5625rem; }
    .store .packages > .row > div {
      max-width: 340px;
      margin: auto; } }
  @media screen and (max-width: 450px) {
    .store .section__head .nav-tabs {
      width: 100%;
      justify-content: space-between; }
      .store .section__head .nav-tabs li:not(:last-child) {
        margin-right: 0; }
      .store .section__head .nav-tabs li.nav-item {
        width: 49%; }
      .store .section__head .nav-tabs .nav-link {
        width: 100%; } }

.our-partners {
  padding: 5.625rem 0 1.875rem 0;
  color: var(--brand-text-primary); }
  .our-partners .section__head {
    position: relative; }
    .our-partners .section__head a {
      position: absolute;
      right: 0;
      top: 0; }
    @media screen and (max-width: 1100px) and (min-width: 992px) {
      .our-partners .section__head a {
        position: static; } }
    @media screen and (max-width: 991px) {
      .our-partners .section__head {
        align-items: flex-start; } }
  .our-partners .section__subtitle {
    display: none;
    padding-top: 0.9375rem;
    text-align: left; }
    .our-partners .section__subtitle p {
      margin: 0; }
  @media screen and (min-width: 992px) {
    .our-partners .section-title {
      font-size: 2.8125rem; } }
  .our-partners__detail {
    padding: 7.5rem 2rem 0; }
    .our-partners__detail ul {
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 2.5rem; }
      .our-partners__detail ul li {
        height: 150px;
        width: 16.6875rem;
        position: relative;
        overflow: hidden; }
        .our-partners__detail ul li > div {
          padding: 10px;
          padding-top: 12px;
          position: relative;
          z-index: 1;
          border-radius: 17px;
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.12);
          -webkit-border-radius: 17px;
          -moz-border-radius: 17px;
          -ms-border-radius: 17px;
          -o-border-radius: 17px;
          background: #fff;
          width: 100%;
          height: 100%;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center; }
        .our-partners__detail ul li img {
          height: 100%;
          object-fit: contain;
          transition: .5s ease all;
          max-width: 90%;
          -webkit-transition: .5s ease all;
          -moz-transition: .5s ease all;
          -ms-transition: .5s ease all;
          -o-transition: .5s ease all; }
        .our-partners__detail ul li:not(:last-child) {
          margin-right: 1.5625rem; }
        .our-partners__detail ul li label {
          font-size: 1.0625rem;
          color: #034146;
          font-weight: 700;
          text-align: center;
          height: 43px;
          width: 100%;
          margin: 0;
          border-radius: 13.1497px 13.1497px 0px 0px;
          padding-top: 7px;
          position: absolute;
          left: 0;
          right: 0;
          top: -29px;
          background: #FFCD03; }
        @media screen and (min-width: 1025px) {
          .our-partners__detail ul li:hover img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1); } }
    .our-partners__detail--main ul {
      margin-bottom: 3.4375rem; }
      .our-partners__detail--main ul li {
        width: 17.5rem;
        height: 115px; }
        .our-partners__detail--main ul li:not(:last-child) {
          margin-right: 2.8125rem; }
        .our-partners__detail--main ul li.executive label {
          background: var(--brand-text-primary); }
  @media screen and (max-width: 991px) {
    .our-partners {
      padding-top: 2.8125rem; }
      .our-partners__detail {
        padding: 5rem 1.875rem 0; } }
  @media screen and (max-width: 767px) {
    .our-partners {
      padding-top: 2.8125rem; }
      .our-partners__detail ul {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0; }
        .our-partners__detail ul li {
          width: 47%;
          height: 100px;
          margin-right: 0;
          margin-bottom: 1.25rem; }
          .our-partners__detail ul li:not(:last-child) {
            margin-right: 0; }
      .our-partners .section__head > div {
        margin-bottom: 1.5625rem; } }
  @media screen and (max-width: 575px) {
    .our-partners .section__head {
      align-items: center; }
      .our-partners .section__head--title {
        text-align: left;
        margin-bottom: 0; }
      .our-partners .section__head p {
        display: none; }
      .our-partners .section__head a {
        position: static; }
    .our-partners .section__subtitle {
      display: block; }
    .our-partners__detail {
      padding-left: 0;
      padding-right: 0; } }

.contact-team {
  color: var(--brand-text-primary);
  position: relative;
  padding-bottom: 6.25rem; }
  .contact-team p {
    font-size: 1.5625rem;
    font-weight: 500;
    margin: 0; }
  @media screen and (max-width: 991px) {
    .contact-team {
      padding-bottom: 3.125rem; }
      .contact-team p {
        font-size: 1.375rem; } }
  @media screen and (max-width: 767px) {
    .contact-team .d-flex {
      flex-direction: column; }
    .contact-team p {
      font-size: 1.125rem;
      margin-bottom: 1.4375rem; } }

.plateforms {
  padding: 2.1875rem 0 3.75rem;
  background: #fff; }
  .plateforms P {
    font-size: 1rem;
    font-weight: 500;
    color: #034146;
    margin: 0;
    text-align: center;
    max-width: 625px;
    margin: auto; }
  .plateforms__available {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 2.5rem 0 3.125rem 0; }
    .plateforms__available li {
      font-size: 1.25rem;
      font-weight: 500;
      color: #034146;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .plateforms__available li span {
        margin-bottom: 20px; }
        .plateforms__available li span img {
          height: 60px;
          width: 60px;
          transition: .5s ease all; }
      .plateforms__available li:not(:last-child) {
        margin-right: 1.5625rem; }
      .plateforms__available li a {
        display: flex;
        flex-direction: column;
        align-items: center; }
        @media screen and (min-width: 1025px) {
          .plateforms__available li a:hover img {
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1); } }
  .plateforms .games-slider {
    margin: 0 8.125rem; }
    .plateforms .games-slider .custom-arrows .custom-arrow {
      top: 36%; }
    .plateforms .games-slider .custom-arrows__next {
      right: -45px; }
    .plateforms .games-slider .custom-arrows__prev {
      left: -45px; }
    .plateforms .games-slider .card-wrapper {
      margin: 0 30px; }
    .plateforms .games-slider .card {
      min-height: 160px;
      padding: 1.25rem;
      background: var(--brand-primary);
      overflow: hidden; }
    .plateforms .games-slider .button-row {
      margin-top: 1.625rem;
      text-align: center; }
      .plateforms .games-slider .button-row .btn {
        width: 100%;
        font-size: 1.1875rem; }
  @media screen and (max-width: 1200px) {
    .plateforms .games-slider .card-wrapper {
      margin: 0 15px; } }
  @media screen and (max-width: 991px) {
    .plateforms .games-slider {
      margin: 0 3.75rem; }
      .plateforms .games-slider .card-wrapper {
        margin: 0 10px; }
      .plateforms .games-slider .custom-arrows__next {
        right: -10px; }
      .plateforms .games-slider .custom-arrows__prev {
        left: -10px; } }
  @media screen and (max-width: 767px) {
    .plateforms .games-slider {
      margin: 0 0.9375rem; }
      .plateforms .games-slider .custom-arrows__next {
        right: -10px; }
      .plateforms .games-slider .custom-arrows__prev {
        left: -10px; }
    .plateforms__available li {
      font-size: 1.125rem; }
      .plateforms__available li img {
        width: 40px;
        height: 40px; } }
  @media screen and (max-width: 575px) {
    .plateforms__available li {
      font-size: 1rem;
      text-align: center; }
      .plateforms__available li img {
        width: 35px;
        height: 35px; } }

.contact-us {
  position: relative;
  background: #f6f6f6;
  padding: 5.3125rem 0 8.125rem 0; }
  .contact-us .container {
    max-width: 1030px; }
  .contact-us .section-title {
    margin-bottom: 6.25rem; }
  .contact-us__card {
    border: 3px solid #034146;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    padding: 1rem 1.5625rem 1.5625rem;
    padding-top: 3.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    height: 100%; }
    .contact-us__card--icon {
      background: #034146;
      border: 3px solid var(--brand-text-primary);
      width: 4rem;
      min-width: 4rem;
      height: 4rem;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: -32px; }
    .contact-us__card--title {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 0.875rem; }
    .contact-us__card ul {
      list-style: none;
      height: 100%;
      display: flex;
      align-items: start;
      justify-content: flex-start;
      flex-direction: column; }
      .contact-us__card ul li {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.4; }
        .contact-us__card ul li:not(:last-child) {
          margin-bottom: 0.8125rem; }
  .contact-us__detail {
    padding-top: 2.5rem;
    display: flex;
    text-align: center; }
    .contact-us__detail p {
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.6; }
      .contact-us__detail p:not(:last-child) {
        margin-bottom: 1.875rem; }
      .contact-us__detail p a {
        text-decoration: underline; }
    .contact-us__detail--right {
      flex: 1;
      display: flex;
      justify-content: space-between; }
      .contact-us__detail--right > div:not(:last-child) {
        width: 325px;
        margin-top: 2.5rem;
        margin-bottom: 1.25rem; }
      .contact-us__detail--right--map {
        height: 100%;
        flex: 1; }
    .contact-us__detail--left {
      width: 325px;
      padding-right: 1.5625rem;
      border-right: 1px solid #034146;
      margin-top: 2.5rem;
      margin-bottom: 1.25rem; }
    .contact-us__detail--right > div:not(:last-child) {
      margin-right: 1.5625rem;
      border-right: 1px solid #034146; }
  @media screen and (max-width: 991px) {
    .contact-us {
      padding: 2.8125rem 0; }
      .contact-us__detail {
        padding-top: 1.875rem; }
        .contact-us__detail p:not(:last-child) {
          margin-bottom: 1.25rem; }
        .contact-us__detail--right {
          flex: unset; }
          .contact-us__detail--right--map {
            flex: unset; } }
  @media screen and (max-width: 767px) {
    .contact-us .section-title {
      margin-bottom: 3.75rem; }
    .contact-us__card {
      padding: 3.75rem 1.25rem 1.5625rem; } }
  @media screen and (max-width: 667px) {
    .contact-us__detail {
      flex-direction: column; }
      .contact-us__detail--left {
        width: 100%;
        margin: 0 0 1.25rem;
        padding: 0 0 1.25rem;
        border: 0;
        border-bottom: 1px solid #034146; }
      .contact-us__detail--right {
        flex-direction: column-reverse; }
        .contact-us__detail--right > div:not(:last-child) {
          margin-left: auto;
          margin-right: auto;
          margin: 1.25rem 0 0 0;
          padding: 1.25rem 0 0 0;
          border: 0;
          border-top: 1px solid #034146;
          width: 100%; } }
  @media screen and (max-width: 575px) {
    .contact-us .row > div:not(:last-child) {
      margin-bottom: 3.125rem; }
    .contact-us__card {
      width: 300px;
      margin: auto;
      padding: 1rem 1.25rem;
      padding-top: 2.5rem; }
    .contact-us__detail--right {
      flex-direction: column-reverse; }
      .contact-us__detail--right > div:not(:last-child) {
        margin-left: auto;
        margin-right: auto; } }

.search .bg-secondary {
  padding: 1.875rem 0 1.25rem; }

.search__title {
  font-weight: 600;
  font-size: 1.375rem;
  text-align: center;
  padding: 0.875rem 0.9375rem 0.5rem;
  background: #FFFFFF;
  border-radius: 10px 10px 0px 0px; }

.custom-dropdown__wrapper .bg-secondary {
  background-color: #fff !important;
  color: var(--brand-primary);
  border-radius: 10px; }

.search__title {
  color: var(--brand-primary); }

.search__input {
  border: 2px solid var(--brand-primary);
  border-radius: 29px;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  -o-border-radius: 29px;
  height: 47px;
  margin: 0 2.3125rem 1.25rem;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap; }
  .search__input .form-control {
    color: var(--brand-primary);
    font-weight: 600;
    font-size: 16px;
    padding: 0 10px;
    border: transparent;
    background: transparent;
    height: auto;
    line-height: initial;
    flex: 1;
    padding-right: 1.875rem; }
    .search__input .form-control::placeholder {
      color: var(--brand-primary); }
  .search__input button {
    width: 27px;
    height: 31px;
    background: url(../images/svg/search-big.svg) center center no-repeat;
    background-size: 100%;
    border: 0; }
  .search__input.clearable .clearable__clear {
    right: 50px; }

.search__popular-topics {
  margin: 0 2.3125rem 1.25rem;
  border: 2px solid var(--brand-primary);
  border-radius: 10px;
  padding: 1.75rem 0 10px 0;
  padding-top: 0;
  overflow: hidden;
  margin-bottom: 0; }
  .search__popular-topics p {
    font-weight: 600;
    font-size: 1.125rem;
    color: var(--brand-text-primary);
    margin: 0;
    background: var(--brand-primary);
    padding: 0.5625rem;
    margin-bottom: 1.5rem;
    text-align: center; }
  .search__popular-topics ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 532px;
    margin: auto; }
      .search__popular-topics ul li {
        width: 33.3%;
        margin-bottom: 15px;
        text-align: center; }
        .search__popular-topics ul li:not(:last-child) {
          margin-right: 0; }
        .search__popular-topics ul li a {
        background: var(--brand-primary);
        box-shadow: 0px 2.36963px 8.29371px rgba(0, 0, 0, 0.05);
        border-radius: 24.8811px;
        color: var(--brand-text-primary);
        font-size: 15px;
        font-weight: 600;
        min-width: 136px;
        padding: 12px 10px;
        display: inline-block;
        text-align: center; }

@media screen and (max-width: 767px) {
  .search__title {
    font-size: 1.125rem; }
  .search__input {
    height: 36px; }
    .search__input .form-control {
      font-size: 14px; }
  .search__popular-topics {
    margin: 0 1.5rem 1.25rem; }
    .search__popular-topics ul {
      justify-content: space-around; }
      .search__popular-topics ul li {
        margin-bottom: 10px; }
        .search__popular-topics ul li a {
          font-size: 13px;
          min-width: 105px;
          padding: 9px; } }

@media screen and (max-width: 667px) {
  .search__input {
    margin: 0 1rem; }
  .search__popular-topics {
    margin: 1rem; }
    .search__popular-topics ul li {
      width: 47%; }
      .search__popular-topics ul li a {
        font-size: 14px;
        min-width: 115px; } }

.order-summary {
  padding-bottom: 2.5rem; }
  .order-summary .content-box {
    padding: 2.8125rem 1.25rem 2.8125rem 2.8125rem;
    display: flex;
    background: #fff; }
  .order-summary h4, .order-summary .h4 {
    font-size: 1.375rem;
    margin-bottom: 0.9375rem; }
  .order-summary__left {
    max-width: 365px;
    flex: 0 0 365px;
    padding-right: 1.6875rem;
    border-right: 1px solid #034146; }
    .order-summary__left h2, .order-summary__left .h2 {
      font-size: 1.375rem;
      font-weight: 500;
      margin-bottom: 1.375rem; }
    .order-summary__left .nav-tabs li:not(:last-child) {
      margin-right: 0; }
    .order-summary__left .nav-tabs .nav-link {
      width: 100%;
      border: 0;
      background: transparent;
      height: 100%;
      padding: 0;
      color: #034146;
      text-align: left; }
      .order-summary__left .nav-tabs .nav-link.active {
        color: #034146; }
  .order-summary__right {
    padding: 0 2.1875rem; }
    .order-summary__right p {
      font-size: 1.5rem;
      margin-bottom: 2.5rem; }
    .order-summary__right .row {
      padding-bottom: 1.875rem; }
    .order-summary__right ul {
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid #034146;
      margin-top: 1.5625rem;
      padding: 13px 0; }
      .order-summary__right ul li {
        font-size: 1.75rem;
        font-weight: 700; }
  .order-summary__discount-coupon {
    border: 1px solid #034146;
    border-radius: 14px;
    padding: 0 0.9375rem;
    padding-right: 5rem;
    position: relative;
    height: 63px;
    display: flex;
    align-items: center; }
    .order-summary__discount-coupon > div {
      flex: 1;
      padding-right: 1.875rem; }
    .order-summary__discount-coupon input {
      border: 0;
      outline: none;
      background: transparent;
      text-transform: capitalize;
      font-size: 1.125rem;
      font-weight: 500;
      color: #034146; }
      .order-summary__discount-coupon input::placeholder {
        text-transform: capitalize;
        color: #034146;
        opacity: .5; }
    .order-summary__discount-coupon span {
      font-size: 1.125rem;
      font-weight: 500;
      display: inline-block;
      position: absolute;
      right: 1.5625rem;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      cursor: pointer;
      color: #034146; }
      .order-summary__discount-coupon span.disabled {
        color: #A6A6A6;
        pointer-events: none; }
      .order-summary__discount-coupon span:after {
        content: "";
        position: relative;
        width: 15px;
        height: 15px;
        background: url(../images/svg/alert.svg) center center no-repeat;
        background-size: 100%;
        margin-left: 5px;
        display: inline-block;
        display: none; }
      .order-summary__discount-coupon span:hover {
        opacity: .8; }
    .order-summary__discount-coupon--code {
      background: #034146;
      border-radius: 22.5px;
      color: var(--brand-text-primary);
      font-weight: 500;
      font-size: 1.0625rem;
      height: 41px;
      padding-left: 1.25rem;
      padding-right: 0.75rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 210px;
      min-width: 210px;
      display: none; }
      .order-summary__discount-coupon--code i {
        font-style: normal; }
      .order-summary__discount-coupon--code span {
        width: 20px;
        height: 20px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        margin-left: 1.25rem;
        position: static;
        transform: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background: var(--brand-text-primary) url(../images/svg/cross.svg) center center no-repeat;
        background-size: 10px; }
        .order-summary__discount-coupon--code span:after {
          display: none !important; }
    .order-summary__discount-coupon.invalid {
      border-color: #9E2415;
      background: #FFF7F7; }
      .order-summary__discount-coupon.invalid span {
        pointer-events: none;
        color: #9E2415; }
        .order-summary__discount-coupon.invalid span:after {
          display: inline-block; }
      .order-summary__discount-coupon.invalid .order-summary__discount-coupon--code {
        background: #9E2415;
        color: #fff; }
        .order-summary__discount-coupon.invalid .order-summary__discount-coupon--code span {
          pointer-events: auto;
          background: #fff url(../images/svg/cross-red.svg) center center no-repeat;
          background-size: 10px; }
    .order-summary__discount-coupon.coupon-show input {
      display: none; }
    .order-summary__discount-coupon.coupon-show .order-summary__discount-coupon--code {
      display: flex; }
    .order-summary__discount-coupon.coupon-addded span {
      color: #034146; }
  .order-summary__note {
    text-align: center;
    margin-top: 1.875rem; }
    .order-summary__note h3, .order-summary__note .h3 {
      font-size: 2.25rem;
      font-weight: 700;
      margin-bottom: 1.25rem; }
    .order-summary__note p {
      font-size: 1.25rem;
      font-weight: 500;
      text-align: center;
      max-width: 850px;
      margin-right: auto;
      margin-left: auto; }
  .order-summary .button-row {
    text-align: center;
    margin: 3.75rem 0; }
  @media screen and (max-width: 1200px) {
    .order-summary__left {
      max-width: 340px;
      flex: 0 0 340px; } }
  @media screen and (max-width: 991px) {
    .order-summary .content-box {
      flex-direction: column;
      padding-left: 1.25rem; }
    .order-summary__left {
      max-width: 100%;
      flex: none;
      border-right: 0;
      border-bottom: 1px solid #034146;
      padding-right: 0; }
      .order-summary__left .nav-tabs {
        justify-content: space-between; }
        .order-summary__left .nav-tabs .nav-link {
          width: 49%; }
    .order-summary__right {
      padding: 0;
      padding-top: 1.875rem; } }
  @media screen and (max-width: 767px) {
    .order-summary h4, .order-summary .h4 {
      font-size: 1.25rem; }
    .order-summary__right p {
      font-size: 1.375rem; }
    .order-summary__right ul li {
      font-size: 1.5625rem; }
    .order-summary__discount-coupon {
      height: 50px; }
      .order-summary__discount-coupon span {
        right: 16px; }
      .order-summary__discount-coupon--code {
        height: 40px;
        line-height: 40px;
        min-width: 180px;
        font-size: 1.0625rem; } }
  @media screen and (max-width: 575px) {
    .order-summary .content-box {
      padding: 1.25rem; }
    .order-summary__left {
      padding-bottom: 1.5625rem; }
      .order-summary__left .nav-tabs li {
        width: unset; }
      .order-summary__left .nav-tabs .nav-link {
        width: 100%; }
    .order-summary__right p {
      font-size: 1.125rem; }
    .order-summary__right ul li {
      font-size: 1.25rem; }
    .order-summary__discount-coupon {
      padding: 0 3.6875rem 0 0.625rem; }
      .order-summary__discount-coupon span {
        font-size: 1rem; }
      .order-summary__discount-coupon--code {
        min-width: 150px;
        max-width: 170px; } }

.order-detail {
  padding-bottom: 3.125rem; }
  .order-detail .page-head__desc {
    max-width: 750px; }
  .order-detail .page-head p {
    font-size: 1.25rem;
    color: #034146; }
  .order-detail .content-box {
    display: flex;
    border-radius: 34px;
    margin-top: 2.1875rem;
    flex-direction: column;
    background: #fbfbfb;
    padding: 3.125rem 1.25rem 0 5rem; }
    .order-detail .content-box p {
      font-size: 1.625rem;
      font-weight: 600;
      margin-bottom: 3.125rem; }
    .order-detail .content-box ul {
      list-style: none;
      margin-bottom: 2.25rem; }
      .order-detail .content-box ul li {
        font-size: 1.375rem;
        line-height: 1.4; }
        .order-detail .content-box ul li:first-child {
          font-size: 1.375rem;
          font-weight: 600;
          margin-bottom: 0.9375rem; }
    .order-detail .content-box > div {
      padding: 0 !important;
      border: 0 !important; }
      .order-detail .content-box > div:first-child {
        min-width: 295px;
        border-right: 0.5px solid #BABABA;
        padding: 4.375rem 1.25rem 7.8125rem 3.75rem; }
      .order-detail .content-box > div:last-child {
        padding: 4.375rem 1.25rem 7.8125rem 3.75rem;
        display: flex;
        flex-wrap: wrap; }
        .order-detail .content-box > div:last-child ul {
          width: 30%;
          margin-right: 15px; }
          .order-detail .content-box > div:last-child ul li {
            word-wrap: break-word; }
            .order-detail .content-box > div:last-child ul li:first-child {
              margin-bottom: 5px; }
  .order-detail .button-row {
    margin-top: 4.875rem;
    text-align: center;
    position: relative; }
    .order-detail .button-row .btn {
      min-width: 20rem; }
  @media screen and (max-width: 1200px) {
    .order-detail .content-box {
      padding: 2.5rem 1.25rem 0 2.5rem; }
      .order-detail .content-box > div:first-child {
        padding: 2.5rem 1.25rem 5rem 2.5rem; }
      .order-detail .content-box > div:last-child {
        padding: 2.5rem 1.25rem 5rem 2.5rem; } }
  @media screen and (max-width: 767px) {
    .order-detail .content-box {
      flex-wrap: wrap;
      margin-top: 1.875rem;
      padding: 1.875rem; }
      .order-detail .content-box p {
        font-size: 1.25rem;
        margin-bottom: 3.125rem; }
      .order-detail .content-box ul li {
        font-size: 1.1875rem; }
      .order-detail .content-box > div {
        padding: 1.25rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .order-detail .content-box > div ul {
          width: 48%;
          margin-right: 5px;
          margin-bottom: 1.875rem; }
        .order-detail .content-box > div:first-child {
          padding: 1.25rem;
          min-width: unset;
          width: 100%;
          border-right: 0;
          border-bottom: 0.5px solid #BABABA; }
        .order-detail .content-box > div:last-child {
          padding: 1.25rem;
          justify-content: space-between; }
          .order-detail .content-box > div:last-child ul {
            width: 48%;
            margin-right: 5px;
            margin-bottom: 1.875rem; }
    .order-detail .button-row .btn {
      min-width: 12.5rem; } }
  @media screen and (max-width: 575px) {
    .order-detail .download {
      top: -50px;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      font-size: 1.0625rem; }
    .order-detail .page-head {
      font-size: 1.125rem; } }
  @media screen and (max-width: 500px) {
    .order-detail .content-box > div ul {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.25rem;
      text-align: center; }
    .order-detail .content-box > div:last-child ul {
      width: 100%;
      margin-right: 0;
      margin-bottom: 1.25rem;
      text-align: center; }
    .order-detail .content-box p {
      text-align: center; } }
  @media screen and (max-width: 400px) {
    .order-detail .inline-buttons .btn {
      padding-left: 0.9375rem;
      padding-right: 0.875rem; } }

.careers h3, .careers .h3 {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
  padding-left: 1.875rem; }

.careers h4, .careers .h4 {
  font-size: 1.75rem;
  margin-bottom: 1.125rem; }

.careers__filters {
  background: #fbfbfb;
  padding: 4.6875rem 0; }
  .careers__filters .clearable__clear {
    right: 60px; }
  .careers__filters--filter {
    background: #fff;
    border: 1px solid #034146;
    border-radius: 40px;
    padding: 1rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap; }
    .careers__filters--filter .form-control {
      padding-top: 2px;
      height: auto;
      line-height: initial;
      border: 0;
      padding-right: 1.875rem; }
      .careers__filters--filter .form-control::placeholder {
        font-size: 1.125rem;
        font-weight: 500;
        color: #A0A0A0; }
    .careers__filters--filter label {
      font-size: 1.375rem;
      font-weight: 700; }
    .careers__filters--filter button {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.875 28.875L22.7067 22.6958L28.875 28.875ZM26.125 14.4375C26.125 17.5372 24.8936 20.51 22.7018 22.7018C20.51 24.8936 17.5372 26.125 14.4375 26.125C11.3378 26.125 8.36502 24.8936 6.17319 22.7018C3.98136 20.51 2.75 17.5372 2.75 14.4375C2.75 11.3378 3.98136 8.36502 6.17319 6.17319C8.36502 3.98136 11.3378 2.75 14.4375 2.75C17.5372 2.75 20.51 3.98136 22.7018 6.17319C24.8936 8.36502 26.125 11.3378 26.125 14.4375V14.4375Z' stroke='%23003A1F' stroke-width='2.75' stroke-linecap='round'/%3E%3C/svg%3E%0A");
      background-size: 100%;
      width: 33px;
      height: 33px;
      min-width: 33px;
      padding: 0;
      border: 0;
      background-color: unset;
      transition: .5s ease all; }
      @media screen and (min-width: 1025px) {
        .careers__filters--filter button:hover {
          opacity: .7; } }
    .careers__filters--filter .select2-container {
      width: 100% !important; }
    .careers__filters--filter .select2-container--default .select2-selection--single {
      border: 0;
      padding-left: 1.4375rem;
      height: auto;
      line-height: auto; }
      .careers__filters--filter .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 1.125rem;
        font-weight: 500;
        color: #034146;
        line-height: initial;
        text-align: left; }
      .careers__filters--filter .select2-container--default .select2-selection--single .select2-selection__arrow {
        display: none; }
    .careers__filters--filter .select2-container--default .select2-results > .select2-results__options {
      background: #FFFFFF;
      border: 1px solid #034146;
      border-radius: 32px; }
      .careers__filters--filter .select2-container--default .select2-results > .select2-results__options .select2-results__option {
        font-size: 1.125rem;
        font-weight: 500;
        color: #034146;
        padding: 0.625rem 2.1875rem; }
        .careers__filters--filter .select2-container--default .select2-results > .select2-results__options .select2-results__option.select2-results__option--highlighted {
          background: rgba(3, 65, 70, 0.2);
          color: #034146; }
      .careers__filters--filter .select2-container--default .select2-results > .select2-results__options .select2-results__option[aria-selected=true] {
        font-weight: 700;
        background: transparent; }
  .careers__filters .btn {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    min-width: 10.9375rem; }
    @media screen and (min-width: 992px) {
      .careers__filters .btn {
        min-width: unset;
        width: 100%; } }

.careers__wrapper {
  background: #fff;
  padding: 4.6875rem 0; }
  .careers__wrapper .select2-container {
    width: 100% !important; }
  .careers__wrapper .card {
    background: var(--brand-text-primary);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    padding: 2rem 1.75rem 2.375rem 2.375rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .careers__wrapper .card__title {
      font-weight: 600; }
    .careers__wrapper .card ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 16px 0 0; }
      .careers__wrapper .card ul li {
        font-size: 14px;
        font-weight: 600;
        padding: 5px 12px;
        padding-top: 7px;
        text-align: center;
        border: 0.826087px solid #034146;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        margin-bottom: 0.8125rem; }
        .careers__wrapper .card ul li:not(:last-child) {
          margin-right: 10px; }
    .careers__wrapper .card .button-row {
      text-align: center;
      margin-top: 1.875rem; }
      .careers__wrapper .card .button-row .btn {
        min-width: 200px;
        padding-top: 0.8125rem;
        padding-bottom: 0.8125rem;
        font-size: 1rem; }
    .careers__wrapper .card > div:first-child {
      position: relative;
      border-bottom: 1px solid #034146;
      margin-bottom: 0.5625rem;
      height: 100%; }
  .careers__wrapper .form-group .form-label {
    display: block; }
  .careers__wrapper .form-group.error .form-label span {
    color: #9F2228; }
  .careers__wrapper .row > div {
    margin-bottom: 2.375rem; }
  .careers__wrapper .button-row {
    text-align: center;
    margin-top: 1.875rem; }
    .careers__wrapper .button-row .viewall {
      border-color: #034146;
      color: var(--brand-text-primary);
      background: #034146;
      font-size: 1.125rem;
      padding: 0.8125rem 2.9375rem; }
      .careers__wrapper .button-row .viewall span {
        position: relative;
        top: 2px; }

.careers__detail--list {
  padding-left: 1.875rem; }
  .careers__detail--list ul {
    list-style: none;
    margin-bottom: 2.1875rem; }
    .careers__detail--list ul li {
      font-size: 1.375rem; }
      .careers__detail--list ul li:first-child {
        font-weight: 600;
        margin-bottom: 7px; }

.careers__detail ul.social {
  justify-content: space-around; }
  .careers__detail ul.social li {
    position: relative; }
    .careers__detail ul.social li p {
      position: absolute;
      padding-top: 7px;
      white-space: nowrap; }

.careers__detail .flex-wrapper {
  display: flex; }

.careers__detail .col-left {
  width: 265px;
  padding-left: 1.875rem; }
  .careers__detail .col-left p {
    text-align: center;
    font-weight: 600; }
  .careers__detail .col-left .button-row {
    margin-bottom: 1.875rem; }
    .careers__detail .col-left .button-row .btn {
      width: 100%; }

.careers__detail .col-right {
  flex: 1;
  padding: 0 7.5rem; }
  .careers__detail .col-right p {
    font-weight: 500;
    margin-bottom: 1.875rem;
    line-height: 1.4; }
  .careers__detail .col-right ul,
  .careers__detail .col-right ol {
    padding-left: 1.5625rem; }
    .careers__detail .col-right ul li,
    .careers__detail .col-right ol li {
      font-weight: 500;
      line-height: 1.4; }
      .careers__detail .col-right ul li:not(:last-child),
      .careers__detail .col-right ol li:not(:last-child) {
        margin-bottom: 2px; }
  .careers__detail .col-right.form-wrapper {
    padding: 0 0 0 5rem; }

.careers__detail .job-based {
  padding-bottom: 3.125rem; }
  .careers__detail .job-based label {
    border: 1.32892px solid #034146;
    border-radius: 6.64461px;
    font-size: 1.375rem;
    font-weight: 600;
    height: 47px;
    line-height: 47px;
    padding: 0 11px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .careers__detail .job-based label span {
      position: relative;
      top: 2px; }
  .careers__detail .job-based p {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
    line-height: 1; }

.careers__no-result {
  text-align: center; }
  .careers__no-result--image {
    margin-bottom: 1.5625rem; }
  .careers__no-result p {
    font-weight: 500; }

.careers .inline-buttons {
  justify-content: center;
  margin-top: 5rem; }
  .careers .inline-buttons .btn {
    min-width: 15.625rem;
    font-size: 1.0625rem;
    font-weight: 500; }

.careers .share-listing {
  text-align: center;
  margin-top: 1.875rem; }
  .careers .share-listing p {
    text-align: center;
    font-weight: 600; }
  @media screen and (min-width: 992px) {
    .careers .share-listing {
      display: none; } }

@media screen and (min-width: 1025px) {
  .careers__wrapper .button-row .viewall:hover {
    background: #fff;
    color: #034146; } }

@media screen and (max-width: 991px) {
  .careers__filters {
    padding: 2.5rem 0; }
    .careers__filters .clearable__clear {
      right: 44px; }
    .careers__filters .row > div:last-child {
      text-align: center; }
    .careers__filters--filter button {
      width: 21px;
      height: 21px;
      min-width: 21px; }
    .careers__filters--filter img {
      max-width: 20px; }
    .careers__filters .btn {
      margin-top: 1.875rem; }
  .careers__wrapper {
    padding-top: 2.1875rem;
    padding-bottom: 2.5rem; }
    .careers__wrapper .card {
      padding: 1.5625rem; }
      .careers__wrapper .card .button-row {
        margin-top: 0; }
      .careers__wrapper .card ul li {
        padding: 5px; }
  .careers h3, .careers .h3 {
    padding-left: 0; }
  .careers__detail .flex-wrapper {
    flex-direction: column; }
  .careers__detail .col-left {
    width: 100%;
    padding: 0; }
    .careers__detail .col-left .button-row {
      max-width: 300px;
      margin: 1.875rem auto; }
  .careers__detail .col-right {
    padding: 2.5rem 0 0 0; }
    .careers__detail .col-right.form-wrapper {
      padding: 2.5rem 0 0 0; }
  .careers__detail--list {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    padding-left: 0; }
    .careers__detail--list ul {
      margin-bottom: 1.875rem;
      margin-right: 2.5rem; }
      .careers__detail--list ul li {
        font-size: 1.1875rem; }
  .careers__detail .job-based label {
    font-size: 1.25rem;
    height: 38px;
    line-height: 38px; }
  .careers__detail ul.social {
    justify-content: center; }
  .careers__no-result--image {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (max-width: 767px) {
  .careers h3, .careers .h3 {
    font-size: 1.875rem; }
  .careers__filters--filter label {
    font-size: 1.125rem; } }

@media screen and (max-width: 575px) {
  .careers__filters .row > div {
    margin-top: 1.875rem; }
  .careers__no-result--image {
    max-width: 300px; }
  .careers .inline-buttons {
    flex-wrap: wrap;
    flex-direction: column-reverse; }
    .careers .inline-buttons .btn {
      width: 100%;
      min-width: unset; }
      .careers .inline-buttons .btn:not(:last-child) {
        margin: 10px 0 0 0; }
  .careers__wrapper .card {
    max-width: 350px;
    margin: auto; }
    .careers__wrapper .card ul li {
      font-size: 12px; } }

.store-page .store {
  background: #efefef;
  padding: 4.6875rem 0 0 0; }
  .store-page .store .tab-content {
    margin-top: 3.75rem; }

.store-page h2, .store-page .h2 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0.625rem;
  margin-bottom: 1rem; }

.store-page .filters {
  position: relative;
  margin-bottom: 5rem; }
  .store-page .filters .select2-container {
    width: 100% !important; }
  .store-page .filters .select2-container--default .select2-selection--single {
    background: transparent;
    border: 1px solid #034146;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    height: 3.0625rem; }
    .store-page .filters .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-size: 1rem;
      font-weight: 500;
      color: #034146;
      line-height: 3.0625rem; }
    .store-page .filters .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: 16px; }
      .store-page .filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
        transition: .4s ease all;
        -webkit-transition: .4s ease all;
        -moz-transition: .4s ease all;
        -ms-transition: .4s ease all;
        -o-transition: .4s ease all;
        background-size: cover;
        width: 16px;
        transform: rotate(-90deg);
        height: 9px; }
  .store-page .filters .select2-container--default.select2-container--open .select2-selection--single {
    background: #034146; }
    .store-page .filters .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
      color: var(--brand-text-primary); }
    .store-page .filters .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      transform: rotate(0deg);
      background-image: url("data:image/svg+xml, %3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23FFC289'/%3E%3C/svg%3E%0A"); }
  .store-page .filters .select2-container--default .select2-results > .select2-results__options {
    background: #FCFCFC;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.05);
    border-radius: 10px 10px 4px 4px; }
  .store-page .filters .flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px; }
    .store-page .filters .flex-wrapper > div {
      padding: 0 15px; }
  .store-page .filters label {
    font-size: 1rem;
    font-weight: 500;
    margin: 0 13px 0 0;
    min-width: 60px; }
  .store-page .filters__filter {
    position: relative; }
    .store-page .filters__filter > a {
      border: 1px solid #034146;
      border-radius: 5px;
      font-size: 1rem;
      font-weight: 500;
      height: 3.0625rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 1.875rem;
      opacity: 1;
      position: relative; }
      .store-page .filters__filter > a:after {
        position: relative;
        content: "";
        background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='32' viewBox='0 0 20 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.00033 3L17.3281 15.8463L3.00033 28.6926' stroke='%23003A1F' stroke-width='4.77595' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 9px;
        height: 14px;
        background-size: 100%;
        background-repeat: no-repeat;
        display: inline-block;
        top: 2px;
        transition: .4s ease all;
        -webkit-transition: .4s ease all;
        -moz-transition: .4s ease all;
        -ms-transition: .4s ease all;
        -o-transition: .4s ease all; }
      .store-page .filters__filter > a span {
        position: relative;
        top: 3px; }
      @media screen and (min-width: 1025px) {
        .store-page .filters__filter > a:hover {
          background: #034146;
          color: var(--brand-text-primary); }
          .store-page .filters__filter > a:hover:after {
            background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='32' viewBox='0 0 20 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.00033 3L17.3281 15.8463L3.00033 28.6926' stroke='%23FFC289' stroke-width='4.77595' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); } }
      .store-page .filters__filter > a.show {
        background: #034146;
        color: var(--brand-text-primary); }
        .store-page .filters__filter > a.show:after {
          background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='32' viewBox='0 0 20 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.00033 3L17.3281 15.8463L3.00033 28.6926' stroke='%23FFC289' stroke-width='4.77595' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          transform: rotate(90deg); }
    .store-page .filters__filter--menu {
      background: #FCFCFC;
      box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.08);
      border-radius: 6px;
      padding: 1rem 1.5rem;
      position: absolute;
      width: 100%;
      left: 0;
      z-index: 9999;
      display: none; }
      .store-page .filters__filter--menu h4, .store-page .filters__filter--menu .h4 {
        font-size: 1.25rem; }
      .store-page .filters__filter--menu ul li {
        margin-bottom: 1.4375rem; }
      .store-page .filters__filter--menu .checkbox label {
        width: 100%; }
        .store-page .filters__filter--menu .checkbox label input + span {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0; }
          .store-page .filters__filter--menu .checkbox label input + span:after {
            position: static;
            display: inline-block;
            transform: none; }

.store-page .packages-wrapper {
  background: #fff;
  padding-top: 3.125rem;
  padding-bottom: 4.375rem;
  margin-top: 3.75rem; }
  .store-page .packages-wrapper .packages:not(:first-child) {
    margin-top: 1.875rem; }
  .store-page .packages-wrapper .tab-content {
    margin-top: 0; }

.store-page .packages h4, .store-page .packages .h4 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 4.375rem; }

.store-page .package__total {
  margin-top: 0;
  padding: 1.25rem 0 0.625rem; }

.store-page .toggler_filter .toggler_filter-btn {
  background: #efefef; }

.store-page .toggler_filter .nav-tabs {
  background: #efefef; }

@media screen and (max-width: 1250px) {
  .store-page .filters .flex-wrapper > div:first-child {
    flex: 0 0 220px; }
  .store-page .filters .flex-wrapper > div:nth-child(2) {
    flex: 0 0 320px; } }

@media screen and (max-width: 991px) {
  .store-page .filters {
    margin-bottom: 3.75rem; }
    .store-page .filters .flex-wrapper {
      flex-wrap: wrap;
      display: none; }
      .store-page .filters .flex-wrapper > div {
        width: 50%;
        flex: none;
        margin-bottom: 1.5625rem; }
        .store-page .filters .flex-wrapper > div:first-child {
          flex: none; }
        .store-page .filters .flex-wrapper > div:nth-child(2) {
          flex: none; } }

@media screen and (max-width: 767px) {
  .store-page .store .section__head {
    flex-direction: row; }
  .store-page h2, .store-page .h2 {
    font-size: 1.625rem; }
  .store-page .package .row label:not(.info) p {
    margin-top: 5px; } }

@media screen and (max-width: 575px) {
  .store-page .filters .flex-wrapper {
    flex-wrap: wrap; }
    .store-page .filters .flex-wrapper > div {
      margin-bottom: 1.5625rem; }
    .store-page .filters .flex-wrapper .d-flex {
      flex-direction: column;
      align-items: start !important; }
      .store-page .filters .flex-wrapper .d-flex label {
        margin-bottom: 10px; }
    .store-page .filters .flex-wrapper .switch-wrapper {
      flex-direction: row;
      align-items: center !important; }
  .store-page .filters__filter {
    margin-top: 24px; }
    .store-page .filters__filter a {
      padding: 0 1rem; } }

@media only screen and (min-width: 430px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .container {
    padding: 0 40px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right); } }

@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .container {
    padding: 0 40px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right); } }

@media only screen and (device-width: 428px) and (device-height: 928px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .container {
    padding: 0 40px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right); } }

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .container {
    padding: 0 40px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right); } }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .container {
    padding: 0 40px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right); } }

@media only screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .container {
    padding: 0 40px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right); } }

@media screen and (max-width: 1200px) {
  .show-on-xl {
    display: block !important; }
  .hide-on-xl {
    display: none !important; } }

@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 2.8125rem; }
  h2, .h2 {
    font-size: 2.25rem; }
  .viewall {
    font-size: 1.25rem;
    border-width: 2px;
    min-width: 8.75rem; }
  h2.section-title, .section-title.h2,
  h3.section-title,
  .section-title.h3 {
    font-size: 2.5rem; }
  .show-on-lg {
    display: block !important; }
  .hide-on-lg {
    display: none !important; }
  .no-sticky .header {
    padding: 0.6875rem 0; }
    .no-sticky .header__logo img {
      max-width: 41px !important; } }

@media screen and (max-width: 767px) {
  .nav-link {
    font-size: 1rem; }
  h2.section-title, .section-title.h2,
  h3.section-title,
  .section-title.h3 {
    font-size: 2.0625rem; }
  P {
    font-size: 1rem; }
  .show-on-md {
    display: block !important; }
  .hide-on-md {
    display: none !important; } }

@media screen and (max-width: 575px) {
  h2.section-title, .section-title.h2,
  h3.section-title,
  .section-title.h3 {
    font-size: 1.75rem; } }

.clearable {
  position: relative;
  flex: 1; }
  .clearable .info-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #B50202;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 2px;
    position: absolute;
    width: 100%;
    opacity: 0; }
    .clearable .info-text:after {
      content: "";
      position: relative;
      display: inline-block;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.91667 17.5C1.68056 17.5 1.5 17.3959 1.375 17.1875C1.25 16.9792 1.25 16.7709 1.375 16.5625L9.45833 2.60419C9.58333 2.39585 9.76389 2.29169 10 2.29169C10.2361 2.29169 10.4167 2.39585 10.5417 2.60419L18.625 16.5625C18.75 16.7709 18.75 16.9792 18.625 17.1875C18.5 17.3959 18.3194 17.5 18.0833 17.5H1.91667ZM10.0833 8.08335C9.90278 8.08335 9.75347 8.14238 9.63542 8.26044C9.51736 8.37849 9.45833 8.5278 9.45833 8.70835V12.125C9.45833 12.3056 9.51736 12.4549 9.63542 12.5729C9.75347 12.691 9.90278 12.75 10.0833 12.75C10.2639 12.75 10.4132 12.691 10.5312 12.5729C10.6493 12.4549 10.7083 12.3056 10.7083 12.125V8.70835C10.7083 8.5278 10.6493 8.37849 10.5312 8.26044C10.4132 8.14238 10.2639 8.08335 10.0833 8.08335ZM10.0833 15.0625C10.2639 15.0625 10.4132 15.0035 10.5312 14.8854C10.6493 14.7674 10.7083 14.6181 10.7083 14.4375C10.7083 14.257 10.6493 14.1077 10.5312 13.9896C10.4132 13.8715 10.2639 13.8125 10.0833 13.8125C9.90278 13.8125 9.75347 13.8715 9.63542 13.9896C9.51736 14.1077 9.45833 14.257 9.45833 14.4375C9.45833 14.6181 9.51736 14.7674 9.63542 14.8854C9.75347 15.0035 9.90278 15.0625 10.0833 15.0625Z' fill='%23B50202'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      width: 20px;
      height: 20px; }
  .clearable__clear {
    display: none;
    position: absolute;
    right: 8px;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
    width: 21px;
    min-width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9991 1.71289L1 10.7535' stroke='%23fff' stroke-width='1.96413' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1.71289L11.9991 10.7535' stroke='%23fff' stroke-width='1.96413' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-color: #034146;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center center;
    background-size: 9px; }
  .clearable input::-ms-clear {
    display: none; }
  .clearable.invalid .form-control {
    background: #FAECEC;
    border-color: #FAECEC; }
  .clearable.invalid .info-text {
    opacity: 1; }
  .clearable.input-button .clearable__clear {
    right: 15px; }
  .clearable.input-button .form-control {
    padding-right: 3.125rem; }

.info-label {
  display: flex;
  align-items: center;
  font-size: 12px;
  position: relative;
  margin-top: 6px; }
  .info-label:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.90273 0.838867L2.4032 4.3384L0.8125 2.7477' stroke='%23003A1F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    border: 1px solid #034146;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6px; }
  .info-label.valid:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.90664 1.13867L2.4071 4.63821L0.816406 3.04751' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-color: #034146;
    background-repeat: no-repeat;
    background-position: center center; }
  .info-label.invalid:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.50039 3.98164L1.09414 6.38789C1.02539 6.45664 0.945182 6.49102 0.853516 6.49102C0.761849 6.49102 0.681641 6.45664 0.612891 6.38789C0.544141 6.31914 0.509766 6.23893 0.509766 6.14727C0.509766 6.0556 0.544141 5.97539 0.612891 5.90664L3.01914 3.50039L0.612891 1.09414C0.544141 1.02539 0.509766 0.945182 0.509766 0.853516C0.509766 0.761849 0.544141 0.681641 0.612891 0.612891C0.681641 0.544141 0.761849 0.509766 0.853516 0.509766C0.945182 0.509766 1.02539 0.544141 1.09414 0.612891L3.50039 3.01914L5.90664 0.612891C5.97539 0.544141 6.0556 0.509766 6.14727 0.509766C6.23893 0.509766 6.31914 0.544141 6.38789 0.612891C6.45664 0.681641 6.49102 0.761849 6.49102 0.853516C6.49102 0.945182 6.45664 1.02539 6.38789 1.09414L3.98164 3.50039L6.38789 5.90664C6.45664 5.97539 6.49102 6.0556 6.49102 6.14727C6.49102 6.23893 6.45664 6.31914 6.38789 6.38789C6.31914 6.45664 6.23893 6.49102 6.14727 6.49102C6.0556 6.49102 5.97539 6.45664 5.90664 6.38789L3.50039 3.98164Z' fill='white'/%3E%3C/svg%3E%0A");
    background-color: #9E2415;
    background-repeat: no-repeat;
    border: 1px solid #9E2415; }
  .info-label.error {
    color: #9F2228;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .info-label.error {
        font-size: 14px; } }
    .info-label.error:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.21134 12.2428C8.39929 12.2428 8.55704 12.179 8.68457 12.0515C8.81211 11.9239 8.87588 11.7662 8.87588 11.5782C8.87588 11.3903 8.81211 11.2325 8.68457 11.105C8.55704 10.9775 8.39929 10.9137 8.21134 10.9137C8.02339 10.9137 7.86564 10.9775 7.7381 11.105C7.61056 11.2325 7.54679 11.3903 7.54679 11.5782C7.54679 11.7662 7.61056 11.9239 7.7381 12.0515C7.86564 12.179 8.02339 12.2428 8.21134 12.2428ZM7.66762 9.16172H8.87588V4.06687H7.66762V9.16172ZM8.21134 16.2703C7.11048 16.2703 6.07003 16.0589 5.08999 15.636C4.10996 15.2131 3.2541 14.6358 2.52243 13.9042C1.79076 13.1725 1.21348 12.3166 0.790588 11.3366C0.367696 10.3566 0.15625 9.30939 0.15625 8.19511C0.15625 7.09424 0.367696 6.0538 0.790588 5.07376C1.21348 4.09372 1.79076 3.24123 2.52243 2.51627C3.2541 1.79131 4.10996 1.21739 5.08999 0.794494C6.07003 0.371602 7.11719 0.160156 8.23147 0.160156C9.33234 0.160156 10.3728 0.371602 11.3528 0.794494C12.3329 1.21739 13.1854 1.79131 13.9103 2.51627C14.6353 3.24123 15.2092 4.09372 15.6321 5.07376C16.055 6.0538 16.2664 7.10096 16.2664 8.21524C16.2664 9.31611 16.055 10.3566 15.6321 11.3366C15.2092 12.3166 14.6353 13.1725 13.9103 13.9042C13.1854 14.6358 12.3329 15.2131 11.3528 15.636C10.3728 16.0589 9.32563 16.2703 8.21134 16.2703Z' fill='%239F2228'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      border: 0;
      width: 16px;
      height: 16px;
      background-size: 100%; }

.modal .account {
  padding: 2.5rem 3.75rem; }
  @media screen and (max-width: 991px) {
    .modal .account {
      padding: 1.25rem; } }
  .modal .account .form-label {
    font-size: 14px;
    padding-left: 10px; }
  .modal .account .info-label {
    color: #9F2228;
    font-size: 0.875rem;
    margin-left: 10px; }
    .modal .account .info-label.invalid:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 414.95 412.01'%3E%3Cpath d='M207.47,227.29l65.39,65.38a15.05,15.05,0,1,0,21.28-21.29L228.76,206l65.38-65.38a15,15,0,1,0-21.28-21.28l-65.39,65.38-65.38-65.38a15,15,0,1,0-21.28,21.28L186.19,206l-65.38,65.38a15.05,15.05,0,1,0,21.28,21.29Zm0,181.45a196.27,196.27,0,0,1-78.56-16A204.23,204.23,0,0,1,20.71,284.56,196,196,0,0,1,4.74,206a197.27,197.27,0,0,1,16-79.06A202.62,202.62,0,0,1,64.29,62.57a207.8,207.8,0,0,1,64.62-43.33,196.1,196.1,0,0,1,78.56-16,197.32,197.32,0,0,1,79.07,16,202.35,202.35,0,0,1,107.7,107.7,197.27,197.27,0,0,1,16,79.06,196,196,0,0,1-16,78.56,207.74,207.74,0,0,1-43.33,64.62,202.48,202.48,0,0,1-64.37,43.59A197.49,197.49,0,0,1,207.47,408.74Zm0-30.41q72,0,122.15-50.43T379.8,206q0-72-50.18-122.14T207.47,33.68Q136,33.68,85.58,83.86T35.15,206q0,71.48,50.43,121.9T207.47,378.33Z' fill='%239F2228'/%3E%3C/svg%3E");
      background-color: unset;
      border: unset;
      background-size: 100%;
      margin-right: 5px; }
    .modal .account .info-label.green {
      color: #034146; }
    .modal .account .info-label:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.90273 0.838867L2.4032 4.3384L0.8125 2.7477' stroke='%23FFC289' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      background-color: #034146; }
    .modal .account .info-label.terms-error:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 414.95 412.01'%3E%3Cpath d='M207.46,307.08a16.38,16.38,0,1,0-11.87-4.8A16.13,16.13,0,0,0,207.46,307.08Zm1.62-77.32a14.55,14.55,0,0,0,10.78-4.36,14.8,14.8,0,0,0,4.29-10.8V117.05a14.64,14.64,0,0,0-4.38-10.8,14.81,14.81,0,0,0-10.87-4.36,14.51,14.51,0,0,0-10.78,4.36,14.8,14.8,0,0,0-4.29,10.8V214.6a14.64,14.64,0,0,0,4.38,10.8A14.85,14.85,0,0,0,209.08,229.76Zm-1.47,178.4A195.57,195.57,0,0,1,129,392.24,204.22,204.22,0,0,1,21.23,284.42,196.08,196.08,0,0,1,5.31,205.75a196.12,196.12,0,0,1,15.92-78.67A202.4,202.4,0,0,1,64.7,63a207.57,207.57,0,0,1,64.36-43.21A196.08,196.08,0,0,1,207.73,3.84,196.15,196.15,0,0,1,286.4,19.76a202,202,0,0,1,107.31,107.4,196.42,196.42,0,0,1,15.92,78.71,195.57,195.57,0,0,1-15.92,78.59,206.28,206.28,0,0,1-43.21,64.23,204,204,0,0,1-64.18,43.46A195.5,195.5,0,0,1,207.61,408.16Zm.12-30.32q71.51,0,121.55-50.29t50-121.8q0-71.52-49.94-121.55t-121.9-50q-71.25,0-121.55,49.94T35.64,206q0,71.26,50.28,121.55T207.73,377.84Z' fill='%239F2228'/%3E%3C/svg%3E");
      background-color: unset;
      border: unset;
      background-size: 100%; }
  .modal .account .or {
    font-size: 1rem;
    color: #034146;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin: 1.875rem 0; }
    .modal .account .or:before {
      content: "";
      position: absolute;
      width: 74px;
      height: 1px;
      background: #034146;
      left: 0;
      right: 0;
      margin: auto;
      top: 7px; }
    .modal .account .or span {
      background: #fff;
      position: relative;
      padding: 2px 6px;
      z-index: 1; }
  .modal .account .text-sm {
    font-size: 14px; }
  .modal .account .text-md {
    font-size: 1.0625rem;
    font-weight: 600; }
  .modal .account .form-group {
    margin-bottom: 1.25rem; }
    .modal .account .form-group a {
      font-size: 10px;
      font-weight: 400;
      display: block;
      text-align: right;
      margin-top: 4px; }
    .modal .account .form-group.password-error .is-invalid {
      background-position: right 45px center;
      padding-right: 70px; }
      @media screen and (max-width: 767px) {
        .modal .account .form-group.password-error .is-invalid {
          background-position: right 40px center;
          padding-right: 60px; } }
  .modal .account .form-control {
    height: 3.125rem;
    line-height: 3.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px; }
    .modal .account .form-control:focus {
      border-color: #AEAEAE; }
    .modal .account .form-control.username {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7676 12.9141C14.3992 12.0414 13.8645 11.2486 13.1934 10.5801C12.5243 9.90959 11.7317 9.37501 10.8594 9.00586C10.8516 9.00195 10.8438 9 10.836 8.99609C12.0528 8.11719 12.8438 6.68555 12.8438 5.07031C12.8438 2.39453 10.6758 0.226562 8.00005 0.226562C5.32427 0.226562 3.1563 2.39453 3.1563 5.07031C3.1563 6.68555 3.94731 8.11719 5.16411 8.99805C5.1563 9.00195 5.14849 9.00391 5.14067 9.00781C4.26567 9.37695 3.48052 9.90625 2.80669 10.582C2.1362 11.2511 1.60162 12.0437 1.23247 12.916C0.869819 13.77 0.674232 14.6856 0.656299 15.6133C0.655778 15.6341 0.659434 15.6549 0.667052 15.6743C0.674671 15.6937 0.686098 15.7114 0.700659 15.7263C0.71522 15.7412 0.732622 15.7531 0.751838 15.7612C0.771055 15.7693 0.791697 15.7734 0.812549 15.7734H1.98442C2.07036 15.7734 2.13872 15.7051 2.14067 15.6211C2.17974 14.1133 2.7852 12.7012 3.85552 11.6309C4.96294 10.5234 6.43364 9.91406 8.00005 9.91406C9.56645 9.91406 11.0372 10.5234 12.1446 11.6309C13.2149 12.7012 13.8204 14.1133 13.8594 15.6211C13.8614 15.707 13.9297 15.7734 14.0157 15.7734H15.1875C15.2084 15.7734 15.229 15.7693 15.2483 15.7612C15.2675 15.7531 15.2849 15.7412 15.2994 15.7263C15.314 15.7114 15.3254 15.6937 15.333 15.6743C15.3407 15.6549 15.3443 15.6341 15.3438 15.6133C15.3243 14.6797 15.1309 13.7715 14.7676 12.9141ZM8.00005 8.42969C7.10356 8.42969 6.25981 8.08008 5.62505 7.44531C4.99028 6.81055 4.64067 5.9668 4.64067 5.07031C4.64067 4.17383 4.99028 3.33008 5.62505 2.69531C6.25981 2.06055 7.10356 1.71094 8.00005 1.71094C8.89653 1.71094 9.74028 2.06055 10.375 2.69531C11.0098 3.33008 11.3594 4.17383 11.3594 5.07031C11.3594 5.9668 11.0098 6.81055 10.375 7.44531C9.74028 8.08008 8.89653 8.42969 8.00005 8.42969Z' fill='%23003A1F'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 16px !important;
      background-position: left 17px center;
      padding-left: 42px; }
    .modal .account .form-control.password {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6667 8H2.33333C1.59695 8 1 8.59695 1 9.33333V14C1 14.7364 1.59695 15.3333 2.33333 15.3333H11.6667C12.403 15.3333 13 14.7364 13 14V9.33333C13 8.59695 12.403 8 11.6667 8Z' stroke='%23003A1F' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.66797 7V4.33333C3.66797 3.44928 4.01916 2.60143 4.64428 1.97631C5.2694 1.35119 6.11725 1 7.0013 1C7.88536 1 8.7332 1.35119 9.35833 1.97631C9.98345 2.60143 10.3346 3.44928 10.3346 4.33333V7' stroke='%23003A1F' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 16px !important;
      background-position: left 17px center;
      padding-left: 42px; }
    .modal .account .form-control::placeholder {
      font-size: 0.875rem;
      font-weight: 400; }
    .modal .account .form-control.is-invalid {
      background-size: 1.5rem 1.5rem;
      padding-right: 1.875rem; }
  .modal .account .btn {
    width: 100%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 1rem; }
  .modal .account .section__head {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2.5rem;
    position: relative; }
    .modal .account .section__head p {
      text-align: center;
      font-size: 14px; }
  .modal .account ul {
    list-style: none; }
    .modal .account ul.links {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .modal .account ul.links li {
        position: relative; }
        .modal .account ul.links li a {
          font-size: 12px;
          font-weight: 400; }
        .modal .account ul.links li:not(:last-child) {
          margin-right: 8px;
          padding-right: 10px; }
          .modal .account ul.links li:not(:last-child):after {
            content: "";
            position: absolute;
            width: 2px;
            height: 12px;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            background: #034146; }
  .modal .account .checkbox {
    margin-top: 10px; }
    .modal .account .checkbox label input + span {
      font-size: 12px;
      font-weight: 400; }
      .modal .account .checkbox label input + span:after {
        width: 16px;
        height: 16px;
        top: 39%; }
    .modal .account .checkbox label input::checked + span:after {
      background-size: 10px; }
  .modal .account .social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.1875rem; }
    .modal .account .social-links li a {
      width: 3.4375rem;
      height: 3.125rem;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      background: #034146;
      color: var(--brand-text-primary); }
      .modal .account .social-links li a svg {
        width: 24px;
        height: 24px; }
      @media screen and (min-width: 1025px) {
        .modal .account .social-links li a:hover {
          background: var(--brand-text-primary);
          color: #034146;
          opacity: 1; } }
    .modal .account .social-links li:not(:last-child) {
      margin-right: 2.1875rem; }
  .modal .account .inner-text p {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px; }
    .modal .account .inner-text p a {
      text-decoration: underline;
      font-size: 1rem;
      font-weight: 500;
      margin-left: 5px; }
      @media screen and (min-width: 1025px) {
        .modal .account .inner-text p a:hover {
          text-decoration: none; } }

.modal .show-pw {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #afafaf;
  font-size: 1rem;
  margin: 0 !important; }
  .modal .show-pw .eye-icon {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M480.118 726Q551 726 600.5 676.382q49.5-49.617 49.5-120.5Q650 485 600.382 435.5q-49.617-49.5-120.5-49.5Q409 386 359.5 435.618q-49.5 49.617-49.5 120.5Q310 627 359.618 676.5q49.617 49.5 120.5 49.5Zm-.353-58Q433 668 400.5 635.265q-32.5-32.736-32.5-79.5Q368 509 400.735 476.5q32.736-32.5 79.5-32.5Q527 444 559.5 476.735q32.5 32.736 32.5 79.5Q592 603 559.265 635.5q-32.736 32.5-79.5 32.5ZM480 856q-146 0-264-83T40 556q58-134 176-217t264-83q146 0 264 83t176 217q-58 134-176 217t-264 83Zm0-300Zm-.169 240Q601 796 702.5 730.5 804 665 857 556q-53-109-154.331-174.5-101.332-65.5-222.5-65.5Q359 316 257.5 381.5 156 447 102 556q54 109 155.331 174.5 101.332 65.5 222.5 65.5Z' fill='%23003A1F'/%3E%3C/svg%3E");
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100%; }
    @media screen and (max-width: 767px) {
      .modal .show-pw .eye-icon {
        height: 22px;
        width: 22px; } }
    .modal .show-pw .eye-icon.eye-slash {
      z-index: 2;
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='m629 637-44-44q26-71-27-118t-115-24l-44-44q17-11 38-16t43-5q71 0 120.5 49.5T650 556q0 22-5.5 43.5T629 637Zm129 129-40-40q49-36 85.5-80.5T857 556q-50-111-150-175.5T490 316q-42 0-86 8t-69 19l-46-47q35-16 89.5-28T485 256q143 0 261.5 81.5T920 556q-26 64-67 117t-95 93Zm58 226L648 827q-35 14-79 21.5t-89 7.5q-146 0-265-81.5T40 556q20-52 55.5-101.5T182 360L56 234l42-43 757 757-39 44ZM223 402q-37 27-71.5 71T102 556q51 111 153.5 175.5T488 796q33 0 65-4t48-12l-64-64q-11 5-27 7.5t-30 2.5q-70 0-120-49t-50-121q0-15 2.5-30t7.5-27l-97-97Zm305 142Zm-116 58Z' fill='%23003A1F'/%3E%3C/svg%3E"); }

.modal .login .form-wrapper {
  max-width: 355px;
  margin: auto; }

.modal .login .form-control::placeholder {
  color: #034146; }

.modal .report-comment {
  padding: 2.5rem; }
  .modal .report-comment .section__head {
    padding-bottom: 1rem;
    margin-bottom: 1.5625rem; }
    .modal .report-comment .section__head:before {
      content: "";
      position: absolute;
      height: 1px;
      width: 100%;
      background: #034146;
      left: 50%;
      bottom: -1px; }
    .modal .report-comment .section__head:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 100%;
      background: #034146;
      right: 50%;
      bottom: -1px; }
  .modal .report-comment .modal-title {
    font-weight: 700 !important;
    margin-bottom: 0 !important; }
  .modal .report-comment .popup-cross-icon {
    right: -20px !important; }
  .modal .report-comment p {
    font-weight: 600; }
  .modal .report-comment ul {
    list-style: none;
    margin-bottom: 2.5rem; }
    .modal .report-comment ul .radio:not(:last-child) {
      margin-bottom: 1.25rem; }
    .modal .report-comment ul .radio label input + span:before {
      content: "";
      position: absolute;
      background: #034146;
      border-radius: 100%;
      width: 15px;
      height: 15px;
      top: 50%;
      transform: translateY(-50%);
      left: 5px;
      opacity: 0; }
    .modal .report-comment ul .radio label input + span:after {
      border-radius: 100%;
      width: 25px;
      height: 25px; }
    .modal .report-comment ul .radio label input:checked + span:before {
      opacity: 1; }
    .modal .report-comment ul .radio label input:checked + span:after {
      background: unset; }
  .modal .report-comment .form-label {
    font-weight: 600; }
  .modal .report-comment textarea.form-control {
    height: 110px; }
  .modal .report-comment #count {
    margin-top: 0.9375rem;
    text-align: right; }
  .modal .report-comment .button-row {
    text-align: center; }
    .modal .report-comment .button-row .btn {
      min-width: 270px; }
  @media screen and (max-width: 991px) {
    .modal .report-comment ul .radio label input + span:after {
      width: 18px;
      height: 18px; }
    .modal .report-comment ul .radio label input + span:before {
      width: 10px;
      height: 10px;
      left: 4px; }
    .modal .report-comment textarea.form-control {
      height: auto; }
    .modal .report-comment .button-row .btn {
      min-width: 200px; } }

.modal .share-url {
  padding: 2.5rem; }
  .modal .share-url .section__head {
    border-bottom: 1px solid #034146;
    padding-bottom: 1rem;
    margin-bottom: 2.1875rem; }
    .modal .share-url .section__head:before {
      content: "";
      position: absolute;
      height: 1px;
      width: 100%;
      background: #034146;
      left: -100%;
      bottom: -1px; }
    .modal .share-url .section__head:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 100%;
      background: #034146;
      right: -100%;
      bottom: -1px; }
  .modal .share-url .modal-title {
    font-weight: 700 !important;
    margin-bottom: 0 !important; }
  .modal .share-url .popup-cross-icon {
    right: -20px !important; }
  .modal .share-url .search-wrapper {
    border: 1px solid #034146;
    border-radius: 7px;
    overflow: hidden;
    height: 70px; }
    .modal .share-url .search-wrapper:before {
      display: none; }
    .modal .share-url .search-wrapper .form-control {
      padding-left: 0.9375rem;
      color: #000; }
    .modal .share-url .search-wrapper .btn {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      min-width: 70px;
      padding-left: 5px;
      padding-right: 5px;
      background: #034146 url(../images/svg/copy-icon-beige.svg) center center no-repeat;
      background-size: 28px;
      background-position: center; }
      .modal .share-url .search-wrapper .btn.code-coppied {
        background: #034146 url(../images/svg/circle-tik-beig.svg) center center no-repeat; }
  @media screen and (max-width: 767px) {
    .modal .share-url {
      padding: 1.25rem; }
      .modal .share-url .popup-cross-icon {
        right: 0px !important; } }

.modal .magic-link {
  position: relative; }
  .modal .magic-link .image {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.125rem;
    margin-top: 1.25rem; }
  .modal .magic-link p {
    text-align: center; }
  .modal .magic-link .back {
    position: absolute;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='32' viewBox='0 0 20 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.00033 3L17.3281 15.8463L3.00033 28.6926' stroke='%23003A1F' stroke-width='4.77595' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 32px;
    left: 35px;
    top: 35px;
    transform: scaleX(-1); }
  @media screen and (max-width: 991px) {
    .modal .magic-link p {
      font-size: 1rem; }
    .modal .magic-link .back {
      height: 20px;
      left: 20px;
      top: 15px; } }

.game-screen {
  margin-bottom: 2.5rem; }
  .game-screen__inner {
    height: 40.625rem;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
  .game-screen__action-links {
    width: 100%;
    background: var(--brand-text-primary);
    padding: 10px 2.1875rem;
    border-radius: 0px 0px 15px 15px; }
    .game-screen__action-links ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-end;
      list-style: none; }
      .game-screen__action-links ul li:not(:last-child) {
        margin-right: 0.9375rem; }
      .game-screen__action-links ul li a {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border: 1px solid #034146;
        color: #034146;
        opacity: 1; }
        .game-screen__action-links ul li a svg {
          width: 20px;
          height: 20px; }
          .game-screen__action-links ul li a svg path.heart-icon {
            fill: transparent; }
        @media screen and (min-width: 1025px) {
          .game-screen__action-links ul li a:hover {
            background: #034146;
            color: var(--brand-text-primary); }
            .game-screen__action-links ul li a:hover svg path.heart-icon {
              fill: var(--brand-text-primary); } }

.game-badges__title {
  background-color: var(--brand-text-primary);
  color: #034146;
  border: 2.5px solid #034146;
  border-radius: 9px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  padding: 12px;
  text-align: center;
  position: relative; }
  .game-badges__title:before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23003a1f'/%3E%3C/svg%3E");
    background-size: 100%;
    width: 21px;
    height: 13px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: .5s ease all;
    cursor: pointer; }
  .game-badges__title.open:before {
    transform: translateY(-50%) rotate(0); }

.game-badges__empty {
  text-align: center; }
  .game-badges__empty .image {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5625rem; }
  .game-badges__empty h2, .game-badges__empty .h2 {
    font-size: 2.1875rem; }
  .game-badges__empty p {
    font-size: 1.5625rem;
    font-weight: 500;
    margin-bottom: 3.125rem; }
  .game-badges__empty .btn {
    min-width: 15.9375rem; }
  @media screen and (max-width: 991px) {
    .game-badges__empty h2, .game-badges__empty .h2 {
      font-size: 1.875rem; }
    .game-badges__empty p {
      font-size: 1.375rem; }
    .game-badges__empty .btn {
      min-width: 12.5rem; } }

.game-badges .row > div {
  margin-bottom: 3.75rem; }

.game-badges .card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 260px;
  text-align: center;
  padding: 1.875rem 0.625rem;
  box-shadow: 0px 2.58576px 9.69659px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: .4s ease all;
  -webkit-transition: .4s ease all;
  -moz-transition: .4s ease all;
  -ms-transition: .4s ease all;
  -o-transition: .4s ease all;
  height: 100%; }
  .game-badges .card__title {
    color: #fff;
    font-size: 1.3125rem;
    font-weight: 600;
    margin-bottom: 1.25rem; }
  .game-badges .card__content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #034146;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.625rem 2.1875rem;
    line-height: 1.3;
    z-index: -9;
    opacity: 0;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -ms-transition: .4s ease all;
    -o-transition: .4s ease all; }
    .game-badges .card__content a {
      color: var(--brand-text-primary);
      font-size: 1.25rem;
      font-weight: 600; }
  .game-badges .card:hover .card__content {
    opacity: 1;
    z-index: 9; }

.game-profile h1, .game-profile .h1 {
  margin: 1.875rem 0; }

.game-profile .game-details .nav-tabs.main-tabs .nav-link {
  border: 1.68627px solid var(--brand-text-primary);
  font-size: 1rem;
  color: var(--brand-text-primary); }
  .game-profile .game-details .nav-tabs.main-tabs .nav-link.active {
    background: var(--brand-text-primary);
    color: #034146; }
  .game-profile .game-details .nav-tabs.main-tabs .nav-link:not(:last-child) {
    margin-right: 1rem; }

.game-profile .game-details__about-game {
  margin-top: 2.5rem; }
  .game-profile .game-details__about-game--title {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--brand-text-primary);
    margin-right: 1.5rem !important; }
  .game-profile .game-details__about-game ul {
    display: flex;
    align-items: center;
    list-style: none; }
    .game-profile .game-details__about-game ul li {
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px;
      border: 1.3px solid #fff;
      color: #fff;
      font-weight: 600;
      font-size: 1.0625rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      padding: 5px 15px;
      min-height: 44px; }
      .game-profile .game-details__about-game ul li img {
        margin-right: 6px;
        max-height: 25px;
        max-width: 25px; }
      .game-profile .game-details__about-game ul li:not(:last-child) {
        margin-right: 1rem; }
  .game-profile .game-details__about-game p {
    color: #fff;
    font-size: 1.5rem;
    margin: 1.25rem 0; }
    @media screen and (min-width: 992px) {
      .game-profile .game-details__about-game p {
        padding-right: 1.875rem; } }

.game-profile .game-details__detail-wrapper {
  position: relative;
  padding: 1.875rem 0 2.5rem; }
  .game-profile .game-details__detail-wrapper .backdrop {
    position: absolute;
    width: 0;
    height: 0;
    background: #000;
    opacity: 0;
    top: 0;
    right: -100%;
    z-index: 9;
    transition: opacity 0.15s linear; }
    .game-profile .game-details__detail-wrapper .backdrop.show {
      width: 100%;
      height: 100%;
      opacity: .42;
      left: 0;
      right: auto; }

.game-profile .game-details__detail--head {
  background: var(--brand-text-primary);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  padding: 1.375rem;
  padding-bottom: 0; }
  .game-profile .game-details__detail--head .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .game-profile .game-details__detail--head .nav-tabs.main-tabs .nav-link {
      border-radius: 0;
      color: #034146 !important;
      padding: 0;
      padding-bottom: 1.375rem;
      font-size: 1.25rem !important;
      background: transparent !important;
      border: 0 !important;
      font-weight: 500;
      position: relative;
      height: auto;
      width: auto;
      display: flex;
      align-items: center;
      text-align: left; }
      .game-profile .game-details__detail--head .nav-tabs.main-tabs .nav-link:not(:last-child) {
        margin-right: 3.4375rem; }
      .game-profile .game-details__detail--head .nav-tabs.main-tabs .nav-link svg {
        margin-right: 8px;
        width: 30px;
        height: 30px;
        min-width: 30px; }
        .game-profile .game-details__detail--head .nav-tabs.main-tabs .nav-link svg .cls-1 {
          fill: transparent;
          stroke: #003a1f;
          stroke-width: 6px; }
      .game-profile .game-details__detail--head .nav-tabs.main-tabs .nav-link.active svg .cls-1 {
        fill: #003a1f; }
      .game-profile .game-details__detail--head .nav-tabs.main-tabs .nav-link.active svg .cls-2 {
        fill: var(--brand-text-primary); }
      .game-profile .game-details__detail--head .nav-tabs.main-tabs .nav-link:after {
        content: "";
        position: absolute;
        width: 0%;
        height: 6px;
        background: #034146;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        bottom: -1px;
        left: 0;
        transition: .4s ease all;
        -webkit-transition: .4s ease all;
        -moz-transition: .4s ease all;
        -ms-transition: .4s ease all;
        -o-transition: .4s ease all; }
      .game-profile .game-details__detail--head .nav-tabs.main-tabs .nav-link.active:after {
        width: 100%; }

.game-profile .game-details__detail--body {
  background: #f6f6f6;
  padding: 3.75rem 3.25rem;
  margin: 0 2.1875rem;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }
  .game-profile .game-details__detail--body .nav-tabs {
    margin-bottom: 2.1875rem; }
    .game-profile .game-details__detail--body .nav-tabs .nav-link {
      font-size: 1.0625rem;
      font-weight: 600;
      margin-bottom: 0.9375rem;
      line-height: 1.1; }
      .game-profile .game-details__detail--body .nav-tabs .nav-link:not(:last-child) {
        margin-right: 1.25rem; }

.game-profile .game-intro .swiper {
  padding-bottom: 3.125rem; }
  .game-profile .game-intro .swiper img {
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden; }
  .game-profile .game-intro .swiper .swiper-pagination {
    bottom: 20px; }
    .game-profile .game-intro .swiper .swiper-pagination .swiper-pagination-bullet {
      background: rgba(3, 65, 70, 0.32); }
      .game-profile .game-intro .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #034146; }

.game-profile .game-rules h5, .game-profile .game-rules .h5 {
  margin-bottom: 0.9375rem; }

.game-profile .game-rules ul {
  list-style: none;
  display: flex;
  margin-bottom: 1.5625rem; }
  .game-profile .game-rules ul li:first-child {
    margin-right: 15px; }
  .game-profile .game-rules ul li svg,
  .game-profile .game-rules ul li img {
    min-width: 34px;
    position: relative; }
    .game-profile .game-rules ul li svg.middle-align,
    .game-profile .game-rules ul li img.middle-align {
      top: -18px; }

.game-profile .comments h3, .game-profile .comments .h3 {
  font-size: 1.75rem;
  font-weight: 500;
  padding-bottom: 1rem;
  border-bottom: 1px solid #034146; }

.game-profile .comments__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .game-profile .comments__head p {
    margin: 0; }
    .game-profile .comments__head p a {
      font-weight: 500; }
  .game-profile .comments__head ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    list-style: none; }
    .game-profile .comments__head ul li {
      position: relative; }
      .game-profile .comments__head ul li:not(:last-child) {
        border-right: 2px solid #034146;
        margin-right: 1rem;
        padding-right: 1rem; }

.game-profile .comments .add-comments {
  position: relative;
  margin-top: 1.375rem;
  margin-bottom: 2.5rem; }
  .game-profile .comments .add-comments .form-control {
    border: 1px solid #848282;
    border-radius: 54px;
    min-height: 60px;
    padding: 1.125rem 4.6875rem 1.125rem 1.75rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    height: auto;
    background: transparent; }
    .game-profile .comments .add-comments .form-control::placeholder {
      color: #A5A5A5;
      font-weight: 400;
      position: relative;
      top: 3px; }
  .game-profile .comments .add-comments__smilie {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #A5A5A5; }
    @media screen and (min-width: 1025px) {
      .game-profile .comments .add-comments__smilie:hover {
        color: #034146; } }

.game-profile .comments .sort-by {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  position: relative; }
  .game-profile .comments .sort-by .dropdown {
    width: auto;
    margin-bottom: 20px;
    z-index: 10; }
    .game-profile .comments .sort-by .dropdown .dropdown-toggle {
      color: #034146;
      border: 0;
      background: transparent;
      outline: none; }
      .game-profile .comments .sort-by .dropdown .dropdown-toggle::after {
        display: inline-block;
        border: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23003a1f'/%3E%3C/svg%3E%0A");
        width: 14px;
        height: 8px;
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0;
        transform: rotate(-90deg);
        vertical-align: middle;
        transition: .4s ease all;
        -webkit-transition: .4s ease all;
        -moz-transition: .4s ease all;
        -ms-transition: .4s ease all;
        -o-transition: .4s ease all; }
      .game-profile .comments .sort-by .dropdown .dropdown-toggle.show:after {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0); }
    .game-profile .comments .sort-by .dropdown .dropdown-menu {
      margin-top: 5px;
      border: 0;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
      -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
      -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
      right: 0 !important;
      left: auto !important;
      padding: 0 10px; }
      .game-profile .comments .sort-by .dropdown .dropdown-menu li a {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        padding: 12px 3px; }
        .game-profile .comments .sort-by .dropdown .dropdown-menu li a:hover, .game-profile .comments .sort-by .dropdown .dropdown-menu li a.active {
          background: transparent;
          color: #034146;
          font-weight: 500; }
  .game-profile .comments .sort-by > div:not(:last-child) {
    width: 200px; }
    @media screen and (max-width: 575px) {
      .game-profile .comments .sort-by > div:not(:last-child) {
        width: 170px; } }

.game-profile .comments .dropdown {
  width: 40px;
  z-index: 9; }
  .game-profile .comments .dropdown .dropdown-toggle {
    color: #034146;
    border: 0;
    background: transparent;
    outline: none; }
    .game-profile .comments .dropdown .dropdown-toggle svg {
      width: 40px;
      height: 40px; }
      @media screen and (max-width: 575px) {
        .game-profile .comments .dropdown .dropdown-toggle svg {
          width: 30px;
          height: 30px; } }
    .game-profile .comments .dropdown .dropdown-toggle::after {
      display: none; }
  .game-profile .comments .dropdown .dropdown-menu svg {
    width: 20px;
    height: 20px;
    margin-right: 1rem; }
  .game-profile .comments .dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: 0.5px solid #034146; }
  .game-profile .comments .dropdown .dropdown-menu li a {
    opacity: 1 !important;
    color: #034146; }
    .game-profile .comments .dropdown .dropdown-menu li a:hover {
      background: #034146;
      color: var(--brand-text-primary); }

.game-profile .comments .comment {
  display: flex;
  justify-content: space-between;
  position: relative; }
  .game-profile .comments .comment .smilie {
    color: #A5A5A5; }
    @media screen and (min-width: 1025px) {
      .game-profile .comments .comment .smilie:hover {
        color: #034146; } }
  .game-profile .comments .comment .dropdown {
    position: absolute;
    right: 0;
    top: 10px; }
    @media screen and (max-width: 991px) {
      .game-profile .comments .comment .dropdown {
        top: 0; } }
  .game-profile .comments .comment:not(:last-child) {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 1.875rem; }
  .game-profile .comments .comment__user-image {
    width: 4.375rem;
    min-width: 4.375rem;
    height: 4.375rem;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    overflow: hidden;
    border: 1px solid #838383;
    margin-right: 0.8125rem; }
    .game-profile .comments .comment__user-image img {
      height: 100%;
      width: 100%; }
  .game-profile .comments .comment__detail {
    position: relative;
    padding-top: 1.25rem;
    flex: 1; }
    .game-profile .comments .comment__detail--name {
      font-size: 1.5rem;
      font-weight: 500;
      display: flex;
      align-items: center; }
      .game-profile .comments .comment__detail--name span {
        font-size: 12px;
        font-weight: 400;
        color: #757575;
        position: relative;
        display: inline-block; }
        .game-profile .comments .comment__detail--name span:before {
          content: ".";
          position: relative;
          font-size: 16px;
          color: #757575;
          display: inline-block;
          margin: 0 5px; }
    .game-profile .comments .comment__detail--text-wrapper {
      display: flex;
      align-items: center; }
      .game-profile .comments .comment__detail--text-wrapper span {
        font-size: 12.533px;
        margin: 0 4px;
        font-weight: 400;
        color: #2F2F2F;
        display: inline-block;
        opacity: 0;
        visibility: hidden; }
        .game-profile .comments .comment__detail--text-wrapper span svg {
          width: 15px; }
      .game-profile .comments .comment__detail--text-wrapper.comment-edited span {
        opacity: 1;
        visibility: visible; }
    .game-profile .comments .comment__detail--text {
      padding-top: 1.5625rem;
      padding-bottom: 1.25rem;
      font-size: 1.25rem;
      font-weight: 400;
      color: #2F2F2F;
      line-height: 1.4; }
    .game-profile .comments .comment__detail--actions {
      display: flex;
      align-items: center; }
      .game-profile .comments .comment__detail--actions ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: start;
        padding-right: 9px; }
        .game-profile .comments .comment__detail--actions ul li {
          margin-right: 8px; }
          .game-profile .comments .comment__detail--actions ul li a {
            min-width: 47px;
            height: 27px;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            -o-border-radius: 30px;
            background: #EEEDED;
            border: 0.695057px solid #CFCDCD;
            font-size: 1rem;
            font-weight: 500;
            color: #2F2F2F;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 6px; }
            .game-profile .comments .comment__detail--actions ul li a span {
              top: 2px;
              position: relative; }
            .game-profile .comments .comment__detail--actions ul li a i {
              font-style: normal;
              font-size: 12px;
              top: 2px;
              position: relative;
              margin-right: 2px; }
          .game-profile .comments .comment__detail--actions ul li img {
            width: 14px;
            height: 14px; }
      .game-profile .comments .comment__detail--actions .smilie {
        margin-right: 9px;
        display: block; }
      .game-profile .comments .comment__detail--actions .reactions .emoji-tooltip {
        display: none;
        padding: 8px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 65px;
        border-radius: 50px;
        transition: .25s ease-in-out;
        border: 1px solid #eee;
        -webkit-box-shadow: 4px 4px 21px -9px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 4px 4px 21px -9px rgba(0, 0, 0, 0.75);
        box-shadow: 4px 4px 21px -9px rgba(0, 0, 0, 0.75);
        z-index: 9; }
        .game-profile .comments .comment__detail--actions .reactions .emoji-tooltip img {
          transition: .2s ease all;
          cursor: pointer; }
          .game-profile .comments .comment__detail--actions .reactions .emoji-tooltip img:not(:last-child) {
            margin-right: 8px; }
          .game-profile .comments .comment__detail--actions .reactions .emoji-tooltip img:hover {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2); }
        .game-profile .comments .comment__detail--actions .reactions .emoji-tooltip.open {
          display: flex;
          align-items: center; }
    .game-profile .comments .comment__detail--reply {
      color: #2F2F2F;
      font-weight: 500;
      border-left: 2px solid #2F2F2F;
      border-color: #CFCDCD;
      padding-left: 9px; }
    .game-profile .comments .comment__detail--reply-box, .game-profile .comments .comment__detail--edit-box {
      padding-top: 1.375rem; }
      .game-profile .comments .comment__detail--reply-box .form-control, .game-profile .comments .comment__detail--edit-box .form-control {
        border: 1px solid #CFCDCD;
        border-radius: 5px;
        background: transparent;
        font-size: 1.25rem;
        padding: 1.125rem 4.6875rem 1.125rem 1.75rem;
        font-weight: 400;
        min-height: 100px; }
        .game-profile .comments .comment__detail--reply-box .form-control:placeholder, .game-profile .comments .comment__detail--edit-box .form-control:placeholder {
          color: #878787; }
      .game-profile .comments .comment__detail--reply-box .action-btns, .game-profile .comments .comment__detail--edit-box .action-btns {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        padding: 8px 10px 0 0; }
        .game-profile .comments .comment__detail--reply-box .action-btns button, .game-profile .comments .comment__detail--edit-box .action-btns button {
          margin-right: 25px;
          color: #A5A5A5;
          font-size: 1.125rem;
          border: 0;
          padding: 0;
          background: transparent;
          outline: none; }
          @media screen and (min-width: 1025px) {
            .game-profile .comments .comment__detail--reply-box .action-btns button:hover, .game-profile .comments .comment__detail--edit-box .action-btns button:hover {
              color: #034146; } }
        .game-profile .comments .comment__detail--reply-box .action-btns .smilie svg, .game-profile .comments .comment__detail--edit-box .action-btns .smilie svg {
          width: 17px; }
      .game-profile .comments .comment__detail--reply-box .emojionearea.form-control .emojionearea-button, .game-profile .comments .comment__detail--edit-box .emojionearea.form-control .emojionearea-button {
        top: 30px;
        bottom: -42px;
        right: 0; }
        .game-profile .comments .comment__detail--reply-box .emojionearea.form-control .emojionearea-button .emojionearea-button-open, .game-profile .comments .comment__detail--edit-box .emojionearea.form-control .emojionearea-button .emojionearea-button-open {
          width: 20px;
          height: 20px; }
    .game-profile .comments .comment__detail--edit-box {
      display: none; }
      .game-profile .comments .comment__detail--edit-box .emojionearea .emojionearea-editor:empty:before {
        opacity: 0; }
  .game-profile .comments .comment.latest .comment__user-image {
    width: 3.4375rem;
    height: 3.4375rem;
    min-width: 3.4375rem; }
  .game-profile .comments .comment .comment-replies__total {
    font-weight: 500;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 1.875rem 0; }
    .game-profile .comments .comment .comment-replies__total:before {
      content: "";
      position: relative;
      display: inline-block;
      width: 18px;
      height: 14px;
      background: url(../images/svg/angle-down.svg) left top no-repeat;
      margin-right: 6px;
      transition: .5s ease all; }
    .game-profile .comments .comment .comment-replies__total.expanded:before {
      transform: rotate(180deg); }
  .game-profile .comments .comment .comment-replies .comment {
    padding-top: 1.5rem; }
    .game-profile .comments .comment .comment-replies .comment__user-image {
      width: 2.1875rem;
      min-width: 2.1875rem;
      height: 2.1875rem; }
    .game-profile .comments .comment .comment-replies .comment__detail {
      padding-top: 0.75rem; }
      .game-profile .comments .comment .comment-replies .comment__detail--name {
        color: #2F2F2F;
        font-size: 1.125rem;
        font-weight: 400; }

.game-profile .comments .inline-buttons {
  margin-top: 0.9375rem;
  justify-content: flex-end; }
  .game-profile .comments .inline-buttons .btn-primary {
    padding-top: 8px;
    padding-bottom: 8px; }
  .game-profile .comments .inline-buttons .btn-light {
    border: unset;
    padding: 0; }
    .game-profile .comments .inline-buttons .btn-light:hover {
      background: transparent;
      color: #034146;
      opacity: .7; }

@media screen and (max-width: 414px) {
  .game-profile .comments .d-flex {
    flex-direction: column; } }

.game-profile .duwaween-games {
  padding-top: 5rem;
  background: #fff; }
  .game-profile .duwaween-games__preview {
    top: 15%; }
  .game-profile .duwaween-games .section__head--title {
    font-size: 2rem;
    margin-bottom: 2.1875rem; }
    .game-profile .duwaween-games .section__head--title svg {
      margin-right: 15px; }
  .game-profile .duwaween-games .games-slider .swiper {
    margin: 0; }

@media screen and (max-width: 991px) {
  .game-profile .game-details__detail--body .nav-tabs {
    overflow-x: scroll;
    flex-wrap: nowrap;
    padding-bottom: 0.9375rem; }
    .game-profile .game-details__detail--body .nav-tabs .nav-link {
      min-width: 140px;
      margin-bottom: 0; }
  .game-profile .game-badges .card {
    min-height: 240px; }
  .game-profile .duwaween-games {
    padding-top: 2.5rem; }
  .game-profile .game-screen__inner {
    height: 37.5rem; } }

@media screen and (max-width: 767px) {
  .game-profile .game-details__about-game ul li {
    font-size: 1rem;
    min-height: 38px; }
  .game-profile .game-details__about-game p {
    font-size: 1.25rem; }
  .game-profile .game-details__about-game--title {
    font-size: 1.6875rem; }
  .game-profile .game-details__detail--body {
    padding: 1.875rem; }
    .game-profile .game-details__detail--body .nav-tabs .nav-link {
      min-width: 120px; }
  .game-profile .game-badges .row > div {
    margin-bottom: 1.25rem; }
  .game-profile .duwaween-games .section__head--title {
    font-size: 1.625rem; }
    .game-profile .duwaween-games .section__head--title svg {
      margin-right: 7px;
      width: 33px;
      display: inline-block; }
  .game-profile .comments .comment__detail--actions .reactions .emoji-tooltip {
    height: 40px; }
    .game-profile .comments .comment__detail--actions .reactions .emoji-tooltip img {
      width: 30px;
      height: 30px; } }

@media screen and (max-width: 575px) {
  .game-profile .game-details__about-game p {
    font-size: 1.125rem; }
  .game-profile .game-details__about-game--title {
    font-size: 1.5625rem;
    margin: 0 0 1.25rem 0; }
  .game-profile .game-details__about-game .section__head {
    flex-direction: column; }
  .game-profile .game-details__about-game ul {
    width: 100%;
    justify-content: space-between; }
    .game-profile .game-details__about-game ul li {
      width: 48%; }
      .game-profile .game-details__about-game ul li:not(:last-child) {
        margin-right: 0; }
  .game-profile .game-details .nav-tabs.main-tabs {
    justify-content: space-between; }
    .game-profile .game-details .nav-tabs.main-tabs .nav-link {
      width: 48%; }
      .game-profile .game-details .nav-tabs.main-tabs .nav-link:not(:last-child) {
        margin-right: 0; }
  .game-profile .game-details__detail--head .nav-tabs.main-tabs {
    justify-content: center; }
    .game-profile .game-details__detail--head .nav-tabs.main-tabs .nav-link {
      width: 30%;
      font-size: 1.125rem !important;
      padding-bottom: 10px;
      justify-content: center; }
      .game-profile .game-details__detail--head .nav-tabs.main-tabs .nav-link svg {
        min-width: 24px;
        width: 24px;
        height: 24px; }
      .game-profile .game-details__detail--head .nav-tabs.main-tabs .nav-link:not(:last-child) {
        margin-right: 1.25rem; }
      .game-profile .game-details__detail--head .nav-tabs.main-tabs .nav-link.active:after {
        height: 4px; }
  .game-profile .game-details__detail--body {
    margin: 0 1.5625rem;
    padding: 1.5625rem 0.9375rem; }
    .game-profile .game-details__detail--body .nav-tabs .nav-link {
      min-width: 90px;
      height: 35px;
      font-size: 0.75rem; }
      .game-profile .game-details__detail--body .nav-tabs .nav-link:not(:last-child) {
        margin-right: 0.9375rem; }
  .game-profile .comments .comment__detail--actions .reactions .emoji-tooltip {
    height: 35px;
    padding: 5px; }
    .game-profile .comments .comment__detail--actions .reactions .emoji-tooltip img {
      width: 25px;
      height: 25px; }
      .game-profile .comments .comment__detail--actions .reactions .emoji-tooltip img:not(:last-child) {
        margin-right: 5px; } }

@media screen and (max-width: 400px) {
  .game-profile .game-details__detail--head .nav-tabs.main-tabs .nav-link {
    width: 30%;
    font-size: 1rem !important;
    padding-bottom: 10px; }
    .game-profile .game-details__detail--head .nav-tabs.main-tabs .nav-link:not(:last-child) {
      margin-right: 0.9375rem; } }

.faq {
  background: #FBFBFB;
  padding: 5.3125rem 0 2.5rem; }
  .faq .scroll-up {
    display: flex;
    justify-content: flex-end;
    max-width: 350px;
    margin: 0 auto 1.875rem; }
  .faq .viewall {
    border-color: #034146;
    color: #034146;
    font-size: 1.125rem;
    padding: 0.8125rem 2.9375rem; }
    .faq .viewall:hover {
      background: #034146;
      color: var(--brand-text-primary); }
  .faq .row .question_card {
    margin-bottom: 4.375rem; }
  .faq .card {
    border-radius: 26px;
    transition: .5s ease all;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    border: 1px solid #034146;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.12);
    height: 100%; }
    .faq .card .card-body {
      padding: 1.5625rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .faq .card__image {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
      padding: 1.5625rem; }
      @media screen and (max-width: 767px) {
        .faq .card__image {
          font-size: 1.125rem; } }
      .faq .card__image img {
        border-radius: 26px;
        overflow: hidden;
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: .5s ease all;
        -webkit-transition: .5s ease all;
        -moz-transition: .5s ease all;
        -ms-transition: .5s ease all;
        -o-transition: .5s ease all; }
    .faq .card__title {
      font-size: 1.0625rem;
      font-weight: 700;
      margin-bottom: 5px;
      line-height: 1.25;
      min-height: 42px;
      display: inline-block; }
    .faq .card p {
      font-size: 13px;
      line-height: 1.5; }
    .faq .card__link {
      text-align: right;
      padding-right: 15px; }
      .faq .card__link a {
        font-size: 14px;
        font-weight: 700;
        text-decoration-line: underline;
        padding-right: 33px;
        opacity: 1;
        position: relative; }
        .faq .card__link a:before {
          content: "";
          position: absolute;
          right: 0;
          background-image: url("data:image/svg+xml,%0A%3Csvg width='23' height='8' viewBox='0 0 23 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.3536 4.35355C22.5488 4.15829 22.5488 3.84171 22.3536 3.64645L19.1716 0.464466C18.9763 0.269204 18.6597 0.269204 18.4645 0.464466C18.2692 0.659728 18.2692 0.976311 18.4645 1.17157L21.2929 4L18.4645 6.82843C18.2692 7.02369 18.2692 7.34027 18.4645 7.53553C18.6597 7.7308 18.9763 7.7308 19.1716 7.53553L22.3536 4.35355ZM0 4.5L22 4.5V3.5L0 3.5L0 4.5Z' fill='%23003A1F'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          top: 50%;
          transform: translateY(-50%);
          width: 23px;
          height: 8px;
          transition: .5s ease all; }
        @media screen and (min-width: 1025px) {
          .faq .card__link a:hover::before {
            right: -5px; } }
    @media screen and (min-width: 1025px) {
      .faq .card__image:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1); } }
  .faq .support {
    padding-bottom: 7.5rem; }
    .faq .support ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      list-style: none; }
      .faq .support ul li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: start;
        flex-wrap: nowrap; }
        .faq .support ul li p {
          font-size: 1.25rem;
          font-weight: 600;
          margin-bottom: 10px; }
        .faq .support ul li span {
          font-size: 1.0625rem;
          font-weight: 500; }
        .faq .support ul li a {
          font-size: 1.0625rem;
          font-weight: 500;
          color: #034146;
          opacity: 1; }
          @media screen and (min-width: 1025px) {
            .faq .support ul li a:hover {
              text-decoration: underline; } }
        .faq .support ul li:not(:last-child) {
          margin-right: 3.125rem;
          padding-right: 3.125rem;
          border-right: 1px solid #034146; }
    .faq .support .icon {
      width: 80px;
      min-width: 80px;
      height: 80px;
      background: #034146;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      margin-right: 1.375rem; }
  .faq .section__head--title {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    text-align: center; }
  .faq .section__head p {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5rem; }
  .faq .nav-tabs {
    justify-content: center;
    margin-bottom: 6.25rem;
    flex-wrap: nowrap; }
    .faq .nav-tabs .nav-link {
      font-size: 1.0625rem;
      width: auto;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: start;
      text-align: left;
      padding-right: 1.625rem; }
      .faq .nav-tabs .nav-link span {
        position: relative;
        top: 2px; }
      .faq .nav-tabs .nav-link svg {
        width: 27px;
        height: 27px;
        margin-right: 7px; }
      .faq .nav-tabs .nav-link.all {
        border: 0;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: #034146; }
        .faq .nav-tabs .nav-link.all.active {
          text-decoration: underline;
          text-underline-offset: 6px; }
      .faq .nav-tabs .nav-link:not(:last-child) {
        margin-right: 1.25rem; }
  .faq__detail .breadcrumb {
    background: transparent;
    padding: 0; }
    .faq__detail .breadcrumb .breadcrumb-item {
      font-size: 1.375rem;
      font-weight: 700;
      opacity: .5; }
      .faq__detail .breadcrumb .breadcrumb-item + .breadcrumb-item {
        padding-left: 4px; }
        .faq__detail .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
          content: ">";
          padding: 0 4px; }
      .faq__detail .breadcrumb .breadcrumb-item.active {
        opacity: 1; }
  .faq__detail .category-dropdown {
    position: relative;
    margin-left: 0.625rem; }
    .faq__detail .category-dropdown .dropdown_toggle {
      width: 29px;
      height: 29px;
      border-radius: 3px;
      border: 1px solid #034146;
      display: inline-block;
      position: relative; }
      .faq__detail .category-dropdown .dropdown_toggle:after {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.41294 10.376L0 1.96302L1.96302 0L8.41294 6.44992L14.8629 0L16.8259 1.96302L8.41294 10.376Z' fill='%23003A1F'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        width: 17px;
        height: 11px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .faq__detail .category-dropdown ul.dropdown-menu {
      padding: 0;
      border: 1px solid #034146;
      color: #034146;
      display: none;
      right: 0;
      position: absolute;
      width: 100%;
      list-style: none;
      z-index: 99;
      min-width: 330px;
      margin-top: 0.5rem; }
      .faq__detail .category-dropdown ul.dropdown-menu li {
        position: relative; }
        .faq__detail .category-dropdown ul.dropdown-menu li a {
          display: block;
          font-size: 1.3125rem;
          padding: 0.9375rem; }
        @media screen and (min-width: 1025px) {
          .faq__detail .category-dropdown ul.dropdown-menu li:hover {
            background: rgba(3, 65, 70, 0.2); } }
        .faq__detail .category-dropdown ul.dropdown-menu li:after {
          content: "";
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translateY(-50%);
          background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5915 1.83691L5.90629 11.5899L1.50391 7.15672' stroke='%23003a1f' stroke-width='2.16733' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-size: 100%;
          width: 17px;
          height: 13px;
          display: none; }
        .faq__detail .category-dropdown ul.dropdown-menu li.selected:after {
          display: block; }
        .faq__detail .category-dropdown ul.dropdown-menu li.selected a {
          font-weight: 600; }
  .faq__detail--dropdown {
    position: absolute;
    display: flex;
    align-items: center; }
  .faq__detail--image {
    max-width: 400px;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto 1.5rem;
    width: 100%; }
  .faq__detail .search-wrapper {
    max-width: 960px;
    border-width: 1px;
    border-radius: 14px;
    margin: 0 auto 1.25rem;
    height: 65px; }
    .faq__detail .search-wrapper:before {
      right: 20px;
      left: auto; }
    .faq__detail .search-wrapper .form-control {
      padding-left: 1.875rem;
      padding-right: 80px;
      background: transparent; }
  .faq__detail .clearable__clear {
    right: 50px; }
  .faq .question__text {
    margin-top: 2.5rem; }
    .faq .question__text p {
      font-size: 1.75rem;
      font-weight: 500;
      text-align: center;
      margin: 0; }
      .faq .question__text p a {
        text-decoration: underline;
        margin-left: 0.625rem; }
  .faq .content-box {
    border: 1px solid rgba(224, 224, 224, 0.32);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 25px;
    padding: 2.5rem 3.75rem 0;
    position: relative;
    background: #fff;
    cursor: pointer; }
    .faq .content-box__head {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      flex-wrap: nowrap;
      position: relative;
      padding-bottom: 2.1875rem; }
    .faq .content-box__body {
      max-height: 0;
      overflow: hidden; }
    .faq .content-box .collapse-button {
      position: absolute;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23003a1f'/%3E%3C/svg%3E%0A");
      width: 21px;
      min-width: 21px;
      height: 13px;
      background-repeat: no-repeat;
      cursor: pointer;
      left: 0;
      transform: rotate(270deg);
      transition: .4s ease all; }
    .faq .content-box .image {
      height: 190px;
      display: block; }
      .faq .content-box .image img {
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        overflow: hidden;
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .faq .content-box .row {
      padding-top: 2.1875rem; }
    .faq .content-box h4, .faq .content-box .h4 {
      font-size: 1.375rem;
      font-weight: 600;
      margin-bottom: 0;
      padding-left: 3.125rem; }
    .faq .content-box p {
      font-size: 1.25rem;
      margin-bottom: 0.625rem; }
    .faq .content-box ul {
      padding-left: 1.25rem;
      margin-top: 0.625rem; }
      .faq .content-box ul li:not(:last-child) {
        margin-bottom: 0.625rem; }
    .faq .content-box.active {
      padding-bottom: 2.5rem;
      border: 1px solid #034146; }
      .faq .content-box.active .collapse-button {
        transform: rotate(360deg); }
      @media screen and (min-width: 1025px) {
        .faq .content-box.active:hover {
          background: #eef1f0; } }
      .faq .content-box.active .content-box__body {
        max-height: 100%;
        overflow: visible; }
  .faq .content-box-wrapper {
    padding-top: 70px; }
  @media screen and (max-width: 1200px) {
    .faq .support .icon {
      width: 65px;
      min-width: 65px;
      height: 65px; }
    .faq .support ul li:not(:last-child) {
      margin-right: 1.875rem;
      padding-right: 1.875rem; }
    .faq__detail .d-flex {
      flex-direction: column; }
    .faq__detail--dropdown {
      position: static;
      margin-bottom: 1.875rem; } }
  @media screen and (max-width: 991px) {
    .faq .support {
      padding-bottom: 4.375rem; }
      .faq .support .icon {
        width: 45px;
        min-width: 45px;
        height: 45px;
        margin-right: 0.625rem; }
        .faq .support .icon svg {
          width: 25px;
          height: 25px; }
      .faq .support ul li:not(:last-child) {
        margin-right: 1rem;
        padding-right: 1rem; }
    .faq .card__image {
      height: 200px; }
    .faq .content-box {
      padding: 1.875rem;
      padding-bottom: 0; }
      .faq .content-box .image {
        margin-bottom: 1rem;
        height: auto; }
      .faq .content-box__head {
        padding-bottom: 1.875rem; }
      .faq .content-box.active {
        padding-bottom: 1.875rem; }
    .faq__detail .category-dropdown ul.dropdown-menu {
      min-width: 260px; }
    .faq__detail .search-wrapper {
      height: 48px; } }
  @media screen and (max-width: 767px) {
    .faq .support ul {
      flex-wrap: wrap;
      max-width: 285px;
      margin: auto; }
      .faq .support ul li {
        width: 100%; }
        .faq .support ul li p {
          font-size: 1.5625rem; }
        .faq .support ul li a {
          font-size: 1.25rem; }
        .faq .support ul li:not(:last-child) {
          margin-right: 0;
          padding-right: 0;
          border-right: 0;
          margin-bottom: 1.5625rem;
          padding-bottom: 1.5625rem;
          border-bottom: 1px solid #034146; }
    .faq .section__head--title {
      font-size: 1.875rem; }
    .faq .section__head p {
      font-size: 1.25rem;
      margin-bottom: 2.5rem; }
    .faq .nav-tabs {
      margin-bottom: 2.5rem; }
      .faq .nav-tabs .nav-link {
        font-size: 0.9375rem;
        padding-right: 1.25rem;
        height: 40px; }
        .faq .nav-tabs .nav-link:not(:last-child) {
          margin-right: 1rem; }
        .faq .nav-tabs .nav-link svg {
          width: 20px;
          height: 20px;
          margin-right: 5px; }
    .faq .card .card-body {
      padding: 1.125rem; }
    .faq .question__text p {
      font-size: 1.25rem; } }
  @media screen and (max-width: 575px) {
    .faq .scroll-up a {
      display: block; }
    .faq .card {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; }
    .faq .content-box__body {
      padding-bottom: 0; }
    .faq .content-box h4, .faq .content-box .h4 {
      font-size: 1.25rem; }
    .faq .content-box p {
      font-size: 1.125rem; }
    .faq .nav-tabs {
      overflow-x: scroll;
      justify-content: flex-start; }
      .faq .nav-tabs .nav-link {
        margin-bottom: 0.9375rem; } }

.newsletter-wrapper {
  background: #ffffff;
  padding: 6.25rem 0; }
  @media screen and (max-width: 991px) {
    .newsletter-wrapper {
      padding: 3.75rem 0; } }

.newsletter {
  border-radius: 19px;
  background: #034146;
  padding: 3.4375rem 3.125rem;
  margin-top: 3rem; }
  .newsletter h5, .newsletter .h5 {
    font-size: 1.75rem;
    color: var(--brand-text-primary);
    font-weight: 500;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.1875rem; }
    .newsletter h5 svg, .newsletter .h5 svg {
      margin-right: 10px; }
  .newsletter p {
    color: #fff;
    line-height: 1.5;
    text-align: center;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.1875rem; }
  .newsletter span.thanks__text {
    display: none;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-size: 1.25rem; }
  .newsletter .btn {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: var(--brand-text-primary);
    color: #034146;
    font-size: 1.1875rem;
    font-weight: 600;
    width: 100%;
    height: 55px;
    padding: 0 10px; }
    .newsletter .btn:hover {
      background: transparent;
      color: var(--brand-text-primary); }
  .newsletter .form-control {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    height: 55px;
    color: #034146;
    font-size: 1rem;
    font-weight: 700;
    border: 0; }
    .newsletter .form-control::placeholder {
      color: #034146; }
  .newsletter .select2-container {
    width: 100% !important;
    height: 55px; }
    .newsletter .select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
      border-color: transparent; }
    .newsletter .select2-container.select2-container--default .select2-selection--multiple {
      min-height: 55px;
      cursor: pointer;
      border: 0;
      position: relative;
      z-index: 1;
      padding: 0 0.75rem;
      padding-right: 50px; }
      .newsletter .select2-container.select2-container--default .select2-selection--multiple:before {
        content: "";
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23003a1f'/%3E%3C/svg%3E%0A");
        width: 21px;
        height: 13px;
        background-repeat: no-repeat;
        background-size: 100%; }
      .newsletter .select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff;
        margin-right: 0;
        margin-left: 2px; }
      .newsletter .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
        height: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        min-height: 55px;
        padding: 0; }
        .newsletter .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
          background: #034146;
          color: var(--brand-text-primary);
          font-size: 0.875rem;
          padding: 0.5rem 0.75rem;
          margin-bottom: 5px;
          display: flex;
          align-items: center;
          flex-direction: row-reverse; }
        .newsletter .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
          position: absolute;
          right: 30px;
          font-size: 30px;
          font-weight: 300;
          margin-top: 0; }
        .newsletter .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
          font-size: 1rem;
          font-weight: 700;
          margin-top: 0; }
          .newsletter .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::placeholder {
            color: #034146; }
    @media screen and (max-width: 767px) {
      .newsletter .select2-container {
        height: 48px; }
        .newsletter .select2-container.select2-container--default .select2-selection--multiple {
          min-height: 48px; }
          .newsletter .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
            min-height: 48px; }
            .newsletter .select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
              text-align: center; } }
  @media screen and (max-width: 1200px) {
    .newsletter {
      padding: 1.875rem; }
      .newsletter .btn {
        font-size: 1rem; } }
  @media screen and (max-width: 767px) {
    .newsletter h5, .newsletter .h5 {
      font-size: 1.375rem; }
    .newsletter .btn {
      margin-top: 1.25rem;
      height: 48px; }
    .newsletter .form-control {
      height: 48px; }
    .newsletter .select2-container--default .select2-selection--single {
      height: 48px; }
      .newsletter .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 48px; } }
  @media screen and (max-width: 575px) {
    .newsletter .form-control {
      margin-top: 1.25rem; } }
  @media screen and (max-width: 400px) {
    .newsletter h5, .newsletter .h5 {
      flex-direction: column; }
      .newsletter h5 svg, .newsletter .h5 svg {
        margin-right: 0;
        margin-bottom: 10px; } }

.cart-empty {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 7.5rem 0;
  text-align: center; }
  .cart-empty .image {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.125rem; }
  .cart-empty h2, .cart-empty .h2 {
    font-size: 2.375rem; }
  .cart-empty p {
    font-size: 1.875rem;
    font-weight: 500;
    margin-bottom: 3.125rem; }
  .cart-empty .btn {
    min-width: 390px; }
  @media screen and (max-width: 991px) {
    .cart-empty {
      padding: 5rem 0; }
      .cart-empty .image {
        margin-bottom: 1.875rem;
        max-width: 150px; }
      .cart-empty h2, .cart-empty .h2 {
        font-size: 2rem; }
      .cart-empty p {
        font-size: 1.5625rem;
        margin-bottom: 1.875rem; }
      .cart-empty .btn {
        min-width: 250px; } }
  @media screen and (max-width: 575px) {
    .cart-empty {
      padding: 3.75rem 0; }
      .cart-empty h2, .cart-empty .h2 {
        font-size: 1.875rem; }
      .cart-empty p {
        font-size: 1.375rem; }
      .cart-empty .btn {
        min-width: auto; } }

.our__games .plateforms .games-slider .custom-arrows .custom-arrow {
  top: 50%; }

@media screen and (min-width: 668px) {
  .our__games .swiper-wrapper {
    justify-content: center; } }

.our__games .swiper-wrapper .swiper-slide.m_0 {
  margin-right: 0 !important; }

.no-contents {
  background: #fff; }
  .no-contents .plateforms {
    padding-bottom: 0; }
  .no-contents .inner-wrapper {
    padding: 15px 0 0 0; }
  .no-contents .header,
  .no-contents .footer,
  .no-contents .st-sticky-share-buttons {
    display: none !important; }

.package-dropdown {
  position: relative;
  display: block; }
  .package-dropdown dt a {
    position: relative;
    display: block;
    border: 1px solid #034146;
    border-radius: 70px;
    padding: 0.75rem 1.0625rem;
    padding-right: 2.5rem; }
    .package-dropdown dt a:after {
      content: "";
      position: absolute;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23003A1F'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 21px;
      height: 13px;
      right: 40px;
      top: 50%;
      transform: translateY(-50%);
      transition: .4s ease all;
      -webkit-transition: .4s ease all;
      -moz-transition: .4s ease all;
      -ms-transition: .4s ease all;
      -o-transition: .4s ease all; }
    .package-dropdown dt a .package-dropdown-toggle {
      display: flex;
      align-items: center; }
    .package-dropdown dt a:hover {
      opacity: 1; }
    .package-dropdown dt a.active:after {
      transform: translateY(-50%) rotate(180deg); }
  .package-dropdown ul {
    padding: 0;
    background: #fff;
    border: 1px solid #034146;
    color: #034146;
    display: none;
    left: 0px;
    position: absolute;
    width: 100%;
    list-style: none;
    z-index: 99; }
    .package-dropdown ul li {
      padding: 1rem;
      position: relative; }
      .package-dropdown ul li:not(:last-child) {
        border-bottom: 1px solid #034146; }
      .package-dropdown ul li:after {
        content: "";
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5915 1.83691L5.90629 11.5899L1.50391 7.15672' stroke='%23003a1f' stroke-width='2.16733' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: 100%;
        width: 17px;
        height: 13px;
        display: none; }
      .package-dropdown ul li a {
        display: flex;
        align-items: center; }
      @media screen and (min-width: 1025px) {
        .package-dropdown ul li:hover {
          background: rgba(3, 65, 70, 0.2); }
          .package-dropdown ul li:hover a {
            opacity: 1; } }
      .package-dropdown ul li.selected:after {
        display: block; }
      .package-dropdown ul li.selected a {
        font-weight: 600; }
  .package-dropdown .icon {
    max-width: 100%;
    width: 42px;
    margin-right: 5px; }
  @media screen and (max-width: 991px) {
    .package-dropdown dt a:after {
      right: 30px; }
    .package-dropdown ul li {
      padding: 0.625rem; }
      .package-dropdown ul li:after {
        right: 30px; }
    .package-dropdown .icon {
      width: 40px; } }
  @media screen and (max-width: 575px) {
    .package-dropdown .icon {
      width: 30px; } }

.uploadImage {
  width: 10rem;
  height: 10rem;
  margin: auto;
  margin-bottom: 1.5625rem;
  position: relative; }
  .uploadImage span {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 30px;
    height: 30px;
    z-index: 2; }
  .uploadImage__profile {
    border-radius: 50%;
    overflow: visible;
    position: relative;
    border: 3px solid #034146;
    background: #034146;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    margin: auto; }
    .uploadImage__profile img {
      max-width: 100%;
      height: 100%;
      position: relative;
      z-index: 1; }
    .uploadImage__profile:before {
      content: '';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background: #fff url(../images/icons/user.jpg);
      z-index: -1;
      background-repeat: no-repeat;
      background-size: 90%;
      background-position: center bottom -11px;
      border-radius: 50%; }
  .uploadImage__controls {
    list-style: none;
    position: absolute;
    bottom: -3px;
    right: 19px; }
    .uploadImage__controls li {
      position: relative;
      cursor: pointer; }
      .uploadImage__controls li .icon {
        background: #FFFFFF;
        border: 3px solid #034146;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
        top: unset;
        right: unset; }
      .uploadImage__controls li .btn .icon svg {
        width: auto; }
  .uploadImage.active .uploadImage__profile {
    border-width: 3px;
    border-color: #034146; }
    .uploadImage.active .uploadImage__profile:before {
      background: #034146; }
  @media screen and (max-width: 991px) {
    .uploadImage span {
      right: 8px;
      width: 25px;
      height: 25px; } }
  @media screen and (max-width: 767px) {
    .uploadImage {
      width: 8.125rem;
      height: 8.125rem; }
      .uploadImage span {
        right: 5px; }
      .uploadImage__profile {
        border-width: 5px; }
      .uploadImage__controls li .icon svg {
        width: 17px; } }

.croppie-container,
.croppie-container {
  height: 80%; }

.cr-viewpor {
  height: 200px !important;
  border-color: #034146 !important; }

.upload-photo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%; }
  .upload-photo__image {
    background: rgba(239, 239, 239, 0.49);
    width: 256px;
    height: 256px;
    position: relative;
    border-radius: 100% !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 1px solid var(--brand-text-primary); }
    .upload-photo__image:after {
      content: "";
      position: absolute;
      width: 30px;
      height: 30px;
      background: url(../images/svg/plus-circle-beig.svg) left top no-repeat;
      background-size: cover;
      right: 26px;
      bottom: 23px; }
    .upload-photo__image img {
      border: 0;
      width: 100%;
      height: 100%;
      border-radius: 100% !important;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%; }
  .upload-photo p {
    font-weight: 500;
    margin: 2.5rem 0 0 0; }

.cropImagePop .inline-buttons {
  justify-content: space-between; }
  .cropImagePop .inline-buttons .btn {
    width: 48%; }

.cr-slider::-webkit-slider-runnable-track {
  background: #034146 !important; }

.cr-slider::-webkit-slider-thumb {
  background: var(--brand-text-primary); }

.crop-image .modal-backdrop {
  opacity: 0 !important;
  display: none; }

.contactUs {
  padding-bottom: 3.125rem; }
  .contactUs .inner-banner .page-head {
    padding-bottom: 3.75rem; }
  .contactUs .main-tabs {
    justify-content: space-between;
    margin-bottom: 3.125rem; }
    @media screen and (min-width: 768px) {
      .contactUs .main-tabs {
        margin: 0 1.875rem 5rem; } }
    .contactUs .main-tabs .nav-link {
      width: 31%;
      font-size: 1.125rem;
      font-weight: 500;
      min-height: 150px;
      background: #FFFFFF;
      border: 3px solid #034146;
      border-radius: 14.6679px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      padding: 10px 0; }
      .contactUs .main-tabs .nav-link svg {
        width: 40px;
        height: 40px; }
  .contactUs .inner-tabs {
    justify-content: space-between;
    margin-bottom: 3.125rem; }
    .contactUs .inner-tabs .nav-link {
      width: 18%;
      border: 0.798461px solid #034146;
      border-radius: 7.98461px;
      min-height: 140px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-weight: 500;
      font-size: 14px; }
      .contactUs .inner-tabs .nav-link .icon {
        margin-bottom: 12px; }
        .contactUs .inner-tabs .nav-link .icon svg {
          width: 50px;
          height: 50px; }
  .contactUs .nav-tabs .nav-link:hover {
    background: transparent;
    color: #034146;
    box-shadow: 0px 5.01205px 17.5422px rgba(0, 0, 0, 0.15); }
  .contactUs .nav-tabs .nav-link.active {
    background: #034146;
    color: var(--brand-text-primary); }
    .contactUs .nav-tabs .nav-link.active svg .mappin {
      stroke: #034146; }
  .contactUs .select2-container--default .select2-selection--single {
    height: 3.3125rem; }
    .contactUs .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 3.3125rem; }
  .contactUs .content-box {
    background: #FFFFFF;
    box-shadow: 0px 5.01205px 17.5422px rgba(0, 0, 0, 0.15);
    border-radius: 17.5422px;
    border: 0;
    padding: 3.125rem 5rem; }
  .contactUs .form-group.error .form-label span {
    color: #9F2228; }
  .contactUs .form-group.error .form-control {
    border-color: #034146; }
  .contactUs .form-group.error .select2-container--default .select2-selection--single {
    border-color: #034146; }
  .contactUs .form-control {
    border-width: 1.25301px;
    border-radius: 7.51807px; }
    @media screen and (min-width: 768px) {
      .contactUs .form-control {
        height: 3.3125rem;
        line-height: 3.3125rem; } }
    .contactUs .form-control::placeholder {
      font-weight: 400;
      font-size: 1.0625rem;
      color: #034146; }
  .contactUs textarea.form-control {
    min-height: 170px;
    line-height: 1.6; }
    .contactUs textarea.form-control::placeholder {
      font-weight: 500; }
  .contactUs .form-label {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.625rem; }
  .contactUs .phone-number .phone-input .form-control {
    width: 102.5%; }
  .contactUs .button-row {
    text-align: center;
    margin-top: 3.125rem; }
    .contactUs .button-row .btn {
      font-weight: 500;
      font-size: 1.0625rem; }
      @media screen and (min-width: 768px) {
        .contactUs .button-row .btn {
          min-width: 16.875rem; } }
  .contactUs__location .content-box {
    padding: 0 !important;
    display: flex; }
  .contactUs__location--left {
    width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 2.1875rem 3.125rem; }
    .contactUs__location--left svg {
      width: 27px; }
    .contactUs__location--left p {
      line-height: 1.5;
      text-align: center;
      font-size: 1.0625rem;
      font-weight: 500;
      margin: 1.875rem 0 2.8125rem; }
    .contactUs__location--left span {
      font-size: 1.0625rem;
      display: block;
      font-weight: 700; }
  .contactUs__location--right {
    flex: 1; }
  .contactUs__location--map {
    height: 34.375rem; }
    .contactUs__location--map iframe {
      height: 100%;
      width: 100%; }
  .contactUs__contact ul {
    display: flex;
    justify-content: space-between;
    list-style: none; }
    .contactUs__contact ul li {
      width: 22%; }
      .contactUs__contact ul li .icon {
        margin-bottom: 12px; }
        .contactUs__contact ul li .icon svg {
          width: 48px;
          height: 48px; }
      .contactUs__contact ul li a {
        border: 1px solid #034146;
        border-radius: 10px;
        min-height: 172px;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
        padding: 2.5rem 0.9375rem 1.125rem;
        opacity: 1; }
        .contactUs__contact ul li a p {
          margin: 0; }
        @media screen and (min-width: 1025px) {
          .contactUs__contact ul li a:hover {
            color: var(--brand-text-primary);
            opacity: 1;
            background: #034146; }
            .contactUs__contact ul li a:hover svg .cls-20 {
              fill: var(--brand-text-primary); } }
  @media screen and (max-width: 991px) {
    .contactUs .inner-banner .page-head {
      padding-bottom: 1.875rem; }
    .contactUs .content-box {
      padding: 2.5rem; }
    .contactUs__location--map {
      height: 25rem; } }
  @media screen and (max-width: 767px) {
    .contactUs .main-tabs .nav-link {
      width: 32%;
      font-size: 1rem;
      min-height: 125px; }
    .contactUs .inner-tabs .nav-link {
      min-height: 125px; }
      .contactUs .inner-tabs .nav-link .icon svg {
        width: 35px;
        height: 35px; }
    .contactUs .content-box {
      padding: 2.5rem 1.25rem; }
    .contactUs textarea.form-control {
      min-height: 120px; }
    .contactUs .form-label {
      font-size: 1.125rem; }
    .contactUs__contact ul li .icon svg {
      width: 35px;
      height: 35px; }
    .contactUs__contact ul li a {
      min-height: 125px; }
    .contactUs__location--left {
      width: 320px;
      padding: 2.1875rem; }
    .contactUs__location--map {
      height: 21.875rem; } }
  @media screen and (max-width: 667px) {
    .contactUs .inner-tabs {
      margin-bottom: 1.5625rem;
      flex-wrap: wrap; }
      .contactUs .inner-tabs .nav-link {
        width: 48%;
        margin-bottom: 1.5625rem;
        min-height: 100px; }
    .contactUs__location .content-box {
      flex-direction: column; }
    .contactUs__location--left {
      width: 100%; } }
  @media screen and (max-width: 575px) {
    .contactUs .main-tabs .nav-link {
      width: 100%;
      min-height: 70px; }
      .contactUs .main-tabs .nav-link:not(:last-child) {
        margin-bottom: 1.5625rem; }
      .contactUs .main-tabs .nav-link .icon {
        margin-bottom: 10px; }
        .contactUs .main-tabs .nav-link .icon svg {
          width: 25px;
          height: 25px; }
    .contactUs__contact ul {
      flex-wrap: wrap; }
      .contactUs__contact ul li {
        width: 48%;
        margin-bottom: 1.5625rem; } }

.error-page {
  text-align: center;
  color: var(--brand-text-primary);
  padding-top: 9.375rem; }
  .error-page__image {
    margin-bottom: 1.875rem; }
  .error-page p {
    max-width: 375px;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.75rem; }
  .error-page .separator {
    border: 1px solid var(--brand-text-primary);
    margin: 7.5rem 0 0; }
  @media screen and (max-width: 991px) {
    .error-page {
      padding-top: 6.25rem; }
      .error-page__image {
        max-width: 375px;
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (max-width: 575px) {
    .error-page__image {
      max-width: 300px; } }

.breadcrumb li {
  font-weight: 500; }
  .breadcrumb li.active {
    font-weight: 700; }

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 1.875rem 1.5625rem; }
    .breadcrumb li {
      font-size: 1.5rem; } }

.no-results__content {
  text-align: center;
  padding-top: 8.125rem; }
  .no-results__content--image {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.75rem; }
  .no-results__content h1, .no-results__content .h1 {
    font-size: 2.8125rem;
    margin-bottom: 2.5rem;
    font-weight: 700; }
  .no-results__content p {
    font-weight: 500;
    font-size: 1.75rem; }
    .no-results__content p span {
      font-weight: 700;
      margin: 0 3px; }
  .no-results__content--check {
    max-width: 352px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.8125rem; }
    .no-results__content--check h5, .no-results__content--check .h5 {
      font-weight: 500;
      font-size: 1.75rem; }
    .no-results__content--check ul {
      margin-left: 24px; }
      .no-results__content--check ul li {
        font-weight: 500;
        font-size: 1.75rem; }
        .no-results__content--check ul li:not(:last-child) {
          margin-bottom: 1.25rem; }
  @media screen and (max-width: 991px) {
    .no-results__content {
      padding-top: 5.625rem; }
      .no-results__content--check {
        max-width: 288px; } }
  @media screen and (max-width: 767px) {
    .no-results__content h1, .no-results__content .h1 {
      font-size: 2.1875rem;
      margin-bottom: 1.5625rem; }
    .no-results__content p {
      font-size: 1.5rem; }
    .no-results__content--check {
      max-width: 250px;
      margin-top: 1.5625rem; }
      .no-results__content--check h5, .no-results__content--check .h5 {
        font-size: 1.5rem; }
      .no-results__content--check ul li {
        font-size: 1.5rem; } }
  @media screen and (max-width: 575px) {
    .no-results__content--image {
      max-width: 300px; }
    .no-results__content--check {
      max-width: 215px; }
    .no-results__content h1, .no-results__content .h1 {
      font-size: 1.75rem; }
    .no-results__content P {
      font-size: 1.25rem; }
    .no-results__content ul li {
      font-size: 1.25rem; } }

.modal.modal-fixed .modal-dialog {
  position: fixed;
  margin: auto;
  width: 100%;
  min-width: 680px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.modal.modal-fixed .modal-content {
  height: 100%;
  overflow-y: auto;
  padding: 2.1875rem 0.9375rem 1.25rem;
  border-radius: 0; }
  .modal.modal-fixed .modal-content .popup-cross-icon {
    right: 0; }

.modal.modal-fixed .modal-body {
  padding: 0; }

.modal.modal-fixed.fade .modal-dialog {
  right: -100%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }

.modal.modal-fixed.fade.show .modal-dialog {
  right: 0; }

.modal.profile .inner-scroll {
  max-height: 320px; }
  @media screen and (min-width: 1600px) {
    .modal.profile .inner-scroll {
      max-height: 450px; } }

.modal.profile .section__head {
  justify-content: center;
  position: relative;
  margin-bottom: 1.375rem; }

.modal.profile .nav-tabs {
  background: #034146;
  border-radius: 10px;
  padding: 7px 9px;
  justify-content: space-between;
  margin-bottom: 2.625rem;
  flex-wrap: nowrap; }
  .modal.profile .nav-tabs .nav-link {
    border: 0;
    background: #034146;
    color: var(--brand-text-primary);
    border-radius: 10px;
    border: 0;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0.625rem 1.875rem;
    width: auto; }
    .modal.profile .nav-tabs .nav-link span {
      position: relative;
      top: 2px; }
    .modal.profile .nav-tabs .nav-link.active {
      background: var(--brand-text-primary);
      color: #034146; }

.modal.profile .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #034146 !important; }

.modal.profile .tab-content {
  height: 100%; }
  .modal.profile .tab-content .tab-pane {
    height: 100%; }

.modal.profile .radio {
  margin-bottom: 1.5625rem;
  position: relative; }
  .modal.profile .radio input + span {
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    padding: 0; }
    .modal.profile .radio input + span:after {
      width: 26px;
      height: 26px;
      top: 15%;
      left: auto;
      right: 11px;
      border-radius: 100%;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.3 8.98321C4.2 8.98321 4.10278 8.96377 4.00833 8.92488C3.91389 8.88599 3.82778 8.82766 3.75 8.74988L0.733333 5.73321C0.577778 5.57766 0.5 5.38877 0.5 5.16654C0.5 4.94432 0.577778 4.75543 0.733333 4.59988C0.888889 4.44432 1.075 4.36655 1.29167 4.36655C1.50833 4.36655 1.7 4.44432 1.86667 4.59988L4.3 7.03321L10.1333 1.21654C10.2889 1.06099 10.475 0.980434 10.6917 0.974878C10.9083 0.969323 11.0944 1.04988 11.25 1.21654C11.4056 1.3721 11.4833 1.56099 11.4833 1.78321C11.4833 2.00543 11.4056 2.19432 11.25 2.34988L4.85 8.74988C4.77222 8.82766 4.68611 8.88599 4.59167 8.92488C4.49722 8.96377 4.4 8.98321 4.3 8.98321Z' fill='%23FFC289'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center;
      background-color: #034146;
      background-size: 62%;
      opacity: 0; }
    .modal.profile .radio input + span .image {
      border: 1px solid var(--brand-text-primary);
      height: 100%;
      width: 100%;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .modal.profile .radio input + span .image img {
        transition: .5s ease all;
        position: relative;
        top: 10px; }
      @media screen and (min-width: 1025px) {
        .modal.profile .radio input + span .image:hover img {
          transform: scale(1.1); } }
  .modal.profile .radio input:checked + span .image {
    border-color: #034146; }
  .modal.profile .radio input:checked + span:after {
    opacity: 1; }

.modal.profile .inline-buttons {
  width: 100%;
  justify-content: space-between; }
  .modal.profile .inline-buttons .btn {
    width: 48%;
    margin: 0 !important;
    font-weight: 500;
    font-size: 1.375rem; }

.modal.profile .button-row .btn {
  min-width: 250px; }
  .modal.profile .button-row .btn.delete {
    width: 100%;
    background: #a11411;
    border-color: #a11411;
    color: #fff;
    font-weight: 500;
    font-size: 1.375rem;
    margin-top: 0.875rem; }
    .modal.profile .button-row .btn.delete svg {
      width: 22px;
      height: 22px; }
    @media screen and (min-width: 1025px) {
      .modal.profile .button-row .btn.delete:hover {
        background: transparent;
        color: #a11411; } }

.modal.profile .your-avatars,
.modal.profile .duwaween-character {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .modal.profile .your-avatars ul,
  .modal.profile .duwaween-character ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 3.125rem; }
    .modal.profile .your-avatars ul li:not(:last-child),
    .modal.profile .duwaween-character ul li:not(:last-child) {
      margin-right: 5px; }

.modal.profile .non-subscriber .radio.lock label {
  cursor: default !important; }
  .modal.profile .non-subscriber .radio.lock label span:after {
    display: none !important; }
  .modal.profile .non-subscriber .radio.lock label span .image {
    border-color: #D2D2D2 !important;
    pointer-events: none;
    opacity: .5; }

.modal.profile .non-subscriber .radio.lock:before {
  content: "";
  position: absolute;
  background: url("data:image/svg+xml,%0A%3Csvg width='25' height='32' viewBox='0 0 25 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.01953 31.084C2.41189 31.084 1.8954 30.8713 1.47005 30.446C1.0447 30.0206 0.832031 29.5041 0.832031 28.8965V13.0736C0.832031 12.4659 1.0447 11.9494 1.47005 11.5241C1.8954 11.0987 2.41189 10.8861 3.01953 10.8861H5.57161V7.38607C5.57161 5.46593 6.24609 3.83138 7.59505 2.48242C8.94401 1.13346 10.5786 0.458984 12.4987 0.458984C14.4188 0.458984 16.0534 1.13346 17.4023 2.48242C18.7513 3.83138 19.4258 5.46593 19.4258 7.38607V10.8861H21.9779C22.5855 10.8861 23.102 11.0987 23.5273 11.5241C23.9527 11.9494 24.1654 12.4659 24.1654 13.0736V28.8965C24.1654 29.5041 23.9527 30.0206 23.5273 30.446C23.102 30.8713 22.5855 31.084 21.9779 31.084H3.01953ZM12.4987 23.7923C13.2765 23.7923 13.9388 23.525 14.4857 22.9902C15.0326 22.4555 15.306 21.8114 15.306 21.0579C15.306 20.3288 15.0326 19.6665 14.4857 19.071C13.9388 18.4755 13.2765 18.1777 12.4987 18.1777C11.7209 18.1777 11.0586 18.4755 10.5117 19.071C9.96484 19.6665 9.69141 20.3288 9.69141 21.0579C9.69141 21.8114 9.96484 22.4555 10.5117 22.9902C11.0586 23.525 11.7209 23.7923 12.4987 23.7923ZM7.75911 10.8861H17.2383V7.38607C17.2383 6.07357 16.7765 4.95551 15.8529 4.0319C14.9293 3.10829 13.8112 2.64648 12.4987 2.64648C11.1862 2.64648 10.0681 3.10829 9.14453 4.0319C8.22092 4.95551 7.75911 6.07357 7.75911 7.38607V10.8861Z' fill='%23003A1F'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: 100%;
  width: 21px;
  height: 26px;
  top: 5%;
  left: auto;
  right: 6px;
  z-index: 1; }

.modal.profile .non-subscriber .radio.lock:hover:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2); }

.modal.profile .non-subscriber__link {
  display: none; }

.modal.profile .non-subscriber .subscriber__link {
  display: none; }

.modal.profile .modal .modal-dialog {
  min-width: 100%;
  width: 100% !important; }

.modal.filter-modal .section__head {
  border-bottom: 1px solid #034146;
  padding-bottom: 0.9375rem;
  margin-bottom: 1.875rem; }

.modal.filter-modal .modal-dialog .modal-content {
  max-width: 540px;
  margin-right: 0; }
  .modal.filter-modal .modal-dialog .modal-content .modal-title {
    font-size: 1.875rem; }
  .modal.filter-modal .modal-dialog .modal-content .popup-cross-icon {
    background: transparent;
    left: 10px;
    top: 28px; }
    .modal.filter-modal .modal-dialog .modal-content .popup-cross-icon:after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px'%3E%3Cpath fill-rule='evenodd' fill='%23003A1F' d='M13.711,12.337 L23.103,21.728 C23.622,22.247 23.622,23.088 23.103,23.607 C22.584,24.125 21.743,24.125 21.225,23.607 L11.833,14.215 L2.441,23.607 C1.922,24.125 1.082,24.125 0.563,23.607 C0.044,23.088 0.044,22.247 0.563,21.728 L9.955,12.337 L0.563,2.945 C0.044,2.426 0.044,1.585 0.563,1.066 C1.082,0.547 1.922,0.547 2.441,1.066 L11.833,10.458 L21.225,1.066 C21.743,0.547 22.584,0.547 23.103,1.066 C23.622,1.585 23.622,2.426 23.103,2.945 L13.711,12.337 Z'/%3E%3C/svg%3E");
      width: 15px;
      height: 15px;
      background-size: 100%; }

.modal.filter-modal label {
  font-size: 1.5625rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.modal.filter-modal ul {
  list-style: none;
  margin-bottom: 1.875rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .modal.filter-modal ul li {
    margin-bottom: 0.9375rem; }
    .modal.filter-modal ul li:not(:last-child) {
      margin-right: 1rem; }
    .modal.filter-modal ul li label {
      margin-bottom: 0; }
    .modal.filter-modal ul li input + span {
      padding: 0.625rem 1rem;
      padding-top: 0.875rem;
      z-index: 1;
      font-size: 1.5625rem;
      font-weight: 500;
      min-width: 130px;
      text-align: center; }
      .modal.filter-modal ul li input + span:after {
        background-image: none;
        width: 100%;
        height: 100%; }
    .modal.filter-modal ul li input:checked + span:after {
      background-color: var(--brand-text-primary);
      z-index: -1; }

@media screen and (max-width: 768px) {
  .modal.profile .inner-scroll {
    max-height: 65vh; }
  .modal.profile .modal-dialog {
    min-width: auto;
    width: 90%; }
  .modal.profile .nav-tabs .nav-link {
    padding: 0.9375rem; }
    .modal.profile .nav-tabs .nav-link span {
      top: 1px; }
  .modal.profile .your-avatars ul,
  .modal.profile .duwaween-character ul {
    padding: 0 1.25rem; }
  .modal.profile .non-subscriber .radio.lock:before {
    width: 19px;
    height: 25px;
    background-size: cover; } }

@media screen and (max-width: 575px) {
  .modal.profile .nav-tabs .nav-link {
    padding: 0.9375rem;
    font-size: 0.9375rem; }
  .modal.filter-modal .modal-dialog {
    min-width: auto;
    width: 90%; }
    .modal.filter-modal .modal-dialog .modal-content .modal-title {
      font-size: 1.5625rem; }
    .modal.filter-modal .modal-dialog .modal-content .popup-cross-icon {
      top: 25px; }
  .modal.filter-modal label {
    font-size: 1.375rem; }
  .modal.filter-modal ul li input + span {
    font-size: 1.375rem; } }

@media screen and (max-width: 450px) {
  .modal.profile .nav-tabs .nav-link span {
    top: -2px; } }

.account .filter {
  margin-bottom: 3.75rem; }
  .account .filter .form-group {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .account .filter .form-group label {
      margin-right: 1.25rem; }
  .account .filter .select2-container--default {
    width: 150px !important; }
    .account .filter .select2-container--default .select2-selection--single {
      background: #034146;
      height: 42px; }
      .account .filter .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: var(--brand-text-primary);
        line-height: 42px; }
      .account .filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23FFC289'/%3E%3C/svg%3E%0A");
        width: 16px;
        height: 10px;
        background-size: contain; }

.account .game-badges .card {
  min-height: 200px; }
  .account .game-badges .card__image {
    width: 120px;
    height: 120px; }
  .account .game-badges .card__title {
    font-size: 1.125rem; }

.account .notifications__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.875rem; }

.account .notifications__item {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 1.5625rem; }
  .account .notifications__item span {
    font-size: 1.25rem;
    font-weight: 700; }
  .account .notifications__item p {
    margin-bottom: 0;
    font-size: 1rem;
    margin-top: 7px; }
  .account .notifications__item .switch {
    margin-left: 1.375rem; }
    .account .notifications__item .switch .slider {
      background: #800202; }
    .account .notifications__item .switch input:checked + .slider {
      background: #034146; }

.account .info-label {
  font-size: 0.9375rem;
  margin: 8px 0;
  margin-left: 20px; }

.account .change-email label,
.account .change-password label {
  min-width: 170px;
  font-weight: 600;
  margin-top: 23px;
  margin-right: 5px; }

.account .change-email .btn-light,
.account .change-password .btn-light {
  font-size: 1.125rem;
  font-weight: 500;
  height: 3rem; }
  @media screen and (min-width: 992px) {
    .account .change-email .btn-light,
    .account .change-password .btn-light {
      min-width: 270px; } }

.account .change-email__verification {
  position: relative;
  text-align: center; }
  .account .change-email__verification--icon {
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #034146;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.875rem;
    padding: 0.9375rem; }
  .account .change-email__verification h3, .account .change-email__verification .h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem; }
  .account .change-email__verification p {
    font-weight: 500;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.75rem; }

.account .change-email__verify {
  background: var(--brand-text-primary);
  border-radius: 4px;
  text-align: center;
  margin-bottom: 1.875rem;
  padding: 1.25rem; }
  .account .change-email__verify > div:not(:last-child) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem; }
  .account .change-email__verify--icon svg {
    width: 24px;
    height: 24px;
    margin-right: 0.9375rem; }
  .account .change-email__verify h5, .account .change-email__verify .h5 {
    margin-bottom: 0; }
  .account .change-email__verify p {
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 1.25rem;
    font-size: 1rem; }
  .account .change-email__verify .btn-primary {
    font-size: 1.125rem;
    font-weight: 500;
    height: 3rem; }

.account .form-control.rounded {
  background: #F5F5F5;
  border-radius: 48px !important;
  -webkit-border-radius: 48px !important;
  -moz-border-radius: 48px !important;
  -ms-border-radius: 48px !important;
  -o-border-radius: 48px !important;
  border: 0;
  font-size: 1.125rem;
  font-weight: 400;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  height: 3.25rem;
  line-height: 3.25rem; }

.account .subscriptions h4, .account .subscriptions .h4 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.125rem; }

.account .subscriptions__card {
  border: 1px solid #034146;
  border-radius: 7.4542px;
  padding: 1.5625rem 1.875rem 1.25rem 1.0625rem;
  min-height: 178px;
  position: relative;
  height: 100%; }
  .account .subscriptions__card--save {
    background: #034146;
    border: 2px solid var(--brand-text-primary);
    border-radius: 8px;
    height: 57px;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    color: var(--brand-text-primary);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 12px; }
    .account .subscriptions__card--save span {
      display: block;
      font-weight: 500; }
    .account .subscriptions__card--save p {
      font-size: 14px;
      font-weight: 400;
      margin: 0;
      margin-top: 5px;
      line-height: 1;
      white-space: nowrap; }
  .account .subscriptions__card:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    right: -10px;
    top: -10px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='13' fill='%23003A1F'/%3E%3Cpath d='M20 6L10.375 19.4224L6 13.3213' stroke='white' stroke-width='2.74096' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover; }
  .account .subscriptions__card ul {
    list-style: none;
    display: flex;
    align-items: center; }
    .account .subscriptions__card ul li {
      font-weight: 700; }
      .account .subscriptions__card ul li img {
        max-width: 50px;
        margin-right: 0.3125rem; }
      .account .subscriptions__card ul li p {
        font-size: 1rem;
        font-weight: 500;
        margin: 9px 0 0 0;
        line-height: 1; }
  .account .subscriptions__card--permonth {
    font-size: 1.25rem;
    font-weight: 700;
    margin-left: 5px;
    padding-top: 5px; }
    .account .subscriptions__card--permonth span {
      display: inline-block;
      color: #353535;
      font-weight: 500; }
  .account .subscriptions__card--expiry {
    font-size: 1rem;
    margin-top: 1rem;
    text-align: center; }
  .account .subscriptions__card .btn-light {
    font-size: 1.125rem;
    font-weight: 500;
    height: 48px; }
  .account .subscriptions__card.upgrade-package {
    background: #034146;
    color: var(--brand-text-primary); }
    .account .subscriptions__card.upgrade-package:before {
      display: none; }
    .account .subscriptions__card.upgrade-package .inline-buttons .btn-light {
      background: #FFFFFF;
      border-radius: 4px;
      border: 0;
      width: 130px;
      height: 48px; }
      .account .subscriptions__card.upgrade-package .inline-buttons .btn-light:hover {
        background: var(--brand-text-primary);
        color: #034146; }
    .account .subscriptions__card.upgrade-package .inline-buttons .view-more {
      color: var(--brand-text-primary);
      font-size: 1rem;
      text-decoration-line: underline; }

.account .subscriptions .notifications {
  padding-top: 3.4375rem;
  padding-bottom: 5.3125rem; }
  .account .subscriptions .notifications__item span {
    font-weight: 500; }
  .account .subscriptions .notifications__item p {
    font-size: 1.125rem;
    font-weight: 500; }

.account .subscriptions .table .view {
  text-decoration-line: underline;
  display: inline-block;
  margin-left: 0.3125rem; }

.account .subscriptions .table__head {
  background: var(--brand-text-primary);
  border-radius: 10px;
  border: 0;
  margin-bottom: 1.25rem; }
  .account .subscriptions .table__head .table__row--cell {
    font-weight: 700; }

.account .subscriptions .table__row {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-bottom: 0; }
  .account .subscriptions .table__row--cell {
    font-size: 1.125rem;
    font-weight: 500; }

.account .subscriptions .button-row {
  text-align: center;
  margin-top: 2.5rem; }
  .account .subscriptions .button-row .view-more {
    font-size: 1.25rem;
    font-weight: 500;
    position: relative;
    padding-right: 1.875rem; }
    .account .subscriptions .button-row .view-more:after {
      content: "";
      position: absolute;
      right: 0;
      background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23003a1f'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 100%;
      top: 50%;
      transform: translateY(-50%);
      width: 21px;
      height: 13px; }

.account .subscriptions__question-related {
  background: rgba(3, 65, 70, 0.1);
  border-radius: 6px;
  padding: 0.875rem;
  text-align: center;
  margin-top: 2.1875rem; }
  .account .subscriptions__question-related p {
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0; }
    .account .subscriptions__question-related p a {
      text-decoration: underline;
      margin-left: 3px; }

.account .no-subscription .subscription-plan {
  border-radius: 20px;
  background-color: #034146;
  padding: 1.875rem 2.5rem;
  margin-bottom: 1.25rem; }
  .account .no-subscription .subscription-plan__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--brand-text-primary); }
  .account .no-subscription .subscription-plan p {
    color: var(--brand-text-primary);
    text-align: center;
    font-weight: 500;
    margin: 2.1875rem 0; }
  .account .no-subscription .subscription-plan ul {
    list-style: none;
    border: 2.7px solid var(--brand-text-primary);
    border-radius: 44px;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .account .no-subscription .subscription-plan ul li {
      width: 35px;
      height: 35px;
      min-width: 35px; }
      .account .no-subscription .subscription-plan ul li svg {
        width: 100%;
        height: 100%; }
    @media screen and (max-width: 991px) {
      .account .no-subscription .subscription-plan ul li {
        width: 28px;
        height: 28px;
        min-width: 28px; } }

.account .no-subscription .table__head {
  background-color: #034146;
  color: var(--brand-text-primary);
  border-radius: 41px;
  border: 0; }

.account .no-subscription .table__row {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .account .no-subscription .table__row--cell {
    font-size: 1rem; }

.account .no-subscription .table img {
  max-width: 26px; }

.account .subscriptions-cancel h5, .account .subscriptions-cancel .h5 {
  margin-bottom: 1.875rem; }

.account .subscriptions-cancel p {
  font-weight: 500;
  margin-bottom: 1.875rem; }

.account .subscriptions-cancel .form-label {
  font-weight: 600; }

.account .subscriptions-cancel .select2-container {
  width: 100% !important; }
  .account .subscriptions-cancel .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
    transform: rotate(270deg);
    transition: .3s ease all; }
  .account .subscriptions-cancel .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(360deg); }

.account .subscriptions-cancel textarea.form-control {
  height: 140px; }

.account .subscriptions-cancel .btn.btn-light {
  position: relative;
  z-index: 999; }

.account .subscriptions-cancel #file-list-x {
  position: relative;
  margin-right: 0.9375rem; }
  .account .subscriptions-cancel #file-list-x > div {
    padding-right: 30px;
    font-weight: 600; }
  .account .subscriptions-cancel #file-list-x span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%0A%3Csvg width='22' height='24' viewBox='0 0 22 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.7026 24C3.1526 24 2.68177 23.8042 2.2901 23.4125C1.89844 23.0208 1.7026 22.55 1.7026 22V3H0.335938V1H6.6026V0H15.4026V1H21.6693V3H20.3026V22C20.3026 22.5333 20.1026 23 19.7026 23.4C19.3026 23.8 18.8359 24 18.3026 24H3.7026ZM18.3026 3H3.7026V22H18.3026V3ZM7.23594 19.1333H9.23594V5.83333H7.23594V19.1333ZM12.7693 19.1333H14.7693V5.83333H12.7693V19.1333Z' fill='%23003A1F'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    width: 22px;
    height: 24px;
    cursor: pointer;
    display: none; }

.account .subscriptions-cancel ul {
  margin-top: 4.375rem;
  margin-left: 1.25rem; }
  .account .subscriptions-cancel ul li {
    font-weight: 500;
    line-height: 1.4; }
    .account .subscriptions-cancel ul li a {
      font-weight: 700;
      text-decoration: underline;
      opacity: 1; }
      @media screen and (min-width: 1025px) {
        .account .subscriptions-cancel ul li a:hover {
          text-decoration: none; } }
    .account .subscriptions-cancel ul li:not(:last-child) {
      margin-bottom: 1.5625rem; }

.account .subscriptions-cancel .button-row {
  text-align: center;
  margin-top: 3.75rem; }
  @media screen and (max-width: 767px) {
    .account .subscriptions-cancel .button-row {
      margin-top: 2.1875rem; } }

.account .inner-banner .page-head h1, .account .inner-banner .page-head .h1 {
  font-size: 2.3125rem; }
  @media screen and (max-width: 767px) {
    .account .inner-banner .page-head h1, .account .inner-banner .page-head .h1 {
      font-size: 1.875rem; } }

.account__wrapper {
  position: relative;
  padding-bottom: 3.125rem; }
  .account__wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 250px;
    background: #034146;
    left: 0;
    top: -1px; }

.account .detail-box {
  border: 1px solid #034146;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 1.5625rem; }
  .account .detail-box__title {
    font-size: 1rem;
    font-weight: 700;
    border-top: 1px solid #034146;
    border-bottom: 1px solid #034146;
    padding: 12px 10px; }
  .account .detail-box label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--brand-text-primary);
    background: #034146;
    background: #034146;
    border: 1px solid #034146;
    border-radius: 42px;
    width: 100%;
    height: 50px;
    line-height: 50px; }
  .account .detail-box .table {
    table-layout: fixed; }
    .account .detail-box .table th,
    .account .detail-box .table td {
      font-size: 0.9375rem;
      font-weight: 500;
      padding: 13px 6px; }
    .account .detail-box .table td {
      border: 0;
      padding: 8px 6px; }
      .account .detail-box .table td:first-child {
        line-height: 1.2; }
    .account .detail-box .table th {
      padding-bottom: 6px;
      vertical-align: top;
      line-height: 1.4;
      border-bottom: 0.5px solid #034146;
      font-weight: 700; }
  .account .detail-box .list-items ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 12px; }
    .account .detail-box .list-items ul:not(:last-child) {
      border-bottom: 1px solid #034146; }
    .account .detail-box .list-items ul li {
      font-weight: 500;
      font-size: 1rem; }
  .account .detail-box__head {
    background: var(--brand-text-primary);
    border-radius: 12px 12px 0px 0px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative; }
    .account .detail-box__head:before {
      content: "";
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23003a1f'/%3E%3C/svg%3E");
      background-size: 100%;
      width: 21px;
      height: 13px;
      right: 30px;
      top: 50%;
      transform: translateY(-50%) rotate(180deg);
      display: none;
      transition: .5s ease all; }
    .account .detail-box__head img {
      width: 50px;
      height: 50px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      overflow: hidden;
      object-fit: cover;
      margin-right: 0.8125rem; }
    .account .detail-box__head.open:before {
      transform: translateY(-50%) rotate(0deg); }
  .account .detail-box__body {
    padding: 1rem 1rem 2.5rem; }

.account .inner-banner .page-head {
  padding-bottom: 4.25rem; }

.account .flex-wrapper {
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  position: relative;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.24); }

.account .responsive-menu .account__left {
  display: block;
  width: 100%; }

.account__left {
  padding: 0 2.625rem;
  padding-bottom: 6.25rem;
  width: 350px;
  position: relative;
  margin-top: -90px; }
  .account__left--info {
    text-align: center;
    max-width: 230px;
    margin: auto;
    margin-bottom: 1.875rem; }
    .account__left--info span {
      display: block;
      font-size: 1rem;
      font-weight: 500;
      margin-bottom: 0.5rem;
      word-break: break-word; }
    .account__left--info .bio {
      font-size: 1rem;
      font-weight: 700; }
      .account__left--info .bio p {
        font-size: 1rem;
        font-weight: 400;
        margin: 0;
        line-height: 1.4;
        margin-left: 4px;
        display: inline; }
  .account__left--menu {
    margin-bottom: 1.5625rem; }
    .account__left--menu ul {
      list-style: none; }
      .account__left--menu ul li {
        border-bottom: 0.5px solid rgba(0, 0, 0, 0.45); }
        .account__left--menu ul li a {
          font-weight: 500;
          font-size: 1rem;
          display: flex;
          align-items: center;
          padding: 10px 1.25rem;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          opacity: 1;
          position: relative; }
          @media screen and (max-width: 991px) {
            .account__left--menu ul li a:after {
              content: "";
              position: absolute;
              background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='32' viewBox='0 0 20 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.00033 3L17.3281 15.8463L3.00033 28.6926' stroke='%23003A1F' stroke-width='4.77595' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
              width: 18px;
              height: 18px;
              background-size: contain;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              background-repeat: no-repeat; } }
          .account__left--menu ul li a span {
            position: relative;
            top: 2px; }
          .account__left--menu ul li a svg {
            width: 24px;
            height: 24px;
            margin-right: 0.9375rem; }
          .account__left--menu ul li a:hover {
            font-weight: 600; }
        .account__left--menu ul li.active {
          padding: 6px 0; }
          .account__left--menu ul li.active a {
            background: #034146;
            color: var(--brand-text-primary);
            font-weight: 500; }
  .account__left--subscription {
    padding: 0 10px; }
    .account__left--subscription .btn {
      width: 100%;
      padding: 1rem;
      height: 42px;
      font-weight: 500;
      font-size: 1rem;
      font-weight: 500; }
    .account__left--subscription p {
      display: block;
      margin: 0;
      line-height: 1;
      margin-top: 0.75rem;
      font-size: 1rem;
      text-align: center; }

.account__right {
  flex: 1;
  padding: 4.375rem 2.1875rem;
  box-shadow: -2px 0px 8px -2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: -2px 0px 8px -2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -2px 0px 8px -2px rgba(0, 0, 0, 0.12);
  overflow: hidden; }
  .account__right--title {
    font-size: 1.875rem;
    font-weight: 700;
    display: none;
    position: relative; }
    .account__right--title:before {
      content: "";
      position: absolute;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='32' viewBox='0 0 20 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.00033 3L17.3281 15.8463L3.00033 28.6926' stroke='%23003A1F' stroke-width='4.77595' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      background-size: contain;
      background-repeat: no-repeat;
      width: 20px;
      height: 25px;
      left: 0;
      top: 50%;
      transform: translateY(-50%) rotate(180deg); }
    .account__right--title svg {
      width: 24px;
      height: 24px;
      margin-right: 0.9375rem; }
  .account__right .change-password .eye-icon,
  .account__right .change-email .eye-icon {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M480.118 726Q551 726 600.5 676.382q49.5-49.617 49.5-120.5Q650 485 600.382 435.5q-49.617-49.5-120.5-49.5Q409 386 359.5 435.618q-49.5 49.617-49.5 120.5Q310 627 359.618 676.5q49.617 49.5 120.5 49.5Zm-.353-58Q433 668 400.5 635.265q-32.5-32.736-32.5-79.5Q368 509 400.735 476.5q32.736-32.5 79.5-32.5Q527 444 559.5 476.735q32.5 32.736 32.5 79.5Q592 603 559.265 635.5q-32.736 32.5-79.5 32.5ZM480 856q-146 0-264-83T40 556q58-134 176-217t264-83q146 0 264 83t176 217q-58 134-176 217t-264 83Zm0-300Zm-.169 240Q601 796 702.5 730.5 804 665 857 556q-53-109-154.331-174.5-101.332-65.5-222.5-65.5Q359 316 257.5 381.5 156 447 102 556q54 109 155.331 174.5 101.332 65.5 222.5 65.5Z' fill='%23003A1F'/%3E%3C/svg%3E");
    height: 30px;
    width: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100%; }
    @media screen and (max-width: 767px) {
      .account__right .change-password .eye-icon,
      .account__right .change-email .eye-icon {
        height: 22px;
        width: 22px; } }
    .account__right .change-password .eye-icon.eye-slash,
    .account__right .change-email .eye-icon.eye-slash {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='m629 637-44-44q26-71-27-118t-115-24l-44-44q17-11 38-16t43-5q71 0 120.5 49.5T650 556q0 22-5.5 43.5T629 637Zm129 129-40-40q49-36 85.5-80.5T857 556q-50-111-150-175.5T490 316q-42 0-86 8t-69 19l-46-47q35-16 89.5-28T485 256q143 0 261.5 81.5T920 556q-26 64-67 117t-95 93Zm58 226L648 827q-35 14-79 21.5t-89 7.5q-146 0-265-81.5T40 556q20-52 55.5-101.5T182 360L56 234l42-43 757 757-39 44ZM223 402q-37 27-71.5 71T102 556q51 111 153.5 175.5T488 796q33 0 65-4t48-12l-64-64q-11 5-27 7.5t-30 2.5q-70 0-120-49t-50-121q0-15 2.5-30t7.5-27l-97-97Zm305 142Zm-116 58Z' fill='%23003A1F'/%3E%3C/svg%3E"); }
  .account__right .seperator {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.45);
    display: none;
    margin: 1.5625rem 0;
    position: relative; }
    .account__right .seperator:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.5px;
      background: rgba(0, 0, 0, 0.45);
      left: -100%; }
    .account__right .seperator:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 0.5px;
      background: rgba(0, 0, 0, 0.45);
      right: -100%; }

.account__profile .edit {
  width: 27px;
  height: 27px;
  background: url(../images/svg/edit-2.svg) left top no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: 1.5625rem; }

.account__profile .input-group {
  flex-direction: column; }
  .account__profile .input-group .form-label {
    margin: 1.5625rem 0; }
  .account__profile .input-group .form-control {
    width: 100%; }
  .account__profile .input-group textarea.form-control {
    border-radius: 10px !important;
    min-height: 8.75rem;
    padding: 1rem 1.5625rem; }
  .account__profile .input-group textarea::placeholder {
    color: #034146; }

.account__profile .form-label {
  font-weight: 500;
  font-size: 1.1875rem; }

.account__profile .form-group {
  border-bottom: 2px solid #034146;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 0;
  margin: 0; }
  .account__profile .form-group.username {
    flex-wrap: nowrap;
    align-items: start; }
  .account__profile .form-group p {
    margin: 0;
    font-weight: 500;
    font-size: 1.1875rem; }

.account__profile .phone-number {
  width: 309px;
  position: relative;
  right: -9px; }

.account__profile .select-country .select2-container {
  width: 300px !important; }
  .account__profile .select-country .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 1.1875rem;
    color: #034146;
    font-weight: 500; }

.account__profile .button-row {
  margin-top: 1.875rem; }
  .account__profile .button-row .btn {
    min-width: 15.9375rem;
    width: 100%; }
    .account__profile .button-row .btn svg {
      display: none; }
    .account__profile .button-row .btn.success {
      width: 100%;
      background-color: #034146;
      color: var(--brand-text-primary);
      border-radius: 6px; }
      .account__profile .button-row .btn.success svg {
        display: block; }
    .account__profile .button-row .btn.delete {
      color: #9E2415;
      border-color: #9E2415; }
      @media screen and (min-width: 1025px) {
        .account__profile .button-row .btn.delete:hover {
          background: transparent;
          opacity: .7; } }
    .account__profile .button-row .btn:not(:last-child) {
      margin-bottom: 1.25rem; }

.account__profile--name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end; }

.account__profile--edit-name {
  width: 280px;
  display: none; }
  .account__profile--edit-name .form-label {
    font-size: 14px;
    font-weight: 600; }
  .account__profile--edit-name .info-label {
    font-size: 12px;
    margin-left: 0; }
    .account__profile--edit-name .info-label.valid:before {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.90664 1.13867L2.4071 4.63821L0.816406 3.04751' stroke='%23FFC289' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      background-color: #034146;
      background-repeat: no-repeat;
      background-position: center center; }
  .account__profile--edit-name .form-group {
    border: 0;
    padding-bottom: 0; }
  .account__profile--edit-name .form-control {
    height: 2.9375rem;
    line-height: 2.9375rem; }
    .account__profile--edit-name .form-control::placeholder {
      font-size: 14px;
      color: #034146; }
    .account__profile--edit-name .form-control.password {
      padding-right: 2.5rem; }
  .account__profile--edit-name .eye-icon {
    right: 10px; }
  .account__profile--edit-name .inline-buttons {
    justify-content: space-between;
    border: 0;
    margin-top: 1.25rem;
    padding: 0; }
    .account__profile--edit-name .inline-buttons .btn {
      display: inline-block !important;
      font-size: 14px;
      font-weight: 600;
      width: 48%;
      padding: 10px; }
      .account__profile--edit-name .inline-buttons .btn:not(:last-child) {
        margin-right: 0; }
      .account__profile--edit-name .inline-buttons .btn.disabled {
        background: rgba(3, 65, 70, 0.6);
        border-color: rgba(3, 65, 70, 0.1);
        color: rgba(35, 174, 183, 0.6);
        opacity: 1; }

.account__profile--status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem; }
  .account__profile--status .form-label {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .account__profile--status {
      margin-bottom: 2.1875rem; }
      .account__profile--status .switch {
        width: 70px !important;
        min-width: 70px !important;
        height: 34px; }
        .account__profile--status .switch .slider:before {
          width: 28px;
          height: 28px; }
        .account__profile--status .switch input:checked + .slider:before {
          -webkit-transform: translateX(36px);
          -ms-transform: translateX(36px);
          transform: translateX(36px); } }

@media screen and (max-width: 1200px) {
  .account .detail-box .table th,
  .account .detail-box .table td {
    font-size: 0.75rem; }
  .account__left {
    width: 275px;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .account__right {
    padding: 2.5rem 1.25rem; }
  .account .game-badges .card__image {
    width: 90px;
    height: 90px; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .account .subscriptions__card {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
    .account .subscriptions__card ul li {
      font-size: 0.9375rem; }
    .account .subscriptions__card--permonth {
      font-size: 1rem; }
    .account .subscriptions__card.upgrade-package {
      padding-left: 0; }
  .account .alert {
    font-size: 1rem; } }

@media screen and (max-width: 991px) {
  .account .flex-wrapper {
    flex-direction: column;
    margin-top: 3.75rem; }
  .account__left {
    width: 100%;
    display: none; }
  .account__right--title {
    display: flex;
    align-items: center;
    justify-content: center; }
  .account__right .seperator {
    display: block; }
  .account .change-email label,
  .account .change-password label {
    margin-top: 14px;
    min-width: 145px; }
  .account .subscriptions__card {
    min-height: 160px; }
  .account .subscriptions .table__row--cell {
    position: relative;
    top: 3px; }
  .account .subscriptions .button-row {
    margin-top: 1.5625rem; }
    .account .subscriptions .button-row .view-more {
      font-size: 1.125rem; }
      .account .subscriptions .button-row .view-more:after {
        width: 16px; }
  .account .inner-banner .page-head {
    display: none; } }

@media screen and (max-width: 767px) {
  .account__profile .form-label {
    font-size: 1.0625rem; }
  .account .detail-box__head {
    justify-content: flex-start; }
    .account .detail-box__head:before {
      display: block; }
  .account .detail-box label {
    height: 45px;
    line-height: 45px; }
  .account .subscriptions__card {
    min-height: auto;
    margin-bottom: 1.25rem;
    height: auto; }
    .account .subscriptions__card.upgrade-package {
      margin-top: 4.375rem; }
      .account .subscriptions__card.upgrade-package .inline-buttons .btn-light {
        width: 109px;
        height: 40px; }
    .account .subscriptions__card--save {
      height: 48px;
      top: -40px;
      padding: 6px; }
    .account .subscriptions__card .btn-light {
      font-size: 1.0625rem;
      height: 41px; }
  .account .subscriptions .notifications {
    padding: 1.875rem 0; }
    .account .subscriptions .notifications__item p {
      font-size: 1rem; }
  .account .subscriptions-cancel textarea.form-control {
    height: 90px; }
  .account .subscriptions-cancel ul {
    margin-top: 2.5rem; } }

@media screen and (max-width: 650px) {
  .account .no-subscription .table [data-width='60'] {
    width: 52%; } }

@media screen and (max-width: 575px) {
  .account__profile--edit-name {
    width: 215px; }
    .account__profile--edit-name .eye-icon {
      right: 10px; }
  .account__profile .select-country .select2-container {
    width: 230px !important; }
  .account__profile .phone-number {
    width: 239px; }
    .account__profile .phone-number .country-picker {
      width: 100px; }
  .account .notifications__item span {
    font-size: 1.125rem; }
  .account .change-email label,
  .account .change-password label {
    margin: 0 0 14px 0;
    min-width: auto; }
  .account .subscriptions .table__row {
    padding-left: 2px;
    padding-right: 2px; }
    .account .subscriptions .table__row--cell {
      font-size: 1rem; }
  .account .subscriptions .button-row .view-more {
    font-size: 1rem; }
    .account .subscriptions .button-row .view-more:after {
      width: 13px;
      height: 8px; }
  .account .no-subscription .subscription-plan {
    padding: 1.5625rem; }
    .account .no-subscription .subscription-plan ul {
      padding: 0.625rem; }
    .account .no-subscription .subscription-plan .btn {
      padding-right: 1.25rem;
      padding-left: 1.25rem; }
  .account .no-subscription .table__row--cell {
    font-size: 0.9375rem; } }

@media screen and (max-width: 450px) {
  .account .notifications__title {
    font-size: 1.375rem; }
  .account .subscriptions .table__row--cell {
    font-size: 0.875rem; }
  .account .subscriptions__question-related p {
    flex-direction: column; }
    .account .subscriptions__question-related p a {
      margin-left: 0; }
  .account .no-subscription .table [data-width='60'] {
    width: 39%; }
  .account .no-subscription .table [data-width='11'] {
    width: 14%; }
  .account__right--title {
    font-size: 1.5625rem; }
    .account__right--title:before {
      height: 20px; } }

@media screen and (max-width: 370px) {
  .account .no-subscription .table__row--cell {
    font-size: 0.875rem; } }

.cr-viewport.cr-vp-square {
  width: 200px !important;
  height: 200px !important;
  border-radius: 100% !important;
  box-shadow: 0 0 2000px 2000px rgba(3, 65, 70, 0.5) !important; }

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  box-shadow: 0 0 2000px 2000px rgba(3, 65, 70, 0.5) !important; }

.tag-list-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.875rem; }
  .tag-list-wrapper .tag-list {
    list-style: none;
    display: flex;
    align-items: center; }
    .tag-list-wrapper .tag-list li {
      border: 1.7px solid var(--brand-text-primary);
      border-radius: 40px;
      color: var(--brand-text-primary);
      font-size: 1.25rem;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px 15px;
      min-height: 50px;
      margin-right: 1rem; }
      .tag-list-wrapper .tag-list li svg {
        margin-right: 6px;
        width: 25px;
        height: 25px; }
      .tag-list-wrapper .tag-list li img {
        margin-right: 6px !important;
        width: 25px !important;
        height: 25px !important; }
  @media screen and (max-width: 991px) {
    .tag-list-wrapper .tag-list li {
      font-size: 1rem;
      min-height: 35px; }
      .tag-list-wrapper .tag-list li svg {
        width: 20px;
        height: 20px; }
      .tag-list-wrapper .tag-list li img {
        width: 20px !important;
        height: 20px !important; } }
  @media screen and (max-width: 767px) {
    .tag-list-wrapper {
      flex-direction: column; }
      .tag-list-wrapper .button-row {
        margin-top: 1.875rem; } }
  @media screen and (max-width: 414px) {
    .tag-list-wrapper .tag-list li {
      font-size: 0.875rem;
      margin-right: 0.625rem;
      min-height: 30px; }
      .tag-list-wrapper .tag-list li svg {
        width: 17px;
        height: 17px; }
      .tag-list-wrapper .tag-list li img {
        width: 17px !important;
        height: 17px !important; } }

.search-wrapper {
  border: 3px solid #034146;
  border-radius: 30px;
  display: flex;
  align-items: center;
  max-width: 540px;
  flex: 0 0 540px;
  position: relative;
  height: 55px; }
  .search-wrapper:before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='28' height='31' viewBox='0 0 28 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.4468 26.832L17.1682 18.5534C16.5387 19.099 15.8042 19.5239 14.9648 19.8282C14.1254 20.1325 13.2335 20.2846 12.2892 20.2846C10.0228 20.2846 8.10267 19.4977 6.52879 17.9238C4.95491 16.3499 4.16797 14.4508 4.16797 12.2264C4.16797 10.0019 4.95491 8.1028 6.52879 6.52892C8.10267 4.95504 10.0123 4.1681 12.2577 4.1681C14.4821 4.1681 16.376 4.95504 17.9394 6.52892C19.5028 8.1028 20.2845 10.0019 20.2845 12.2264C20.2845 13.1287 20.1376 13.9996 19.8438 14.839C19.55 15.6784 19.1093 16.4653 18.5217 17.1998L26.8318 25.4469L25.4468 26.832ZM12.2577 18.396C13.9575 18.396 15.4055 17.7926 16.6016 16.586C17.7978 15.3794 18.3958 13.9262 18.3958 12.2264C18.3958 10.5266 17.7978 9.07336 16.6016 7.86672C15.4055 6.66008 13.9575 6.05676 12.2577 6.05676C10.5369 6.05676 9.07323 6.66008 7.86659 7.86672C6.65994 9.07336 6.05662 10.5266 6.05662 12.2264C6.05662 13.9262 6.65994 15.3794 7.86659 16.586C9.07323 17.7926 10.5369 18.396 12.2577 18.396Z' fill='%23003A1F'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    width: 28px;
    height: 31px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 1; }
  .search-wrapper .form-control {
    border: 0;
    height: unset;
    line-height: unset;
    padding-left: 3.75rem; }
    .search-wrapper .form-control::placeholder {
      color: #034146;
      opacity: .5; }
  .search-wrapper .btn-primary {
    position: relative;
    right: -3px;
    min-width: 175px;
    height: 100%; }
    @media screen and (min-width: 1025px) {
      .search-wrapper .btn-primary:hover {
        background: #034146;
        color: var(--brand-text-primary);
        opacity: .7; } }
  @media screen and (max-width: 1200px) {
    .search-wrapper {
      max-width: 450px;
      flex: 0 0 450px; }
      .search-wrapper .btn-primary {
        min-width: unset; } }
  @media screen and (max-width: 991px) {
    .search-wrapper {
      flex: unset;
      max-width: unset;
      margin-bottom: 1.875rem;
      height: 48px; }
      .search-wrapper:before {
        width: 22px;
        height: 22px;
        left: 15px; } }

.summary-detail {
  padding-bottom: 6.875rem; }
  .summary-detail h5, .summary-detail .h5 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 9px; }
  .summary-detail__left {
    position: relative; }
    @media screen and (min-width: 1201px) {
      .summary-detail__left {
        width: 750px; } }
  .summary-detail__right {
    flex: 1;
    padding-left: 3.125rem; }
  .summary-detail__options .radio input[type='radio'] + span {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    color: #000; }
    .summary-detail__options .radio input[type='radio'] + span img {
      min-height: 50px; }
    .summary-detail__options .radio input[type='radio'] + span ul {
      justify-content: space-between;
      max-width: 470px; }
  .summary-detail__total {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 3.75rem;
    border-top: 1px solid #034146;
    margin-top: 7.5rem;
    margin-bottom: 3.75rem; }
    .summary-detail__total ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .summary-detail__total ul li {
        font-size: 1.5rem;
        font-weight: 600; }
        .summary-detail__total ul li:last-child {
          font-size: 2.25rem; }
  .summary-detail h3, .summary-detail .h3 {
    font-size: 2.125rem;
    font-weight: 700;
    margin-bottom: 1rem; }
  .summary-detail .all-delete {
    position: relative;
    display: block;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.12 8.72727H2.88C2.11618 8.72727 1.38364 9.00312 0.843533 9.49412C0.303428 9.98512 0 10.6511 0 11.3455C0 12.0398 0.303428 12.7058 0.843533 13.1968C1.38364 13.6878 2.11618 13.9636 2.88 13.9636H3.84V43.6364C3.84631 44.7919 4.35405 45.8985 5.25286 46.7156C6.15167 47.5327 7.36891 47.9943 8.64 48H39.36C40.6311 47.9943 41.8483 47.5327 42.7471 46.7156C43.646 45.8985 44.1537 44.7919 44.16 43.6364V13.9636H45.12C45.8838 13.9636 46.6164 13.6878 47.1565 13.1968C47.6966 12.7058 48 12.0398 48 11.3455C48 10.6511 47.6966 9.98512 47.1565 9.49412C46.6164 9.00312 45.8838 8.72727 45.12 8.72727ZM38.4 42.7636H9.6V13.9636H38.4V42.7636ZM11.52 2.61818C11.52 1.9238 11.8234 1.25785 12.3635 0.766848C12.9036 0.275843 13.6362 0 14.4 0H33.6C34.3638 0 35.0964 0.275843 35.6365 0.766848C36.1766 1.25785 36.48 1.9238 36.48 2.61818C36.48 3.31257 36.1766 3.97851 35.6365 4.46952C35.0964 4.96052 34.3638 5.23636 33.6 5.23636H14.4C13.6362 5.23636 12.9036 4.96052 12.3635 4.46952C11.8234 3.97851 11.52 3.31257 11.52 2.61818Z' fill='%23003A1F'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
    background-size: 100%;
    margin-left: 5px; }
    .summary-detail .all-delete:hover {
      opacity: 1;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.12 8.72727H2.88C2.11618 8.72727 1.38364 9.00312 0.843533 9.49412C0.303428 9.98512 0 10.6511 0 11.3455C0 12.0398 0.303428 12.7058 0.843533 13.1968C1.38364 13.6878 2.11618 13.9636 2.88 13.9636H3.84V43.6364C3.84631 44.7919 4.35405 45.8985 5.25286 46.7156C6.15167 47.5327 7.36891 47.9943 8.64 48H39.36C40.6311 47.9943 41.8483 47.5327 42.7471 46.7156C43.646 45.8985 44.1537 44.7919 44.16 43.6364V13.9636H45.12C45.8838 13.9636 46.6164 13.6878 47.1565 13.1968C47.6966 12.7058 48 12.0398 48 11.3455C48 10.6511 47.6966 9.98512 47.1565 9.49412C46.6164 9.00312 45.8838 8.72727 45.12 8.72727ZM38.4 42.7636H9.6V13.9636H38.4V42.7636ZM11.52 2.61818C11.52 1.9238 11.8234 1.25785 12.3635 0.766848C12.9036 0.275843 13.6362 0 14.4 0H33.6C34.3638 0 35.0964 0.275843 35.6365 0.766848C36.1766 1.25785 36.48 1.9238 36.48 2.61818C36.48 3.31257 36.1766 3.97851 35.6365 4.46952C35.0964 4.96052 34.3638 5.23636 33.6 5.23636H14.4C13.6362 5.23636 12.9036 4.96052 12.3635 4.46952C11.8234 3.97851 11.52 3.31257 11.52 2.61818Z' fill='%239E2415'/%3E%3C/svg%3E%0A"); }
  .summary-detail__add-code {
    display: flex;
    align-items: center; }
    .summary-detail__add-code .form-control {
      height: 3.0625rem;
      line-height: 3.0625rem;
      color: #034146;
      font-weight: 500;
      font-size: 1.125rem;
      border: 1.1198px solid #034146;
      border-radius: 10px;
      padding-right: 2.5rem; }
      .summary-detail__add-code .form-control::placeholder {
        color: rgba(3, 65, 70, 0.65); }
    .summary-detail__add-code .btn {
      width: 6.6875rem;
      height: 3.0625rem;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      font-size: 1.125rem;
      margin-left: 10px; }
  .summary-detail__order-summary ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .summary-detail__order-summary ul:not(:last-child) {
      margin-bottom: 0.9375rem; }
    .summary-detail__order-summary ul li {
      font-size: 1.0625rem;
      font-weight: 500; }
      .summary-detail__order-summary ul li.text-red {
        color: #AB0000; }
    .summary-detail__order-summary ul.total li {
      font-weight: 700;
      font-size: 1.25rem; }
  .summary-detail__payment-method h5, .summary-detail__payment-method .h5 {
    font-size: 1.75rem;
    font-weight: 700; }
  .summary-detail__payment-method .radio input[type='radio'] + span {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background: #fff;
    border: 1px solid #034146;
    color: #034146; }
    .summary-detail__payment-method .radio input[type='radio'] + span ul li img {
      max-width: 40px; }
    .summary-detail__payment-method .radio input[type='radio'] + span ul li:last-child {
      flex: 1;
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .summary-detail__payment-method .radio input[type='radio'] + span ul li:last-child:hover {
          opacity: .7; } }
    .summary-detail__payment-method .radio input[type='radio'] + span:after {
      width: 24px;
      height: 24px; }
    .summary-detail__payment-method .radio input[type='radio'] + span:before {
      width: 12px;
      height: 12px;
      right: 20px; }
  .summary-detail__payment-method .radio:last-child ul li:last-child {
    position: relative;
    left: -25px; }
  .summary-detail__payment-method .btn {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px; }
  .summary-detail .flex-wrapper {
    padding-top: 5rem;
    display: flex; }
  .summary-detail__item-summary .checkbox span {
    padding: 0; }
    .summary-detail__item-summary .checkbox span:after {
      display: inline-block;
      position: relative;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none; }
  .summary-detail__item-summary--head {
    position: absolute;
    z-index: 9; }
    @media screen and (min-width: 1201px) {
      .summary-detail__item-summary--head {
        width: 750px; } }
    .summary-detail__item-summary--head.sticky {
      position: fixed; }
  .summary-detail__item-summary--body {
    top: -17px;
    position: relative; }
    .summary-detail__item-summary--body .table {
      margin-top: 86px; }
      .summary-detail__item-summary--body .table__body {
        padding-top: 16px; }
  .summary-detail .cart-items__item {
    padding: 0;
    display: block;
    border: 0; }
    .summary-detail .cart-items__item.item-image {
      margin: 0;
      width: 150px;
      height: 150px;
      position: relative; }
    .summary-detail .cart-items__item--type {
      border: 1px solid #034146;
      border-radius: 30px;
      text-transform: uppercase;
      font-size: 1.125rem;
      padding: 0 1rem;
      height: 40px;
      line-height: 40px;
      display: inline-block; }
    .summary-detail .cart-items__item--price {
      font-size: 1.5rem;
      font-weight: 600;
      position: absolute;
      width: 100%;
      bottom: 0;
      right: 15px; }
      .summary-detail .cart-items__item--price span {
        color: #AB0000;
        text-decoration: line-through;
        margin-bottom: 8px;
        line-height: 1; }
        @media screen and (max-width: 667px) {
          .summary-detail .cart-items__item--price span {
            margin-bottom: 5px; } }
    .summary-detail .cart-items__item P {
      font-size: 1.375rem;
      font-weight: 400;
      line-height: 35px;
      height: 35px; }
    .summary-detail .cart-items__item--name a {
      font-size: 1.5625rem;
      font-weight: 600; }
    .summary-detail .cart-items__item--image {
      margin: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .summary-detail .cart-items__item .info {
      z-index: 1;
      font-size: 12px;
      top: -19px;
      padding: 6px 0 6px;
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
      right: auto; }
    .summary-detail .cart-items__item--delete {
      position: absolute;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      right: 13px;
      left: auto;
      display: inline-block;
      top: 0; }
  @media screen and (min-width: 992px) {
    .summary-detail .cart-items .quantity {
      width: 85px; } }
  .summary-detail .cart-items .quantity .form-control {
    font-size: 1.25rem; }
  .summary-detail .cart-items .quantity .btn-primary {
    background: #fff;
    line-height: 26px;
    box-shadow: none;
    background: #FFFCFC;
    width: 26px;
    min-width: 26px;
    height: 26px;
    font-size: 1.875rem; }
    .summary-detail .cart-items .quantity .btn-primary:hover {
      background: #034146;
      color: #fff; }
  .summary-detail .cart-items .quantity.append .bootstrap-touchspin-down {
    color: #034146 !important;
    border-color: #034146 !important;
    opacity: .7; }
    .summary-detail .cart-items .quantity.append .bootstrap-touchspin-down:hover {
      color: #fff !important; }
  .summary-detail .table__head {
    background: var(--brand-text-primary);
    border-radius: 10px;
    border: 0; }
  .summary-detail .table__row {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    .summary-detail .table__row--cell {
      font-size: 1.25rem;
      font-weight: 700;
      position: relative; }
  .summary-detail .table .table__body {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.11);
    border-radius: 19px;
    min-height: 400px;
    position: relative; }
    @media screen and (min-width: 992px) {
      .summary-detail .table .table__body {
        padding-top: 30px; } }
    .summary-detail .table .table__body .table__row {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem;
      border-color: #b3b3b3;
      position: relative; }
      .summary-detail .table .table__body .table__row:last-child {
        border: 0; }
  .summary-detail .table .packages {
    position: relative;
    z-index: 1; }
  .summary-detail .table .package {
    margin-bottom: 0;
    max-width: 100%; }
    .summary-detail .table .package label:not(.info) {
      font-size: 0.875rem; }
    .summary-detail .table .package .row label:not(.info) {
      padding: 0.6875rem 0.5625rem;
      font-size: 1rem; }
      .summary-detail .table .package .row label:not(.info) p {
        font-size: 0.875rem;
        margin-top: 4px;
        line-height: 1; }
    .summary-detail .table .package__title {
      font-size: 1.25rem; }
    .summary-detail .table .package__quantity {
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .summary-detail .table .package__quantity {
          justify-content: center; } }
  .summary-detail .table.skeleton .table__body .table__row {
    padding: 0.625rem 0; }
    .summary-detail .table.skeleton .table__body .table__row--cell:first-child, .summary-detail .table.skeleton .table__body .table__row--cell:last-child {
      opacity: 0;
      display: none; }
    .summary-detail .table.skeleton .table__body .table__row--cell .quantity {
      display: none; }
  .summary-detail .table.skeleton .cart-items__item {
    overflow: hidden; }
    .summary-detail .table.skeleton .cart-items__item.item-image {
      position: relative;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      overflow: hidden; }
      .summary-detail .table.skeleton .cart-items__item.item-image:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        background-size: 1000px 100%;
        z-index: 3; }
      .summary-detail .table.skeleton .cart-items__item.item-image:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
        background-repeat: no-repeat;
        -webkit-animation: skeletonShine 1s linear 0s infinite normal forwards;
        animation: skeletonShine 1s linear 0s infinite normal forwards;
        width: 100%;
        height: 100%;
        background-size: 1000px 100%;
        z-index: 3;
        opacity: .3; }
    .summary-detail .table.skeleton .cart-items__item--name, .summary-detail .table.skeleton .cart-items__item p {
      position: relative;
      height: 50px;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      overflow: hidden;
      border: 0;
      display: flex; }
      @media screen and (max-width: 991px) {
        .summary-detail .table.skeleton .cart-items__item--name, .summary-detail .table.skeleton .cart-items__item p {
          height: 30px; } }
      .summary-detail .table.skeleton .cart-items__item--name:before, .summary-detail .table.skeleton .cart-items__item p:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        background-size: 1000px 100%;
        z-index: 3; }
      .summary-detail .table.skeleton .cart-items__item--name:after, .summary-detail .table.skeleton .cart-items__item p:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
        background-repeat: no-repeat;
        -webkit-animation: skeletonShine 1s linear 0s infinite normal forwards;
        animation: skeletonShine 1s linear 0s infinite normal forwards;
        width: 100%;
        height: 100%;
        background-size: 1000px 100%;
        z-index: 3;
        opacity: .3; }
  .summary-detail .table.skeleton .packages {
    position: relative;
    overflow: hidden; }
    .summary-detail .table.skeleton .packages:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      background-size: 1000px 100%;
      z-index: 3; }
    .summary-detail .table.skeleton .packages:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      background-image: linear-gradient(135deg, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
      background-repeat: no-repeat;
      -webkit-animation: skeletonShine 1s linear 0s infinite normal forwards;
      animation: skeletonShine 1s linear 0s infinite normal forwards;
      width: 100%;
      height: 100%;
      background-size: 1000px 100%;
      z-index: 3;
      opacity: .3; }
  .summary-detail .card {
    padding: 1.875rem;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08); }
  .summary-detail .order-summary__discount-coupon input {
    font-size: 1rem; }
  .summary-detail .order-summary__discount-coupon span {
    font-size: 0.875rem;
    display: flex;
    align-items: center; }
    .summary-detail .order-summary__discount-coupon span i {
      font-style: normal;
      position: relative;
      top: 2px; }
  .summary-detail .order-summary__discount-coupon--code {
    font-size: 0.875rem;
    max-width: 155px;
    min-width: 155px;
    padding-left: 0.75rem; }
    .summary-detail .order-summary__discount-coupon--code span {
      width: 18px;
      height: 18px;
      min-width: 18px;
      margin-left: 0.625rem; }
  @media screen and (max-width: 1250px) and (min-width: 992px) {
    .summary-detail .package .row > div {
      flex: 0 0 auto;
      width: 33.33333333%; } }
  @media screen and (max-width: 1200px) {
    .summary-detail .flex-wrapper {
      flex-direction: column; }
    .summary-detail__right {
      margin-top: 2.5rem;
      padding: 0; }
      .summary-detail__right .separator {
        margin: 1.375rem 0; }
      .summary-detail__right .card {
        height: 100%; } }
  @media screen and (max-width: 991px) {
    .summary-detail {
      padding-bottom: 3.75rem; }
      .summary-detail .flex-wrapper {
        padding-top: 2.8125rem; }
      .summary-detail .cart-items__item--price {
        right: 10px; }
      .summary-detail .order-summary__discount-coupon {
        height: 50px; }
        .summary-detail .order-summary__discount-coupon--code {
          height: 35px;
          line-height: 35px; } }
  @media screen and (max-width: 767px) {
    .summary-detail h3, .summary-detail .h3 {
      font-size: 1.75rem; }
    .summary-detail h5, .summary-detail .h5 {
      font-size: 1.125rem; }
    .summary-detail__right .row > div:not(:last-child) {
      margin-bottom: 1.625rem; }
    .summary-detail .cart-items__item.item-image {
      width: 121px;
      height: 110px; }
    .summary-detail .cart-items__item--type {
      height: 30px;
      line-height: 30px;
      padding: 0 0.625rem; } }
  @media screen and (max-width: 667px) {
    .summary-detail .cart-items__item.item-image {
      width: 95px;
      height: 85px; }
    .summary-detail .cart-items__item--price {
      font-size: 1.375rem; }
    .summary-detail .cart-items__item--name a {
      font-size: 1rem; }
    .summary-detail .cart-items__item--name p {
      font-size: 1rem;
      height: 30px;
      line-height: 30px; }
    .summary-detail .table .package {
      padding: 1rem; }
      .summary-detail .table .package__title {
        font-size: 1rem; }
    .summary-detail .table__row--cell {
      font-size: 1rem; } }
  @media screen and (max-width: 575px) {
    .summary-detail .table [data-width='18'] {
      width: 22% !important; }
    .summary-detail .table [data-width='24'] {
      width: 30% !important; }
    .summary-detail .cart-items__item p {
      font-size: 0.875rem;
      line-height: 25px;
      height: 25px;
      padding: 0 6px; }
    .summary-detail .cart-items__item--type {
      font-size: 1rem; }
    .summary-detail .cart-items__item--price {
      font-size: 1.125rem; }
    .summary-detail .cart-items__item--name a {
      font-size: 0.9375rem; }
    .summary-detail .cart-items__item--name p {
      font-size: 0.9375rem; } }
  @media screen and (max-width: 500px) {
    .summary-detail .table .package > .d-flex {
      flex-direction: column; }
    .summary-detail .table .package__title {
      margin-bottom: 5px; } }
  @media screen and (max-width: 400px) {
    .summary-detail .cart-items__item.item-image {
      width: 85px;
      height: 80px; }
    .summary-detail .cart-items__item--type {
      font-size: 0.9375rem;
      padding: 0 0.375rem;
      height: 25px;
      line-height: 25px; }
    .summary-detail .cart-items__item--price {
      right: 5px; } }

.payment-method {
  padding-bottom: 3.125rem; }
  .payment-method__options .radio input[type="radio"] + span {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #034146;
    padding-right: 10px; }
    .payment-method__options .radio input[type="radio"] + span img {
      min-height: 50px; }
    .payment-method__options .radio input[type="radio"] + span:after {
      position: relative;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      display: inline-block;
      right: 0; }
    .payment-method__options .radio input[type="radio"] + span:before {
      right: 17px; }
  .payment-method__info h2, .payment-method__info .h2 {
    font-size: 2.4375rem;
    margin: 4.375rem 0 2.1875rem;
    text-align: center; }
  .payment-method__info span {
    font-size: 1.75rem;
    font-weight: 500; }
  .payment-method__info ul {
    list-style: none; }
    .payment-method__info ul li {
      font-size: 1.3125rem;
      font-weight: 700;
      line-height: 1.4; }
      .payment-method__info ul li:last-child {
        font-weight: 400; }
  .payment-method__info .order-detail {
    display: flex;
    flex-wrap: wrap; }
    .payment-method__info .order-detail ul {
      width: 45%; }
  .payment-method__info .content-box {
    border: 1px solid #034146;
    border-radius: 14px;
    padding: 3.125rem 4.375rem 1.25rem; }
    .payment-method__info .content-box p {
      font-size: 1.3125rem; }
  .payment-method__info .payment-method__total {
    padding-top: 0.9375rem;
    margin-bottom: 0; }
    .payment-method__info .payment-method__total ul li {
      font-size: 1.75rem !important;
      font-weight: 500 !important; }
  .payment-method__total {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 3.75rem;
    border-top: 1px solid #034146;
    margin-top: 7.5rem;
    margin-bottom: 3.75rem; }
    .payment-method__total ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      .payment-method__total ul li {
        font-size: 1.5rem;
        font-weight: 600; }
        .payment-method__total ul li:last-child {
          font-size: 2.25rem; }
  @media screen and (max-width: 991px) {
    .payment-method__info .content-box {
      padding: 1.875rem 1.875rem 1rem; }
    .payment-method .container-lg {
      max-width: 700px; } }
  @media screen and (max-width: 767px) {
    .payment-method__total {
      margin-top: 3.75rem; }
      .payment-method__total ul li {
        font-size: 1.25rem; }
        .payment-method__total ul li:last-child {
          font-size: 1.875rem; }
    .payment-method__info h2, .payment-method__info .h2 {
      font-size: 1.875rem;
      margin: 2.1875rem 0; }
    .payment-method__info .payment-method__total ul li {
      font-size: 1.5625rem !important; }
    .payment-method__info span {
      font-size: 1.5625rem; } }
  @media screen and (max-width: 575px) {
    .payment-method__info .content-box p {
      font-size: 1.125rem; }
    .payment-method__info ul li {
      font-size: 1.125rem; } }
  @media screen and (max-width: 450px) {
    .payment-method__info .order-detail {
      flex-direction: column; }
      .payment-method__info .order-detail ul {
        width: 100%; }
        .payment-method__info .order-detail ul:not(:last-child) {
          margin-bottom: 1.25rem; }
    .payment-method__info span {
      font-size: 1.375rem; } }

.subscriptions .page-head {
  padding-bottom: 7.5rem;
  color: var(--brand-text-primary); }
  .subscriptions .page-head__desc {
    max-width: 595px; }
  .subscriptions .page-head .button-row .btn svg {
    margin-left: 6px;
    margin-right: 0; }

.subscriptions .choose-plan {
  background: #fcfafa;
  position: relative;
  padding-bottom: 2.8125rem;
  padding-top: 1.875rem; }
  .subscriptions .choose-plan .main-tabs {
    justify-content: space-between;
    margin: 5.9375rem 0 1.875rem 0;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: flex !important; }
    .subscriptions .choose-plan .main-tabs .nav-link {
      width: 32%;
      height: 200px;
      font-size: 1.5625rem;
      font-weight: 600;
      background: #ffffff;
      border: 1px solid #034146;
      border-radius: 21.2901px;
      position: relative;
      padding: 2.1875rem 2.5rem;
      display: flex;
      flex-direction: column;
      text-align: center;
      align-items: center;
      justify-content: center;
      transition: .4s ease all;
      -webkit-transition: .4s ease all;
      -moz-transition: .4s ease all;
      -ms-transition: .4s ease all;
      -o-transition: .4s ease all; }
      @media screen and (min-width: 1025px) {
        .subscriptions .choose-plan .main-tabs .nav-link:hover {
          background: #034146; }
          .subscriptions .choose-plan .main-tabs .nav-link:hover span {
            background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffc289' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E"); } }
      .subscriptions .choose-plan .main-tabs .nav-link .icon {
        margin-bottom: 1rem; }
        .subscriptions .choose-plan .main-tabs .nav-link .icon svg {
          width: 50px;
          height: 50px; }
      .subscriptions .choose-plan .main-tabs .nav-link span {
        width: 40px;
        height: 40px;
        background-size: 100% 100%;
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23003A1F' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E"); }
      .subscriptions .choose-plan .main-tabs .nav-link.active {
        background: #034146;
        font-weight: 700; }
        .subscriptions .choose-plan .main-tabs .nav-link.active span {
          background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E"); }
      .subscriptions .choose-plan .main-tabs .nav-link p {
        font-size: 1rem;
        font-weight: 500;
        margin: 0.875rem 0 0 0;
        line-height: 1.5; }
      .subscriptions .choose-plan .main-tabs .nav-link:not(:last-child) {
        margin-right: 0; }

.subscriptions .section__head p {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.subscriptions .subscribers-plan {
  position: relative; }
  .subscriptions .subscribers-plan .toggler_filter {
    margin-top: 3.125rem; }
    .subscriptions .subscribers-plan .toggler_filter .nav-tabs {
      margin-top: -5px;
      display: block;
      padding: 5px 0 0;
      overflow: hidden; }
      .subscriptions .subscribers-plan .toggler_filter .nav-tabs li {
        width: 100%; }
        .subscriptions .subscribers-plan .toggler_filter .nav-tabs li:not(:last-child) {
          margin-right: 0; }
      .subscriptions .subscribers-plan .toggler_filter .nav-tabs .nav-link {
        background: #fcfafa;
        border: unset !important;
        border-radius: unset;
        box-shadow: unset;
        padding: 0.9375rem 1.25rem;
        flex-direction: row;
        justify-content: flex-start;
        min-height: auto;
        font-size: 1.125rem; }
        .subscriptions .subscribers-plan .toggler_filter .nav-tabs .nav-link img {
          max-width: 32px; }
    .subscriptions .subscribers-plan .toggler_filter .toggler_filter-btn {
      background: #fcfafa; }
    @media screen and (min-width: 1025px) {
      .subscriptions .subscribers-plan .toggler_filter .nav-tabs .nav-link:hover {
        background: rgba(3, 65, 70, 0.2); }
      .subscriptions .subscribers-plan .toggler_filter .toggler_filter-btn:hover {
        background: #034146; } }
  .subscriptions .subscribers-plan .nav {
    display: flex;
    justify-content: space-between;
    margin-top: 5.9375rem; }
    .subscriptions .subscribers-plan .nav li {
      width: 24%;
      position: relative; }
      .subscriptions .subscribers-plan .nav li .info {
        z-index: 1;
        padding: 6px 0;
        font-weight: 700;
        top: -26px; }
    .subscriptions .subscribers-plan .nav .nav-link {
      background: #FFFFFF;
      border: 1px solid #9B9B9B;
      box-shadow: 0px 4px 43px rgba(0, 0, 0, 0.11);
      border-radius: 9.13664px;
      width: 100%;
      font-weight: 600;
      justify-content: space-between;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 1.25rem;
      position: relative;
      z-index: 1;
      height: 100%; }
      .subscriptions .subscribers-plan .nav .nav-link > div:first-child {
        display: flex;
        flex-direction: column;
        align-items: center; }
      .subscriptions .subscribers-plan .nav .nav-link:hover {
        border-color: #034146;
        color: #034146; }
      .subscriptions .subscribers-plan .nav .nav-link.active {
        border: 6px solid #034146;
        color: #034146; }
      .subscriptions .subscribers-plan .nav .nav-link .icon {
        width: 80px;
        margin: 1.25rem 0; }
        .subscriptions .subscribers-plan .nav .nav-link .icon img {
          transition: .5s ease all;
          -webkit-transition: .5s ease all;
          -moz-transition: .5s ease all;
          -ms-transition: .5s ease all;
          -o-transition: .5s ease all; }
      .subscriptions .subscribers-plan .nav .nav-link p {
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0;
        line-height: 1; }
      @media screen and (min-width: 1025px) {
        .subscriptions .subscribers-plan .nav .nav-link:hover .icon img {
          transform: scale(1.2);
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2); } }
  .subscriptions .subscribers-plan__desc p {
    font-size: 1.25rem;
    font-weight: 600;
    max-width: 990px;
    margin: 0 auto;
    text-align: center; }
  .subscriptions .subscribers-plan__bottom {
    text-align: center; }
    .subscriptions .subscribers-plan__bottom p {
      font-weight: 400;
      font-size: 1.3125rem; }
      .subscriptions .subscribers-plan__bottom p a {
        font-weight: 600;
        text-decoration: underline;
        margin-left: 5px; }
    .subscriptions .subscribers-plan__bottom .button-row {
      margin: 3.125rem 0;
      text-align: center; }
      .subscriptions .subscribers-plan__bottom .button-row .btn {
        min-width: 24.375rem; }
        @media screen and (max-width: 767px) {
          .subscriptions .subscribers-plan__bottom .button-row .btn {
            min-width: 17.1875rem; } }
  .subscriptions .subscribers-plan .tab-content .button-row {
    text-align: center;
    margin-top: 1.875rem; }
    .subscriptions .subscribers-plan .tab-content .button-row .btn {
      min-width: 200px; }

.subscriptions__benefits {
  margin-top: 4.375rem;
  filter: drop-shadow(0px 9.07755px 60px rgba(0, 0, 0, 0.25));
  border-radius: 29.502px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 100;
  background: #034146;
  color: var(--brand-text-primary);
  padding: 1.75rem 0; }
  .subscriptions__benefits--title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    cursor: pointer; }
    .subscriptions__benefits--title:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(0);
      right: 30px;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23fff'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 21px;
      height: 13px;
      transition: .5s ease all; }
    .subscriptions__benefits--title.close:after {
      transform: translateY(-50%) rotate(180deg); }
  .subscriptions__benefits ul {
    list-style: none;
    margin-top: 2.375rem; }
    .subscriptions__benefits ul li {
      font-size: 1.3125rem;
      font-weight: 500;
      position: relative;
      display: flex;
      align-items: center;
      line-height: 1.25;
      padding: 0.5rem 1.875rem 0.5rem 5rem; }
      .subscriptions__benefits ul li:not(:last-child) {
        border-bottom: 1px solid rgba(35, 174, 183, 0.5);
        margin-bottom: 0; }
      .subscriptions__benefits ul li.unactive:before {
        background-color: #CDCDCD; }
      .subscriptions__benefits ul li .icons {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        min-width: 180px;
        margin-right: 0.4375rem; }
        .subscriptions__benefits ul li .icons svg:not(:first-child), .subscriptions__benefits ul li .icons img:not(:first-child) {
          margin-left: -6px; }
  .subscriptions__benefits .button-row {
    margin-top: 3.125rem;
    text-align: center; }
    .subscriptions__benefits .button-row .btn {
      min-width: 24.375rem; }
      @media screen and (max-width: 767px) {
        .subscriptions__benefits .button-row .btn {
          min-width: 17.1875rem; } }

.subscriptions__plan-comparison {
  margin-top: 2.8125rem; }
  .subscriptions__plan-comparison > a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    font-weight: 400;
    font-size: 1.3125rem;
    height: 4.5625rem;
    line-height: 4.5625rem;
    text-align: center;
    position: relative;
    margin-bottom: 1.125rem; }
    .subscriptions__plan-comparison > a:after {
      content: "";
      position: relative;
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #034146;
      margin-left: 18px;
      margin-top: 1px;
      transition: .4s ease all;
      -webkit-transition: .4s ease all;
      -moz-transition: .4s ease all;
      -ms-transition: .4s ease all;
      -o-transition: .4s ease all; }
    .subscriptions__plan-comparison > a.show {
      opacity: 1;
      background: #034146;
      color: var(--brand-text-primary); }
      .subscriptions__plan-comparison > a.show:after {
        border-left: 10px solid var(--brand-text-primary);
        transform: rotate(90deg); }
    @media screen and (min-width: 1025px) {
      .subscriptions__plan-comparison > a:hover {
        opacity: 1;
        background: #034146;
        color: var(--brand-text-primary); }
        .subscriptions__plan-comparison > a:hover:after {
          border-left: 10px solid var(--brand-text-primary); } }
  .subscriptions__plan-comparison .table {
    display: none; }
    .subscriptions__plan-comparison .table__head .table__row--cell {
      font-weight: 700; }
    .subscriptions__plan-comparison .table span {
      position: relative; }
  .subscriptions__plan-comparison p {
    margin-top: 2.8125rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center; }
    .subscriptions__plan-comparison p a {
      margin-left: 5px;
      border-bottom: 2px solid;
      padding-bottom: 2px; }

.subscriptions.gift {
  padding-bottom: 0; }
  .subscriptions.gift .steps,
  .subscriptions.gift .choose-plan {
    background: #fefefe; }
  .subscriptions.gift .payment-method {
    padding-bottom: 3.75rem; }
    .subscriptions.gift .payment-method__options .radio input[type="radio"] + span {
      border-color: #034146; }
  .subscriptions.gift .confirmed {
    padding-bottom: 3.75rem; }
    .subscriptions.gift .confirmed .section__head--icon {
      width: 8.75rem;
      height: 8.75rem;
      margin-left: auto;
      margin-right: auto;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      background: #034146;
      margin-bottom: 4.0625rem; }
      .subscriptions.gift .confirmed .section__head--icon img {
        max-width: 75%; }
    .subscriptions.gift .confirmed .section__head h2, .subscriptions.gift .confirmed .section__head .h2 {
      font-size: 2.125rem;
      font-weight: 700;
      text-align: center;
      max-width: 750px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.4;
      margin-bottom: 1.25rem; }
    .subscriptions.gift .confirmed .section__head--desc {
      max-width: 860px;
      margin-left: auto;
      margin-right: auto; }
      .subscriptions.gift .confirmed .section__head--desc p {
        color: #034146;
        padding: 0 1.5625rem;
        font-size: 1.5rem; }
        .subscriptions.gift .confirmed .section__head--desc p a {
          font-weight: 700; }
    .subscriptions.gift .confirmed .payment-method__info .order-detail ul {
      margin-bottom: 3.125rem; }

.subscriptions.gift-detail .steps,
.subscriptions.gift-detail .choose-plan {
  background: #fefefe; }

.subscriptions.gift-detail .section__head {
  margin-bottom: 3.125rem; }

.subscriptions.gift-detail .form-label {
  font-size: 1.3125rem;
  font-weight: 700; }

.subscriptions.gift-detail .form-control {
  border-radius: 16px;
  border-color: #034146; }
  .subscriptions.gift-detail .form-control::placeholder {
    color: #034146;
    opacity: .5; }

.subscriptions.gift-detail textarea.form-control {
  min-height: 220px;
  border-radius: 26px; }
  .subscriptions.gift-detail textarea.form-control::placeholder {
    color: #034146; }

.subscriptions.gift-detail .choose-plan p {
  font-size: 1.3125rem; }

.subscriptions.gift-detail .checkbox label input + span {
  font-size: 1.125rem;
  font-weight: 400; }

@media screen and (max-width: 1024px) {
  .subscriptions .choose-plan .main-tabs {
    max-width: 850px; }
  .subscriptions .subscribers-plan__desc p {
    max-width: 850px; } }

@media screen and (max-width: 991px) {
  .subscriptions .choose-plan .main-tabs {
    margin: 2.5rem auto 1.875rem auto;
    max-width: 650px; }
    .subscriptions .choose-plan .main-tabs .nav-link {
      padding: 1rem;
      height: 130px; }
      .subscriptions .choose-plan .main-tabs .nav-link .icon svg {
        width: 35px;
        height: 35px; }
  .subscriptions .subscribers-plan .toggler_filter .nav-tabs .nav-link img {
    max-width: 22px; }
  .subscriptions .subscribers-plan .nav {
    margin-top: 4.375rem; }
    .subscriptions .subscribers-plan .nav li .info {
      top: -23px; }
    .subscriptions .subscribers-plan .nav .nav-link {
      min-height: 105px;
      height: 100%;
      padding-left: 5rem;
      align-items: flex-start;
      justify-content: space-around;
      text-align: left;
      font-size: 1.125rem; }
      .subscriptions .subscribers-plan .nav .nav-link .icon {
        position: absolute;
        left: 10px;
        width: 45px;
        margin: 0; }
      .subscriptions .subscribers-plan .nav .nav-link p {
        font-size: 1.25rem; }
  .subscriptions .subscribers-plan__desc p {
    max-width: 650px;
    font-size: 1.125rem; }
  .subscriptions.gift .confirmed .section__head--icon {
    width: 7.5rem;
    height: 7.5rem;
    margin-bottom: 2.1875rem; }
  .subscriptions.gift .confirmed .section__head--desc p {
    font-size: 1.375rem; }
  .subscriptions.gift-detail textarea.form-control {
    min-height: 150px; } }

@media screen and (max-width: 850px) {
  .subscriptions__plan-comparison .table [data-width='60'] {
    width: 52% !important; } }

@media screen and (max-width: 767px) {
  .subscriptions .choose-plan .main-tabs {
    justify-content: space-between;
    max-width: 500px; }
    .subscriptions .choose-plan .main-tabs .nav-link {
      width: 31%;
      font-size: 1.25rem;
      height: 110px; }
      .subscriptions .choose-plan .main-tabs .nav-link p {
        line-height: 1.2;
        font-size: 0.9375rem; }
      .subscriptions .choose-plan .main-tabs .nav-link .icon svg {
        width: 30px;
        height: 30px; }
      .subscriptions .choose-plan .main-tabs .nav-link span {
        width: 30px;
        height: 30px; }
  .subscriptions .subscribers-plan .nav li .info {
    font-size: 0.9375rem;
    padding: 4px 0;
    top: -17px; }
  .subscriptions .subscribers-plan .nav .nav-link {
    padding-left: 3.75rem;
    font-size: 1rem; }
    .subscriptions .subscribers-plan .nav .nav-link.active {
      border-width: 3px; }
      .subscriptions .subscribers-plan .nav .nav-link.active:after {
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 18px solid #034146;
        bottom: -18px; }
    .subscriptions .subscribers-plan .nav .nav-link p {
      font-size: 1.125rem; }
    .subscriptions .subscribers-plan .nav .nav-link .icon {
      width: 35px;
      left: 5px; }
  .subscriptions .subscribers-plan__desc p {
    max-width: 500px;
    font-size: 1rem; }
  .subscriptions .subscribers-plan .tab-content .button-row .btn {
    min-width: 170px; }
  .subscriptions .subscribers-plan__bottom p {
    font-size: 1.25rem; }
  .subscriptions__benefits {
    margin-top: 2.5rem;
    padding: 1.875rem; }
    .subscriptions__benefits--title {
      font-size: 1.3125rem;
      padding: 0 40px; }
      .subscriptions__benefits--title:after {
        width: 15px;
        right: 20px; }
    .subscriptions__benefits ul li {
      font-size: 1.0625rem;
      padding: 0.375rem; }
      .subscriptions__benefits ul li .icons {
        min-width: 115px; }
        .subscriptions__benefits ul li .icons svg, .subscriptions__benefits ul li .icons img {
          width: 30px; }
  .subscriptions__plan-comparison p {
    font-size: 1.25rem;
    margin-top: 1.25rem; }
  .subscriptions__plan-comparison > a {
    height: 3.75rem;
    line-height: 3.75rem; }
  .subscriptions__plan-comparison .table img {
    max-width: 30px; }
  .subscriptions.gift .payment-method .button-row {
    margin-bottom: 0 !important; }
  .subscriptions.gift .confirmed .section__head--icon {
    width: 5.625rem;
    height: 5.625rem; }
  .subscriptions.gift .confirmed .section__head--desc p {
    font-size: 1.125rem; }
  .subscriptions.gift .confirmed .section__head h2, .subscriptions.gift .confirmed .section__head .h2 {
    font-size: 1.875rem; }
  .subscriptions.gift .confirmed .button-row {
    margin-bottom: 0 !important; }
  .subscriptions.gift-detail .form-label {
    font-size: 1.125rem; }
  .subscriptions.gift-detail .choose-plan p {
    font-size: 1.125rem; } }

@media screen and (max-width: 667px) {
  .subscriptions .subscribers-plan .nav {
    overflow-x: scroll;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
    padding: 20px 0; }
    .subscriptions .subscribers-plan .nav li {
      width: 150px;
      min-width: 150px; }
      .subscriptions .subscribers-plan .nav li:not(:last-child) {
        margin-right: 0.9375rem; }
    .subscriptions .subscribers-plan .nav .nav-link {
      padding: 10px;
      padding-top: 3.125rem;
      align-items: center;
      text-align: center;
      justify-content: flex-end;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11); }
      .subscriptions .subscribers-plan .nav .nav-link .icon {
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        width: 27px; }
      .subscriptions .subscribers-plan .nav .nav-link p {
        font-size: 1rem;
        margin-top: 5px; }
      .subscriptions .subscribers-plan .nav .nav-link.active {
        border-width: 2px; } }

@media screen and (max-width: 575px) {
  .subscriptions .subscribers-plan__desc p {
    max-width: unset; }
  .subscriptions .subscribers-plan .toggler_filter .nav-tabs .nav-link {
    font-size: 1rem; }
  .subscriptions .choose-plan .main-tabs {
    border: 0;
    max-width: unset; }
    .subscriptions .choose-plan .main-tabs .nav-link {
      height: auto;
      border-radius: 10px;
      box-shadow: none;
      font-size: 1.125rem;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      .subscriptions .choose-plan .main-tabs .nav-link span {
        width: 25px;
        height: 25px; }
      .subscriptions .choose-plan .main-tabs .nav-link p {
        line-height: 1.3;
        margin-top: 5px; }
  .subscriptions__benefits {
    padding: 1.125rem; } }

@media screen and (max-width: 575px) and (min-width: 451px) {
  .subscriptions__plan-comparison .table [data-width='14'] {
    width: 11% !important; } }

@media screen and (max-width: 575px) {
  .subscriptions.gift .confirmed .payment-method__info .order-detail ul {
    width: 50%;
    margin-bottom: 1.875rem; } }

@media screen and (max-width: 450px) {
  .subscriptions .choose-plan .main-tabs .nav-link {
    font-size: 1rem; }
  .subscriptions__plan-comparison p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .subscriptions__plan-comparison p a {
      margin: 5px 0 0 0; }
  .subscriptions__plan-comparison .table [data-width='60'] {
    width: 41% !important; }
  .subscriptions .subscribers-plan__bottom p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .subscriptions .subscribers-plan__bottom p a {
      margin: 5px 0 0 0; }
  .subscriptions.gift .confirmed .payment-method__info .order-detail ul {
    width: 100%; } }

@media screen and (max-width: 370px) {
  .subscriptions__plan-comparison .table__row--cell {
    font-size: 0.875rem; } }

@media screen and (max-width: 991px) {
  .show-on-lg {
    display: block !important; }
  .hide-on-lg {
    display: none !important; } }

@media screen and (max-width: 575px) {
  .toggler-filter.on-575 {
    position: relative; }
    .toggler-filter.on-575 .nav.nav-tabs {
      flex-direction: row !important;
      background: #fff;
      padding: 0.9375rem;
      margin: 0 0 1.5625rem 0;
      width: 100%;
      height: auto;
      background-size: cover;
      background-position: center center;
      position: absolute;
      z-index: 99;
      display: none;
      box-shadow: -1px 10px 17px -5px rgba(95, 93, 93, 0.75);
      -webkit-box-shadow: -1px 10px 17px -5px rgba(141, 135, 135, 0.75);
      -moz-box-shadow: -1px 10px 17px -5px rgba(138, 133, 133, 0.75); }
      .toggler-filter.on-575 .nav.nav-tabs .nav-link {
        display: block;
        width: 100%;
        padding: 0.625rem !important;
        margin-bottom: 0.625rem; }
    .toggler-filter.on-575 .toggle-filter-btn {
      display: block !important;
      padding: 0.9375rem;
      font-size: 1.125rem;
      background-color: #034146;
      color: white;
      border-radius: 5px;
      font-weight: 700;
      text-transform: uppercase;
      border-bottom: 2px solid #fff;
      position: relative;
      margin: 1.25rem 0;
      padding-right: 48px;
      width: 100%;
      border: 0;
      line-height: 1.4; }
      .toggler-filter.on-575 .toggle-filter-btn:after {
        background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='angle-down' class='svg-inline--fa fa-angle-down fa-w-10' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23fff' d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'%3E%3C/path%3E%3C/svg%3E");
        content: '';
        position: absolute;
        right: 17px;
        top: 50%;
        -webkit-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
        transform: translateY(-50%) scale(0.9);
        height: 34px;
        width: 25px;
        background-repeat: no-repeat; } }

.content-bg {
  background: #034146;
  border-radius: 21px;
  padding: 3.125rem; }

.blog .scroll-up {
  padding-bottom: 1.875rem;
  display: flex;
  justify-content: flex-end; }

.blog .top-section {
  background: #034146;
  padding-top: 6.25rem;
  padding-bottom: 3.125rem; }
  .blog .top-section h1, .blog .top-section .h1 {
    color: var(--brand-text-primary);
    margin-bottom: 3.75rem; }
  .blog .top-section__image {
    height: 400px; }
    .blog .top-section__image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 16px;
      transition: .5s ease all;
      -webkit-transition: .5s ease all;
      -moz-transition: .5s ease all;
      -ms-transition: .5s ease all;
      -o-transition: .5s ease all; }
    @media screen and (min-width: 1025px) {
      .blog .top-section__image a:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1); } }
  .blog .top-section__title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--brand-text-primary);
    line-height: 1.4;
    margin-bottom: 1.25rem; }
    .blog .top-section__title a {
      color: var(--brand-text-primary); }
  .blog .top-section p {
    color: var(--brand-text-primary);
    margin-bottom: 0;
    line-height: 1.5; }
  .blog .top-section .tag-list-wrapper {
    margin-bottom: 2.5rem; }
    .blog .top-section .tag-list-wrapper .tag-list li {
      border: 2px solid #FBFBFB;
      border-radius: 28px;
      font-size: 1rem;
      color: #FBFBFB;
      min-height: 40px;
      margin: 0;
      padding: 5px 10px;
      min-width: 50px; }
      .blog .top-section .tag-list-wrapper .tag-list li:not(:last-child) {
        margin-right: 0.8125rem; }
      .blog .top-section .tag-list-wrapper .tag-list li a {
        color: #FBFBFB;
        font-size: 1rem; }
  .blog .top-section__link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--brand-text-primary);
    font-weight: 500; }
    .blog .top-section__link a {
      color: var(--brand-text-primary);
      margin-left: 8px;
      background-image: url("data:image/svg+xml,%0A%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 430.65 433.28'%3E%3Cpath d='M54.45,217.45c0,44-.09,88,0,132,.07,22.91,7.89,31.09,30.84,31.14q130.91.3,261.8,0c22.26,0,30.55-8.91,30.6-31.65.1-46.62-.17-93.24.15-139.86.16-22.9,17.45-36.2,36.11-28.34,10.66,4.5,17,12.92,17.1,24.48.26,52.33,1.27,104.71-.37,157-1.17,37.33-31.27,66.18-68.18,70.5-21.89,2.57-43.8,1.37-65.7,1.43q-103.93.33-207.86.06c-24.33,0-46.94-4.7-65.09-23-14.7-14.8-22.67-32.31-22.71-53.06C1,264.44.8,170.76,1.25,77.08,1.45,35.15,34,3,78.74,1.8c48.64-1.32,97.34-.59,146-.18,17.8.15,30.07,11.83,30.13,26.67.06,16.25-11.64,26.61-30.81,26.67-46,.14-92.09,0-138.13.09-23.7.05-31.41,7.84-31.46,31.78C54.37,130.37,54.44,173.91,54.45,217.45Z' transform='translate(-0.98 -1.05)' fill='%23ffc289'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      width: 30px;
      height: 30px;
      min-width: 30px; }
      .blog .top-section__link a span {
        transform: rotate(-45deg);
        display: flex; }
        .blog .top-section__link a span:after {
          content: "";
          position: absolute;
          background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 234.74 146.84' fill='%23ffc289'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M169.64,54.9c-8.42-8.43-16.13-16-23.75-23.77a18,18,0,0,1-1.81-23.58c5.91-7.73,15.76-9.79,24-4.95a19.84,19.84,0,0,1,3.77,3q29.28,29.22,58.49,58.48c5.86,5.87,5.82,12.8-.1,18.73Q201.19,112,172.05,141c-7.67,7.65-18.64,7.72-26.06.3s-7.33-18.35.29-26c6.67-6.73,13.4-13.41,20.1-20.12.86-.85,1.71-1.71,2.67-2.67-1.66-1.17-3.19-.68-4.6-.69q-72,0-144.08,0c-7,0-13.09-2-17.11-8.11a17.71,17.71,0,0,1-1-18.84c3.41-6.6,9.14-9.74,16.46-9.78,14.84-.1,29.69,0,44.53,0H164.64C166,55,167.32,55,169.64,54.9Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
          width: 20px;
          height: 20px;
          right: 4px;
          top: 5px; }
      .blog .top-section__link a:hover span:after {
        animation: link-arrow-animation .6s infinite alternate; }

.blog__top-head {
  padding: 3.75rem 0;
  display: flex;
  align-items: center;
  position: relative; }
  .blog__top-head h2, .blog__top-head .h2 {
    margin-bottom: 0;
    position: relative;
    padding-right: 1.25rem;
    margin-right: 1.625rem;
    font-size: 2.8125rem; }
    .blog__top-head h2:after, .blog__top-head .h2:after {
      content: "";
      position: absolute;
      right: 0;
      width: 6px;
      height: 80%;
      background: #034146;
      top: 0;
      bottom: 0;
      margin: auto; }

.blog .search a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%0A%3Csvg width='28' height='31' viewBox='0 0 28 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.4468 26.832L17.1682 18.5534C16.5387 19.099 15.8042 19.5239 14.9648 19.8282C14.1254 20.1325 13.2335 20.2846 12.2892 20.2846C10.0228 20.2846 8.10267 19.4977 6.52879 17.9238C4.95491 16.3499 4.16797 14.4508 4.16797 12.2264C4.16797 10.0019 4.95491 8.1028 6.52879 6.52892C8.10267 4.95504 10.0123 4.1681 12.2577 4.1681C14.4821 4.1681 16.376 4.95504 17.9394 6.52892C19.5028 8.1028 20.2845 10.0019 20.2845 12.2264C20.2845 13.1287 20.1376 13.9996 19.8438 14.839C19.55 15.6784 19.1093 16.4653 18.5217 17.1998L26.8318 25.4469L25.4468 26.832ZM12.2577 18.396C13.9575 18.396 15.4055 17.7926 16.6016 16.586C17.7978 15.3794 18.3958 13.9262 18.3958 12.2264C18.3958 10.5266 17.7978 9.07336 16.6016 7.86672C15.4055 6.66008 13.9575 6.05676 12.2577 6.05676C10.5369 6.05676 9.07323 6.66008 7.86659 7.86672C6.65994 9.07336 6.05662 10.5266 6.05662 12.2264C6.05662 13.9262 6.65994 15.3794 7.86659 16.586C9.07323 17.7926 10.5369 18.396 12.2577 18.396Z' fill='%23003A1F'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  width: 28px;
  height: 31px; }

.blog .search .search-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #034146;
  border-radius: 12px;
  background: #fbfbfb;
  padding-left: 0.625rem;
  padding-right: 1.25rem;
  max-width: unset;
  height: 70px;
  width: 0;
  visibility: hidden;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='28' height='31' viewBox='0 0 28 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.4468 26.832L17.1682 18.5534C16.5387 19.099 15.8042 19.5239 14.9648 19.8282C14.1254 20.1325 13.2335 20.2846 12.2892 20.2846C10.0228 20.2846 8.10267 19.4977 6.52879 17.9238C4.95491 16.3499 4.16797 14.4508 4.16797 12.2264C4.16797 10.0019 4.95491 8.1028 6.52879 6.52892C8.10267 4.95504 10.0123 4.1681 12.2577 4.1681C14.4821 4.1681 16.376 4.95504 17.9394 6.52892C19.5028 8.1028 20.2845 10.0019 20.2845 12.2264C20.2845 13.1287 20.1376 13.9996 19.8438 14.839C19.55 15.6784 19.1093 16.4653 18.5217 17.1998L26.8318 25.4469L25.4468 26.832ZM12.2577 18.396C13.9575 18.396 15.4055 17.7926 16.6016 16.586C17.7978 15.3794 18.3958 13.9262 18.3958 12.2264C18.3958 10.5266 17.7978 9.07336 16.6016 7.86672C15.4055 6.66008 13.9575 6.05676 12.2577 6.05676C10.5369 6.05676 9.07323 6.66008 7.86659 7.86672C6.65994 9.07336 6.05662 10.5266 6.05662 12.2264C6.05662 13.9262 6.65994 15.3794 7.86659 16.586C9.07323 17.7926 10.5369 18.396 12.2577 18.396Z' fill='%23003A1F'/%3E%3C/svg%3E%0A");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 10px center;
  transition: .5s ease all;
  margin-bottom: 0;
  opacity: 0; }
  .blog .search .search-wrapper::before {
    display: none; }
  .blog .search .search-wrapper .form-control {
    background: transparent;
    padding-left: 2.5rem;
    font-size: 1.375rem; }
  .blog .search .search-wrapper .cancel-btn {
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.56094 18.884L0.117188 17.4402L8.05781 9.49961L0.117188 1.55898L1.56094 0.115234L9.50156 8.05586L17.4422 0.115234L18.8859 1.55898L10.9453 9.49961L18.8859 17.4402L17.4422 18.884L9.50156 10.9434L1.56094 18.884Z' fill='%23003A1F'/%3E%3C/svg%3E");
    background-size: cover;
    background-size: 12px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    background-position: center center;
    border: 1px solid #034146;
    padding: 0;
    outline: none;
    border-radius: 100%;
    background-color: transparent; }
    @media screen and (min-width: 1025px) {
      .blog .search .search-wrapper .cancel-btn:hover {
        opacity: .7; } }
  .blog .search .search-wrapper .clearable__clear {
    position: static;
    margin-right: 0.625rem; }

.blog .search.active a {
  display: none; }

.blog .search.active .search-wrapper {
  width: 100%;
  visibility: visible;
  opacity: 1; }

.blog .search-results p {
  font-size: 1.375rem;
  font-weight: 700; }

.blog .search-results ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.875rem; }
  .blog .search-results ul li {
    border-radius: 6px;
    background: rgba(3, 65, 70, 0.2);
    font-size: 1.375rem;
    font-weight: 500;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all;
    min-width: 245px;
    margin-right: 1rem;
    margin-bottom: 1rem; }
    .blog .search-results ul li span {
      background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.56094 18.884L0.117188 17.4402L8.05781 9.49961L0.117188 1.55898L1.56094 0.115234L9.50156 8.05586L17.4422 0.115234L18.8859 1.55898L10.9453 9.49961L18.8859 17.4402L17.4422 18.884L9.50156 10.9434L1.56094 18.884Z' fill='%23003A1F'/%3E%3C/svg%3E");
      background-size: 100%;
      background-repeat: no-repeat;
      width: 19px;
      height: 19px;
      display: inline-block;
      margin-left: 1rem;
      cursor: pointer; }
      .blog .search-results ul li span:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.56094 18.884L0.117188 17.4402L8.05781 9.49961L0.117188 1.55898L1.56094 0.115234L9.50156 8.05586L17.4422 0.115234L18.8859 1.55898L10.9453 9.49961L18.8859 17.4402L17.4422 18.884L9.50156 10.9434L1.56094 18.884Z' fill='%23aa0000'/%3E%3C/svg%3E"); }

.blog .card {
  background: #fff;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.12);
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border: 1px solid #034146;
  height: 100%;
  overflow: hidden; }
  .blog .card .custom-arrows .custom-arrow {
    top: 47%; }
  .blog .card .custom-arrows__prev {
    left: -25px; }
  .blog .card .custom-arrows__next {
    right: -25px; }
  .blog .card .swiper {
    width: 100%; }
  .blog .card__image {
    position: relative;
    min-height: 260px;
    width: 100%;
    z-index: 9; }
    .blog .card__image a {
      display: block;
      height: 100%; }
    .blog .card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: .5s ease all;
      -webkit-transition: .5s ease all;
      -moz-transition: .5s ease all;
      -ms-transition: .5s ease all;
      -o-transition: .5s ease all;
      overflow: hidden;
      border-radius: 26px; }
    @media screen and (min-width: 1025px) {
      .blog .card__image a {
        opacity: 1; }
        .blog .card__image a:hover img {
          transform: scale(1.1);
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1); } }
  .blog .card__content {
    padding: 1.5625rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between; }
    .blog .card__content svg {
      width: 30px; }
    .blog .card__content a {
      z-index: 9;
      background-image: url("data:image/svg+xml,%0A%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 430.65 433.28'%3E%3Cpath d='M54.45,217.45c0,44-.09,88,0,132,.07,22.91,7.89,31.09,30.84,31.14q130.91.3,261.8,0c22.26,0,30.55-8.91,30.6-31.65.1-46.62-.17-93.24.15-139.86.16-22.9,17.45-36.2,36.11-28.34,10.66,4.5,17,12.92,17.1,24.48.26,52.33,1.27,104.71-.37,157-1.17,37.33-31.27,66.18-68.18,70.5-21.89,2.57-43.8,1.37-65.7,1.43q-103.93.33-207.86.06c-24.33,0-46.94-4.7-65.09-23-14.7-14.8-22.67-32.31-22.71-53.06C1,264.44.8,170.76,1.25,77.08,1.45,35.15,34,3,78.74,1.8c48.64-1.32,97.34-.59,146-.18,17.8.15,30.07,11.83,30.13,26.67.06,16.25-11.64,26.61-30.81,26.67-46,.14-92.09,0-138.13.09-23.7.05-31.41,7.84-31.46,31.78C54.37,130.37,54.44,173.91,54.45,217.45Z' transform='translate(-0.98 -1.05)' fill='%23003a1f'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      width: 30px;
      height: 30px;
      min-width: 30px; }
      .blog .card__content a span {
        transform: rotate(-45deg);
        display: flex; }
        .blog .card__content a span:after {
          content: "";
          position: absolute;
          background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 234.74 146.84' fill='%23003a1f'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M169.64,54.9c-8.42-8.43-16.13-16-23.75-23.77a18,18,0,0,1-1.81-23.58c5.91-7.73,15.76-9.79,24-4.95a19.84,19.84,0,0,1,3.77,3q29.28,29.22,58.49,58.48c5.86,5.87,5.82,12.8-.1,18.73Q201.19,112,172.05,141c-7.67,7.65-18.64,7.72-26.06.3s-7.33-18.35.29-26c6.67-6.73,13.4-13.41,20.1-20.12.86-.85,1.71-1.71,2.67-2.67-1.66-1.17-3.19-.68-4.6-.69q-72,0-144.08,0c-7,0-13.09-2-17.11-8.11a17.71,17.71,0,0,1-1-18.84c3.41-6.6,9.14-9.74,16.46-9.78,14.84-.1,29.69,0,44.53,0H164.64C166,55,167.32,55,169.64,54.9Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
          width: 20px;
          height: 20px;
          right: 4px;
          top: 5px; }
      .blog .card__content a:hover span:after {
        animation: link-arrow-animation .6s infinite alternate; }
    .blog .card__content--new {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: start;
      list-style: none;
      margin-bottom: 1rem; }
      .blog .card__content--new li {
        font-size: 10px;
        font-weight: 500;
        position: relative; }
        .blog .card__content--new li:not(:last-child) {
          padding-right: 6px;
          margin-right: 6px; }
          .blog .card__content--new li:not(:last-child):after {
            content: "";
            position: absolute;
            width: 1px;
            height: 100%;
            background: #034146;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto; }
    .blog .card__content h4, .blog .card__content .h4 {
      font-size: 1.0625rem;
      font-weight: 700;
      margin-right: 10px;
      margin-bottom: 0;
      line-height: 1.3;
      min-height: 65px;
      z-index: 9; }
      .blog .card__content h4 a, .blog .card__content .h4 a {
        background: unset; }
    .blog .card__content p {
      font-size: 13px;
      margin: 0.8125rem 0 1.875rem; }
  .blog .card .tag-list-wrapper .tag-list {
    flex-wrap: wrap; }
    .blog .card .tag-list-wrapper .tag-list li {
      color: #034146;
      border-color: #034146;
      font-size: 12px;
      font-weight: 500;
      min-height: 30px;
      margin: 0;
      margin-bottom: 10px; }
      .blog .card .tag-list-wrapper .tag-list li:not(:last-child) {
        margin-right: 0.625rem; }

.blog .blog-wrapper {
  padding: 0 2.1875rem; }
  .blog .blog-wrapper > div {
    margin-bottom: 3.125rem; }

.blog .no-results__content {
  padding-top: 3.125rem; }
  .blog .no-results__content--image {
    padding-top: 3.125rem; }
  .blog .no-results__content .search {
    position: relative;
    height: 70px;
    top: 50% !important; }
    .blog .no-results__content .search .search-wrapper {
      top: 50% !important; }

.blog .pagination-wrapper {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem; }

@media screen and (min-width: 1025px) {
  .blog__top-head .nav-pills .nav-item .nav-link:not(.active):hover {
    opacity: .7; } }

@media screen and (max-width: 1300px) {
  .blog__top-head .nav-pills .nav-item:not(:last-child) {
    margin-right: 1.125rem; }
  .blog__top-head .nav-pills .nav-item .nav-link {
    font-size: 1.25rem; } }

@media screen and (max-width: 1200px) {
  .blog .top-section .tag-list-wrapper .tag-list li {
    font-size: 1rem; }
  .blog__top-head h2, .blog__top-head .h2 {
    font-size: 2.5rem; } }

@media screen and (max-width: 991px) {
  .blog .top-section {
    padding-top: 3.125rem;
    padding-bottom: 1.25rem; }
    .blog .top-section h1, .blog .top-section .h1 {
      text-align: center;
      margin-bottom: 1.875rem; }
    .blog .top-section__image {
      max-width: 450px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1.5625rem;
      height: auto; }
    .blog .top-section__title {
      text-align: center;
      font-size: 1.6875rem; }
    .blog .top-section p {
      text-align: center; }
    .blog .top-section .tag-list-wrapper {
      text-align: center;
      justify-content: center; }
    .blog .top-section__link {
      text-align: right;
      margin-top: 1.5625rem; }
      .blog .top-section__link a {
        width: 22px;
        height: 22px;
        min-width: 22px; }
        .blog .top-section__link a span:after {
          width: 14px;
          height: 14px;
          top: 4px; }
  .blog .search .search-wrapper {
    height: 55px; }
    .blog .search .search-wrapper .form-control {
      font-size: 1.25rem; }
  .blog .search-results p {
    font-size: 1.25rem; }
  .blog .search-results ul li {
    min-width: 180px;
    font-size: 1.25rem; }
    .blog .search-results ul li span {
      width: 14px;
      height: 14px; }
  .blog .no-results .search {
    height: 55px; }
  .blog .show-on-lg {
    display: flex !important; } }

@media screen and (max-width: 767px) {
  .blog .top-section .tag-list-wrapper {
    margin-bottom: 1.5625rem; }
    .blog .top-section .tag-list-wrapper .tag-list li {
      margin-bottom: 0.9375rem;
      min-height: 35px;
      min-width: 65px; }
  .blog__top-head {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 2.8125rem;
    padding-bottom: 2.8125rem; }
    .blog__top-head h2, .blog__top-head .h2 {
      font-size: 1.875rem;
      margin: 0 0 1rem 0;
      padding: 0 0 6px 0; }
      .blog__top-head h2:after, .blog__top-head .h2:after {
        width: 80%;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        top: auto; }
    .blog__top-head .nav-pills {
      white-space: nowrap;
      flex-wrap: nowrap;
      justify-content: flex-start;
      overflow-x: scroll;
      padding-bottom: 0.9375rem;
      width: 100%; }
  .blog .search a {
    top: unset;
    bottom: 25%;
    width: 25px;
    height: 25px; }
  .blog .search .search-wrapper {
    top: 72%; }
  .blog .card__image {
    min-height: 220px; }
  .blog .card__content svg {
    width: 20px; } }

@media screen and (max-width: 575px) {
  .blog .scroll-up a {
    display: block; }
  .blog .top-section__title {
    font-size: 1.5rem; }
  .blog .top-section .tag-list-wrapper .tag-list {
    flex-wrap: wrap; }
    .blog .top-section .tag-list-wrapper .tag-list li {
      font-size: 0.875rem;
      padding: 5px 8px;
      min-height: 30px;
      min-width: 60px; }
  .blog .card__content h4, .blog .card__content .h4 {
    min-height: auto; }
  .blog__top-head {
    padding-bottom: 1.25rem; }
  .blog .search a {
    bottom: 10%; }
  .blog .search .search-wrapper {
    height: 40px;
    top: 78%; }
  .blog .blog-wrapper {
    padding: 0; }
  .blog .no-results .search {
    height: 40px; }
  .blog .pagination-wrapper {
    padding-left: 0;
    padding-right: 0; } }

.blog-detail .page-head {
  text-align: left; }
  .blog-detail .page-head .row {
    border-bottom: 1px solid var(--brand-text-primary);
    padding-bottom: 1.875rem; }

.blog-detail .main-slider {
  position: relative; }
  .blog-detail .main-slider:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    z-index: 9;
    top: 32px;
    left: 0; }
  .blog-detail .main-slider ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    margin-bottom: 1rem; }
    .blog-detail .main-slider ul li {
      position: relative;
      font-weight: 400;
      font-size: 14px; }
      .blog-detail .main-slider ul li a {
        color: #ffc289; }
        @media screen and (min-width: 1025px) {
          .blog-detail .main-slider ul li a:hover {
            opacity: .7; } }
      .blog-detail .main-slider ul li:not(:last-child) {
        padding-right: 6px;
        margin-right: 6px; }
        .blog-detail .main-slider ul li:not(:last-child):after {
          content: "";
          position: absolute;
          width: 1px;
          height: 100%;
          background: var(--brand-text-primary);
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
  .blog-detail .main-slider__title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5625rem;
    line-height: 1.3; }
  .blog-detail .main-slider p {
    margin: 0;
    font-weight: 400; }

.blog-detail .nav-slider .swiper-button-next {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: none;
  font-size: 0;
  opacity: 0; }

.blog-detail .nav-slider__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3; }

.blog-detail .nav-slider span {
  width: 10rem;
  min-width: 10rem;
  height: 10rem;
  background: url(../images/svg/half-circle.svg) center center no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-size: contain; }

.blog-detail .nav-slider__arrows-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: rotate(270deg); }
  .blog-detail .nav-slider__arrows-wrapper--arrow {
    display: block;
    animation: arrow-animation 2s infinite;
    margin: -10px; }
    .blog-detail .nav-slider__arrows-wrapper--arrow:nth-child(2) {
      animation-delay: -0.2s; }
    .blog-detail .nav-slider__arrows-wrapper--arrow svg {
      transform: rotate(45deg); }

.blog-detail .nav-slider p {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1.25rem; }

.blog-detail .press-release {
  padding-top: 5rem; }
  .blog-detail .press-release .swiper {
    margin: 0 3.75rem; }
    .blog-detail .press-release .swiper .swiper-wrapper {
      align-items: center; }
    .blog-detail .press-release .swiper .swiper-slide {
      transform: scale(0.75);
      transition: all .3s ease-in-out;
      -webkit-transform: scale(0.75);
      -moz-transform: scale(0.75);
      -ms-transform: scale(0.75);
      -o-transform: scale(0.75); }
      .blog-detail .press-release .swiper .swiper-slide.swiper-slide-active {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1); }
    .blog-detail .press-release .swiper .custom-arrows__next {
      right: 15px; }
    .blog-detail .press-release .swiper .custom-arrows__prev {
      left: 15px; }
  .blog-detail .press-release__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .blog-detail .press-release__detail {
    color: var(--brand-text-primary);
    padding-top: 3.75rem;
    padding-bottom: 1.875rem; }
    .blog-detail .press-release__detail h2, .blog-detail .press-release__detail .h2 {
      font-size: 2.25rem;
      font-weight: 600;
      margin-bottom: 1.5625rem; }
    .blog-detail .press-release__detail p {
      line-height: 1.5; }

.blog-detail .our-articles {
  padding: 3.75rem 0; }
  .blog-detail .our-articles .section__head {
    justify-content: center;
    text-align: center;
    margin-bottom: 4.375rem; }
  .blog-detail .our-articles .swiper-slide {
    height: auto !important; }
  .blog-detail .our-articles .card {
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    flex-direction: revert;
    filter: none;
    -webkit-filter: none;
    border: 1px solid #034146;
    overflow: hidden; }
    .blog-detail .our-articles .card__image {
      width: 480px;
      height: 100%;
      border-top-left-radius: 23px;
      border-top-right-radius: 0; }
    .blog-detail .our-articles .card__content {
      padding-left: 3rem;
      padding-right: 3rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1; }
      .blog-detail .our-articles .card__content h4, .blog-detail .our-articles .card__content .h4 {
        font-size: 2rem;
        min-height: auto;
        padding-right: 6.25rem; }
      .blog-detail .our-articles .card__content p {
        font-size: 1.0625rem;
        padding-right: 6.25rem;
        line-height: 1.4; }
      .blog-detail .our-articles .card__content--link {
        text-align: right;
        min-width: 100px; }
        .blog-detail .our-articles .card__content--link a {
          padding-bottom: 2px;
          opacity: 1 !important;
          background: unset; }
          @media screen and (min-width: 1025px) {
            .blog-detail .our-articles .card__content--link a:hover {
              border-bottom: 1px solid #034146; } }
    @media screen and (max-width: 991px) {
      .blog-detail .our-articles .card .tag-list-wrapper {
        align-items: start; } }
    @media screen and (max-width: 767px) {
      .blog-detail .our-articles .card .tag-list-wrapper {
        align-items: center; } }
    .blog-detail .our-articles .card .tag-list-wrapper .tag-list li a {
      background: unset;
      width: auto;
      height: auto;
      min-width: auto; }
  .blog-detail .our-articles .custom-arrows .custom-arrow {
    background: #034146;
    color: var(--brand-text-primary);
    z-index: 99999; }
    .blog-detail .our-articles .custom-arrows .custom-arrow:hover {
      background: var(--brand-text-primary);
      color: #034146; }
      .blog-detail .our-articles .custom-arrows .custom-arrow:hover svg {
        color: #034146; }
  .blog-detail .our-articles .custom-arrows__next {
    right: -30px; }
  .blog-detail .our-articles .custom-arrows__prev {
    left: -30px; }

@media screen and (max-width: 1200px) {
  .blog-detail .our-articles .swiper {
    margin: 0 1.875rem;
    padding: 0 3px; }
  .blog-detail .our-articles .custom-arrows__prev {
    left: 0; }
  .blog-detail .our-articles .custom-arrows__next {
    right: 0; }
  .blog-detail .our-articles .card__content h4, .blog-detail .our-articles .card__content .h4, .blog-detail .our-articles .card__content p {
    padding-right: 1.875rem; } }

@media screen and (max-width: 1024px) {
  .blog-detail .nav-slider span {
    min-width: 6.875rem;
    width: 6.875rem;
    height: 6.875rem; }
  .blog-detail .nav-slider__arrows-wrapper--arrow {
    animation: arrow-animation 2s infinite;
    margin: -7px; }
    .blog-detail .nav-slider__arrows-wrapper--arrow svg {
      width: 35px;
      height: 35px; }
  .blog-detail .our-articles .card {
    height: 360px; }
    .blog-detail .our-articles .card__content {
      padding: 1.25rem 1.875rem; }
      .blog-detail .our-articles .card__content h4, .blog-detail .our-articles .card__content .h4, .blog-detail .our-articles .card__content p {
        padding-right: 0; }
    .blog-detail .our-articles .card__image {
      width: 350px; } }

@media screen and (max-width: 767px) {
  .blog-detail .page-head {
    text-align: center; }
    .blog-detail .page-head .row > div:not(:last-child) {
      margin-bottom: 2.8125rem; }
    .blog-detail .page-head .main-slider ul {
      justify-content: center; }
    .blog-detail .page-head .main-slider__title {
      font-size: 2rem; }
    .blog-detail .page-head .nav-slider__title {
      text-align: left; }
    .blog-detail .page-head .nav-slider p {
      margin-bottom: 0;
      text-align: left; }
    .blog-detail .page-head .nav-slider .d-flex {
      justify-content: center; }
  .blog-detail .press-release {
    padding-top: 2.5rem; }
    .blog-detail .press-release .swiper {
      margin: 0 1.5625rem; }
    .blog-detail .press-release__detail h2, .blog-detail .press-release__detail .h2 {
      font-size: 1.75rem; }
  .blog-detail .nav-slider__title {
    font-size: 1.5rem; }
  .blog-detail .our-articles .card {
    height: auto;
    flex-direction: column; }
    .blog-detail .our-articles .card__image {
      width: 100%;
      height: 250px;
      border-bottom-left-radius: 0; }
    .blog-detail .our-articles .card__content h4, .blog-detail .our-articles .card__content .h4 {
      font-size: 1.625rem; } }

.b2b .bg-white {
  padding: 4.375rem 0; }

.b2b .nav-pills {
  margin-bottom: 4.375rem;
  border-bottom: 2px solid rgba(3, 65, 70, 0.25);
  justify-content: start; }
  .b2b .nav-pills .nav-link {
    font-size: 1.625rem;
    color: #034146;
    opacity: .5; }
    .b2b .nav-pills .nav-link.active {
      font-weight: 700;
      opacity: 1; }

.b2b .nav-tabs {
  justify-content: center;
  margin-bottom: 3.125rem; }
  .b2b .nav-tabs .nav-link {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    min-width: 270px;
    font-size: 1.25rem;
    font-weight: 500;
    height: 60px; }

.b2b__packages .swiper {
  padding-top: 2.8125rem; }
  .b2b__packages .swiper .swiper-pagination {
    bottom: auto;
    top: 14px; }
    .b2b__packages .swiper .swiper-pagination .swiper-pagination-bullet {
      width: 6px;
      height: 6px;
      background: #C4C4C4;
      margin: 0 4px !important; }
      .b2b__packages .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #034146; }

.b2b__packages .title {
  color: #034146;
  font-size: 1.875rem;
  font-weight: 600;
  width: 100%;
  max-width: 80%;
  margin: auto;
  position: relative;
  text-align: center; }
  .b2b__packages .title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #034146;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .b2b__packages .title span {
    display: inline-block;
    background: #fff;
    padding: 0 1.875rem;
    position: relative;
    z-index: 1; }

.b2b__packages .row > div {
  margin-bottom: 1.5625rem; }

.b2b__packages .card {
  text-align: center;
  display: block;
  background: #FFFFFF;
  border: 1px solid #034146;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  position: relative; }
  .b2b__packages .card__content {
    padding: 1.5625rem;
    padding-bottom: 0; }
  .b2b__packages .card .checkbox {
    position: absolute;
    top: -16px;
    right: -16px; }
    .b2b__packages .card .checkbox input + span {
      background: #fff;
      border: 2px solid #034146;
      width: 2.8125rem;
      height: 2.8125rem;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%; }
      .b2b__packages .card .checkbox input + span:after {
        width: 100%;
        height: 100%;
        border: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transform: none;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px; }
    .b2b__packages .card .checkbox input:checked + span:after {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.3 8.98321C4.2 8.98321 4.10278 8.96377 4.00833 8.92488C3.91389 8.88599 3.82778 8.82766 3.75 8.74988L0.733333 5.73321C0.577778 5.57766 0.5 5.38877 0.5 5.16654C0.5 4.94432 0.577778 4.75543 0.733333 4.59988C0.888889 4.44432 1.075 4.36655 1.29167 4.36655C1.50833 4.36655 1.7 4.44432 1.86667 4.59988L4.3 7.03321L10.1333 1.21654C10.2889 1.06099 10.475 0.980434 10.6917 0.974878C10.9083 0.969323 11.0944 1.04988 11.25 1.21654C11.4056 1.3721 11.4833 1.56099 11.4833 1.78321C11.4833 2.00543 11.4056 2.19432 11.25 2.34988L4.85 8.74988C4.77222 8.82766 4.68611 8.88599 4.59167 8.92488C4.49722 8.96377 4.4 8.98321 4.3 8.98321Z' fill='%23FFC289'/%3E%3C/svg%3E%0A");
      background-color: #034146;
      background-size: 24px; }
  .b2b__packages .card__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px; }
  .b2b__packages .card p {
    font-size: 12px;
    font-weight: 600;
    margin: 0; }
  .b2b__packages .card .button-row {
    margin-top: 1.5625rem; }
  .b2b__packages .card .btn {
    border: 0.47415px solid #034146;
    border-radius: 3.7932px;
    font-size: 14px;
    font-weight: 600;
    min-width: 136px;
    padding-top: 10px;
    padding-bottom: 10px; }
    @media screen and (min-width: 1025px) {
      .b2b__packages .card .btn:hover {
        background: #034146;
        color: var(--brand-text-primary); } }
    @media screen and (min-width: 1025px) {
      .b2b__packages .card .btn.btn-primary:hover {
        background: transparent;
        color: #034146; } }
  .b2b__packages .card__image {
    width: 100%;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .b2b__packages .card__image img {
      width: 100%; }

.b2b__packages.customize .tournament-package > .swiper, .b2b__packages.customize .diwaniyah-package > .swiper {
  padding: 20px; }

.b2b__packages.customize .row > div {
  margin-bottom: 1.875rem; }

.b2b__notes {
  max-width: 1050px;
  margin: auto;
  border: 2px solid #034146;
  border-radius: 12px;
  padding: 1.75rem 2.5rem;
  margin-top: 2.8125rem; }
  .b2b__notes p {
    font-weight: 700; }
  .b2b__notes ul, .b2b__notes ol {
    font-weight: 600;
    margin-left: 18px; }
    .b2b__notes ul li, .b2b__notes ol li {
      line-height: 1.4; }
      .b2b__notes ul li:not(:last-child), .b2b__notes ol li:not(:last-child) {
        margin-bottom: 1.25rem; }

.b2b .our-partners {
  padding-top: 0;
  color: #034146; }
  .b2b .our-partners .section__head--title {
    text-align: center;
    margin-bottom: 0.9375rem; }
  .b2b .our-partners .section__head p {
    display: block; }
  .b2b .our-partners__detail ul {
    flex-wrap: wrap; }
    .b2b .our-partners__detail ul li {
      margin-bottom: 2.8125rem;
      margin-right: 1.5rem;
      overflow: visible; }
      .b2b .our-partners__detail ul li > div {
        background: #FFFFFF;
        border: 1px solid #034146;
        border-radius: 9.63154px; }
        .b2b .our-partners__detail ul li > div a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%; }
  .b2b .our-partners__detail--main ul {
    margin-bottom: 2.8125rem; }
    .b2b .our-partners__detail--main ul li {
      height: 150px;
      margin-right: 2.8125rem; }

.b2b .ads .section__head--title {
  margin-bottom: 0.75rem;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .b2b .ads .section__head--title {
      font-size: 2.1875rem; } }

.b2b .ads .section__head p {
  font-size: 1.5625rem; }
  @media screen and (max-width: 767px) {
    .b2b .ads .section__head p {
      font-size: 1.25rem; } }

.b2b .ads .tab-content {
  margin: 0 1.875rem; }

.b2b .ads .nav-tabs {
  margin: 3.75rem 1.875rem; }
  .b2b .ads .nav-tabs .nav-link {
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .b2b .ads .nav-tabs .nav-link i {
      width: 2.1875rem;
      height: 2.1875rem;
      border-radius: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      color: #fff;
      background: #034146;
      margin-right: 1rem; }
    .b2b .ads .nav-tabs .nav-link.active i {
      background: var(--brand-text-primary);
      color: #034146; }
    .b2b .ads .nav-tabs .nav-link.all {
      background: transparent;
      color: #034146;
      padding: 0;
      min-width: auto;
      width: auto;
      border: 0; }
      .b2b .ads .nav-tabs .nav-link.all.active span {
        border-bottom: 1px solid #034146; }
    @media screen and (min-width: 1025px) {
      .b2b .ads .nav-tabs .nav-link:hover i {
        background: var(--brand-text-primary);
        color: #034146; } }

.b2b .ads h4, .b2b .ads .h4 {
  font-size: 1.875rem;
  font-weight: 600; }

.b2b .ads .vid-main-wrapper > div {
  height: 500px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 17px;
  overflow: hidden; }

.b2b .ads .vid-main-wrapper p {
  font-size: 2rem;
  font-weight: 700;
  margin: 1.25rem 0 2.5rem; }

.b2b .ads ol {
  list-style: none; }

.b2b .ads .swiper-container-videos {
  position: relative; }
  .b2b .ads .swiper-container-videos .vid-thumb {
    display: block; }
    .b2b .ads .swiper-container-videos .vid-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 16px;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      -ms-border-radius: 16px;
      -o-border-radius: 16px;
      overflow: hidden;
      border: 5px solid transparent; }
    .b2b .ads .swiper-container-videos .vid-thumb .video {
      height: 200px;
      border-radius: 16px;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      -ms-border-radius: 16px;
      -o-border-radius: 16px;
      overflow: hidden; }
  .b2b .ads .swiper-container-videos a.current .vid-thumb img {
    border-color: #034146; }
    @media screen and (max-width: 767px) {
      .b2b .ads .swiper-container-videos a.current .vid-thumb img {
        border-width: 3px; } }

.b2b .ads .youtube-videos .swiper {
  padding-right: 5.625rem; }
  @media screen and (max-width: 767px) {
    .b2b .ads .youtube-videos .swiper {
      padding-right: 3.125rem; } }

.b2b .ads .youtube-videos .swiper-slide.vid-thumb .video {
  position: relative; }
  .b2b .ads .youtube-videos .swiper-slide.vid-thumb .video span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer; }

.b2b .ads .youtube-videos .swiper-slide.swiper-slide-active.vid-thumb img {
  border-color: #034146; }
  @media screen and (max-width: 767px) {
    .b2b .ads .youtube-videos .swiper-slide.swiper-slide-active.vid-thumb img {
      border-width: 3px; } }

.b2b .ads .custom-arrows .custom-arrow {
  background: var(--brand-text-primary); }
  .b2b .ads .custom-arrows .custom-arrow:hover {
    background: var(--brand-text-primary); }
  .b2b .ads .custom-arrows .custom-arrow svg {
    color: #034146; }

.b2b .ads .custom-arrows__prev {
  left: -30px; }

.b2b .ads .custom-arrows__next {
  right: -30px; }

.b2b .ads .instagram-post .card {
  background: #fff;
  border-radius: 0;
  height: 100%;
  overflow: hidden; }
  .b2b .ads .instagram-post .card__image {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 1; }
    .b2b .ads .instagram-post .card__image img {
      border-radius: 13px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .b2b .ads .instagram-post .card__content {
    padding: 1.25rem;
    padding-top: 2.1875rem;
    border: 1px solid #034146;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.12);
    border-radius: 0px 0px 18px 18px;
    position: relative;
    margin-top: -15px;
    min-height: 190px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .b2b .ads .instagram-post .card__content--title {
      font-size: 14px;
      font-weight: 600;
      line-height: 1.4;
      height: 20px;
      overflow: hidden; }
    .b2b .ads .instagram-post .card__content .readmore {
      font-size: 14px;
      font-weight: 600;
      text-decoration: underline;
      margin-top: 6px; }
  .b2b .ads .instagram-post .card ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 1.125rem; }
    .b2b .ads .instagram-post .card ul li {
      font-size: 1rem;
      font-weight: 600; }
      .b2b .ads .instagram-post .card ul li p {
        font-size: 0.875rem;
        font-weight: 400;
        margin: 4px 0 0; }
      .b2b .ads .instagram-post .card ul li .icon {
        width: 3.125rem;
        height: 3.125rem;
        border-radius: 100%;
        background: #034146;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-right: 0.75rem; }
        .b2b .ads .instagram-post .card ul li .icon img {
          width: 26px; }

.b2b .ads .instagram-post .row > div {
  margin-bottom: 3.125rem; }

@media screen and (min-width: 992px) {
  .b2b__packages .yearly-contract .swiper .swiper-wrapper, .b2b__packages .diwaniyah-package .swiper .swiper-wrapper {
    justify-content: center; } }

@media screen and (max-width: 1200px) {
  .b2b .ads .swiper-container-videos .vid-thumb img, .b2b .ads .swiper-container-videos .vid-thumb .video {
    height: 170px; } }

@media screen and (max-width: 991px) {
  .b2b__packages .title {
    max-width: none;
    width: auto;
    margin: 0; }
    .b2b__packages .title:before {
      display: none; }
  .b2b__packages .package-arrow {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    top: 12px; }
    .b2b__packages .package-arrow .custom-arrow {
      position: static;
      border: 0;
      height: auto;
      width: auto;
      background: transparent;
      padding: 0; }
      .b2b__packages .package-arrow .custom-arrow svg {
        width: 45px; }
      .b2b__packages .package-arrow .custom-arrow.swiper-button-disabled {
        display: flex;
        opacity: .7; }
      .b2b__packages .package-arrow .custom-arrow.swiper-button-lock {
        display: none; }
    .b2b__packages .package-arrow .custom-arrows__prev {
      margin-right: 0.625rem; }
  .b2b .ads .vid-main-wrapper > div {
    height: 400px; }
  .b2b .ads .swiper-container-videos .vid-thumb img, .b2b .ads .swiper-container-videos .vid-thumb .video {
    height: 150px; }
  .b2b .ads .custom-arrows__next {
    right: -15px; }
  .b2b .ads .custom-arrows__prev {
    left: -15px; }
  .b2b .ads .instagram-post .card__image {
    height: 225px; } }

@media screen and (max-width: 767px) {
  .b2b .nav-tabs .nav-link {
    min-width: 230px;
    height: 50px;
    font-size: 1.125rem; }
  .b2b .nav-pills {
    margin-bottom: 2.1875rem; }
    .b2b .nav-pills li:not(:last-child) {
      margin-right: 1.5625rem; }
    .b2b .nav-pills .nav-link {
      font-size: 1.375rem; }
  .b2b__notes {
    padding: 1.25rem; }
  .b2b .our-partners__detail ul {
    justify-content: space-between; }
    .b2b .our-partners__detail ul li {
      width: 33%;
      margin-right: 0 !important; }
      .b2b .our-partners__detail ul li > div {
        height: 120px; }
  .b2b .our-partners__detail--main ul li {
    width: 49%;
    margin-right: 0 !important;
    margin-bottom: 3.4375rem; }
    .b2b .our-partners__detail--main ul li > div {
      height: 150px; }
  .b2b .ads h4, .b2b .ads .h4 {
    font-size: 1.5625rem; }
  .b2b .ads .vid-main-wrapper > div {
    height: 300px; }
  .b2b .ads .vid-main-wrapper p {
    font-size: 1.5rem; }
  .b2b .ads .tab-content {
    margin: 0 1rem; } }

@media screen and (max-width: 575px) {
  .b2b .nav-tabs {
    justify-content: space-between; }
    .b2b .nav-tabs li {
      width: 48%; }
      .b2b .nav-tabs li:not(:last-child) {
        margin-right: 0; }
    .b2b .nav-tabs .nav-link {
      min-width: auto;
      width: 100%;
      font-size: 1.125rem; }
  .b2b .nav-pills .nav-link {
    font-size: 1.25rem; }
  .b2b__packages .title {
    max-width: 100%; }
  .b2b .our-partners__detail ul li {
    width: 49%; }
  .b2b .ads .section__head--title {
    font-size: 1.5625rem; }
  .b2b .ads .section__head p {
    font-size: 1.125rem; }
  .b2b .ads .nav-tabs {
    justify-content: center;
    margin: 1.5625rem 0; }
    .b2b .ads .nav-tabs li {
      width: auto; }
      .b2b .ads .nav-tabs li:not(:last-child) {
        margin-right: 1rem; }
      .b2b .ads .nav-tabs li .nav-link {
        padding-left: 1.375rem;
        padding-right: 1.375rem; }
  .b2b .ads .vid-main-wrapper > div {
    height: 270px; } }

@media screen and (max-width: 400px) {
  .b2b .ads .instagram-post .row > div {
    width: 100%; } }

.sponser .sponser-wrapper {
  padding: 9.375rem 0;
  background: #FFFFFF; }

.sponser__detail {
  position: relative; }
  .sponser__detail--box {
    border: 0.947455px solid #034146;
    border-radius: 10px;
    margin: 0 2.5rem;
    text-align: center;
    padding: 2.5rem;
    position: relative;
    margin-bottom: 3.125rem; }
    .sponser__detail--box p {
      font-size: 1.5rem;
      font-weight: 500;
      margin-bottom: 0.75rem; }
    .sponser__detail--box h4, .sponser__detail--box .h4 {
      font-size: 1.125rem;
      font-weight: 700; }
    .sponser__detail--box ul {
      list-style: none; }
  .sponser__detail--image {
    margin-bottom: 2.1875rem;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto; }
  .sponser__detail--platform {
    display: flex;
    justify-content: center; }
    .sponser__detail--platform > div:not(:last-child) {
      border-right: 1px solid #A7A7A7;
      margin-right: 2.1875rem;
      padding-right: 2.1875rem; }
  .sponser__detail--msg {
    text-align: center;
    max-width: 915px;
    margin-left: auto;
    margin-right: auto; }
    .sponser__detail--msg .copy-text {
      border: 1.04255px solid #034146;
      border-radius: 12.5106px;
      width: 312px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      align-items: center;
      padding: 1.25rem 2.1875rem;
      margin-bottom: 2.8125rem; }
      .sponser__detail--msg .copy-text input, .sponser__detail--msg .copy-text button {
        border: 0;
        outline: none;
        box-shadow: none; }
      .sponser__detail--msg .copy-text input {
        font-size: 2.1875rem;
        font-weight: 600;
        color: #034146;
        padding-top: 5px; }
      .sponser__detail--msg .copy-text button {
        background: url(../images/svg/copy.svg) left top no-repeat;
        background-size: contain;
        width: 40px;
        height: 40px;
        position: relative; }
        .sponser__detail--msg .copy-text button:before {
          content: "Copied";
          position: absolute;
          top: -45px;
          right: 0px;
          background: #034146;
          padding: 8px 10px;
          border-radius: 20px;
          font-size: 15px;
          display: none;
          color: #fff; }
        .sponser__detail--msg .copy-text button:after {
          content: "";
          position: absolute;
          top: -20px;
          right: 25px;
          width: 10px;
          height: 10px;
          background: #034146;
          transform: rotate(45deg);
          display: none; }
      .sponser__detail--msg .copy-text.active button:after, .sponser__detail--msg .copy-text.active button:before {
        display: block; }
    .sponser__detail--msg p {
      font-size: 1.875rem;
      font-weight: 600;
      margin-bottom: 1.875rem; }
      .sponser__detail--msg p.text-sm {
        font-size: 1.25rem; }

@media screen and (max-width: 991px) {
  .sponser .sponser-wrapper {
    padding: 3.125rem 0; } }

@media screen and (max-width: 767px) {
  .sponser__detail--msg p {
    font-size: 1.5625rem; }
  .sponser__detail--msg .copy-text input {
    font-size: 2rem; } }

@media screen and (max-width: 575px) {
  .sponser__detail--box {
    padding: 1.25rem;
    margin-left: 0;
    margin-right: 0; }
  .sponser__detail--image {
    max-width: 250px; }
  .sponser__detail--msg p {
    font-size: 1.3125rem; }
    .sponser__detail--msg p.text-sm {
      font-size: 1.0625rem; }
  .sponser__detail--msg .copy-text {
    max-width: 240px;
    width: 100%;
    padding: 1rem; }
    .sponser__detail--msg .copy-text input {
      font-size: 1.625rem; }
  .sponser__detail--platform {
    flex-direction: column; }
    .sponser__detail--platform > div:not(:last-child) {
      border: 0;
      border-bottom: 1px solid;
      padding: 0 0 1.25rem 0;
      margin: 0 0 1.25rem 0; } }

.enquiry-form {
  padding: 5rem 0; }
  .enquiry-form__no-items {
    text-align: center;
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem; }
    .enquiry-form__no-items--icon {
      text-align: center;
      margin-bottom: 3.4375rem; }
    .enquiry-form__no-items p {
      font-size: 1.625rem;
      font-weight: 500;
      margin-bottom: 1.5625rem; }
  .enquiry-form h2, .enquiry-form .h2, .enquiry-form h3, .enquiry-form .h3 {
    font-size: 1.75rem;
    font-weight: 600; }
    @media screen and (min-width: 992px) {
      .enquiry-form h2, .enquiry-form .h2, .enquiry-form h3, .enquiry-form .h3 {
        margin-bottom: 2.5rem; } }
  .enquiry-form .top-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.8125rem; }
    .enquiry-form .top-head span.delete {
      position: relative;
      position: relative;
      display: block;
      background-image: url("data:image/svg+xml,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.875 9.75H8.125H34.125' stroke='%23003A1F' stroke-width='3.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 9.75V6.5C13 5.63805 13.3424 4.8114 13.9519 4.2019C14.5614 3.59241 15.388 3.25 16.25 3.25H22.75C23.612 3.25 24.4386 3.59241 25.0481 4.2019C25.6576 4.8114 26 5.63805 26 6.5V9.75M30.875 9.75V32.5C30.875 33.362 30.5326 34.1886 29.9231 34.7981C29.3136 35.4076 28.487 35.75 27.625 35.75H11.375C10.513 35.75 9.6864 35.4076 9.0769 34.7981C8.46741 34.1886 8.125 33.362 8.125 32.5V9.75H30.875Z' stroke='%23003A1F' stroke-width='3.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.25 17.875V27.625' stroke='%23003A1F' stroke-width='3.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.75 17.875V27.625' stroke='%23003A1F' stroke-width='3.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      background-size: 100%;
      cursor: pointer;
      margin-right: 1.5625rem; }
      .enquiry-form .top-head span.delete:hover {
        opacity: 1;
        background-image: url("data:image/svg+xml,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.875 9.75H8.125H34.125' stroke='%239E2415' stroke-width='3.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 9.75V6.5C13 5.63805 13.3424 4.8114 13.9519 4.2019C14.5614 3.59241 15.388 3.25 16.25 3.25H22.75C23.612 3.25 24.4386 3.59241 25.0481 4.2019C25.6576 4.8114 26 5.63805 26 6.5V9.75M30.875 9.75V32.5C30.875 33.362 30.5326 34.1886 29.9231 34.7981C29.3136 35.4076 28.487 35.75 27.625 35.75H11.375C10.513 35.75 9.6864 35.4076 9.0769 34.7981C8.46741 34.1886 8.125 33.362 8.125 32.5V9.75H30.875Z' stroke='%239E2415' stroke-width='3.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.25 17.875V27.625' stroke='%239E2415' stroke-width='3.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.75 17.875V27.625' stroke='%239E2415' stroke-width='3.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
    .enquiry-form .top-head h2, .enquiry-form .top-head .h2 {
      margin: 0; }
    .enquiry-form .top-head .search-wrapper {
      background: #FFFFFF;
      border-width: 1px;
      border-radius: 7px;
      padding-left: 1.25rem;
      min-width: 450px;
      margin-bottom: 0; }
      .enquiry-form .top-head .search-wrapper:before {
        display: none; }
      .enquiry-form .top-head .search-wrapper button {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='28' height='31' viewBox='0 0 28 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.4468 26.832L17.1682 18.5534C16.5387 19.099 15.8042 19.5239 14.9648 19.8282C14.1254 20.1325 13.2335 20.2846 12.2892 20.2846C10.0228 20.2846 8.10267 19.4977 6.52879 17.9238C4.95491 16.3499 4.16797 14.4508 4.16797 12.2264C4.16797 10.0019 4.95491 8.1028 6.52879 6.52892C8.10267 4.95504 10.0123 4.1681 12.2577 4.1681C14.4821 4.1681 16.376 4.95504 17.9394 6.52892C19.5028 8.1028 20.2845 10.0019 20.2845 12.2264C20.2845 13.1287 20.1376 13.9996 19.8438 14.839C19.55 15.6784 19.1093 16.4653 18.5217 17.1998L26.8318 25.4469L25.4468 26.832ZM12.2577 18.396C13.9575 18.396 15.4055 17.7926 16.6016 16.586C17.7978 15.3794 18.3958 13.9262 18.3958 12.2264C18.3958 10.5266 17.7978 9.07336 16.6016 7.86672C15.4055 6.66008 13.9575 6.05676 12.2577 6.05676C10.5369 6.05676 9.07323 6.66008 7.86659 7.86672C6.65994 9.07336 6.05662 10.5266 6.05662 12.2264C6.05662 13.9262 6.65994 15.3794 7.86659 16.586C9.07323 17.7926 10.5369 18.396 12.2577 18.396Z' fill='%23003A1F'/%3E%3C/svg%3E%0A");
        background-size: cover;
        width: 28px;
        height: 28px;
        background-color: transparent;
        border: 0;
        outline: none;
        cursor: pointer; }
      .enquiry-form .top-head .search-wrapper .form-control {
        padding-left: 1.25rem;
        padding-right: 2.5rem; }
        .enquiry-form .top-head .search-wrapper .form-control::placeholder {
          font-size: 1.25rem;
          font-weight: 400; }
  .enquiry-form .table__row {
    padding: 1.25rem 0 !important; }
    .enquiry-form .table__row--cell {
      font-size: 1.25rem;
      font-weight: 400; }
  .enquiry-form .table__head {
    border: 0;
    border-bottom: 1px solid #034146;
    border-top: 1px solid #034146;
    border-radius: 0; }
  .enquiry-form .table__body .table__row--cell:last-child {
    font-size: 1.125rem;
    font-weight: 500; }
  .enquiry-form .table .checkbox {
    position: relative;
    top: -4px; }
    .enquiry-form .table .checkbox label input + span:after {
      background-color: #034146; }
  .enquiry-form__info {
    padding-top: 2.8125rem;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 992px) {
      .enquiry-form__info .form-group {
        margin-bottom: 2.25rem; }
        .enquiry-form__info .form-group .form-label {
          margin-bottom: 0.9375rem; } }
    .enquiry-form__info textarea {
      height: 190px; }
      @media screen and (max-width: 991px) {
        .enquiry-form__info textarea {
          height: 100px; } }
    .enquiry-form__info .form-control::placeholder {
      color: #034146; }
    .enquiry-form__info .btn:not(:hover) {
      color: #fff; }
    .enquiry-form__info p {
      text-align: center;
      margin-top: 1.5625rem; }
      .enquiry-form__info p a {
        font-weight: 500;
        display: inline-block;
        border-bottom: 1px solid #034146;
        line-height: 1; }
  .enquiry-form .related-packages {
    padding-top: 3.125rem;
    padding-left: 15px;
    padding-right: 15px; }
  @media screen and (max-width: 991px) {
    .enquiry-form {
      padding: 2.8125rem 0; }
      .enquiry-form .top-head .search-wrapper {
        min-width: 350px; }
      .enquiry-form__no-items--icon {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto; } }
  @media screen and (max-width: 767px) {
    .enquiry-form .top-head .search-wrapper {
      min-width: 300px; }
    .enquiry-form .table__row--cell {
      font-size: 1.125rem; }
    .enquiry-form .table__body .table__row--cell:last-child {
      font-size: 1rem; }
    .enquiry-form__no-items--icon {
      max-width: 220px; }
    .enquiry-form__no-items p {
      font-size: 1.3125rem; } }
  @media screen and (max-width: 575px) {
    .enquiry-form .top-head {
      flex-direction: column;
      justify-content: center; }
      .enquiry-form .top-head .d-flex {
        width: 100%; }
      .enquiry-form .top-head h2, .enquiry-form .top-head .h2 {
        margin-bottom: 1.25rem; }
      .enquiry-form .top-head .search-wrapper {
        min-width: auto;
        width: 100%; }
    .enquiry-form .table__row--cell {
      font-size: 0.9375rem; }
    .enquiry-form .table__body .table__row--cell:last-child {
      font-size: 0.875rem; }
    .enquiry-form .table [data-width='5'] {
      width: 10% !important; }
    .enquiry-form .table [data-width='20'] {
      width: 25% !important; } }

.game-guide__tournament p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  line-height: 1.3; }

.game-guide__tournament .row {
  padding-top: 2.1875rem;
  justify-content: flex-start; }
  .game-guide__tournament .row > div:not(:last-child) {
    margin-bottom: 0; }

.game-guide__tournament .image {
  height: 190px;
  display: block; }
  .game-guide__tournament .image img {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.game-guide__levels .card {
  --themecolor:#B6827C;
  background: #034146;
  padding: 1.25rem;
  border: 0;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%; }
  .game-guide__levels .card__image {
    flex: 0 0 185px;
    max-width: 185px;
    border-radius: 13px;
    background: #fff;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.9375rem; }
    .game-guide__levels .card__image--title {
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--themecolor);
      text-align: center;
      margin-bottom: 1.75rem; }
    .game-guide__levels .card__image img {
      height: auto;
      width: auto; }
  .game-guide__levels .card__content {
    flex: 1;
    padding: 0;
    padding-left: 1.875rem; }

.game-guide__levels .table__top-head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--brand-text-primary); }
  .game-guide__levels .table__top-head h5, .game-guide__levels .table__top-head .h5 {
    font-size: 1.125rem;
    color: var(--brand-text-primary);
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 6px;
    display: flex; }

.game-guide__levels .table__row {
  padding: 0.625rem 0; }
  .game-guide__levels .table__row--cell {
    text-align: left;
    line-height: 1; }

.game-guide__levels .table__head {
  border: 0; }
  .game-guide__levels .table__head .table__row--cell {
    color: #fff;
    font-size: 1rem;
    font-weight: 400; }

.game-guide__levels .table__body .table__row {
  background: #fff;
  border-radius: 27px;
  position: relative;
  cursor: pointer; }
  .game-guide__levels .table__body .table__row--cell {
    color: #034146;
    font-size: 1.25rem;
    position: relative; }
  .game-guide__levels .table__body .table__row:not(:last-child) {
    margin-bottom: 0.9375rem; }
  .game-guide__levels .table__body .table__row.active {
    background: var(--brand-text-primary); }
    .game-guide__levels .table__body .table__row.active .table__row--cell:first-child:before {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      left: -10px;
      top: 50%;
      transform: translateY(-50%) rotate(270deg);
      border-width: 0 6px 12px 6px;
      border-color: transparent transparent var(--brand-text-primary) transparent;
      border-style: solid; }
  @media screen and (min-width: 1025px) {
    .game-guide__levels .table__body .table__row:not(.active):hover {
      opacity: .8; } }

.game-guide h3, .game-guide .h3 {
  font-size: 2.3125rem;
  font-weight: 600;
  margin-bottom: 2.5rem; }

.game-guide h4, .game-guide .h4 {
  margin-bottom: 1.875rem; }

.game-guide__bezah p {
  margin-bottom: 1.875rem;
  font-size: 1.375rem;
  line-height: 1.3; }

.game-guide__bezah .table-content {
  border: 1px solid #034146;
  border-radius: 8px;
  padding: 4.0625rem 1.25rem; }
  .game-guide__bezah .table-content ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
    .game-guide__bezah .table-content ul li:not(:last-child) {
      margin-bottom: 1.5625rem; }
    .game-guide__bezah .table-content ul li a {
      font-size: 1.25rem;
      font-weight: 500;
      border-bottom: 1px solid #034146; }

.game-guide__bezah .images-bezah, .game-guide__bezah .earn-bezah {
  margin-bottom: 3.75rem; }
  .game-guide__bezah .images-bezah .image, .game-guide__bezah .earn-bezah .image {
    height: 500px;
    border-radius: 17px;
    overflow: hidden; }
    .game-guide__bezah .images-bezah .image img, .game-guide__bezah .earn-bezah .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.game-guide__bezah .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid var(--brand-text-primary); }
  .game-guide__bezah .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--brand-text-primary); }

.game-guide__bezah ul {
  padding-left: 1.5625rem;
  margin-bottom: 6.25rem; }
  .game-guide__bezah ul li {
    font-size: 1.375rem;
    line-height: 1.2; }
    .game-guide__bezah ul li:not(:last-child) {
      margin-bottom: 1.5625rem; }

.game-guide__bezah--buy {
  height: 430px;
  border-radius: 21px;
  overflow: hidden; }
  .game-guide__bezah--buy img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.game-guide__bezah--gift span {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.9375rem;
  display: block; }

.game-guide__bezah--gift ul {
  margin-bottom: 3.75rem; }

.game-guide__bezah--gift .image {
  border-radius: 17px;
  overflow: hidden;
  height: 400px; }
  .game-guide__bezah--gift .image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.game-guide .pagination-wrapper {
  padding: 0; }

@media screen and (max-width: 1200px) {
  .game-guide__levels .card__image {
    flex: 0 0 160px;
    max-width: 160px; }
  .game-guide__levels .table__body .table__row--cell {
    font-size: 1.125rem; } }

@media screen and (max-width: 991px) {
  .game-guide__tournament .image {
    margin-bottom: 1.25rem; }
  .game-guide__bezah .images-bezah .image, .game-guide__bezah .earn-bezah .image {
    height: 400px; } }

@media screen and (max-width: 767px) {
  .game-guide__tournament p {
    font-size: 1.125rem; }
  .game-guide h3, .game-guide .h3 {
    font-size: 2rem;
    margin-bottom: 1.25rem; }
  .game-guide__levels .card__image--title {
    font-size: 1.25rem;
    margin-bottom: 1.375rem; }
  .game-guide__bezah p {
    font-size: 1.125rem; }
  .game-guide__bezah ul {
    margin-bottom: 1.875rem; }
    .game-guide__bezah ul li {
      font-size: 1.125rem; }
  .game-guide__bezah .main-row {
    flex-direction: column-reverse; }
  .game-guide__bezah .table-content {
    padding: 1.875rem 1.25rem;
    margin-bottom: 1.5625rem; }
  .game-guide__bezah--buy {
    height: 300px; }
  .game-guide__bezah--gift {
    margin-top: 1.5625rem; }
    .game-guide__bezah--gift span {
      font-size: 1.5625rem; }
    .game-guide__bezah--gift .image {
      height: 300px; }
  .game-guide__bezah .images-bezah .image, .game-guide__bezah .earn-bezah .image {
    height: 320px; } }

@media screen and (max-width: 575px) {
  .game-guide h3, .game-guide .h3 {
    font-size: 1.5625rem; }
  .game-guide__levels .card__image {
    flex: 0 0 115px;
    max-width: 115px; }
  .game-guide__bezah--gift span {
    font-size: 1.3125rem; } }

.comment-reactions {
  max-width: 575px;
  width: 100%;
  padding: 2.1875rem 1.25rem 1.25rem;
  position: absolute;
  right: -100%;
  top: 0;
  background: #fff;
  z-index: 10;
  transition: opacity .5s linear, right .5s ease-out;
  -webkit-transition: opacity .5s linear, right .5s ease-out;
  -moz-transition: opacity .5s linear, right .5s ease-out;
  -ms-transition: opacity .5s linear, right .5s ease-out;
  -o-transition: opacity .5s linear, right .5s ease-out; }
  .comment-reactions .close {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='24px'%3E%3Cpath fill-rule='evenodd' fill='%23003A1F' d='M13.711,12.337 L23.103,21.728 C23.622,22.247 23.622,23.088 23.103,23.607 C22.584,24.125 21.743,24.125 21.225,23.607 L11.833,14.215 L2.441,23.607 C1.922,24.125 1.082,24.125 0.563,23.607 C0.044,23.088 0.044,22.247 0.563,21.728 L9.955,12.337 L0.563,2.945 C0.044,2.426 0.044,1.585 0.563,1.066 C1.082,0.547 1.922,0.547 2.441,1.066 L11.833,10.458 L21.225,1.066 C21.743,0.547 22.584,0.547 23.103,1.066 C23.622,1.585 23.622,2.426 23.103,2.945 L13.711,12.337 Z'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    right: 30px;
    top: 35px;
    background-size: 100%; }
  .comment-reactions.active {
    right: 0; }
  .comment-reactions .nav-pills {
    justify-content: flex-start;
    border-color: #B9B7B7;
    margin-bottom: 1.25rem;
    padding: 0; }
    .comment-reactions .nav-pills .nav-item {
      margin-bottom: 0; }
      .comment-reactions .nav-pills .nav-item:not(:last-child) {
        margin-right: 1.875rem; }
    .comment-reactions .nav-pills .nav-link {
      font-size: 1.3125rem;
      display: flex;
      align-items: center;
      padding-bottom: 1rem; }
      .comment-reactions .nav-pills .nav-link .icon {
        margin-right: 8px; }
        .comment-reactions .nav-pills .nav-link .icon img {
          width: 22px; }
  .comment-reactions .tab-content {
    height: 100%; }
    .comment-reactions .tab-content .tab-pane {
      height: 100%; }
  .comment-reactions .inner-scroll {
    height: calc(100% - 40px); }
  .comment-reactions ul {
    list-style: none; }
    .comment-reactions ul li {
      display: flex;
      align-items: center;
      font-size: 1.25rem;
      font-weight: 500;
      margin-bottom: 1.875rem; }
      .comment-reactions ul li .image {
        width: 55px;
        margin-right: 1.25rem;
        position: relative; }
        .comment-reactions ul li .image span img {
          position: absolute;
          right: -2px;
          width: 22px;
          bottom: -7px; }
  .comment-reactions .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #034146 !important;
    width: 8px !important; }
  @media screen and (max-width: 991px) {
    .comment-reactions .nav-pills .nav-link:after {
      bottom: -4px; }
    .comment-reactions .close {
      width: 15px;
      height: 15px; } }
  @media screen and (max-width: 667px) {
    .comment-reactions {
      width: 90%; } }
  @media screen and (max-width: 575px) {
    .comment-reactions .nav-pills .nav-item:not(:last-child) {
      margin-right: 1.25rem; }
    .comment-reactions .close {
      right: 20px; } }

.quantity .input-group-prepend .btn {
  opacity: .7;
  pointer-events: none; }

.mb-7 {
  margin-bottom: 4.375rem !important; }

.search-page .page-head {
  color: var(--brand-text-primary);
  padding-bottom: 8.75rem; }
  .search-page .page-head__desc p {
    color: var(--brand-text-primary);
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 2.8125rem; }

.search-page__search {
  border: 1px solid var(--brand-text-primary);
  border-radius: 112px;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 1.5rem 3.25rem 1.5rem 2.5rem; }
  .search-page__search .form-control {
    background: transparent;
    border: 0;
    font-weight: 600;
    color: var(--brand-text-primary);
    height: auto;
    line-height: unset;
    padding-left: 0;
    padding-right: 5rem;
    border-radius: 0; }
    .search-page__search .form-control:focus {
      color: var(--brand-text-primary); }
    .search-page__search .form-control::placeholder {
      color: var(--brand-text-primary);
      opacity: .8; }
  .search-page__search button {
    position: relative;
    border: none;
    background: transparent;
    color: #034146;
    background: url(../images/svg/search.svg) no-repeat;
    height: 25px;
    width: 30px; }
    .search-page__search button:before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 60px;
      background: var(--brand-text-primary);
      width: 1px;
      height: 47px; }
  .search-page__search .clearable__clear {
    right: 135px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%23FFC289' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 9L9 15' stroke='%23FFC289' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 9L15 15' stroke='%23FFC289' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100%; }

.search-page .flex-wrapper {
  display: flex;
  justify-content: space-between;
  background: #F6F6F6;
  padding: 2.1875rem 0 1.875rem; }

.search-page__left {
  background: #F6F6F6;
  flex: 1;
  padding-left: calc(100% - 1665px);
  padding-right: 3.75rem;
  overflow: hidden;
  overflow-x: auto;
  z-index: 1; }
  .search-page__left .nav-tabs {
    border-bottom: 1px dashed #034146;
    background: #F6F6F6;
    padding: 1.5625rem 0;
    margin-bottom: 1.875rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-left: 3px;
    padding-right: 3px;
    z-index: 1; }
    .search-page__left .nav-tabs li {
      white-space: nowrap;
      width: auto; }
    .search-page__left .nav-tabs .nav-link {
      width: auto;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
  .search-page__left--item {
    border-radius: 11px;
    border: 0.5px solid #034146;
    background: #034146;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    margin-bottom: 2.1875rem; }
  .search-page__left--image {
    flex: 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .search-page__left--image img {
      max-height: 255px; }
  .search-page__left--desc {
    flex: 0 0 640px;
    padding: 1.875rem 2.5rem 1.875rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .search-page__left--desc h4, .search-page__left--desc .h4 {
      color: var(--brand-text-primary);
      font-weight: 600;
      margin-bottom: 0;
      margin-right: 1rem;
      line-height: 1.2;
      font-size: 1.375rem; }
    .search-page__left--desc .d-flex ul {
      display: flex;
      align-items: center;
      list-style: none; }
      .search-page__left--desc .d-flex ul li {
        color: var(--brand-text-primary);
        border-radius: 28px;
        border: 1px solid var(--brand-text-primary);
        font-size: 0.875rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 11px;
        min-height: 36px;
        min-width: 135px;
        margin-top: 0; }
        .search-page__left--desc .d-flex ul li span {
          position: relative;
          top: 2px; }
        .search-page__left--desc .d-flex ul li svg {
          margin-right: 6px;
          width: 20px;
          height: 20px; }
        .search-page__left--desc .d-flex ul li:not(:last-child) {
          margin-right: 0.625rem; }
    .search-page__left--desc p {
      color: #fff;
      line-height: 1.4;
      margin-bottom: 2.8125rem; }
    .search-page__left--desc .tag-list-wrapper {
      margin-bottom: 0.9375rem; }
      .search-page__left--desc .tag-list-wrapper .tag-list {
        flex-wrap: wrap; }
        .search-page__left--desc .tag-list-wrapper .tag-list li {
          font-size: 12px;
          min-height: 35px;
          margin-right: 0.625rem;
          flex-wrap: nowrap;
          margin-bottom: 0.9375rem; }
          .search-page__left--desc .tag-list-wrapper .tag-list li span {
            position: relative;
            top: 1px; }
          .search-page__left--desc .tag-list-wrapper .tag-list li svg {
            width: 18px;
            height: 18px; }
    .search-page__left--desc .flex-wrapper {
      border-top: 1px solid var(--brand-text-primary);
      padding-top: 1.5625rem;
      flex-direction: row !important;
      background: #034146; }
      .search-page__left--desc .flex-wrapper > div {
        display: flex; }
      .search-page__left--desc .flex-wrapper ul {
        list-style: none; }
        .search-page__left--desc .flex-wrapper ul li {
          color: var(--brand-text-primary);
          font-size: 1rem;
          font-weight: 600; }
          .search-page__left--desc .flex-wrapper ul li:last-child {
            color: #fff;
            font-weight: 400;
            margin-top: 0.75rem; }
        .search-page__left--desc .flex-wrapper ul:not(:last-child) {
          margin-right: 2.1875rem; }
    .search-page__left--desc .accordion {
      margin-top: 1.5625rem;
      margin-bottom: 2.8125rem; }
      .search-page__left--desc .accordion .accordion-item {
        background: transparent;
        border: 0;
        border-radius: 0; }
        .search-page__left--desc .accordion .accordion-item:not(:last-child) {
          margin-bottom: 1.25rem;
          border-bottom: 0.5px solid #fff;
          padding-bottom: 1.25rem; }
      .search-page__left--desc .accordion .accordion-button {
        font-size: 1.125rem;
        color: #fff;
        padding: 0;
        font-weight: 400; }
        .search-page__left--desc .accordion .accordion-button:after {
          background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
          transform: rotate(270deg); }
        .search-page__left--desc .accordion .accordion-button:not(.collapsed):after {
          transform: rotate(360deg); }
      .search-page__left--desc .accordion .accordion-body {
        padding: 0;
        padding-top: 1.25rem; }
        .search-page__left--desc .accordion .accordion-body p {
          margin: 0;
          font-size: 1rem; }
    .search-page__left--desc .button-row {
      display: flex;
      justify-content: flex-end !important;
      margin: 0 !important; }
      .search-page__left--desc .button-row .btn-secondary {
        background: var(--brand-text-primary);
        color: #034146;
        padding: 0.625rem 1.25rem;
        font-size: 1.125rem;
        min-width: 160px; }
        @media screen and (min-width: 1025px) {
          .search-page__left--desc .button-row .btn-secondary:hover {
            background: #034146;
            color: var(--brand-text-primary);
            border: 2.5px solid var(--brand-text-primary); } }
  .search-page__left .button-row {
    display: flex;
    justify-content: center;
    margin: 3.125rem 0; }

.search-page__right {
  flex: 0 0 410px; }
  .search-page__right > div {
    background: #034146;
    padding: 6.875rem 3.125rem;
    border-radius: 17px; }
  .search-page__right--title {
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 1.5625rem;
    color: var(--brand-text-primary); }
  .search-page__right ul {
    list-style: none; }
    .search-page__right ul:not(:last-child) {
      margin-bottom: 9.0625rem; }
    .search-page__right ul li {
      font-weight: 500; }
      .search-page__right ul li:not(:last-child) {
        border-bottom: 0.5px solid var(--brand-text-primary);
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem; }
      .search-page__right ul li a {
        display: flex;
        justify-content: space-between;
        color: var(--brand-text-primary); }
        .search-page__right ul li a span {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%23FFC289' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          width: 16px;
          height: 16px;
          display: inline-block; }

.search-page .no-results__content {
  padding-bottom: 0.625rem; }

.search-page .list {
  margin-top: 1.5625rem;
  margin-bottom: 2.8125rem; }
  .search-page .list li:not(:last-child) {
    margin-bottom: 1.25rem;
    border-bottom: 0.5px solid #fff;
    padding-bottom: 1.25rem; }
  .search-page .list li a {
    font-size: 1.125rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .search-page .list li a span {
      background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='32' viewBox='0 0 20 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.00033 3L17.3281 15.8463L3.00033 28.6926' stroke='%23fff' stroke-width='4.77595' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      width: 11px;
      height: 17px;
      display: inline-block;
      background-size: 100%;
      margin-left: 0.5rem;
      background-repeat: no-repeat; }

@media screen and (max-width: 1850px) {
  .search-page__left {
    padding-left: calc(100% - 1550px); } }

@media screen and (max-width: 1750px) {
  .search-page__left {
    padding-left: calc(100% - 1495px);
    padding-right: 2.5rem; }
    .search-page__left--desc {
      flex: 0 0 625px; }
      .search-page__left--desc .d-flex ul li svg {
        width: 15px;
        height: 15px; }
      .search-page__left--desc .tag-list-wrapper .tag-list li svg {
        width: 15px;
        height: 15px; }
  .search-page__right {
    flex: 0 0 350px; } }

@media screen and (max-width: 1600px) {
  .search-page__left {
    padding-left: calc(100% - 1400px); } }

@media screen and (max-width: 1500px) {
  .search-page__left {
    padding-left: calc(100% - 1320px); }
    .search-page__left--desc {
      flex: 0 0 600px;
      padding: 1.875rem 1.25rem; }
  .search-page__right {
    flex: 0 0 320px; } }

@media screen and (max-width: 1350px) {
  .search-page__left {
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
    .search-page__left .nav-tabs li:not(:last-child) {
      margin-right: 1rem; }
  .search-page__right {
    flex: 0 0 280px; }
    .search-page__right > div {
      padding-left: 1.875rem;
      padding-right: 1.875rem; } }

@media screen and (max-width: 1200px) {
  .search-page .page-head {
    padding-bottom: 6.25rem; }
  .search-page .flex-wrapper {
    flex-direction: column; }
  .search-page__left {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .search-page__right > div {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem; }
  .search-page__right ul:not(:last-child) {
    margin-bottom: 5rem; } }

@media screen and (max-width: 991px) {
  .search-page__search {
    padding: 1rem 1.5rem; }
    .search-page__search button:before {
      right: 45px;
      height: 25px; }
    .search-page__search .clearable__clear {
      right: 80px; }
  .search-page__left--image img {
    max-height: 230px; }
  .search-page__left--desc {
    flex: 0 0 500px; }
    .search-page__left--desc .d-flex ul li {
      min-width: 100px; }
    .search-page__left--desc .button-row .btn-secondary {
      min-width: 130px; }
  .search-page__right > div {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem; }
  .search-page__right ul:not(:last-child) {
    margin-bottom: 3.125rem; } }

@media screen and (max-width: 767px) {
  .search-page .list {
    margin-top: 0;
    margin-bottom: 1.875rem; }
  .search-page__left--item {
    flex-direction: column; }
  .search-page__left--image {
    flex: unset;
    height: 300px; }
  .search-page__left--desc {
    flex: unset; }
    .search-page__left--desc .tag-list-wrapper {
      margin-top: 0; }
      .search-page__left--desc .tag-list-wrapper .tag-list {
        width: 100%; }
    .search-page__left--desc h4, .search-page__left--desc .h4 {
      font-size: 1.25rem; }
    .search-page__left--desc p {
      margin-bottom: 1.875rem; }
    .search-page__left--desc .accordion {
      margin-top: 0;
      margin-bottom: 1.875rem; }
  .search-page__right--title {
    font-size: 1.25rem; } }

@media screen and (max-width: 575px) {
  .search-page__left--image {
    height: 200px; }
    .search-page__left--image img {
      max-height: 180px; } }

@media screen and (max-width: 450px) {
  .search-page__left--desc .d-flex {
    flex-direction: column; }
  .search-page__left--desc h4, .search-page__left--desc .h4 {
    margin-right: 0;
    margin-bottom: 0.9375rem; }
  .search-page__left--desc .flex-wrapper {
    flex-direction: column !important; }
    .search-page__left--desc .flex-wrapper > div {
      margin-bottom: 0.9375rem; } }

.reset-password {
  padding: 8.125rem 0 12.5rem;
  border-bottom: 1px solid var(--brand-text-primary); }
  .reset-password .flex-wrapper {
    display: flex; }
  .reset-password__left {
    flex: 1;
    padding-left: 3.75rem;
    padding-right: 6.25rem;
    text-align: center; }
    .reset-password__left .row {
      padding: 0 3.125rem; }
  .reset-password__right {
    flex: 0 0 345px;
    text-align: center; }
  .reset-password h2, .reset-password .h2 {
    font-size: 2.375rem;
    font-weight: 700;
    color: var(--brand-text-primary);
    margin-bottom: 3.125rem; }
  .reset-password p {
    font-size: 1.75rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 3.125rem;
    text-align: center; }
  .reset-password .box {
    border-radius: 21px;
    border: 1px solid var(--brand-text-primary);
    padding: 2.5rem;
    min-height: 250px; }
    .reset-password .box h3, .reset-password .box .h3 {
      font-size: 1.75rem;
      font-weight: 700;
      color: var(--brand-text-primary);
      margin-bottom: 1.5625rem; }
  .reset-password .button-row {
    margin-top: 1.5625rem;
    text-align: center; }
    .reset-password .button-row .btn-secondary {
      background: var(--brand-text-primary);
      color: #034146;
      min-width: 190px; }
      @media screen and (min-width: 1025px) {
        .reset-password .button-row .btn-secondary:hover {
          background: transparent;
          color: var(--brand-text-primary); } }
  @media screen and (max-width: 1200px) {
    .reset-password__left {
      padding-left: 0;
      padding-right: 3.75rem; }
      .reset-password__left .row {
        padding: 0; } }
  @media screen and (max-width: 991px) {
    .reset-password {
      padding: 6.25rem 0; }
      .reset-password__right {
        flex: 0 0 280px; }
      .reset-password h2, .reset-password .h2 {
        font-size: 2rem; }
      .reset-password p {
        font-size: 1.5rem; }
      .reset-password .box {
        min-height: 220px; }
        .reset-password .box h3, .reset-password .box .h3 {
          font-size: 1.5rem; }
      .reset-password .button-row .btn-secondary {
        min-width: 170px; } }
  @media screen and (max-width: 767px) {
    .reset-password {
      padding: 5rem 0 3.125rem; }
      .reset-password .flex-wrapper {
        flex-direction: column-reverse; }
      .reset-password__left {
        padding-right: 0; }
      .reset-password__right--image {
        max-width: 250px;
        margin: auto;
        margin-bottom: 2.5rem; }
      .reset-password h2, .reset-password .h2 {
        font-size: 1.75rem;
        margin-bottom: 1.875rem; }
      .reset-password p {
        font-size: 1.25rem;
        margin-bottom: 1.875rem; } }
  @media screen and (max-width: 575px) {
    .reset-password__right {
      flex: unset; }
      .reset-password__right--image {
        max-width: 150px; }
    .reset-password .box {
      min-height: 190px;
      padding: 1.25rem; }
      .reset-password .box h3, .reset-password .box .h3 {
        font-size: 1.25rem; }
    .reset-password .button-row .btn-secondary {
      min-width: 150px; } }
  @media screen and (max-width: 400px) {
    .reset-password .button-row .btn-secondary {
      min-width: auto; } }

.toggler_filter {
  position: relative;
  margin: 0 0.625rem; }
  .toggler_filter .nav-tabs {
    width: 100%;
    background: #efefef;
    border: 1px solid #034146;
    border-bottom: 0;
    position: absolute;
    display: none;
    z-index: 99;
    margin-top: -5px;
    padding-top: 5px;
    overflow: hidden; }
    .toggler_filter .nav-tabs li {
      width: 100%;
      border-bottom: 1px solid #034146; }
      .toggler_filter .nav-tabs li:not(:last-child) {
        margin: 0; }
      .toggler_filter .nav-tabs li.selected {
        border: 0; }
    .toggler_filter .nav-tabs .nav-link {
      padding: 0.9375rem 1.25rem;
      font-size: 1.125rem;
      background: #fff;
      border: unset;
      border-radius: unset;
      color: #034146;
      width: 100%;
      height: auto;
      display: flex;
      align-items: center; }
      .toggler_filter .nav-tabs .nav-link img {
        margin-right: 0.9375rem; }
      @media screen and (min-width: 1025px) {
        .toggler_filter .nav-tabs .nav-link:hover {
          background: rgba(3, 65, 70, 0.2); } }
  .toggler_filter .toggler_filter-btn {
    padding: 1.25rem;
    font-size: 1.125rem;
    background: #efefef;
    color: #034146;
    border: 1px solid #034146;
    border-radius: 8px;
    font-weight: 700;
    position: relative;
    padding-right: 45px;
    z-index: 999;
    line-height: 1.2;
    display: flex;
    align-items: center;
    height: 65px; }
    .toggler_filter .toggler_filter-btn:after {
      content: '';
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23003a1f'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 100%;
      width: 21px;
      height: 13px; }
    .toggler_filter .toggler_filter-btn img {
      max-width: 32px;
      margin-right: 0.9375rem; }
    @media screen and (min-width: 1025px) {
      .toggler_filter .toggler_filter-btn:hover {
        opacity: 1;
        background: #034146;
        color: var(--brand-text-primary); }
        .toggler_filter .toggler_filter-btn:hover:after {
          background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23FFC289'/%3E%3C/svg%3E%0A"); } }
  @media screen and (max-width: 991px) {
    .toggler_filter .toggler_filter-btn {
      height: 55px; }
      .toggler_filter .toggler_filter-btn img {
        max-width: 22px; } }
  @media screen and (max-width: 575px) {
    .toggler_filter .nav-tabs .nav-link {
      font-size: 1rem; }
    .toggler_filter .toggler_filter-btn {
      font-size: 1rem; } }

.nav-link.game_type.active {
  display: none !important; }

.scroll-up a {
  position: relative;
  background: #034146;
  border: 1px solid var(--brand-text-primary);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: none;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23FFC289'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg); }

.no-header .header {
  display: none; }

.registration__head {
  padding: 2.5rem 0 5rem;
  display: flex;
  align-items: center; }
  .registration__head--logo {
    flex: 0 0 80px; }
    .registration__head--logo img {
      max-width: 80px; }
  .registration__head--title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--brand-text-primary);
    flex: 1;
    text-align: center; }
  .registration__head--lang-selector {
    padding-right: 0.9375rem;
    margin-right: 0.9375rem;
    position: relative; }
    .registration__head--lang-selector a {
      font-family: 'dinnext';
      font-weight: 400;
      color: var(--brand-text-primary); }
    .registration__head--lang-selector:after {
      content: "";
      position: absolute;
      background: var(--brand-text-primary);
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 28px;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%); }

.registration .d-flex {
  padding-bottom: 3.125rem; }

.registration__left {
  width: 47%; }
  .registration__left .step {
    color: var(--brand-text-primary);
    font-size: 1.375rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1.5625rem; }
  .registration__left p {
    font-size: 1.375rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 3.125rem; }
  .registration__left .card {
    border-radius: 13.897px;
    border: 4px solid var(--brand-text-primary);
    background: #fff; }
    .registration__left .card label {
      background: var(--brand-text-primary);
      border-radius: 10px 10px 14px 14px;
      font-size: 1.25rem;
      font-weight: 700;
      text-align: center;
      display: block;
      padding: 0.8125rem; }
    .registration__left .card__logo {
      padding: 10px 0;
      min-height: 120px;
      border-bottom: 1px solid #034146;
      text-align: center;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .registration__left .card__logo img {
        max-width: 150px; }
    .registration__left .card__name {
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.2; }
    .registration__left .card__time {
      font-size: 0.8125rem;
      font-weight: 500;
      margin: 0.3125rem 0 0.3125rem 0; }
    .registration__left .card .tag-list-wrapper .tag-list {
      flex-wrap: wrap; }
      .registration__left .card .tag-list-wrapper .tag-list li {
        border-color: #034146;
        color: #034146;
        font-size: 12px;
        min-height: 30px;
        flex-wrap: nowrap;
        margin-right: 0.625rem;
        margin-bottom: 10px; }
        .registration__left .card .tag-list-wrapper .tag-list li svg {
          margin-right: 3px;
          width: 18px;
          height: 17px; }
    .registration__left .card__detail {
      display: flex;
      flex-wrap: wrap;
      align-items: start;
      justify-content: start;
      margin: 1.25rem 0; }
      .registration__left .card__detail ul {
        list-style: none;
        margin-right: 2.1875rem; }
        .registration__left .card__detail ul li {
          font-size: 13px;
          margin-bottom: 3px; }
          .registration__left .card__detail ul li:first-child {
            font-weight: 700;
            line-height: 1.2; }

.registration__right {
  width: 47%; }
  .registration__right .card {
    border-radius: 21px;
    border: 3px solid var(--brand-text-primary);
    text-align: center;
    padding: 3.75rem 0 1.875rem;
    overflow: hidden;
    height: 100%;
    justify-content: space-between; }
    .registration__right .card > div {
      padding: 0 2.5rem; }
    .registration__right .card__logo {
      margin-bottom: 2.5rem; }
      .registration__right .card__logo img {
        max-width: 180px; }
    .registration__right .card p {
      color: var(--brand-text-primary);
      font-size: 1.25rem;
      font-weight: 500;
      margin: 0; }
      .registration__right .card p a {
        color: #fff;
        font-weight: 700;
        text-decoration: underline; }
    .registration__right .card .inline-buttons {
      justify-content: space-between;
      margin-top: 3.125rem; }
      .registration__right .card .inline-buttons .btn {
        min-width: 200px;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem; }
        .registration__right .card .inline-buttons .btn.btn-default {
          background: var(--brand-text-primary);
          color: #034146; }
          @media screen and (min-width: 1025px) {
            .registration__right .card .inline-buttons .btn.btn-default:hover {
              background: transparent;
              color: var(--brand-text-primary); } }
        .registration__right .card .inline-buttons .btn:not(:last-child) {
          margin-right: 0; }
      .registration__right .card .inline-buttons .or {
        color: #fff;
        font-size: 1.375rem;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 1.25rem; }
    .registration__right .card hr {
      background: var(--brand-text-primary);
      width: 100%;
      height: 3px;
      border: 0;
      margin: 3.125rem 0 1.875rem;
      opacity: 1; }
  .registration__right .account {
    padding: 2.5rem 3.75rem;
    background: #fff;
    border-radius: 12px; }
    .registration__right .account.login .form-wrapper {
      max-width: 400px;
      margin: auto; }
    .registration__right .account__logo {
      width: 115px;
      height: 115px;
      background: #034146;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      margin: 0 auto 1.5625rem; }
      .registration__right .account__logo img {
        max-width: 85px; }
    .registration__right .account__title {
      font-size: 1.375rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 3.125rem; }
    .registration__right .account .form-group a {
      font-size: 10px;
      font-weight: 400;
      display: block;
      text-align: right;
      margin-top: 4px; }
    .registration__right .account .form-group.password-error .is-invalid {
      background-position: right 45px center;
      padding-right: 70px; }
      @media screen and (max-width: 767px) {
        .registration__right .account .form-group.password-error .is-invalid {
          background-position: right 40px center;
          padding-right: 60px; } }
    .registration__right .account .form-label {
      font-size: 14px;
      padding-left: 10px; }
      .registration__right .account .form-label span {
        margin-left: 2px;
        color: #A11411; }
    .registration__right .account .form-control {
      height: 3.125rem;
      line-height: 3.125rem;
      font-size: 0.875rem;
      font-weight: 400;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px; }
      .registration__right .account .form-control.civil-id {
        background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='30' height='30' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_11803_7824' transform='scale(0.00195312)'/%3E%3C/pattern%3E%3Cimage id='image0_11803_7824' width='512' height='512' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAAAXNSR0IArs4c6QAAIABJREFUeF7t3XmcJVV99/Hfr3qYgRFQYbqHAG6Exag8JC6IC6ImGgIa8GU6+uA2Ag5Tp7pFBMEtod1BUQan61RPR3AQMeqowUTcIrgQZRHj44IrPCoowjRERR0G6FvneVVs8uAwPVNV99xz69763NfLv6yzvX+/Zr5dfe8tFV4IIIAAAggg0DoBbd2JOTACCCCAAAIICAGAJkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEABaWHSOjAACCCCAAAGAHkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEABaWHSOjAACCCCAAAGAHkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEABaWHSOjAACCCCAAAGAHkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEABaWHSOjAACCCCAAAGAHkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEABaWHSOjAACCCCAAAGAHkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEABaWHSOjAACCCCAAAGAHkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEABaWHSOjAACCCCAAAGAHkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEABaWHSOjAACCCCAAAGAHkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEABaWHSOjAACCCCAAAGAHkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEABaWHSOjAACCCCAAAGAHkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEABaWHSOjAACCCCAAAGAHkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEABaWHSOjAACCCCAAAGAHkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEABaWHSOjAACCCCAAAGAHkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEABaWHSOjAACCCCAAAGAHkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEABaWHSOjAACCCCAAAGAHkAAAQQQQKCFAgSAFhadIyOAAAIIIEAAoAcQQAABBBBooQABoIVF58gIIIAAAggQAOgBBBBAAAEEWihAAGhh0TkyAggggAACBAB6AAEEEEAAgRYKEAACFX1iYuKRnU7niar6SBE5SEQeJCK7L/xvJNA2WAYBBBBoikBHRO5Y+N+vRORHzrkfiMhVWZb9sCmbHOZ9EAB6VN2pqanotttue1qe5y8RkSNFZO8eLcW0CCCAwLAJ/EJEPuucu2jlypVXTE1N5cN2wCachwDguQqnnHLKLlu2bDlRVV8tIg/3PD3TIYAAAm0T+ImIvGfZsmXnn3vuuXe27fC9PC8BwJNu8Rv/3Nzc8c65t4rISk/TMg0CCCCAwB8EblHVN6Rp+n4RcaB0L0AA6N5QjDF/JiIXiMhhHqZjCgQQQACBxQW+5pw7nvcJdN8iBIAuDZMkeYlzzorIrl1OxXAEEEAAgXICvxORNdbai8tdzlXbEiAA1O8LTZLkHc65M+pPwUgEEEAAgS4E3mutfRV/EqgnSACo4bbw9/73OedeXmM4QxBAAAEE/AlcMDY29go+KVAdlABQ3az4m/9aETm5xlCGIIAAAgj4F5ix1sb+px3uGQkAFetrjHmDiBTv9OeFAAIIINAcgddZa89qznaavxMCQIUaTUxMPD3P8y+ICN/cV8GNSxFAAIEAArmqPjtN08sCrDUUSxAASpYxSZI9nXPfFZG9Sg7hMgQQQACBsAI3O+cek2VZ8dXCvHYgQAAo2SLGmFkReUXJy7kMAQQQQKA/AtZam/Rn6cFalQBQol7GmCcUD6gQkajE5VyCAAIIINA/gTzP88fPzMx8s39bGIyVCQAl6hTH8b+p6nNKXFrmkh+q6iXOuW86526OoujWPM/nywzkGgQQQGBYBKIoWpLn+UpVLR6U9lgROVZEDvR0vk9aa4v5eG1HgACwg/aYnJw8pNPpFEmyW6uvqOpr0zS9ko5EAAEEELi/gDHmySJSvJP/8C59XBRFh0xPT3+ny3mGeni3/6gNNU5xuDiOrap28/nSu1TVpGlaPCuAFwIIIIDADgSSJDlRRFLn3NK6WKqapmk6UXd8G8YRALZT5cnJyWV5nhfvKt2jZjPcEUXRUdPT01+tOZ5hCCCAQCsFjDFPFZFPi8huNQFun5ub23vjxo131xw/9MMIANspcZIkRznnLq3ZBR3n3DFZltUdX3NZhiGAAALDIWCMea6IXFL3DdhRFB05PT39ueHQ8H8KAsB2TI0x54jIqXXYnXNvz7Ks+NZAXggggAACNQWMMWeLyOl1hjvn3pVlWa2xddYbtDEEgO0HgGtF5HE1ijo3MjKy/7p16+6oMZYhCCCAAAILAqtXr37gkiVLrheRFTVQvm6tPbTGuFYMIQAsUubx8fGR0dHR4pnTO9fohH+01r6lxjiGIIAAAghsJWCMOVNEpmrAbB4bG9uNJwVuW44AsEhHxXG8n6reUKPhpNPpPHr9+vXfqzOWMQgggAACfywwMTFxcJ7n367joqoPT9P0Z3XGDvsYAsAiFTbGPENELq/aAKp6Y5qmD6s6jusRQAABBBYXMMbcJCL7VjVS1SPSNP1K1XFtuJ4AsEiVkyQ5xjlXvPu06usr1tojqg7iegQQQACB7QaAK0Sk+GhgpZeqPjdN009VGtSSiwkAixQ6juPjVPXiGn3wUWvtC2qMYwgCCCCAwCICxpiPiMjfVwVyzr0oy7IPVR3XhusJAIsHgJep6oaqTaCqF6ZpuqrqOK5HAAEEEFhcIEmSDc65l1U1cs6tyrLswqrj2nA9AYAA0IY+54wIIDDgAgQA/wUkABAA/HcVMyKAAAKeBQgAnkE9POHO/44aMmMcx/wJoCG1YBsIIIAAAcB/D3AHgDsA/ruKGRFAAAHPAgQAz6DcAVgclDsA/puNGRFAAIG6AgSAunKLj+MOAHcA/HcVMyKAAAKeBQgAnkG5A8AdAP8txYwIIICAfwECgH9T7gBwB8B/VzEjAggg4FmAAOAZlDsA3AHw31LMiAACCPgXIAD4N+UOAHcA/HcVMyKAAAKeBQgAnkG5A8AdAP8txYwIIICAfwECgH9T7gBwB8B/VzEjAggg4FmAAOAZlDsA3AHw31LMiAACCPgXIAD4N+UOAHcA/HcVMyKAAAKeBQgAnkG5A8AdAP8txYwIIICAfwECgH9T7gAMwR0AY8xDVPWFeZ4/UVX/RESW+W8VZhxggdw5d2sURT9S1U9MT09/1cdZpqamorm5uaOcc88RkYeJyKiPeZmjsQJ3Oed+GUXR1c65D1trbwq5UwKAf20CwAAHgPHx8ZEVK1ZMqepr+Eff/w/HsM7onPucqq6y1t5S94wTExMHdzqdi1T1kLpzMG6gBe4SkXeOjY1NTU1N5SFOQgDwr0wAGNwAoHEcf6j4zd9/WzDjsAuo6o2q+qTp6embq57VGPMEEblMRHarOpbrh0uguBOQZdlxIuJ6fTICgH9hAsCABgBjzMkistZ/SzBjiwS+bK19epXznnbaaQ/YvHnzD0Rk3yrjuHZ4BVT15DRN39vrExIA/AsTAAYwAKxatWrn5cuX/1xE9vTfEszYJoEoio6cnp7+XNkzG2NOE5F3lb2e61ohcPvmzZv33bBhw5ZenpYA4F+XADCAASCO46NV9VP+24EZWyhwvrX2xLLnTpKkeAPYoWWv57p2CKjq0WmafrqXpyUA+NclAAxmADhDVc/y3w7M2DYBVb0mTdMnlj23Meb3IrK87PVc1xqBM6y17+zlaQkA/nUJAAMYAJIkOcs5d4b/dmDGFgpcb609oMy5Jycnl3U6nZ7e5i2zD65ppMA7rbU9/W8SAcB/3QkABAD/XcWMAyPgnLshy7L9y2x44b0nd5a5lmtaJ0AAGMCSEwAIAAPYtmzZlwABwJdk6+chAAxgCxAACAAD2LZs2ZcAAcCXZOvnIQAMYAsQAAgAA9i2bNmXAAHAl2Tr5yEADGALEAAIAAPYtmzZlwABwJdk6+chAAxgCxAACAAD2LZs2ZcAAcCXZOvnIQAMYAsQAFoUAFR1XZ7nFw5gn7LlHQhEUbSvc+6SqlAhAoCq3p3n+ZOr7o3rwwuo6ktF5JU1ViYA1EDr9xACQIsCgHPutVmWnd3vpmN9/wKTk5N/2ul0rq86c4gAICJbrLW7VN0b14cXMMacLiJ1/htBAAhfrq5XJAAQALpuIibovwABoP81GIYdEACGoYrlz0AAIACU7xaubKwAAaCxpRmojREABqpcXW+WAEAA6LqJmKD/AgSA/tdgGHZAABiGKpY/AwGAAFC+W7iysQIEgMaWZqA2RgAYqHJ1vVkCAAGg6yZigv4LEAD6X4Nh2AEBYBiqWP4MBAACQPlu4crGChAAGluagdoYAWCgytX1ZgkABICum4gJ+i9AAOh/DYZhBwSAYahi+TMQAAgA5buFKxsrQABobGkGamMEgIEqV9ebJQAQALpuIibovwABoP81GIYdEACGoYrlz0AAIACU7xaubKwAAaCxpRmojREABqpcXW+WAEAA6LqJmKD/AgSA/tdgGHZAABiGKpY/AwGAAFC+W7iysQIEgMaWZqA2RgAYqHJ1vVkCAAGg6yZigv4LEAD6X4Nh2AEBYBiqWP4MBAACQPlu4crGChAAGluagdoYAWCgytX1ZgkABICum4gJ+i9AAOh/DYZhBwSAYahi+TMQAAgA5buFKxsrQABobGkGamMEgIEqV9ebJQAQALpuIibovwABoP81GIYdEACGoYrlz0AAIACU75YGXzk+Pr505cqV+3Q6nX1FZJmq7u6cG1HV36hqR0Rucc79zFr7uwYfo/bWCAC16Rh4HwECQLvagQBAABi4jl/4x/7JeZ4fLiKPFZG/EJGHiEi0o8Oo6n/lef7tKIr+U0SuFpHL0jS9fUfjmv7/EwCaXqHB2B8BYDDq5GuXBAACgK9e6uk8p5xyyi533333Mc65F4jIX4nIrp4WLO4OXKuqH+90Oh+amZn5had5g05DAAjKPbSLEQCGtrTbPBgBgADQ6I5PkuRA59wpIvIiEdmtx5vNReQLURS9Z3p6+vMi4nq8nrfpCQDeKFs9EQGgXeUnABAAGtnxJ5100qNGRkbeIiLHlrm134NDfFdEzrTWfqIHc3ufkgDgnbSVExIA2lV2AgABoFEdPzk5OTo/P/92VX25iIw0YHNX5nn+qpmZmWsasJdFt0AAaHJ1BmdvBIDBqZWPnRIACAA++sjLHHEcj6tqKiKjXib0N0muqu9zzp3a1E8READ8FbvNMxEA2lV9AgABoO8df/zxx++2bNmyWVV9Yd83s/0N/HhkZGR83bp132raPhseAO5yzj2qaWbs5/4CURStds6dUcPmndbaOuNKL5UkyQbn3MtKD1i40Dm3KsuyC6uOa8P1BAACQF/7fGJi4uA8zz8uIgf0dSPlF7/TOZdkWfb+8kN6f2XDA0DvAVih3wIEgH5XoMb6BAACQI228TNkzZo1z4yiqHiT3QP9zBh0lveOjY2dMjU1VXxyoO8vAkDfS9D2DRAABrADCAAEgL60bfH3/iiKPuicW9qXDXhYVFXfPzo6emITQgABwENBmaIbAQJAN3p9GksAIAAEb70kSZ7nnPuIiOwUfHHPCzYlBBAAPBeW6aoKEACqijXgegIAASBoG8Zx/FdRFF06yL/5bw3mnFubZVnxZUV9exEA+kbPwn8QIAAMYCcQAAgAwdo2juODVPVKEXlwsEUDLaSqJk3TLNBy91uGANAvedZdECAADGArEAAIAEHa1hhTfHf/N0TkwB4vWHyX/y0i8uuFr/It3mPwUBEpnhK4pIdr3yMiz7TW/kcP11h0agJAP9RZ8z4CBIABbAcCAAEgSNvW/Qxvic19W0Q+JiJfdM5dl2XZr7Y1Zmpqasltt922f57nxYOEnl38Yy0iDygxf5VLfrZ06dI/X7t2bRE+gr5CBIDiQMaYzSKyS9DDsVjjBZxzr82y7OxebrTuf0P4HoDFq0IAIAD08mf2v+de+Ia/j3pcaIuIrHfOZVmW/bDOvJOTk7t3Op0TRGRSRB5RZ45FxvyztfY4j/OVmipgACgeo1w8fpkXAv8joKrHpmn6yV6SEAD86xIACAD+u+o+My78Q/t9Ednbw0Lzqpqp6lnT09M3e5hPxsfHR8bGxopvF3uXc24PH3Oq6rPTNP13H3OVnSNUAEiS5I3OueIhTbwQuFfgjuXLl+99zjnn/L6XJAQA/7oEAAKA/666z4xxHJ+rqq/ysMj1qvriNE2v9jDX/aZYs2bNWPEY4IXHDne7xI/m5uYO3rhx493dTlR2fKgAsHr16gcuWbLkxw18XkNZKq7zLOCce32WZe/wPO39piMA+BcmABAA/HfVwoxJkjxMRH7k4SN/F4vImhAP4jHGTIjIWg9PIkystbZnuFtNHCoAFMtOTEw8Pc/zz4rIslDnY53GCnxmbm7uuRs3buz0eocEAP/CBAACgP+uWpgxjuN/UtUTu1mgeDpgmqbF3+ldN/NUGRvH8dGq+mERKT65UPf1i82bN++/YcOG4v0KPX+FDADFYYwxTxaRD3p+/0TPnVjAm0DxhMxs06ZNrw51p4sA4K12/zMRAYAA4L+ril/X16zZJ4qin3T5bX/nWGtf05MN7mDSJEme5Zy7tMv9F3ct1ofYf+gAUJxpfHx86YoVK/53FEVHO+f+VEQeFOKsrNE3geKjrreo6lUiclGapteF3AkBwL82AYAA4L+r/vAb4pSInNnF5P9mrT0m5G/+W+81SZLjnXPnd3GG66y1j+lifOmh/QgApTfHhQh4ECAAeEDcagoCAAHAe1cVn7nftGnTT0Vkn5qTX7906dIn9OPz9Fvv1xizrvizd81zFMMOD/HlQASALirE0IEQIAD4LxMBgADgvauSJPlL59wXak7sVPVJvXq3f9U9Fd9gqKrXOeeKbxOs/Fr4rgJTeWDFAQSAimBcPnACBAD/JSMAEAC8d5UxpvhO/DU1J/6Atbb4XH5jXnEc/42qfrrmhm4dGxvbu9ePDCYA1KwOwwZGgADgv1QEAAKA964yxhTfx1/ni382j4yMHLRu3bqfe99UlxMaY74kIkfUmcY596Qsy4o3TvXsRQDoGS0TN0SAAOC/EAQAAoDXrlp44t8P6kzqnHtflmWvqDO212PiOD5WVf+l5jqvs9aeVXNsqWEEgFJMXDTAAgQA/8UjABAAvHZVkiQnOuf+qc6kIX5TrrOvYkzxlcGjo6M/EpH9aszxGWvtUTXGlR5CAChNxYUDKkAA8F84AgABwGtXGWNmRaTyb/Gq+r00TR/tdTOeJ0uS5Czn3Bk1pr3NWjtaY1zpIQSA0lRcOKACBAD/hSMAEAC8dlUcx/+hqk+pOqmqvidN01Orjgt5vTHmGSJyeZ015+fnR2dnZ2+rM7bMGAJAGSWuGWQBAoD/6hEACABeu8oYU/wjt2eNScettR+rMS7YkOKb70ZHR2+v8xXBzrmnZVl2Ra82SwDolSzzNkWAAOC/EgQAAoC3rlq1atXOy5cvv7POhFEU7ePrEb911i87xhjzdRF5fNnr73Pdcdbaf64xrtQQAkApJi4aYAECgP/iEQAIAN66yhjzEBG5scaEW6y1u9QYF3yIMWajiPxd1YVV9eQ0Td9bdVzZ6wkAZaW4blAFCAD+K0cAIAB466o4jv+Xqn6rxoQ3W2vrfm1wjeXqDzHGvEtETqsxw5ustcXzEXryIgD0hJVJGyRAAPBfDAIAAcBbV8Vx/DhVvbbGhN+21h5SY1zwIXUfcuSce2uWZf/Qqw0TAHoly7xNESAA+K8EAYAA4K2rJiYmHp/nefE38qqv/7TWPq7qoH5cb4x5q4i8oeraqvqONE1fX3Vc2esJAGWluG5QBQgA/itHACAAeOuqycnJQzqdzv+pMeGPrLUH1RgXfIgx5mwROb3GwvwJoAYaQxC4V4AA4L8XCAAEAG9dtXr16ocuWbLkZ1UnVNX/StO0zkcHqy7V9fXGmPeLyKoaE73KWntejXGlhnAHoBQTFw2wAAHAf/EIAAQAb1112mmnPWDz5s2/qzNhr78op86etjXGGHONiDyh6nyq+tI0TS+qOq7s9QSAslJcN6gCBAD/lSMAEAC8dpUxZk5EVlSdNIqiZ0xPTxdP3Gvsa2pqKtq0adMdIvKAqptU1SPSNP1K1XFlrycAlJXiukEVIAD4rxwBgADgtauMMV8TkSfVmHTKWvumGuOCDeniY44yPz+/9+zs7C97tVkCQK9kmbcpAgQA/5UgABAAvHZVkiQXOOdeXmPSr1lrKz9DoMY6tYckSfIm59w/1pjg19baPUTE1Rhbaki/AsDExMQjOp1O8aTD/aMoWl5qs1w0kALOuVxEblXVa6IoumzdunV3hTwIAcC/NgGAAOC1q+I4Xq2q62tM6kZGRg5Yt27dDTXGBhmSJMl1zrlHVV3MOfe5LMuOrDquyvWhA8Dq1atXLFmypPhmwxeISFRlr1w7FAI/V9XXpGn64VCnIQD4lyYAEAC8dlU3t8mdc2/PsqzyZ+y9HmCRyYwxxRv/ijcA1nn19COAxYZCBoCFr3z+sog8og4GY4ZKINif7ggA/vuGAEAA8NpVC2+U+4WI7FVj4t8sXbr04WvXrv11jbE9HWKMuVREilvdlV+9fhJgyAAwPj4+Mjo6erWIDMQXN1UuFgPqCDzfWvuJOgOrjCEAVNEqdy0BgABQrlMqXNXF+wBEVd+cpumZFZbr+aVJkjzROXdVzYVum5ub22vjxo2dmuNLDQt1ByCO45ep6oZSm+Kitgj8ZG5u7oBe9zgBwH87EQAIAN67KkmSY5xzl9SceIuIHGytvb7meK/DpqamlmzatOk/ROSJNSfeYK2t86bISsuFCgBJklzmnHtmpc1x8dALhLjLRQDw30YEAAKA964aHx9fOjo6epOIjNWc/Or5+fnDZ2dn76k53tuwLt75/997cM49Pcuy4u/lPX2FCgDGmOJ7EHbr6WGYfBAFXm2tPbeXGycA+NclABAA/HeViCRJ8m7n3Ku7mPwca+1ruhjf9dA4jg9X1ctFZEnNya631h7Yy4//3buvEAFg4e//RSjjvxs1G2KIh73FWlvnI7KlSQgApalKX8gPMgGgdLNUuTCO4/1U9Ydd/ONZLNfT78/f3nmKTzNEUfRF51zx+f26r2D7DxEACgRjzCYRGa0LwrjhFHDOTWRZlvbydAQA/7oEAAKA/65amDFJkoudc8d1sUDunIuzLJvtYo7KQ0866aRHjYyMFF9L3M0/dHPz8/MPn52d3Vx5AzUGhAoAcRx/TFWfX2OLDBligTzPD56ZmfluL49IAPCvSwAgAPjvqv8fAB7tnPuWiIx0s0jxyYDR0dE3TU1NFd9E1tNXkiRHOec+KCIP7mYh59xrsywrHh0c5BUqACRJ8izn3OeDHIpFBkXgSmvtk3u9WQKAf2ECAAHAf1fdZ0ZjTCYia7pdpPg2vaVLl77svPPOu7XbubY1fuHv228UkeLvmN1+s91PN2/e/GcbNmwoPtEQ5BUqABSHSZLko8658SAHY5GmC2xxzj01y7Jv9HqjBAD/wgQAAoD/rrrPjJOTk6OdTqd4L0BXv1EvTPkrEXnj3Nzcep+fOV74rfY9IvIYHxjOub/Psmyjj7nKzhEyACw89vlfRORZZffHdUMpsFlVX5ymadELPX8RAPwTEwAIAP67aqsZjTEvFZELPS5UfEfAWcuWLfvQueeee2edeYvf+MfGxv5wS32gAAAgAElEQVTaOTcpIj6/p/8Sa+3z6uypmzEhA0Cxz4XvRyjszhCRld3snbEDJ1D8Ke4zqnpGmqbXhdo9AcC/NAGAAOC/q7YxozGm+GKgYzwvdoeqftw59+n5+fkvzc7O3ra9+Y8//vjddtlll8PyPH+6qr5ERB7ieT9zeZ4/ZmZmpninfNBX6ABw7+GKILXnnns+LoqiA5xzDwh6aBYLKqCqHVW9tdPpXNOPHicA+C83AYAA4L+rtjHjwtPjrhWRh/VoweJRuzeKyI9U9WYRuSPP8+Lrd/dU1RUisq+IFE/y6+oNidvZeyeKoqOnp6c/16PzbXfafgWAfpyVNdspQADwX3cCAAHAf1ctMuPk5OQhnU7nayIydM+Nd869PsuydwTD3GohAkC/5Fk3lAABwL80AYAA4L+rtjPjxMTE8/M8/0gPfxMPep5iMVW9ME3T4vv+i7sQfXkRAPrCzqIBBQgA/rEJAAQA/121gxkX3hRYPFFu4PtPVf91dHT0+VNTU/PBIe+zIAGgn/qsHUKAAOBfeeD/A+yf5A8z1n3s6cJvg6t6ta9i3iRJznLOFe++rvQK/eU029ucMeYkESm+OrRXf5OvZFPz4ktGRkZeuG7durtqjvc2jADgjZKJGipAAPBfGAIAdwD8d1XJGeM4PlZV/1lEdi45pDGXOecuWrly5fH9/s3/XhACQGNag430SIAA4B+WAEAA8N9VJWacnJzcN8/zf3DOnTCgdwGuK+7CZFl2aYnj9vwSAkDPiVmgzwIEAP8FIAAQAPx31XZmnJyc3H1+fv6Nqlp8iczA/ea/jaN9ptPpnLZ+/frvBYXcajECQD/1WTuEAAHAvzIBgADgv6sWmbF40I6IZM65hwZbNMxC96jqe6IoOrNf7wcgAIQpNKv0T4AA4N+eAEAA8N9VW82YJMmeeZ5Pq+oLe75YHxdQ1e91Op2Xz8zMXBN6GwSA0OKsF1qAAOBfnABAAPDfVfeZcc2aNYdGUfRhEXlETxdqzuTFxwHfNjY29uYQjy++99gEgOY0ADvpjQABwL8rAYAA4L+r/jCjxnF8uqq+VUSW9GqRps7rnPuUiLw0y7LiCYY9fxEAek7MAn0WIAD4LwABgADgvavGx8eXjo6Oni8iL/Y++WBNeL1z7jlZlhWPQ+7piwDQU14mb4AAAcB/EQgABACvXXXCCSfssWzZsk+IyBFeJx7QyVT1v0TkeWmafqWXRyAA9FKXuZsgQADwXwUCAAHAW1cZY/ZS1cucc8VT90K+fqOqP3TO/URVf5Pn+W9E5HdRFBV/j9/dOfdAEdlVVfd2zh0kIvuE3JyI3BlF0fN6+aRAAkDgirJccAECgH9yAgABwEtXTUxM7J3n+WUi8kgvEy4+SfGI32tV9XLn3JdE5NvW2luqrFl8F0Gn0znIOXe4qj5TRJ4mIrtVmaPGtVtU9flpmn66xtgdDiEA7JCICwZcgADgv4AEAAJA11118sknr7znnnuKW9wHdj3ZtifIReSLIvKB+fn5T87Ozha/4Xt7TU1NLbnlllueFkXRS0Tk+T0MA8UzA4611n7W2+YXJiIA+BZlvqYJEAD8V4QAQADoqquMMbsu/OP8+K4m2sbg4u/nzrl1InK+tfYm3/Nva77Vq1cvX7Jkyd+JyGkicnAP1iz+NPGM6enpa33OTQDwqclcTRQgAPivCgGAAFC7q8bHx0dGR0c/LiLH1J5k2wPnRMTOz8+f6/u3/Qr7VGPMc0TkDSLyxArjylw61+l0nrJ+/fofl7m4zDUEgDJKXDPIAgQA/9UjABAAaneVMWatiJxce4L7D7zHObdWVd9srf2dx3m7maoIAseJyDkislc3E913bPGtgc65J/o6JwHAV2WYp6kCBAD/lSEAEABqdVWSJH/vnPtIrcHbHnSFqsZpml7ncU5vU61evfqBO+2001ucc4mIRD4mVtUPpWn6Ih9zEQB8KDJHkwUIAP6rQwAgAFTuqjiOD1LVr3t6s1zHOffmlStXvjXkV+dWPvTCgCRJnuWc+6CIjNWdY6txibXWdjsXAaBbQcY3XYAA4L9CBAACQKWuKt4xv2nTpitFxMeb/n4pIi+y1hbv8B+YV/GRx06nc7GqPt3Dpu90zv1Ft98WSADwUAmmaLQAAcB/eQgABIBKXZUkyeudc2+rNGjbF39/fn7+yNnZ2Rs9zBV8iuINkCtWrJhR1RM9LH7V3NzcUzdu3Fh8x0GtFwGgFhuDBkiAAOC/WAQAAkDprjrppJMeNTIy8p8isqz0oG1feNVdd9119Pnnn198Te4gv4o3CJ4lIqd7OMRrrLXFGw1rvQgAtdgYNEACBAD/xSIAEABKd5Ux5gsi8pelB2z7wi8vX7786HPOOef3Xc7TmOHGmOKjgsVTD7t5Fd8PcND09PTNdSbpVwBYvXr1TjvttNOT8jwvHvfcbTCsc3TGBBRQ1dtE5OuhvpfjvkcjAPgvNAGAAFCqq+I4PlZV/6XUxYtf9J2lS5c+be3atb/ucp7GDU+S5N3OuVd3ubEN1tqX15kjdAAonvg4NjZWfFnSqc65PersmTEDK+BE5PI8z18zMzPzzVCnIAD4lyYAEAB22FULj/ctPp63/w4vXuQC59wNqvrUqt/bX3e90OOmpqaiubm5i5xzxXcG1H3lzrlDsyz7RtUJQgaA448/fredd975UwvPUKi6Va4fHoEtIrLKWuvz48CL6hAA/DcOAYAAsMOuiuN4taqu3+GFi1+wZWRk5LB169Z9q4s5Gj+0uB2+ZMmS4pkIh9XdrHPuU1mWPbfq+JABIEmSTzrn/rbqHrl++ARU9e48z4/IsuyqXp+OAOBfmABAANhuVy183e/3ReSAuu3nnDs+y7L31x0/SOMW/iEufoMvHkFc6+Wce3zVuwChAkAcx0eravHbPy8E7hUo3hNwaK85CAD+hQkABIDtdlWSJC9xzn2gi9b7oLW2eMpea17GmOJhQhvrHtg59/Esy4o5Sr9CBQBjzCU9ePZD6XNyYTMFRkZG/rzXd/gIAP5rTwAgAGy3q4wxxW+zj63Zerer6kFpmt5ec/zADovj+GOqWjxauM4rz/P8T2dmZn5adnDAAFA8qGlF2X1xXWsEJq210708LQHAvy4BgACwaFcZY54gItfUbTvn3Kosyy6sO36Qx01OTu7b6XSKP50Uj0uu83qbtfaNZQeGCAALfw66R0T470bZwrTkOufcW7Ms+4deHpcA4F+XH2QCwPYCwPtE5ISabXeFtfYIESk+MtTKlzGm+Jjcu2oe/pfz8/MPm52dLf7B3eErRAAoNmGMKT7CWfv9DTs8CBcMpICqnpKmafF00J69CAD+aQkABIBtCpxyyim73HXXXZvq/gYbRdFTp6env+q/ZQdnxsnJyWWdTucGEdmnzq5V9blpmpZ6w13AAPDvIvJXdc7DmKEWeIq19mu9PCEBwL8uAYAAsE2BJEme55z7RM2W+7K11seDcmou35xhxphTROQ9dXakqhemabqqzNhQAcDDm0LLHIdrBkvgx2NjY4/s9dM8CQD+m4IAQADYpoAxpnjkba1n1avqs9M0LX5TbP1r9erVy5csWVK8mW+0Bsav5+bmVm7cuPHuHY0NFQCK9wGMjY19rfjCoh3tif+/FQLFn/iOsdb+W69PSwDwL0wAIADcT2Dhkb/Fd37X+Vvvddbax/hv1cGdMY7jt6nq6+ucoGyYChUAijOsWbNmnyiKvtTNN0PWsWBM4wSKf/xfb60tHojV8xcBwD8xAYAAcD+BOI4PU9Ur67Sbc+61WZadXWfssI5JkuRA59wPa57vLGvt63Y0NmQAKPZywgkn7LFs2bJ3i8hLRSTa0f74/4dO4CfFsy+yLCu+FyLIiwDgn5kAQADYVgB4naq+vUa75SLy8H48KazGXoMOMcYUH6csPlZZ9XWVtfZJOxoUOgDcu5+Fjzv+jYjsp6o8FGhHhRrg/985d7eq/rLT6Vy11157fWVqamo+5HEIAP61CQAEgG0FgM+q6l9XbTdVvTxN024fF1x12YG43hhzsojU+ZjU/JYtW/a44IILfru9g/YrAAwEPpscCgECgP8yEgAIAPcTSJLk9jqPeOX2/+I/oMaYPxOR79X5EVbVI9I0LR4ytOiLAFBHljGDJEAA8F8tAgAB4I8EFm7p3lSz1Q611n695tihH2aM+XnN7wTY4desEgCGvn1af0ACgP8WIAAQAP5IIEmSo5xzl9Zotd/Mzc3tuXHjxk6Nsa0YYoy5SEReXPWwqjqbpulJ3AGoKsf1wyRAAPBfTQIAAeCPBIwxp4rIOTVa7TJrLd8Qtx04Y8yEiKyrauuc+2qWZU8lAFSV4/phEiAA+K8mAYAAsHUAOE9EXlm11VQ1TdO0+AeO1yICSZI8yzn3+apAqnpjmqYPIwBUleP6YRIgAPivJgGAAPBHAnUfY+uce2WWZZV/u/Xf0s2d0RjzEBG5scYO7xkbG9t5e1+1ynsAaqgyZKAECAD+y0UAIABsfQegeKDHDj93vjVbFEVHTk9Pf85/iw7VjGqMKT7O94Aap/oTa+0ti40jANQQZchACRAA/JeLAEAA2DoAFN9Yd2DVVsvz/LEzMzPfrDqubdcbY4rnAmz3dv62TDqdzqPXr1+/6McICQBt66T2nZcA4L/mBAACwNYBoLhFXdyqrvo6wFp7fdVBbbveGPMdEan8rIQoip4wPT19LXcA2tYxnPdeAQKA/14gABAAtg4AcyKyokarbfcWdY35hnKIMearIvLkqofb0ZcBcQegqijXD5oAAcB/xQgABICtA0DxN+pdq7bali1bdt/R19VWnXMYrzfGFO+TeHbVs+3oPRYEgKqiXD9oAgQA/xUjABAAtg4Av6vzJrXly5fves455/zef4sO14zGmE+LSPHwnEov59xRWZZ9ZrFBBIBKnFw8gAIEAP9FIwAQAAgA/n+uFp2RABAQm6WGSoAA4L+cBAACAAHA/88VASCgKUu1Q4AA4L/OBAACAAHA/88VASCgKUu1Q4AA4L/OBAACAAHA/88VASCgKUu1Q4AA4L/OBAACAAHA/88VASCgKUu1Q4AA4L/OBAACAAHA/88VASCgKUu1Q4AA4L/OBAACAAHA/88VASCgKUu1Q4AA4L/OBAACAAHA/88VASCgKUu1Q4AA4L/OBAACAAHA/88VASCgKUu1Q4AA4L/OBAACAAHA/88VASCgKUu1Q4AA4L/OBAACAAHA/88VASCgKUu1Q4AA4L/OBAACAAHA/88VASCgKUu1Q4AA4L/OBIAWBQBVXZfn+YXbayNVvUJEdqnRaoc75+6sMa5VQ1T1vXUeB+yce6WIfG0xrCiK9nXOXVIV0zl3Q5Zl+1cdd9/r4zh+8MjIyL6dTmdpN/MwdiAEfrVy5cqfTk1N5aF3SwDwL04AaFEA8N8+zDjoAt0EgDiO/0ZVXysiTxGRkUG3YP+lBW4VkYtU9aw0TW8vParLCwkAXQJuYzgBgADgv6uYcWAE6gSA8fHxkRUrVqxT1XhgDspGeyFwcxRFx0xPT1/bi8m3npMA4F+ZAEAA8N9VzDgwAnUCgDHmHBE5dWAOyUZ7KXBbFEWHTk9P/6SXixRzEwD8CxMACAD+u4oZB0agagAwxvy5iHxDRKKBOSQb7amAqv5rmqbH9HQRAkBPeAkABICeNBaTDoZA1QBQ97ewwdBgl3UFoijar9d3Aer2nnNuVZZl233zc91zD/o4AgABYNB7mP13IVA1ABhjbhKRfbtYkqFDKKCqr0jT9H29PBoBwL8uAYAA4L+rmHGQBK631h5QZsNTU1PRpk2b7uYd/2W02nWNqr45TdMze3lqAoB/XQLAAAYAY8zpInK2/3ZgxhYKXG2tPazsuY0xvxWRXctez3XtEFDV09M0fVcvT0sA8K9LABjAAJAkyVHOuUv9twMztlDgfGvtiWXPnSTJ1c65Q8tez3XtEHDOHZVl2Wd6eVoCgH9dAsAABoBVq1btvHz58uJvsSv8twQztkzgr621ny97ZmNM8fG/4mOAvBC4V+C2zZs3P2TDhg1beklCAPCvSwAYwABQbDmO48mFr5X13xXM2BaBL1prn1nlsKtXr16+0047fd8599Aq47h2eAWccxNZlqW9PiEBwL8wAWBAA4CIaJIkH3TOHee/LZixBQI/m5+ff9Ls7Owvq541juPHqerlIrJ71bFcP3QCF1trXyIirtcnIwD4FyYADG4AkIV3Zf+jiJwhIjv7bw9mHFKBT++0007Hn3feecV3utd6JUnyaOfcRSLyF7UmYNCgCxS3+88aGxt7S6gHAxEA/LcMAWCAA8C9W5+cnCyexPYCESnezb23iCzz3yrMOMACuXPuVlX9gap+Ik3TK32cpQigc3NzRzrnjhaR/URk1Me8zNFYgbtU9RfOuatHRkY+sm7dup+H3CkBwL82AWAIAoD/tmBGBBBAoFkCBAD/9SAAEAD8dxUzIoAAAp4FCACeQYs3kvmfcjhmjOP4Zaq6oeppVPXCNE1XVR3H9QgggAACiwsQAPx3BwGAOwD+u4oZEUAAAc8CBADPoNwBWByUOwD+m40ZEUAAgboCBIC6couP4w4AdwD8dxUzIoAAAp4FCACeQbkDwB0A/y3FjAgggIB/AQKAf1PuAHAHwH9XMSMCCCDgWYAA4BmUOwDcAfDfUsyIAAII+BcgAPg35Q4AdwD8dxUzIoAAAp4FCACeQbkDwB0A/y3FjAgggIB/AQKAf1PuAHAHwH9XMSMCCCDgWYAA4BmUOwDcAfDfUsyIAAII+BcgAPg35Q4AdwD8dxUzIoAAAp4FCACeQbkDwB0A/y3FjAgggIB/AQKAf1PuAHAHwH9XMSMCCCDgWYAA4BmUOwDbvQNwnKpeXIP8o9baF9QYxxAEEEAAgUUEkiT5qHNuvCqQc+5FWZZ9qOq4NlzPHYDF7wD8rap+skYTXGGtfVqNcQxBAAEEEFhEwBjzVRF5clUgVX1umqafqjquDdcTABZvtmeIyOU1muAma+1Da4xjCAIIIIDA4v9N/rmI7FMVSFWPSNP0K1XHteF6AsDidwD2U9Ub6jRBnucHz8zMfLfOWMYggAACCPyxwOTk5CGdTuf/1HGZn59/2Ozs7I11xg77GALAIhWempqKNm3a9HsR2blqEzjnzsyy7M1Vx3E9AggggMD9BYwxUyJyZg2bzWNjY7tNTU3lNcYO/RACwHZKbIy5VkQeV6MLbpufn99/dnb2NzXGMgQBBBBAYEHgVa961YPuvvvu60VkzxooX7fWHlpjXCuGEAC2HwDOEZFT63SCqp6dpulr64xlDAIIIIDAHwSMMbX/Oywi77TWnoHltgUIANvpjCRJjnLOXVqzeXLn3POyLPvXmuMZhgACCLRaII7jY1X14yIS1YGIoujI6enpz9UZ24YxBIDtVHlycnJZnuc3O+f2qNkMv1XV5/AO1Jp6DEMAgdYKxHF8hKoWH9/btSbCbXNzc/ts3Ljx7prjh34YAWAHJY7j2KpqXLcTVPVu59wrrbXr687BOAQQQKBFApokyRrn3HkislPdc6tqmqbpRN3xbRhHANhBlRc+fvJND9+aeKVz7owsy65oQ2NxRgQQQKCqQJIkT3POnS0ih1Udu9X1LoqiQ6anp7/T5TxDPZwAUKK8xpji7/jPLXHpDi9xzt2gqpeIyDedc8UXW/xuh4O4AAEEEBhOgV1VdV9Vfaxz7lgR2c/TMS+x1j7P01xDOw0BoERp4zh+nKpeU/eNKCWW4BIEEEAAAT8CHRF5vLW21hcH+dnCYMxCAChZJ2PMjIicVPJyLkMAAQQQ6I/AtLV2sj9LD9aqBICS9TrhhBP2WLZsWfH1vn9ScgiXIYAAAgiEFfjF0qVLH7N27dpfh112MFcjAFSo28LHUi4TkZEKw7gUAQQQQKD3Ap08z589MzNT5yFuvd9dA1cgAFQsShzHr1PVt1ccxuUIIIAAAj0UUNXT0zR9Vw+XGLqpCQA1SmqMWSsiJ9cYyhAEEEAAAc8CzrksyzLjedqhn44AUKPExZMC5+bm3uece3mN4QxBAAEEEPAncMHY2NgreOJfdVACQHWze0cU31b1juLLfepPwUgEEEAAgboCzrm3Z1n2RhFxdedo8zgCQJfVn5iYeH6e5+eLyAO7nIrhCCCAAALlBH7rnFuTZdmHyl3OVdsSIAB46Is4jg8SkfNV9SkepmMKBBBAAIHFBa7odDonrF+//scgdSdAAOjO776jiz8JvNw591a+K8AfKjMhgAACCwLFk1lfn2XZB7jl76cnCAB+HP9nllWrVu28yy67nKCqp4rIIzxPz3QIIIBA2wT+r4i8e/PmzRds2LBhS9sO38vzEgB6p1vcETjcOfdiETlSRB7Su6WYGQEEEBgqgZtU9TMicnGapsUTVHmTXw/KSwDoAeq2pjzppJMOWLJkyWF5nj9SVQ8UkQeLyINEZHe+WTBQEVgGAQSaJFA8tOcOESm+tvdXIvJD59wP8jy/mr/vhykTASCMM6sggAACCCDQKAECQKPKwWYQQAABBBAII0AACOPMKggggAACCDRKgADQqHKwGQQQQAABBMIIEADCOLMKAggggAACjRIgADSqHGwGAQQQQACBMAIEgDDOrIIAAggggECjBAgAjSoHm0EAAQQQQCCMAAEgjDOrIIAAAggg0CgBAkCjysFmEEAAAQQQCCNAAAjjzCoIIIAAAgg0SoAA0KhysBkEEEAAAQTCCBAAwjizCgIIIIAAAo0SIAA0qhxsBgEEEEAAgTACBIAwzqyCAAIIIIBAowQIAI0qB5tBAAEEEEAgjAABIIwzqyCAAAIIINAoAQJAo8rBZhBAAAEEEAgjQAAI48wqCCCAAAIINEqAANCocrAZBBBAAAEEwggQAMI4swoCCCCAAAKNEiAANKocbAYBBBBAAIEwAgSAMM6sggACCCCAQKMECACNKgebQQABBBBAIIwAASCMM6sggAACCCDQKAECQKPKwWYQQAABBBAII0AACOPMKggggAACCDRKgADQqHKwGQQQQAABBMIIEADCOLMKAggggAACjRIgADSqHGwGAQQQQACBMAIEgDDOrIIAAggggECjBAgAjSoHm0EAAQQQQCCMAAEgjDOrIIAAAggg0CgBAkCjysFmEEAAAQQQCCNAAAjjzCoIIIAAAgg0SoAA0KhysBkEEEAAAQTCCBAAwjizCgIIIIAAAo0SIAA0qhxsBgEEEEAAgTACBIAwzqyCAAIIIIBAowQIAI0qB5tBAAEEEEAgjAABIIwzqyCAAAIIINAoAQJAo8rBZhBAAAEEEAgjQAAI48wqCCCAAAIINEqAANCocrAZBBBAAAEEwggQAMI4swoCCCCAAAKNEiAANKocbAYBBBBAAIEwAgSAMM6sggACCCCAQKMECACNKgebQQABBBBAIIwAASCMM6sggAACCCDQKAECQKPKwWYQQAABBBAII0AACOPMKggggAACCDRKgADQqHKwGQQQQAABBMIIEADCOLMKAggggAACjRIgADSqHGwGAQQQQACBMAIEgDDOrIIAAggggECjBAgAjSoHm0EAAQQQQCCMAAEgjDOrIIAAAggg0CgBAkCjysFmEEAAAQQQCCNAAAjjzCoIIIAAAgg0SoAA0KhysBkEEEAAAQTCCBAAwjizCgIIIIAAAo0SIAA0qhxsBgEEEEAAgTACBIAwzqyCAAIIIIBAowQIAI0qB5tBAAEEEEAgjAABIIwzqyCAAAIIINAoAQJAo8rBZhBAAAEEEAgjQAAI48wqCCCAAAIINEqAANCocrAZBBBAAAEEwggQAMI4swoCCCCAAAKNEiAANKocbAYBBBBAAIEwAgSAMM6sggACCCCAQKMECACNKgebQQABBBBAIIwAASCMM6sggAACCCDQKAECQKPKwWYQQAABBBAII0AACOPMKggggAACCDRKgADQqHKwGQQQQAABBMIIEADCOLMKAggggAACjRIgADSqHGwGAQQQQACBMAIEgDDOrIIAAggggECjBAgAjSoHm0EAAQQQQCCMAAEgjDOrIIAAAggg0CgBAkCjysFmEEAAAQQQCCNAAAjjzCoIIIAAAgg0SoAA0KhysBkEEEAAAQTCCBAAwjizCgIIIIAAAo0SIAA0qhxsBgEEEEAAgTACBIAwzqyCAAIIIIBAowQIAI0qB5tBAAEEEEAgjAABIIwzqyCAAAIIINAoAQJAo8rBZhBAAAEEEAgjQAAI48wqCCCAAAIINEqAANCocrAZBBBAAAEEwggQAMI4swoCCCCAAAKNEiAANKocbAYBBBBAAIEwAgSAMM6sggACCCCAQKMECACNKgebQQABBBBAIIwAASCMM6sggAACCCDQKAECQKPKwWYQQAABBBAII0AACOPMKggggAACCDRKgADQqHKwGQQQQAABBMIIEADCOLMKAggggAACjRIgADSqHGwGAQQQQACBMAIEgDDOrIIAAggggECjBAgAjSoHm0EAAQQQQCCMAAEgjDOrIIAAAggg0CgBAkCjysFmEEAAAQQQCCNAAAjjzCoIIIAAAgg0SoAA0KhysBkEEEAAAQTCCBAAwjizCgIIIIAAAo0SIAA0qhxsBgEEEEAAgTACBIAwzqyCAAIIIIBAowQIAI0qB5tBAAEEEEAgjAABIIwzqyCAAAIIINAoAQJAo8rBZhBAAAEEEAgjQAAI48wqCCCAAAIINEqAANCocrAZBBBAAAEEwggQAMI4swoCCCCAAAKNEiAANKocbAYBBBBAAIEwAgSAMM6sggACCCCAQKMECACNKgebQQABBBBAIIwAASCMM6sggAACCCDQKAECQKPKwWYQQAABBBAII0AACOPMKggggAACCDRKgADQqHKwGQQQQAABBMIIEADCOLMKAggggAACjRIgADSqHGwGAQQQQACBMAIEgDDOrIIAAggggECjBAgAjSoHm0EAAZR9YkYAAAAaSURBVAQQQCCMAAEgjDOrIIAAAggg0CiB/wcrSXg7sHITiwAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: 24px;
        background-position: left 10px center;
        padding-left: 42px; }
      .registration__right .account .form-control.is-invalid {
        background-size: 1.5rem 1.5rem;
        padding-right: 1.875rem; }
    .registration__right .account .info-label {
      margin-left: 10px;
      font-size: 0.875rem;
      color: #9F2228; }
      .registration__right .account .info-label.invalid:before {
        background-image: url("data:image/svg+xml,%0A%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 414.95 412.01'%3E%3Cpath d='M207.47,227.29l65.39,65.38a15.05,15.05,0,1,0,21.28-21.29L228.76,206l65.38-65.38a15,15,0,1,0-21.28-21.28l-65.39,65.38-65.38-65.38a15,15,0,1,0-21.28,21.28L186.19,206l-65.38,65.38a15.05,15.05,0,1,0,21.28,21.29Zm0,181.45a196.27,196.27,0,0,1-78.56-16A204.23,204.23,0,0,1,20.71,284.56,196,196,0,0,1,4.74,206a197.27,197.27,0,0,1,16-79.06A202.62,202.62,0,0,1,64.29,62.57a207.8,207.8,0,0,1,64.62-43.33,196.1,196.1,0,0,1,78.56-16,197.32,197.32,0,0,1,79.07,16,202.35,202.35,0,0,1,107.7,107.7,197.27,197.27,0,0,1,16,79.06,196,196,0,0,1-16,78.56,207.74,207.74,0,0,1-43.33,64.62,202.48,202.48,0,0,1-64.37,43.59A197.49,197.49,0,0,1,207.47,408.74Zm0-30.41q72,0,122.15-50.43T379.8,206q0-72-50.18-122.14T207.47,33.68Q136,33.68,85.58,83.86T35.15,206q0,71.48,50.43,121.9T207.47,378.33Z' fill='%239F2228'/%3E%3C/svg%3E");
        background-color: unset;
        border: unset;
        background-size: 100%;
        margin-right: 5px; }
      .registration__right .account .info-label:before {
        background-image: url("data:image/svg+xml,%0A%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.90273 0.838867L2.4032 4.3384L0.8125 2.7477' stroke='%23FFC289' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-color: #034146; }
    .registration__right .account .btn {
      width: 100%;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      font-size: 1rem; }
      .registration__right .account .btn.btn-grey {
        background-color: #6A6A6A;
        color: #fff;
        border: 2px solid #6A6A6A; }
        @media screen and (min-width: 1025px) {
          .registration__right .account .btn.btn-grey:hover {
            background: transparent;
            color: #6A6A6A; } }
    .registration__right .account ul {
      list-style: none; }
      .registration__right .account ul.links {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        .registration__right .account ul.links li {
          position: relative; }
          .registration__right .account ul.links li:not(:last-child) {
            margin-right: 8px;
            padding-right: 10px; }
            .registration__right .account ul.links li:not(:last-child):after {
              content: "";
              position: absolute;
              width: 1px;
              height: 12px;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              background: #034146; }
          .registration__right .account ul.links li a {
            font-size: 12px;
            font-weight: 400; }
    .registration__right .account .checkbox {
      margin-top: 10px; }
      .registration__right .account .checkbox label input + span {
        font-size: 12px;
        font-weight: 400; }
        .registration__right .account .checkbox label input + span:after {
          width: 16px;
          height: 16px;
          top: 39%; }
    .registration__right .account .or {
      font-size: 1rem;
      color: #034146;
      font-weight: 500;
      text-align: center;
      position: relative;
      margin: 1.875rem 0; }
      .registration__right .account .or:before {
        content: "";
        position: absolute;
        width: 74px;
        height: 1px;
        background: #034146;
        left: 0;
        right: 0;
        margin: auto;
        top: 7px; }
      .registration__right .account .or span {
        background: #fff;
        position: relative;
        padding: 2px 6px;
        z-index: 1; }
    .registration__right .account .social-links {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin-bottom: 2.1875rem; }
      .registration__right .account .social-links li:not(:last-child) {
        margin-right: 2.1875rem; }
      .registration__right .account .social-links li a {
        width: 3.4375rem;
        height: 3.125rem;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        background: #034146;
        color: var(--brand-text-primary); }
        .registration__right .account .social-links li a svg {
          width: 24px;
          height: 24px; }
    .registration__right .account .inner-text p {
      font-size: 1rem;
      font-weight: 500;
      text-align: center;
      margin-bottom: 10px; }
      .registration__right .account .inner-text p a {
        text-decoration: underline;
        font-size: 1rem;
        font-weight: 500;
        margin-left: 5px; }
        @media screen and (min-width: 1025px) {
          .registration__right .account .inner-text p a:hover {
            text-decoration: none; } }
    .registration__right .account .show-pw {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #afafaf;
      font-size: 1rem;
      margin: 0 !important; }
      .registration__right .account .show-pw .eye-icon {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='M480.118 726Q551 726 600.5 676.382q49.5-49.617 49.5-120.5Q650 485 600.382 435.5q-49.617-49.5-120.5-49.5Q409 386 359.5 435.618q-49.5 49.617-49.5 120.5Q310 627 359.618 676.5q49.617 49.5 120.5 49.5Zm-.353-58Q433 668 400.5 635.265q-32.5-32.736-32.5-79.5Q368 509 400.735 476.5q32.736-32.5 79.5-32.5Q527 444 559.5 476.735q32.5 32.736 32.5 79.5Q592 603 559.265 635.5q-32.736 32.5-79.5 32.5ZM480 856q-146 0-264-83T40 556q58-134 176-217t264-83q146 0 264 83t176 217q-58 134-176 217t-264 83Zm0-300Zm-.169 240Q601 796 702.5 730.5 804 665 857 556q-53-109-154.331-174.5-101.332-65.5-222.5-65.5Q359 316 257.5 381.5 156 447 102 556q54 109 155.331 174.5 101.332 65.5 222.5 65.5Z' fill='%23003A1F'/%3E%3C/svg%3E");
        height: 30px;
        width: 30px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-repeat: no-repeat;
        background-size: 100%; }
        @media screen and (max-width: 767px) {
          .registration__right .account .show-pw .eye-icon {
            height: 22px;
            width: 22px; } }
        .registration__right .account .show-pw .eye-icon.eye-slash {
          z-index: 2;
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' viewBox='0 96 960 960' width='48'%3E%3Cpath d='m629 637-44-44q26-71-27-118t-115-24l-44-44q17-11 38-16t43-5q71 0 120.5 49.5T650 556q0 22-5.5 43.5T629 637Zm129 129-40-40q49-36 85.5-80.5T857 556q-50-111-150-175.5T490 316q-42 0-86 8t-69 19l-46-47q35-16 89.5-28T485 256q143 0 261.5 81.5T920 556q-26 64-67 117t-95 93Zm58 226L648 827q-35 14-79 21.5t-89 7.5q-146 0-265-81.5T40 556q20-52 55.5-101.5T182 360L56 234l42-43 757 757-39 44ZM223 402q-37 27-71.5 71T102 556q51 111 153.5 175.5T488 796q33 0 65-4t48-12l-64-64q-11 5-27 7.5t-30 2.5q-70 0-120-49t-50-121q0-15 2.5-30t7.5-27l-97-97Zm305 142Zm-116 58Z' fill='%23003A1F'/%3E%3C/svg%3E"); }
    .registration__right .account .select2-container--default .select2-selection--single {
      height: 3.125rem;
      line-height: 3.125rem;
      border-radius: 6px 0 0 6px !important; }
      .registration__right .account .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 3.125rem; }
    .registration__right .account .phone-number .phone-input .form-control {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      left: unset; }
  .registration__right ul.social {
    padding-top: 1.875rem; }
    .registration__right ul.social a {
      width: 40px;
      height: 40px;
      min-width: 40px;
      background: var(--brand-text-primary);
      color: #034146; }
      .registration__right ul.social a svg {
        width: 25px;
        height: 25px; }
      @media screen and (min-width: 1025px) {
        .registration__right ul.social a:hover {
          background: #fff; } }

.registration .plateforms__available {
  padding-bottom: 0; }
  .registration .plateforms__available li {
    color: #fff;
    font-size: 1.0625rem; }
    .registration .plateforms__available li a {
      color: #fff; }

.registration .custom-dropdown.account {
  position: relative; }
  .registration .custom-dropdown.account > a {
    background: var(--brand-text-primary);
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem; }
  .registration .custom-dropdown.account .custom-dropdown__wrapper {
    position: absolute;
    background: var(--brand-text-primary);
    width: 200px;
    height: auto;
    padding: 0 0.75rem;
    border: 0.75px solid rgba(0, 0, 0, 0.22);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 999;
    right: 0;
    left: auto;
    display: none;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -ms-transition: .4s ease all;
    -o-transition: .4s ease all; }
    .registration .custom-dropdown.account .custom-dropdown__wrapper ul {
      list-style: none; }
      .registration .custom-dropdown.account .custom-dropdown__wrapper ul li a {
        display: flex;
        align-items: center;
        padding: 1.125rem 0;
        opacity: 1; }
        .registration .custom-dropdown.account .custom-dropdown__wrapper ul li a svg {
          width: 30px;
          height: 30px;
          margin-right: 10px; }
          .registration .custom-dropdown.account .custom-dropdown__wrapper ul li a svg .fill {
            fill: transparent;
            stroke: #003a1f;
            stroke-width: 6px; }
        .registration .custom-dropdown.account .custom-dropdown__wrapper ul li a p {
          font-size: 1.25rem;
          font-weight: 700;
          color: #034146;
          margin: 0;
          line-height: 1;
          position: relative;
          top: 2px; }
        .registration .custom-dropdown.account .custom-dropdown__wrapper ul li a i {
          display: block;
          font-style: normal;
          font-weight: 500;
          color: #034146;
          margin-top: 0.75rem;
          font-size: 1rem; }
      .registration .custom-dropdown.account .custom-dropdown__wrapper ul li:hover svg .fill {
        fill: #003a1f; }
      .registration .custom-dropdown.account .custom-dropdown__wrapper ul li:not(:last-child) a {
        border-bottom: 1px solid #034146; }
    @media screen and (min-width: 768px) {
      .registration .custom-dropdown.account .custom-dropdown__wrapper {
        visibility: hidden;
        opacity: 0;
        display: block;
        transition: all .3s ease-in-out 0s, visibility 0s linear .3s, z-index 0s linear 10ms; } }
  .registration .custom-dropdown.account .account__profile a .icon {
    position: relative; }
    .registration .custom-dropdown.account .account__profile a .icon span {
      position: absolute;
      width: 15px;
      height: 15px;
      top: -3px;
      right: 3px;
      z-index: 2; }
      .registration .custom-dropdown.account .account__profile a .icon span img {
        width: 100%;
        height: 100%;
        min-width: 100%;
        border-radius: unset;
        overflow: visible; }
  .registration .custom-dropdown.account .account__profile img {
    width: 2.8125rem;
    min-width: 2.8125rem;
    height: 2.8125rem;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
    margin-right: 5px; }

@media screen and (min-width: 768px) {
  .registration .custom-dropdown:hover .custom-dropdown__wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition-delay: 0s, 0s, .3s; } }

@media screen and (max-width: 1300px) {
  .registration__right .card .inline-buttons .btn {
    min-width: 150px; }
  .registration .plateforms__available li {
    font-size: 1rem; }
    .registration .plateforms__available li span img {
      width: 50px;
      height: 50px; } }

@media screen and (max-width: 991px) {
  .registration__head {
    padding: 2.5rem 0; }
    .registration__head--logo {
      flex: 0 0 60px; }
      .registration__head--logo img {
        max-width: 60px; }
    .registration__head--title {
      font-size: 2.5rem; }
  .registration .d-flex {
    flex-direction: column; }
  .registration__left {
    width: 100%;
    padding: 0 0 3.125rem; }
    .registration__left .step {
      font-size: 1.25rem; }
    .registration__left p {
      font-size: 1.25rem; }
    .registration__left .card label {
      font-size: 1.125rem; }
  .registration__right {
    width: 100%; }
    .registration__right .card__logo img {
      max-width: 140px; }
    .registration__right .card .inline-buttons {
      justify-content: center; }
      .registration__right .card .inline-buttons .or {
        font-size: 1.25rem; }
    .registration__right .card p {
      font-size: 1.125rem; }
    .registration__right .account.login .form-wrapper {
      max-width: 100%; }
  .registration .custom-dropdown.account > a {
    width: 40px;
    height: 40px; }
  .registration .custom-dropdown.account .custom-dropdown__wrapper {
    right: -100%;
    left: auto; }
  .registration .custom-dropdown.dropdown-active .custom-dropdown__wrapper {
    right: 0;
    display: block; } }

@media screen and (max-width: 767px) {
  .registration__head--title {
    font-size: 2.1875rem; }
  .registration__left .card__logo {
    min-height: 100px; }
  .registration__left .card .tag-list-wrapper {
    flex-direction: row; }
  .registration__right .card {
    padding: 1.5625rem 0; }
    .registration__right .card > div {
      padding: 0 1.5625rem; }
  .registration__right .account__logo {
    width: 90px;
    height: 90px; }
    .registration__right .account__logo img {
      max-width: 75px; } }

@media screen and (max-width: 575px) {
  .registration__head--title {
    font-size: 1.5625rem;
    padding: 0 1rem; }
  .registration__head--logo {
    flex: 0 0 45px; }
    .registration__head--logo img {
      max-width: 45px; }
    .registration__head--logo.sm {
      flex: 0 0 35px;
      width: 35px;
      height: 35px; }
      .registration__head--logo.sm img {
        max-width: 20px; }
  .registration__left .card__logo {
    min-height: 80px; }
  .registration__left .card__detail {
    margin-bottom: 0; }
    .registration__left .card__detail ul {
      margin-bottom: 1.25rem; }
  .registration__right .card__logo img {
    max-width: 100px; }
  .registration__right .card .inline-buttons .btn {
    min-width: 120px; }
  .registration__right .card .inline-buttons .or {
    font-size: 1.125rem; }
  .registration__right .account {
    padding: 1.25rem; }
  .registration__right ul.social li:not(:last-child) {
    margin-right: 0.625rem; }
  .registration__right ul.social a {
    width: 35px;
    height: 35px;
    min-width: 35px; }
    .registration__right ul.social a svg {
      width: 20px;
      height: 20px; }
  .registration .plateforms__available li {
    font-size: 0.9375rem; }
    .registration .plateforms__available li:not(:last-child) {
      margin-right: 1rem; }
    .registration .plateforms__available li span img {
      width: 40px;
      height: 40px; } }

.game-listing .page-head {
  padding: 7.5rem 0; }
  .game-listing .page-head h1, .game-listing .page-head .h1 {
    color: var(--brand-text-primary); }
  .game-listing .page-head__desc p {
    font-size: 1.625rem;
    font-weight: 600;
    color: #fff; }

.game-listing .search-wrapper {
  border: 1px solid #034146;
  border-radius: 72px;
  max-width: 100%;
  height: 58px;
  margin-bottom: 3.125rem; }
  .game-listing .search-wrapper:before {
    right: 20px;
    left: auto; }
  .game-listing .search-wrapper .form-control {
    padding-left: 1.5625rem;
    padding-right: 5.625rem; }

.game-listing .clearable.input-button .clearable__clear {
  right: 55px; }

.game-listing .nav-tabs li {
  width: 100%; }
  .game-listing .nav-tabs li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem; }

.game-listing .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  border: 0;
  min-width: 295px;
  border-radius: 42px;
  font-size: 1.5625rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
  .game-listing .nav-tabs .nav-link svg {
    width: 30px;
    height: 30px;
    margin-right: 0.9375rem; }

.game-listing h2, .game-listing .h2 {
  font-size: 1.875rem;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem; }
  .game-listing h2 svg, .game-listing .h2 svg {
    width: 40px;
    height: 40px;
    margin-right: 0.9375rem; }

.game-listing__content {
  background: #034146;
  border-radius: 19px;
  margin-bottom: 2.8125rem; }
  .game-listing__content--left {
    flex: 0 0 360px;
    max-width: 360px;
    padding: 1.25rem 0 2.5rem 1.25rem; }
    .game-listing__content--left p {
      color: #fff;
      font-size: 1rem;
      font-weight: 500;
      padding-left: 1.25rem; }
  .game-listing__content--right {
    flex: 1; }
    .game-listing__content--right .image {
      text-align: right; }
  .game-listing__content .icon {
    width: 165px;
    height: 165px;
    margin-bottom: 1.25rem; }
  .game-listing__content .title {
    font-size: 3.125rem;
    font-weight: 700;
    color: var(--brand-text-primary);
    line-height: 1.2;
    margin-bottom: 1.25rem;
    padding-left: 1.25rem; }
  .game-listing__content.planned {
    background: transparent; }
    .game-listing__content.planned .rounded {
      border-radius: 19px !important; }
    .game-listing__content.planned .d-flex {
      height: 100%; }
      .game-listing__content.planned .d-flex.spacing > div:not(:last-child) {
        margin-right: 1rem; }
    .game-listing__content.planned .swiper-slide {
      height: auto; }
    .game-listing__content.planned .game-listing__content--left {
      width: 50%;
      flex: unset;
      max-width: unset;
      margin: 0;
      padding: 8.75rem 2.8125rem 5rem;
      background: #034146;
      border-top-left-radius: 19px;
      border-bottom-left-radius: 19px; }
    .game-listing__content.planned .game-listing__content--right {
      width: 50%;
      background: var(--brand-text-primary);
      flex: unset;
      padding: 8.75rem 2.8125rem 5rem;
      background: var(--brand-text-primary);
      border-top-right-radius: 19px;
      border-bottom-right-radius: 19px; }
      .game-listing__content.planned .game-listing__content--right .title {
        color: #034146; }
      .game-listing__content.planned .game-listing__content--right p {
        color: #034146; }
    .game-listing__content.planned .icon {
      width: auto;
      height: auto;
      max-width: 150px; }
    .game-listing__content.planned .title {
      padding-left: 0; }
    .game-listing__content.planned p {
      color: #fff;
      font-size: 0.875rem;
      font-weight: 500;
      padding-left: 0;
      margin: 0; }
    .game-listing__content.planned .custom-arrows__next {
      background: #034146;
      color: var(--brand-text-primary); }
      .game-listing__content.planned .custom-arrows__next:hover {
        background: var(--brand-text-primary);
        color: #034146;
        border-color: #034146; }
        .game-listing__content.planned .custom-arrows__next:hover svg {
          color: #034146; }

.game-listing .swiper-pagination {
  background: var(--brand-text-primary);
  border-radius: 30px;
  bottom: 20px;
  width: 140px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px; }
  .game-listing .swiper-pagination .swiper-pagination-bullet {
    background: rgba(3, 65, 70, 0.5); }
    .game-listing .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #034146; }

.game-listing .custom-arrows__prev {
  left: -30px; }

.game-listing .custom-arrows__next {
  right: -30px; }

.game-listing .custom-arrows svg {
  width: 50px; }

.game-listing .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.game-listing .col-left {
  width: 26%;
  position: relative; }
  .game-listing .col-left p {
    font-size: 1.375rem;
    font-weight: 700;
    text-align: center;
    margin-top: 1.875rem; }
    .game-listing .col-left p span {
      font-weight: 500;
      padding-left: 5px; }
  .game-listing .col-left .icon {
    position: absolute;
    bottom: 300px;
    width: 100%;
    height: auto;
    transform: rotate(20deg); }
    .game-listing .col-left .icon img {
      max-width: 300px; }

.game-listing .col-right {
  width: 70%; }
  .game-listing .col-right .link {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0073 19.7275L0.503906 4.22411L4.12137 0.606649L16.0073 12.4926L27.8933 0.606649L31.5107 4.22411L16.0073 19.7275Z' fill='%23003A1F'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 32px;
    height: 20px;
    display: block;
    margin: 0 auto 2.5rem; }

.game-listing .radio {
  list-style: none; }
  .game-listing .radio li:not(:last-child) {
    margin-bottom: 1rem; }
  .game-listing .radio label {
    width: 100%; }
    .game-listing .radio label input + div {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-radius: 6px;
      border: 1px solid #9E9E9E;
      padding: 0.8125rem 0.625rem;
      position: relative; }
      .game-listing .radio label input + div span {
        position: absolute;
        background: rgba(3, 65, 70, 0.12);
        height: 100%;
        left: 0;
        border-radius: 6px; }
      .game-listing .radio label input + div > div {
        display: flex;
        align-items: center; }
        .game-listing .radio label input + div > div p {
          padding-left: 0.625rem; }
      .game-listing .radio label input + div p {
        font-size: 1.375rem;
        font-weight: 600;
        margin: 0; }
    .game-listing .radio label input:checked + div {
      border-color: #034146; }

.game-listing .card {
  min-height: 325px;
  justify-content: center;
  margin-bottom: 3.125rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.64);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.64);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.64);
  padding: 1rem; }
  .game-listing .card__image {
    max-width: 200px;
    margin: auto; }

.game-listing .sort-by {
  margin-bottom: 2.5rem;
  display: flex; }
  .game-listing .sort-by label {
    font-size: 1.25rem;
    font-weight: 600; }

.game-listing .dropdown .dropdown-toggle {
  color: #034146;
  border: 0;
  background: transparent;
  outline: none;
  font-size: 1.25rem;
  font-weight: 700; }
  .game-listing .dropdown .dropdown-toggle:after {
    display: inline-block;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6456 12.3254L0.820312 2.50011L2.58068 0.739746L10.6456 8.84563L18.7106 0.780684L20.4709 2.54105L10.6456 12.3254Z' fill='%23003a1f'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    vertical-align: middle;
    transition: .4s ease all;
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -ms-transition: .4s ease all;
    -o-transition: .4s ease all; }

.game-listing .dropdown .dropdown-menu {
  border: 1px solid #034146;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
  right: 6px !important;
  left: auto !important;
  width: 200px; }
  .game-listing .dropdown .dropdown-menu li:not(:last-child) {
    border-bottom: 0.5px solid #034146; }
  .game-listing .dropdown .dropdown-menu li a {
    padding: 1rem;
    color: #034146;
    font-size: 1.25rem;
    opacity: 1; }
    .game-listing .dropdown .dropdown-menu li a:hover, .game-listing .dropdown .dropdown-menu li a.active {
      background: transparent;
      font-weight: 700; }

@media screen and (max-width: 1500px) {
  .game-listing .page-head {
    padding: 5rem 0; }
  .game-listing__content {
    margin-left: 1.875rem;
    margin-right: 1.875rem; }
  .game-listing .col-left .icon img {
    max-width: 250px; }
  .game-listing .dropdown .dropdown-menu {
    right: auto !important;
    left: 0 !important; } }

@media screen and (max-width: 1200px) {
  .game-listing h2, .game-listing .h2 {
    font-size: 1.75rem; }
  .game-listing .nav-tabs .nav-link {
    min-width: 250px;
    font-size: 1.375rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem; }
  .game-listing__content .icon {
    width: 130px;
    height: 130px; }
  .game-listing__content .title {
    font-size: 2.8125rem; }
  .game-listing .custom-arrows svg {
    width: 40px; }
  .game-listing .card {
    min-height: 260px; }
    .game-listing .card__image {
      max-width: 140px; }
  .game-listing .col-left .icon img {
    max-width: 200px; } }

@media screen and (max-width: 991px) {
  .game-listing .page-head__desc p {
    font-size: 1.4375rem; }
  .game-listing h2 svg, .game-listing .h2 svg {
    width: 30px;
    height: 30px; }
  .game-listing .nav-tabs .nav-link {
    min-width: 200px;
    font-size: 1.25rem; }
    .game-listing .nav-tabs .nav-link svg {
      width: 25px;
      height: 25px; }
  .game-listing__content .icon {
    width: 100px;
    height: 100px; }
  .game-listing__content .title {
    font-size: 2.1875rem; }
  .game-listing__content--left {
    flex: 0 0 300px;
    max-width: 300px; }
  .game-listing__content.planned .icon {
    max-width: 100px; }
  .game-listing__content.planned .game-listing__content--left {
    padding: 6.25rem 1.875rem 3.125rem; }
  .game-listing__content.planned .game-listing__content--right {
    padding: 6.25rem 1.875rem 3.125rem; }
  .game-listing .custom-arrows svg {
    width: 30px; }
  .game-listing .swiper-pagination {
    width: 120px;
    bottom: 10px; }
    .game-listing .swiper-pagination .swiper-pagination-bullet {
      margin: 0 0.625rem !important; }
  .game-listing .search-wrapper {
    height: 48px; }
  .game-listing .card {
    min-height: 230px; }
  .game-listing .radio label input + div > div img {
    max-width: 30px; }
  .game-listing .radio label input + div p {
    font-size: 1.25rem; }
  .game-listing .col-left .icon img {
    max-width: 120px; }
  .game-listing .dropdown .dropdown-menu {
    width: 150px; } }

@media screen and (max-width: 767px) {
  .game-listing .page-head__desc p {
    font-size: 1.25rem; }
  .game-listing .flex-wrapper {
    flex-direction: column; }
  .game-listing .col-left {
    width: 100%; }
    .game-listing .col-left.voting {
      padding-top: 6.25rem; }
      .game-listing .col-left.voting .icon {
        top: 0;
        right: 0;
        width: 80px;
        bottom: unset; }
        .game-listing .col-left.voting .icon img {
          max-width: 80px; }
  .game-listing .col-right {
    width: 100%; }
    .game-listing .col-right .link {
      width: 25px; }
  .game-listing .nav-tabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: 1.875rem;
    padding-bottom: 1.25rem; }
    .game-listing .nav-tabs li:not(:last-child) {
      margin-bottom: 0; }
    .game-listing .nav-tabs .nav-link {
      min-width: 160px;
      font-size: 1.125rem;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      justify-content: center; }
      .game-listing .nav-tabs .nav-link svg {
        width: 20px;
        height: 20px; }
  .game-listing h2, .game-listing .h2 {
    font-size: 1.5625rem; }
    .game-listing h2 svg, .game-listing .h2 svg {
      width: 25px;
      height: 25px; }
  .game-listing__content .title {
    font-size: 1.875rem; }
  .game-listing__content.planned .icon {
    max-width: 80px; }
  .game-listing .card {
    min-height: 200px; } }

@media screen and (max-width: 575px) {
  .game-listing .d-flex {
    flex-direction: column; }
  .game-listing__content--left {
    flex: unset;
    max-width: 100%;
    padding: 1.25rem; }
    .game-listing__content--left p {
      padding-left: 0; }
  .game-listing__content .title {
    padding-left: 0; }
  .game-listing__content.planned .d-flex.spacing > div:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1rem; }
  .game-listing__content.planned .game-listing__content--left {
    width: 100%;
    padding-top: 3.125rem;
    border-bottom-left-radius: 0;
    border-top-right-radius: 19px; }
  .game-listing__content.planned .game-listing__content--right {
    width: 100%;
    padding-top: 3.125rem;
    border-bottom-left-radius: 19px;
    border-top-right-radius: 0; }
  .game-listing .dropdown .dropdown-menu {
    right: 6px !important;
    left: auto !important; } }

/*# sourceMappingURL=main.css.map */
